Historial de Commits

Autor SHA1 Mensaje Fecha
  Sam Lantinga f2074d7af3 Updated copyright for 2025 hace 1 año
  Sam Lantinga a90ad3b0e2 Removed SDL_bool in favor of plain bool hace 1 año
  Sam Lantinga 8d223b3037 Renamed atomic functions to match SDL 3.0 naming convention hace 1 año
  Petar Popovic d2ef15d8e6 Fix warnings: calloc-transposed-args hace 1 año
  Sam Lantinga 9ff3446f03 Use SDL_bool instead an int return code in the SDL API hace 1 año
  Sam Lantinga 8f546bb3c9 Use C99 bool internally in SDL hace 1 año
  Sam Lantinga 6501e90018 Use C++ style comments consistently in SDL source code hace 1 año
  Sam Lantinga 4f55271571 Removed temporary memory from the API hace 1 año
  Sam Lantinga 856d598d6e SDL_GetSensors() follows the SDL_GetStringRule hace 1 año
  Sam Lantinga bb96320cc4 Make sure we always copy the data returned using SDL_GetStringRule hace 1 año
  Sam Lantinga 5c875e1183 Renamed *FromID() to *ForID() hace 1 año
  Sam Lantinga d154b37b41 Renamed *FromInstanceID() to *FromID() hace 1 año
  Sam Lantinga e90060d07f Renamed functions to get information from device IDs hace 1 año
  Ryan C. Gordon e23257307e Introduce formal policy for APIs that return strings. hace 1 año
  Sam Lantinga b0e93e4e63 Prevent crashes if freed objects are passed to SDL API functions hace 1 año
  Sam Lantinga 52d6587084 Removed SDL_EVENTS_DISABLED hace 2 años
  Sam Lantinga 5b3ee51c6c Updated copyright for 2024 hace 2 años
  Sam Lantinga b512182222 Fixed warning C6340: Mismatch on sign: 'unsigned int' passed as _Param_(2) when some signed type is required in call to 'SDL_SetError_REAL'. hace 2 años
  Ryan C. Gordon 447b508a77 error: SDL's allocators now call SDL_OutOfMemory on error. hace 2 años
  Sylvain d8600f717e Pointer as bool (libsdl-org#7214) hace 2 años
  Sam Lantinga f3261fedcc Code cleanup now that SDL_bool is equivalent to a C boolean expression hace 2 años
  Sam Lantinga 38afd48daf Added a single source of SDL object IDs hace 2 años
  Sam Lantinga 4368f70ff9 Added properties to various SDL objects hace 2 años
  Sam Lantinga 3a47fb7208 The sensor and joystick instance ID generator isn't guarded by a lock. hace 2 años
  Sam Lantinga d9f09e77f2 Actually make the sensors magical! hace 2 años
  Sam Lantinga e385d6da0a Fixed build warning hace 2 años
  Sam Lantinga 6b93e788fa Improved sensor thread-safety hace 2 años
  Sam Lantinga 20ea35138f Use a separate sensor watching function for gamepad events to avoid reliance on system sensor events and prevent a potential deadlock hace 2 años
  Sam Lantinga 42e4639a5e For gamepads that don't have their own sensors, try to use the system sensors. hace 2 años
  Sam Lantinga 87ad71f9b2 Rename SDL mutex, semaphore and condition variable types to match SDL 3.0 naming convention hace 2 años