Sam Lantinga
|
fe2880fcda
Rename SDL_SetThreadPriority() to SDL_SetCurrentThreadPriority()
|
1 年間 前 |
Sam Lantinga
|
8d223b3037
Renamed atomic functions to match SDL 3.0 naming convention
|
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 年間 前 |
Sam Lantinga
|
a7c0192017
Renamed SDL_PostSemaphore() to SDL_SignalSemphore()
|
1 年間 前 |
Ryan C. Gordon
|
0ec716819e
thread: Reworked SDL_CreateThread to be consistent across platforms.
|
1 年間 前 |
Sam Lantinga
|
558630d59c
Use ALooper_pollOnce() instead of ALooper_pollAll()
|
1 年間 前 |
Sam Lantinga
|
7843579358
Revert "Fixed bug #9792 - Android: build failure with ndk 27-beta1 due to use of deprecated ALooper_pollAll"
|
1 年間 前 |
Sylvain
|
ee16d2f705
Fixed bug #9792 - Android: build failure with ndk 27-beta1 due to use of deprecated ALooper_pollAll
|
1 年間 前 |
Anonymous Maarten
|
027856b9fa
Revert changes to SDL_androidsensor.c
|
1 年間 前 |
Anonymous Maarten
|
88980aeb21
android+test: testcamera needs CAMERA permissions
|
1 年間 前 |
Sam Lantinga
|
5b3ee51c6c
Updated copyright for 2024
|
2 年 前 |
Ryan C. Gordon
|
447b508a77
error: SDL's allocators now call SDL_OutOfMemory on error.
|
2 年 前 |
Sylvain
|
d8600f717e
Pointer as bool (libsdl-org#7214)
|
2 年 前 |
Sam Lantinga
|
38afd48daf
Added a single source of SDL object IDs
|
2 年 前 |
Sam Lantinga
|
a9f6950657
Fixed deadlock shutting down Android sensors
|
2 年 前 |
Sam Lantinga
|
6b93e788fa
Improved sensor thread-safety
|
2 年 前 |
Sam Lantinga
|
3ddbeab88f
Moved Android sensor event handling to a separate thread
|
2 年 前 |
Sam Lantinga
|
b6646f4de5
Use nanosecond timestamp for sensors (thanks @1bsyl!)
|
3 年 前 |
Sam Lantinga
|
fde78d12f2
Updated copyright for 2023
|
3 年 前 |
Sam Lantinga
|
36d4395c97
SDL API renaming: internal functions
|
3 年 前 |
Sam Lantinga
|
63724c113b
Removed the vi format comments from the source
|
3 年 前 |
Sam Lantinga
|
b8760a3ffe
The `timestamp_us` member of the sensor events has been renamed `sensor_timestamp` and now represents nanoseconds.
|
3 年 前 |
Sylvain
|
778b8926b4
Small format changed (using clang-format 15.0.2-1)
|
3 年 前 |
Sam Lantinga
|
5750bcb174
Update for SDL3 coding style (#6717)
|
3 年 前 |
Sam Lantinga
|
c5790359fd
Added precompiled header support for Visual Studio and Xcode (#6710)
|
3 年 前 |
Sylvain Becker
|
6a2200823c
Cleanup add brace (#6545)
|
3 年 前 |
Sam Lantinga
|
0a48abc860
Switch header convention from `#include "SDL.h"` to `#include <SDL3/SDLh>`
|
3 年 前 |
Sam Lantinga
|
63f307fe1f
Remove SDL_config.h from the public headers
|
3 年 前 |