Simon McVittie
|
c4d49fadd4
linux: Reduce magic numbers when mapping gamepad axes
|
2 tahun lalu |
Anonymous Maarten
|
b6ae281e97
Use #ifdef/#ifndef instead of #if defined/#if \!defined
|
3 tahun lalu |
Anonymous Maarten
|
eed266d266
SDL_syshaptic.c and SDL_sysjoystick.c need string.h for strerror
|
3 tahun lalu |
Anonymous Maarten
|
3472dc11d6
Fix uses of undefined macro identifiers (-Wundef)
|
3 tahun lalu |
Anonymous Maarten
|
f7961b7c9a
video/blit: fix -Wimplicit-fallthrough warnings
|
3 tahun lalu |
Sam Lantinga
|
c6443d86c9
Code style: changed "sizeof foo" to "sizeof(foo)" (thanks @sezero!)
|
3 tahun lalu |
Sam Lantinga
|
decbbb0499
Updated API for SDL_JoystickID sign change
|
3 tahun lalu |
Sam Lantinga
|
fde78d12f2
Updated copyright for 2023
|
3 tahun lalu |
Sam Lantinga
|
36d4395c97
SDL API renaming: internal functions
|
3 tahun lalu |
Sam Lantinga
|
fc478c1bc0
SDL API renaming: SDL_joystick.h
|
3 tahun lalu |
Sam Lantinga
|
63724c113b
Removed the vi format comments from the source
|
3 tahun lalu |
Sam Lantinga
|
5c29b58e95
Added support for clang thread-safety analysis
|
3 tahun lalu |
Sam Lantinga
|
fcafe40948
Removed balls from the joystick API
|
3 tahun lalu |
Sam Lantinga
|
73f4aeee6a
Pass the event timestamp for joystick events
|
3 tahun lalu |
Sam Lantinga
|
8121bbd083
Convert ticks to 64-bit, added nanosecond precision to the API
|
3 tahun lalu |
Pierre Wendling
|
3c501b963d
Clang-Tidy fixes (#6725)
|
3 tahun lalu |
Sam Lantinga
|
5750bcb174
Update for SDL3 coding style (#6717)
|
3 tahun lalu |
Sam Lantinga
|
c5790359fd
Added precompiled header support for Visual Studio and Xcode (#6710)
|
3 tahun lalu |
Sylvain Becker
|
6a2200823c
Cleanup add brace (#6545)
|
3 tahun lalu |
Sam Lantinga
|
0a48abc860
Switch header convention from `#include "SDL.h"` to `#include <SDL3/SDLh>`
|
3 tahun lalu |
Sam Lantinga
|
c70e675900
Wait a bit for devices to initialize before trying to enumerate and open them.
|
3 tahun lalu |
Ludovico de Nittis
|
e8cb4da71f
Add utility function to detect if SDL is inside a sandbox
|
3 tahun lalu |
Sam Lantinga
|
bac8df4abd
Fixed memory leak when out of memory
|
3 tahun lalu |
Sam Lantinga
|
ffbad3617c
Use the correct type for the device_instance
|
3 tahun lalu |
Sam Lantinga
|
277b033e78
Refactor joystick GUID creation
|
3 tahun lalu |
Sam Lantinga
|
c1e0873940
Added the CRC of the joystick name to the GUID
|
3 tahun lalu |
Sam Lantinga
|
f7b774a7e0
Fixed build error on Linux if HAVE_INOTIFY isn't defined
|
3 tahun lalu |
atfrase
|
db9e14e504
disabled linux joystick debugging outputs and reverted unnecessary comment edit
|
4 tahun lalu |
atfrase
|
f7a19f9ea8
relaxed the digital hat deadzone slightly, and fixed typo in DEBUG_GAMEPAD_MAPPING define
|
4 tahun lalu |
atfrase
|
3696e23d09
added hints SDL_HINT_LINUX_DIGITAL_HATS and SDL_HINT_LINUX_HAT_DEADZONES to control the new Linux hat handling; added define DEBUG_GAMEPAD_MAPPINGS to log messages when generating default gamepad mapings for Linux joysticks
|
4 tahun lalu |