Commit History

Author SHA1 Message Date
  nightmareci 718034f5fa Remove newlines from log messages 1 year ago
  Sam Lantinga f2074d7af3 Updated copyright for 2025 1 year ago
  Sam Lantinga 6fc6e3dc7e Use SDL_bool where appropriate in SDL events 1 year ago
  Sam Lantinga f827c1322c Renamed SDL_Del* to SDL_Remove* 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 e75175129f Added support for the Retro-bit Controller in PS3 mode 1 year ago
  Sam Lantinga d154b37b41 Renamed *FromInstanceID() to *FromID() 1 year ago
  Anonymous Maarten 32907a9606 Rename SDL_Swap(16|32|64)(LE|BE) to SDL_Swap(LE|BE)(16|32|64) 1 year ago
  Sam Lantinga b6d7adfec1 Fixed PlayStation detection interrupting input for the Logitech K400 keyboard 1 year ago
  Sam Lantinga 8847b35244 Separate joystick power state into battery status and percentage 1 year ago
  Sam Lantinga 53e86be22f Minor cleanup with the new PS3 driver for windows 2 years ago
  Riccardo Marcangelo 6534029691 Add DualShock 3 HIDAPI support on Windows (#9144) 2 years ago
  Ozkan Sezer 6b3b7c7d4b SDL_hidapi_ps3.c: adjust for new SDL_PLATFORM_WINDOWS meaning. 2 years ago
  Anonymous Maarten 31d133db40 Define SDL_PLATFORM_* macros instead of underscored ones (#8875) 2 years ago
  Sam Lantinga cd231a65f6 Added SDL_GetJoystickCaps() and SDL_GetGamepadCaps() to get the capabilities of controllers 2 years ago
  Sam Lantinga 5b3ee51c6c Updated copyright for 2024 2 years ago
  Sam Lantinga 70ba3f2830 Report the D-Pad for HIDAPI gamepads as a hat 2 years ago
  Ryan C. Gordon 447b508a77 error: SDL's allocators now call SDL_OutOfMemory on error. 2 years ago
  Sam Lantinga 2991b9f6ac SDL now represents gamepad buttons as positional elements with a separate label 2 years ago
  Sylvain d8600f717e Pointer as bool (libsdl-org#7214) 2 years ago
  Sam Lantinga 32d015a6a0 Fixed PS3 controller initialization over Bluetooth 2 years ago
  Sam Lantinga b6ca360228 Added support for the Saitek Cyborg V.3 Rumble Pad in PS3 mode 2 years ago
  Sam Lantinga 0467301baf Report PS3 accelerometer values in m/s2 instead of Gs 2 years ago
  Anonymous Maarten b6ae281e97 Use #ifdef/#ifndef instead of #if defined/#if \!defined 3 years ago
  Sam Lantinga 308bcbbe76 Fixed Visual Studio warning 4244 3 years ago
  Sam Lantinga c6443d86c9 Code style: changed "sizeof foo" to "sizeof(foo)" (thanks @sezero!) 3 years ago
  Sam Lantinga da134a3039 Fixed locking up the Logitech F310 with the PlayStation controller detection 3 years ago
  Sam Lantinga 0208a0eeb3 Added support for the Logitech ChillStream 3 years ago