Sam Lantinga
|
a90ad3b0e2
Removed SDL_bool in favor of plain bool
|
1 年之前 |
Sam Lantinga
|
807b8a9d4d
Allow initializing hints and properties from any thread
|
1 年之前 |
Sam Lantinga
|
f3e419596b
Removed SDL_INIT_TIMER
|
1 年之前 |
Sam Lantinga
|
dc639956ba
Improve logging performance and make log priorities thread-safe
|
1 年之前 |
Sam Lantinga
|
5b5b1a8926
Fixed cleaning up dependent subsystems if initialization fails
|
1 年之前 |
Sam Lantinga
|
97d40b9218
Removed SDL_CleanupEnvironment()
|
1 年之前 |
Sam Lantinga
|
90e01040c5
Added thread-safe environment functions
|
1 年之前 |
Ryan C. Gordon
|
ac08dde1b2
windows: Clean out things that should be using `defined(SDL_PLATFORM_WINDOWS)`.
|
1 年之前 |
Ryan C. Gordon
|
154452a726
winrt: Removed WinRT/Windows Phone/UWP support.
|
1 年之前 |
Sam Lantinga
|
9ff3446f03
Use SDL_bool instead an int return code in the SDL API
|
1 年之前 |
Sam Lantinga
|
8f546bb3c9
Use C99 bool internally in SDL
|
1 年之前 |
Sam Lantinga
|
6501e90018
Use C++ style comments consistently in SDL source code
|
1 年之前 |
Ryan C. Gordon
|
074dd8c35f
hints: Change hints to be backed by Properties, add documentation. (#9892)
|
1 年之前 |
Sam Lantinga
|
61a88077a7
Re-added SDL_HINT_APP_ID and SDL_HINT_APP_NAME
|
1 年之前 |
Sam Lantinga
|
a36fe632fd
Added SDL_SetAppMetadata() (#10404)
|
1 年之前 |
Sam Lantinga
|
f080336fa6
Fixed memory leak if logging is done after SDL_Quit()
|
1 年之前 |
Sam Lantinga
|
da035142b2
Use SDL_InitFlags for the SDL_Init* function implementations
|
1 年之前 |
Sam Lantinga
|
42650d79c1
Moved Android event initialization to SDL_InitEvents()
|
1 年之前 |
Sam Lantinga
|
ca4bd4b63c
Android life cycle behavior more closely matches iOS
|
1 年之前 |
Sam Lantinga
|
29f0fd33dc
SDL_getenv() should return const
|
1 年之前 |
Sam Lantinga
|
68322ac851
Ensure that all functions that follow the SDL_GetStringRule return temporary memory
|
1 年之前 |
Ryan C. Gordon
|
3bc81a81f5
filesystem: SDL_GetBasePath() now follows the SDL_GetStringRule.
|
1 年之前 |
Sam Lantinga
|
4aeabb3c3b
Made event and temporary string memory thread-local and added SDL_FreeEventMemory()
|
1 年之前 |
Sam Lantinga
|
bd041b4831
Make sure SDL subsystems are initialized before starting threads
|
1 年之前 |
Sam Lantinga
|
b517043936
Added TLS initialization and shutdown functions
|
1 年之前 |
Sam Lantinga
|
2ba76dbe80
Simplified SDL_Surface
|
1 年之前 |
Sam Lantinga
|
9d47daef0a
Do a final pass freeing temporary memory when we quit.
|
1 年之前 |
Sam Lantinga
|
ab3c8552c2
Clean up renderers at shutdown
|
1 年之前 |
Sam Lantinga
|
ce65f84fd8
Fixed Android warnings
|
1 年之前 |
Ryan C. Gordon
|
e23257307e
Introduce formal policy for APIs that return strings.
|
1 年之前 |