История коммитов

Автор SHA1 Сообщение Дата
  Sam Lantinga 52d6587084 Removed SDL_EVENTS_DISABLED 2 лет назад
  Sam Lantinga 5b3ee51c6c Updated copyright for 2024 2 лет назад
  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'. 2 лет назад
  Ryan C. Gordon 447b508a77 error: SDL's allocators now call SDL_OutOfMemory on error. 2 лет назад
  Sylvain d8600f717e Pointer as bool (libsdl-org#7214) 2 лет назад
  Sam Lantinga f3261fedcc Code cleanup now that SDL_bool is equivalent to a C boolean expression 2 лет назад
  Sam Lantinga 38afd48daf Added a single source of SDL object IDs 2 лет назад
  Sam Lantinga 4368f70ff9 Added properties to various SDL objects 2 лет назад
  Sam Lantinga 3a47fb7208 The sensor and joystick instance ID generator isn't guarded by a lock. 2 лет назад
  Sam Lantinga d9f09e77f2 Actually make the sensors magical! 2 лет назад
  Sam Lantinga e385d6da0a Fixed build warning 2 лет назад
  Sam Lantinga 6b93e788fa Improved sensor thread-safety 2 лет назад
  Sam Lantinga 20ea35138f Use a separate sensor watching function for gamepad events to avoid reliance on system sensor events and prevent a potential deadlock 2 лет назад
  Sam Lantinga 42e4639a5e For gamepads that don't have their own sensors, try to use the system sensors. 2 лет назад
  Sam Lantinga 87ad71f9b2 Rename SDL mutex, semaphore and condition variable types to match SDL 3.0 naming convention 2 лет назад
  Anonymous Maarten 3472dc11d6 Fix uses of undefined macro identifiers (-Wundef) 2 лет назад
  David Demelier d0c4849d0b Rename SDL_atomic_t to SDL_AtomicInt 3 лет назад
  Sylvain 9b065bf54b Fix various warnings: static /void / comma 3 лет назад
  Sam Lantinga c5f570b30b Make sure count is 0 in out of memory conditions 3 лет назад
  Sam Lantinga 7b50bae524 Renamed SDL events for clarity 3 лет назад
  Ozkan Sezer 85924687fd fix SDL_GetSensorInstanceID() return code upon failure. 3 лет назад
  Sam Lantinga fde78d12f2 Updated copyright for 2023 3 лет назад
  Sam Lantinga 324c0b76a0 Removed SDL_HasGamepads(), SDL_HasJoysticks(), and SDL_HasSensors() 3 лет назад
  Sam Lantinga 66351fd4ba Replace tri-state functions SDL_EventState(), SDL_GetJoystickEventState(), SDL_GetGamepadEventState(), SDL_ShowCursor() 3 лет назад
  Sam Lantinga 16092f58bb Updated gamepad, joystick, sensor APIs, removing device indices 3 лет назад
  Sam Lantinga 36d4395c97 SDL API renaming: internal functions 3 лет назад
  Sam Lantinga 2db699f48e SDL API renaming: SDL_sensor.h 3 лет назад
  Sam Lantinga 63724c113b Removed the vi format comments from the source 3 лет назад
  Sam Lantinga 5c29b58e95 Added support for clang thread-safety analysis 3 лет назад
  Sam Lantinga b4da4ed95a Removed SDL_SensorGetDataWithTimestamp() and SDL_GameControllerGetSensorDataWithTimestamp() 3 лет назад