Sam Lantinga
|
a90ad3b0e2
Removed SDL_bool in favor of plain bool
|
1 år sedan |
Sam Lantinga
|
387774ab8a
Build config flags are either defined or undefined, never 0
|
1 år sedan |
Sam Lantinga
|
f08ac438ed
Use stdbool for SDL_bool
|
1 år sedan |
Sam Lantinga
|
9ff3446f03
Use SDL_bool instead an int return code in the SDL API
|
1 år sedan |
Anonymous Maarten
|
c298d2024a
Include SDL_build_config.h without a 'build_config/' prefix
|
1 år sedan |
Sam Lantinga
|
8f546bb3c9
Use C99 bool internally in SDL
|
1 år sedan |
Sam Lantinga
|
6501e90018
Use C++ style comments consistently in SDL source code
|
1 år sedan |
Sam Lantinga
|
4f55271571
Removed temporary memory from the API
|
1 år sedan |
Sam Lantinga
|
fd9fe1bb7b
Renamed event memory to temporary memory, since it's not just used for events
|
1 år sedan |
Sam Lantinga
|
bb96320cc4
Make sure we always copy the data returned using SDL_GetStringRule
|
1 år sedan |
Sam Lantinga
|
bd041b4831
Make sure SDL subsystems are initialized before starting threads
|
1 år sedan |
Ryan C. Gordon
|
e23257307e
Introduce formal policy for APIs that return strings.
|
1 år sedan |
Sam Lantinga
|
b0e93e4e63
Prevent crashes if freed objects are passed to SDL API functions
|
1 år sedan |
Ryan C. Gordon
|
2f2c3afb05
SDL_internal: tweaked comment.
|
1 år sedan |
Ryan C. Gordon
|
48ebc829e4
thread: Fix build, if SDL is built without an external C runtime.
|
1 år sedan |
Sam Lantinga
|
6f2621438a
Renamed DECLSPEC to SDL_DECLSPEC
|
1 år sedan |
Ryan C. Gordon
|
a5c892d2c3
stdlib: Improve Unicode support and consistency in string comparison functions.
|
2 år sedan |
Dan Ginsburg
|
cab20117e6
Vulkan Renderer (#9114)
|
2 år sedan |
Ozkan Sezer
|
6efe5f30ed
don't let SDL_render.c:render_drivers[] have an empty initializer list.
|
2 år sedan |
Ozkan Sezer
|
aae2d22852
Check the SDL_VIDEO_RENDER_??? macros with #if instead of #ifdef
|
2 år sedan |
Sam Lantinga
|
cacac6cc34
Updated structure and field names for consistency
|
2 år sedan |
Anonymous Maarten
|
31d133db40
Define SDL_PLATFORM_* macros instead of underscored ones (#8875)
|
2 år sedan |
Sam Lantinga
|
5b3ee51c6c
Updated copyright for 2024
|
2 år sedan |
Sam Lantinga
|
0dad56354c
Fixed warning C6326: Potential comparison of a constant with another constant.
|
2 år sedan |
Sam Lantinga
|
21f273ecc7
Fixed warning C6255: _alloca indicates failure by raising a stack overflow exception. Consider using _malloca instead.
|
2 år sedan |
Ozkan Sezer
|
5730eb67f0
add HAVE_GCC_DIAGNOSTIC_PRAGMA to SDL_internal.h, use it
|
2 år sedan |
Sam Lantinga
|
f439ccfc1a
Updated return values for SDL event functions
|
2 år sedan |
Sam Lantinga
|
38afd48daf
Added a single source of SDL object IDs
|
2 år sedan |
Sam Lantinga
|
87ad71f9b2
Rename SDL mutex, semaphore and condition variable types to match SDL 3.0 naming convention
|
3 år sedan |
Sam Lantinga
|
61c0c009ab
Rename SDL semaphore and condition variable functions to match SDL 3.0 naming convention
|
3 år sedan |