nightmareci
|
2f5bc17ea6
Fix support for Windows XP and up (#13904)
|
il y a 6 mois |
Sam Lantinga
|
f2074d7af3
Updated copyright for 2025
|
il y a 1 an |
Sam Lantinga
|
4fa92d233d
Include stdbool.h when using Visual Studio 2017+
|
il y a 1 an |
Sam Lantinga
|
a90ad3b0e2
Removed SDL_bool in favor of plain bool
|
il y a 1 an |
Ryan C. Gordon
|
154452a726
winrt: Removed WinRT/Windows Phone/UWP support.
|
il y a 1 an |
Sam Lantinga
|
9ff3446f03
Use SDL_bool instead an int return code in the SDL API
|
il y a 1 an |
Sam Lantinga
|
6501e90018
Use C++ style comments consistently in SDL source code
|
il y a 1 an |
Ryan C. Gordon
|
074dd8c35f
hints: Change hints to be backed by Properties, add documentation. (#9892)
|
il y a 1 an |
Sam Lantinga
|
b854e1fe0b
Fixed some issues found with static analysis
|
il y a 1 an |
Anonymous Maarten
|
31d133db40
Define SDL_PLATFORM_* macros instead of underscored ones (#8875)
|
il y a 2 ans |
Sam Lantinga
|
5b3ee51c6c
Updated copyright for 2024
|
il y a 2 ans |
Ryan C. Gordon
|
447b508a77
error: SDL's allocators now call SDL_OutOfMemory on error.
|
il y a 2 ans |
Sylvain
|
d8600f717e
Pointer as bool (libsdl-org#7214)
|
il y a 2 ans |
Ryan C. Gordon
|
899eb0d042
thread: Locking mutexes and rwlocks are now void functions.
|
il y a 2 ans |
Sam Lantinga
|
ddbdd73258
Updated source to match SDL function prototype style
|
il y a 2 ans |
Sam Lantinga
|
87ad71f9b2
Rename SDL mutex, semaphore and condition variable types to match SDL 3.0 naming convention
|
il y a 2 ans |
Ryan C. Gordon
|
776820526b
windows: Use InitializeSRWLock explicitly.
|
il y a 2 ans |
Anonymous Maarten
|
3472dc11d6
Fix uses of undefined macro identifiers (-Wundef)
|
il y a 3 ans |
Sam Lantinga
|
fde78d12f2
Updated copyright for 2023
|
il y a 3 ans |
Sam Lantinga
|
63724c113b
Removed the vi format comments from the source
|
il y a 3 ans |
Sam Lantinga
|
cc49f1e279
Fixed crash if mutex functions are used before any mutex has been created
|
il y a 3 ans |
Sam Lantinga
|
5c29b58e95
Added support for clang thread-safety analysis
|
il y a 3 ans |
Sam Lantinga
|
5750bcb174
Update for SDL3 coding style (#6717)
|
il y a 3 ans |
Sam Lantinga
|
c5790359fd
Added precompiled header support for Visual Studio and Xcode (#6710)
|
il y a 3 ans |
pionere
|
461a38ff1a
thread: code style
|
il y a 3 ans |
Sylvain Becker
|
6a2200823c
Cleanup add brace (#6545)
|
il y a 3 ans |
Sam Lantinga
|
0a48abc860
Switch header convention from `#include "SDL.h"` to `#include <SDL3/SDLh>`
|
il y a 3 ans |
Sam Lantinga
|
a635a485bc
Re-added WinRT support until we're sure that it's no longer being used
|
il y a 3 ans |
Ozkan Sezer
|
dc2a3e06e9
removed WinRT support.
|
il y a 3 ans |
Sam Lantinga
|
adc6875870
Added SDL_copyp to avoid size mismatch when copying values (thanks @1bsyl!)
|
il y a 3 ans |