Sam Lantinga
|
ae59afa7d0
Fixed building with ENABLE_SDL_CALL_LOGGING enabled
|
1 年間 前 |
Sam Lantinga
|
6f2621438a
Renamed DECLSPEC to SDL_DECLSPEC
|
1 年間 前 |
Sam Lantinga
|
04be04c338
Removed mostly unused SDL_errorcode
|
1 年間 前 |
Ryan C. Gordon
|
acf811a06b
Revert "dynapi: Remove unused ENABLE_SDL_CALL_LOGGING code."
|
1 年間 前 |
Ryan C. Gordon
|
39d0e62ef5
dynapi: Remove DISABLE_JUMP_MAGIC.
|
1 年間 前 |
Ryan C. Gordon
|
9128f92f38
dynapi: Remove unused ENABLE_SDL_CALL_LOGGING code.
|
1 年間 前 |
Ryan C. Gordon
|
fc7afa9cbf
rwops: Renamed SDL_RWops to SDL_IOStream, and other related symbols.
|
1 年間 前 |
Anonymous Maarten
|
31d133db40
Define SDL_PLATFORM_* macros instead of underscored ones (#8875)
|
1 年間 前 |
Sam Lantinga
|
7a069cc4b0
Allow optimizing memcpy and memset where possible
|
1 年間 前 |
Sam Lantinga
|
a2665f54c8
Updated the atomic API for SDL 3.0 naming conventions
|
1 年間 前 |
Sam Lantinga
|
31f34e9504
Removed SDL_ATOMIC_DISABLED
|
1 年間 前 |
Sam Lantinga
|
5b3ee51c6c
Updated copyright for 2024
|
1 年間 前 |
Sylvain
|
d8600f717e
Pointer as bool (libsdl-org#7214)
|
1 年間 前 |
Sam Lantinga
|
fd4a2cce9e
SDL_syswm.h has been removed and replaced with window properties
|
1 年間 前 |
Sam Lantinga
|
f9d11807c0
Added SDL_RWprintf() and SDL_RWvprintf() to do formatted printing to an SDL_rwops stream
|
1 年間 前 |
Sam Lantinga
|
3a4c9d6990
Fixed build error when API logging is enabled
|
1 年間 前 |
Anonymous Maarten
|
c9ccf0670c
Add unsupported functions to dynapi
|
1 年間 前 |
Anonymous Maarten
|
0efa196989
dynapi: implement SDL_DYNAPI_entry even when building SDL without dynapi support
|
1 年間 前 |
Ozkan Sezer
|
4cfacd5cb7
SDL_dynapi.c: minor cosmetics.
|
2 年 前 |
Sam Lantinga
|
c9d8a04945
Added SDL_swprintf() and SDL_vswprintf()
|
2 年 前 |
Sam Lantinga
|
737aa881fa
Updated source to match SDL function prototype style
|
2 年 前 |
Ryan C. Gordon
|
d05639a626
dynapi: Accept a comma-separated list of libraries to attempt to load.
|
2 年 前 |
Anonymous Maarten
|
b6ae281e97
Use #ifdef/#ifndef instead of #if defined/#if \!defined
|
2 年 前 |
Anonymous Maarten
|
3472dc11d6
Fix uses of undefined macro identifiers (-Wundef)
|
2 年 前 |
Sam Lantinga
|
21e444b2e7
Fixed a few additional sizeof locations
|
2 年 前 |
Ozkan Sezer
|
9f21bed729
dynapi: cast GetProcAddress() result to void*
|
2 年 前 |
Ozkan Sezer
|
2ec9a20204
SDL_dynapi.c: add extern "C" guards, just in case..
|
2 年 前 |
Sam Lantinga
|
fde78d12f2
Updated copyright for 2023
|
2 年 前 |
Ozkan Sezer
|
929da2c28e
SDL_dynapi.c: LoadLibraryA() returns HMODULE.
|
2 年 前 |
Sam Lantinga
|
63724c113b
Removed the vi format comments from the source
|
2 年 前 |