Ryan C. Gordon
|
6fe09e3aa4
dynapi: Minor optimization to SDL_SetError wrapper.
|
1 rok temu |
Anonymous Maarten
|
173c168ff4
Default functions are already declared by the first SDL_dynapi_procs.h include
|
1 rok temu |
Sam Lantinga
|
a90ad3b0e2
Removed SDL_bool in favor of plain bool
|
1 rok temu |
Sam Lantinga
|
231ea07617
Added SDL_LogTrace()
|
1 rok temu |
Sam Lantinga
|
90e01040c5
Added thread-safe environment functions
|
1 rok temu |
Sam Lantinga
|
9ff3446f03
Use SDL_bool instead an int return code in the SDL API
|
1 rok temu |
Anonymous Maarten
|
c298d2024a
Include SDL_build_config.h without a 'build_config/' prefix
|
1 rok temu |
Sam Lantinga
|
6501e90018
Use C++ style comments consistently in SDL source code
|
1 rok temu |
Sam Lantinga
|
29f0fd33dc
SDL_getenv() should return const
|
1 rok temu |
Sam Lantinga
|
ae59afa7d0
Fixed building with ENABLE_SDL_CALL_LOGGING enabled
|
1 rok temu |
Sam Lantinga
|
6f2621438a
Renamed DECLSPEC to SDL_DECLSPEC
|
1 rok temu |
Sam Lantinga
|
04be04c338
Removed mostly unused SDL_errorcode
|
1 rok temu |
Ryan C. Gordon
|
acf811a06b
Revert "dynapi: Remove unused ENABLE_SDL_CALL_LOGGING code."
|
1 rok temu |
Ryan C. Gordon
|
39d0e62ef5
dynapi: Remove DISABLE_JUMP_MAGIC.
|
1 rok temu |
Ryan C. Gordon
|
9128f92f38
dynapi: Remove unused ENABLE_SDL_CALL_LOGGING code.
|
1 rok temu |
Ryan C. Gordon
|
fc7afa9cbf
rwops: Renamed SDL_RWops to SDL_IOStream, and other related symbols.
|
2 lat temu |
Anonymous Maarten
|
31d133db40
Define SDL_PLATFORM_* macros instead of underscored ones (#8875)
|
2 lat temu |
Sam Lantinga
|
7a069cc4b0
Allow optimizing memcpy and memset where possible
|
2 lat temu |
Sam Lantinga
|
a2665f54c8
Updated the atomic API for SDL 3.0 naming conventions
|
2 lat temu |
Sam Lantinga
|
31f34e9504
Removed SDL_ATOMIC_DISABLED
|
2 lat temu |
Sam Lantinga
|
5b3ee51c6c
Updated copyright for 2024
|
2 lat temu |
Sylvain
|
d8600f717e
Pointer as bool (libsdl-org#7214)
|
2 lat temu |
Sam Lantinga
|
fd4a2cce9e
SDL_syswm.h has been removed and replaced with window properties
|
2 lat temu |
Sam Lantinga
|
f9d11807c0
Added SDL_RWprintf() and SDL_RWvprintf() to do formatted printing to an SDL_rwops stream
|
2 lat temu |
Sam Lantinga
|
3a4c9d6990
Fixed build error when API logging is enabled
|
2 lat temu |
Anonymous Maarten
|
c9ccf0670c
Add unsupported functions to dynapi
|
2 lat temu |
Anonymous Maarten
|
0efa196989
dynapi: implement SDL_DYNAPI_entry even when building SDL without dynapi support
|
2 lat temu |
Ozkan Sezer
|
4cfacd5cb7
SDL_dynapi.c: minor cosmetics.
|
2 lat temu |
Sam Lantinga
|
c9d8a04945
Added SDL_swprintf() and SDL_vswprintf()
|
2 lat temu |
Sam Lantinga
|
737aa881fa
Updated source to match SDL function prototype style
|
2 lat temu |