Historial de Commits

Autor SHA1 Mensaje Fecha
  Sam Lantinga 5c29b58e95 Added support for clang thread-safety analysis hace 3 años
  Sam Lantinga b8760a3ffe The `timestamp_us` member of the sensor events has been renamed `sensor_timestamp` and now represents nanoseconds. hace 3 años
  Sam Lantinga 73f4aeee6a Pass the event timestamp for joystick events hace 3 años
  Sam Lantinga 8121bbd083 Convert ticks to 64-bit, added nanosecond precision to the API hace 3 años
  Sam Lantinga 5750bcb174 Update for SDL3 coding style (#6717) hace 3 años
  Sam Lantinga c5790359fd Added precompiled header support for Visual Studio and Xcode (#6710) hace 3 años
  Sylvain Becker 6a2200823c Cleanup add brace (#6545) hace 3 años
  Sam Lantinga 0a48abc860 Switch header convention from `#include "SDL.h"` to `#include <SDL3/SDLh>` hace 3 años
  Ozkan Sezer 0b8309da0c renamed SDL PI constants to SDL_PI_D and SDL_PI_F. hace 3 años
  Sam Lantinga 670f1df469 Removed SDL_stdinc.h dependency on HAVE_M_PI, added SDL_M_PIl (double) and SDL_M_PIf (float) instead hace 3 años
  Sam Lantinga efdb390caa Disable the HIDAPI Wii driver by default as it doesn't work with the dolphinbar hace 3 años
  Sam Lantinga 2c518747b9 Added microsecond timestamp to sensor values for PS4 and PS5 controllers using the HIDAPI driver hace 3 años
  Sam Lantinga 1d34a5249d Fixed shadowed variable warning hace 3 años
  Sam Lantinga aa2e2f4843 Make sure HID devices can be opened before making them available to the application hace 3 años
  Amir 7f415ce587 android: fix some compiler warnings hace 3 años
  Sam Lantinga d93f9a778b The new Wii Remote shares the same VID/PID as the Wii U Pro controller hace 3 años
  Sam Lantinga 87f8b6ff0f Don't mess with the state of the Motion Plus extension on Linux hace 3 años
  Sam Lantinga c28da4892a Fixed build hace 3 años
  Sam Lantinga 638452ecf7 Assert that continuous reporting is enabled, so input timeout is a reliable way of detecting Bluetooth connection problems. hace 3 años
  Sam Lantinga 8dfe0e4beb Removed checks not needed for the Wii U Pro Controller hace 3 años
  Sam Lantinga 4018f35ef2 Added left and right sensors for Nintendo Joy-Con and Wii controllers hace 3 años
  Sam Lantinga 30f55a5d59 Added initial support for the Wii Motion Plus extension hace 3 años
  Sam Lantinga d1fea10c0f Added support for the accelerometer in the Wii Remote hace 3 años
  Sam Lantinga a61b823da8 Added support for the Wii Remote with the Classic Controller Pro extension hace 3 años
  Sam Lantinga 253f6a913d Variable renaming for consistency hace 3 años
  Sam Lantinga 5002624e8a Fixed crash when extension controllers are hotplugged hace 3 años
  Sam Lantinga b6d23d21db Fixed interactions with the Linux Wiimote driver hace 3 años
  Ozkan Sezer 0c984360d1 SDL_hidapi_wii.c: fix a -Wshadow warning hace 3 años
  Sam Lantinga b6b3fb0023 This was intended to be Uint8 hace 3 años
  Ozkan Sezer 5be157b3a2 SDL_hidapi_wii.c: fix -Wpointer-sign warnings hace 3 años