sdl2
Here are 2,748 public repositories matching this topic...
Some modules to start with:
- surface
- display
- draw
- color
- font
- rect
- event
- mask
- transform
How?
- Guide to how to contribute to an open source project on GitHub.
- See how other functions are using keyword arguments. See the [src_c/draw.c](https://github.com/pygame/pygame/
-
Updated
May 29, 2022 - 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,
-
Updated
May 29, 2022 - C++
Describe the bug
In Linux when the engine loads, it detects that there is EFX capabilities but then states that EAX 2 is out of the question.
Expected behavior
shoudln't EAX usage be replaced by EFX usage? and if so maybe this should be indicated when the sound is loaded, isn't it?
BugTrap error report
SOUND: OpenAL: enumerate devices...
SOUND: OpenAL: EnumerationExtensi
-
Updated
May 27, 2022 - C++
Chinese Version
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
May 7, 2022 - Pascal
-
Updated
May 27, 2022 - C
-
Updated
May 25, 2022 - C++
Describe the solution you'd like
Currently you can only disable vehicle breakdowns. It would be nice if there was an option to reduce breakdown frequency without disabling them entirely - perhaps 0.25x, 0.5x, and 0.75x options? And possibly a 2x option for greater difficulty?
Just a suggestion.
-
Updated
May 29, 2022 - C++
-
Updated
May 29, 2022 - C++
Loguru options?
Are you using the latest Dosbox-Staging Version?
- I have checked releases and am using the latest release.
Different version than latest?
0.78.0 release
What Operating System are you using?
Linux x86_64
Whats your question and how can we help?
dosbox-staging/dosbox-staging#1225
loguru looks great in terminal
great choice
which upstream source
Move the files image.hpp and image.cpp from src/data to src/base, adapt all include statements in client code and update CMakeLists.txt.
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 15, 2019 - C++
A few projects have been done or are in the works to replace the soundtracks for NRFTL and the Master Levels. The idea would be to have these levels have their own dedicated tracks that either default to regular tracks or can be written over with a WAD. This would be similar to how Episode 4 works in The Ultimate Doom, or how the repeat MIDIs work in Heretic.
This way, it would be possible to
-
Updated
May 29, 2022 - C
-
Updated
May 29, 2022 - 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."


G1_FLAG_BMPhas the wrong name its the inverse of its name it is used to indicate that the sprite has transparency and will require blending with the background to produce the end result. The vast majority of images have this flag set.