nightmareci
|
718034f5fa
Remove newlines from log messages
|
1 year ago |
Sam Lantinga
|
f2074d7af3
Updated copyright for 2025
|
1 year ago |
Sam Lantinga
|
9ff3446f03
Use SDL_bool instead an int return code in the SDL API
|
1 year ago |
Sam Lantinga
|
8f546bb3c9
Use C99 bool internally in SDL
|
1 year ago |
Sam Lantinga
|
6501e90018
Use C++ style comments consistently in SDL source code
|
1 year ago |
Sam Lantinga
|
5b3ee51c6c
Updated copyright for 2024
|
2 years ago |
Sam Lantinga
|
8a82f7e837
Fixed warning C33005: VARIANT '&valueX' was provided as an _In_ or _InOut_ parameter but was not initialized
|
2 years ago |
Ryan C. Gordon
|
447b508a77
error: SDL's allocators now call SDL_OutOfMemory on error.
|
2 years ago |
Sylvain
|
d8600f717e
Pointer as bool (libsdl-org#7214)
|
2 years ago |
Sam Lantinga
|
38afd48daf
Added a single source of SDL object IDs
|
2 years ago |
Anonymous Maarten
|
b6ae281e97
Use #ifdef/#ifndef instead of #if defined/#if \!defined
|
3 years ago |
Sam Lantinga
|
b6646f4de5
Use nanosecond timestamp for sensors (thanks @1bsyl!)
|
3 years ago |
Sam Lantinga
|
fde78d12f2
Updated copyright for 2023
|
3 years ago |
Sam Lantinga
|
36d4395c97
SDL API renaming: internal functions
|
3 years ago |
Sam Lantinga
|
63724c113b
Removed the vi format comments from the source
|
3 years ago |
Sam Lantinga
|
b8760a3ffe
The `timestamp_us` member of the sensor events has been renamed `sensor_timestamp` and now represents nanoseconds.
|
3 years ago |
Sam Lantinga
|
5750bcb174
Update for SDL3 coding style (#6717)
|
3 years ago |
Sam Lantinga
|
c5790359fd
Added precompiled header support for Visual Studio and Xcode (#6710)
|
3 years ago |
Sylvain Becker
|
6a2200823c
Cleanup add brace (#6545)
|
3 years ago |
Sam Lantinga
|
0a48abc860
Switch header convention from `#include "SDL.h"` to `#include <SDL3/SDLh>`
|
3 years ago |
Sam Lantinga
|
63f307fe1f
Remove SDL_config.h from the public headers
|
3 years ago |
Ozkan Sezer
|
0b8309da0c
renamed SDL PI constants to SDL_PI_D and SDL_PI_F.
|
3 years ago |
Sam Lantinga
|
670f1df469
Removed SDL_stdinc.h dependency on HAVE_M_PI, added SDL_M_PIl (double) and SDL_M_PIf (float) instead
|
3 years ago |
Sam Lantinga
|
2c518747b9
Added microsecond timestamp to sensor values for PS4 and PS5 controllers using the HIDAPI driver
|
3 years ago |
Sam Lantinga
|
e8c3ff56e0
Removed problematic call to ISensor_SetEventSink()
|
4 years ago |
Sam Lantinga
|
120c76c84b
Updated copyright for 2022
|
4 years ago |
Sam Lantinga
|
3ba9276aff
Don't fail the sensor init if we couldn't create a sensor manager (i.e. we're running on Wine)
|
4 years ago |
Mathieu Eyraud
|
844d5e3ed3
Fix memory leak in ConnectSensor
|
5 years ago |
Ozkan Sezer
|
265a1cc97a
use WIN_StringToUTF8W instead of WIN_StringToUTF8 where needed (#2)
|
5 years ago |
Sam Lantinga
|
9130f7c377
Updated copyright for 2021
|
5 years ago |