Sam Lantinga
|
f2074d7af3
Updated copyright for 2025
|
3 ヶ月 前 |
Daniel Gibson
|
9a81892447
Old env vars as fallback for SDL_VIDEO_DRIVER + SDL_AUDIO_DRIVER #11115
|
6 ヶ月 前 |
Sam Lantinga
|
5db64300b8
Fixed SDL_GetStringInteger() for values starting with '0' and '1' (thanks @DanielGibson!)
|
6 ヶ月 前 |
Sam Lantinga
|
a90ad3b0e2
Removed SDL_bool in favor of plain bool
|
7 ヶ月 前 |
Sam Lantinga
|
807b8a9d4d
Allow initializing hints and properties from any thread
|
7 ヶ月 前 |
Sam Lantinga
|
28b94c4758
Re-added SDL_getenv() as a thread-safe getenv() implementation
|
7 ヶ月 前 |
Sam Lantinga
|
90e01040c5
Added thread-safe environment functions
|
7 ヶ月 前 |
Sam Lantinga
|
f827c1322c
Renamed SDL_Del* to SDL_Remove*
|
7 ヶ月 前 |
Sam Lantinga
|
00c409cff8
Additional cleanup exposed by building with a C++ compiler
|
7 ヶ月 前 |
Sam Lantinga
|
9ff3446f03
Use SDL_bool instead an int return code in the SDL API
|
8 ヶ月 前 |
Sam Lantinga
|
8f546bb3c9
Use C99 bool internally in SDL
|
8 ヶ月 前 |
Mathieu Eyraud
|
5de3d1e9cc
Fix error handling of SDL_AddHintCallback
|
8 ヶ月 前 |
Sam Lantinga
|
2b853121fe
Allow environment hint overrides before hints are initialized
|
8 ヶ月 前 |
Ryan C. Gordon
|
074dd8c35f
hints: Change hints to be backed by Properties, add documentation. (#9892)
|
8 ヶ月 前 |
Sam Lantinga
|
4f55271571
Removed temporary memory from the API
|
8 ヶ月 前 |
Ryan C. Gordon
|
e23257307e
Introduce formal policy for APIs that return strings.
|
10 ヶ月 前 |
APGR22
|
961488b0dc
Added NULL pointer check
|
11 ヶ月 前 |
Sam Lantinga
|
5b3ee51c6c
Updated copyright for 2024
|
1 年間 前 |
Ryan C. Gordon
|
447b508a77
error: SDL's allocators now call SDL_OutOfMemory on error.
|
1 年間 前 |
Sylvain
|
d8600f717e
Pointer as bool (libsdl-org#7214)
|
1 年間 前 |
Sam Lantinga
|
e643d28d9c
Set the hint value before calling hint callbacks
|
1 年間 前 |
Sam Lantinga
|
42e4639a5e
For gamepads that don't have their own sensors, try to use the system sensors.
|
1 年間 前 |
Sam Lantinga
|
ddbdd73258
Updated source to match SDL function prototype style
|
1 年間 前 |
Sam Lantinga
|
5feebcdce0
SDL_AddHintCallback() now returns a standard int result instead of void
|
2 年 前 |
Sam Lantinga
|
fde78d12f2
Updated copyright for 2023
|
2 年 前 |
Sam Lantinga
|
63724c113b
Removed the vi format comments from the source
|
2 年 前 |
Sam Lantinga
|
5750bcb174
Update for SDL3 coding style (#6717)
|
2 年 前 |
Sam Lantinga
|
c5790359fd
Added precompiled header support for Visual Studio and Xcode (#6710)
|
2 年 前 |
Sylvain Becker
|
6a2200823c
Cleanup add brace (#6545)
|
2 年 前 |
Sam Lantinga
|
0a48abc860
Switch header convention from `#include "SDL.h"` to `#include <SDL3/SDLh>`
|
2 年 前 |