sdl2
Here are 2,360 public repositories matching this topic...
This function needs a unit test.
Guide to how to contribute to an open source project on GitHub.
Test stub: https://github.com/pygame/pygame/blob/main/test/display_test.py#L255-L274
Docs: https://www.pygame.org/docs/ref/display.html#pygame.display.gl_set_attribute
Code to be tested: https://github.com/pygame/pygame/bl
-
Updated
Sep 12, 2021 - C++
-
Updated
Aug 27, 2021 - C++
Improve Website
This bug report was migrated from our old Bugzilla tracker.
These attachments are available in the static archive:
Reported in version: don't know
**Reported for operating system,
CStateBurerAttackTele class uses CTelekinesis::get_objects_count method to iterate over all active objects. It's incorrect - this method does not return the total number of objects, but the number of objects in the TS_Keep and TS_Raise states. To get the total number of active objects we need to use CTelekinesis::get_objects_total_count.
So, we need to review every call of get_objects_count in
-
Updated
Sep 14, 2021 - C++
Chinese Version
-
Updated
Sep 9, 2021 - Pascal
This idea is about how there should be a configurable script that can be edited by the level designer (like the init-script for sectors) and activates when the player leaves the level (Presses "Abort Level"). I am aware this already exists in the worldmap editor, but if there was a version that could affect saved variables in the levels that would be great.
From the comment in SDL_filesystem.h:
Please call SDL_free() on the pointer when you are done with it
When building the project with MSVC, I ran into some debug heap asserts early into the program startup.
The culprit appears to be the code in m_config.c that does free(prefdir) as changing these to SDL_free(prefdir) resolved the issue.
I'm not sure what to do about `GetDefaultConfi
-
Updated
Sep 6, 2021 - C
-
Updated
Sep 1, 2021 - C++
-
Updated
Feb 22, 2020 - C++
#1129 introduced the gamestate structure and used it for all manager code. There are a lot of places where it should also be used for other code such as the objective options:
static loco_global<uint8_t, 0x00526230> objectiveType;
static loco_global<uint8_t, 0x00526231> objectiveFlags;
static loco_global<uint32_t, 0x00526232> objectiveCompanyValue;
static loco_global<ui-
Updated
Sep 13, 2021 - C++
-
Updated
Jul 15, 2019 - C++
This issue is a continuation of #776.
We are happy for new translators to join-in - leave a comment!
Right now, DOSBox Staging has its own, legacy, quirky translation system based on "language files". To test it, you need to obtain a language file from somewhere, copy it to DOSBox Staging config directory and set e.g.:
[dosbox]
language = fr_FR.lng
[autoexec]
keyb fr
The reasons why this header file lives outside of game_logic don't apply anymore. It would make things simpler if it was merged into the other "global" file.
Via playtesting, the compass arrows (#29) were ignored, likely because they are right at the edge and outside the player's attention. If they are moved slightly inwards, they may become more noticeable.
Games that have these arrows also tend to draw them closer to the player rather than near the edge; e.g.
- GTA 1 & 2
- Fire Fight
- Crazy Taxi
-
Updated
Jul 20, 2021 - C
-
Updated
Sep 8, 2021 - C
-
Updated
Sep 15, 2021 - C
Improve this page
Add a description, image, and links to the sdl2 topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the sdl2 topic, visit your repo's landing page and select "manage topics."
First copy:
https://github.com/OpenRCT2/OpenRCT2/blob/6ffb03dde011bbde089facbde7369f7205710386/src/openrct2/interface/Viewport.cpp#L1606
Second copy:
https://github.com/OpenRCT2/OpenRCT2/blob/6ffb03dde011bbde089facbde7369f7205710386/src/openrct2/interface/Viewport.cpp#L1616
Third copy:
https://github.com/OpenRCT2/OpenRCT2/blob/6ffb03dde011bbde089facbde7369f7205710386/src/openrct2/interfac