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

Автор SHA1 Сообщение Дата
  Sam Lantinga d68d32e12c Revert "Removing a timer that isn't running is a success." 1 год назад
  Sam Lantinga 881e2bc344 Fixed build 1 год назад
  Sam Lantinga 795499a529 Removing a timer that isn't running is a success. 1 год назад
  Sam Lantinga a7c0192017 Renamed SDL_PostSemaphore() to SDL_SignalSemphore() 1 год назад
  Sam Lantinga 033df70d4c SDL_DelayNS() will attempt to sleep exactly the requested amount of time 1 год назад
  Sam Lantinga aaa9bf9422 Added more error checking for SDL timer functions 1 год назад
  Sam Lantinga 99599d9236 Added SDL_AddTimerNS() 1 год назад
  Sam Lantinga b6360516e4 Added the timerID to the SDL timer callback 1 год назад
  Ryan C. Gordon 0ec716819e thread: Reworked SDL_CreateThread to be consistent across platforms. 1 год назад
  Anonymous Maarten 31d133db40 Define SDL_PLATFORM_* macros instead of underscored ones (#8875) 2 лет назад
  Sam Lantinga d6a41f8f31 Updated SDL_TimerID to use the same type as other IDs in SDL 2 лет назад
  Sam Lantinga a2665f54c8 Updated the atomic API for SDL 3.0 naming conventions 2 лет назад
  Sam Lantinga 5b3ee51c6c Updated copyright for 2024 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 лет назад
  Ryan C. Gordon e6116d399a mutex: Removed SDL_MUTEX_MAXWAIT. 2 лет назад
  Sam Lantinga 737aa881fa Updated source to match SDL function prototype style 2 лет назад
  Sam Lantinga 87ad71f9b2 Rename SDL mutex, semaphore and condition variable types to match SDL 3.0 naming convention 2 лет назад
  Sam Lantinga 61c0c009ab Rename SDL semaphore and condition variable functions to match SDL 3.0 naming convention 3 лет назад
  Ozkan Sezer c41a76657e SDL_timer.c: silence a minor warning. 3 лет назад
  Sam Lantinga 85ee1498a5 Fixed Visual Studio warning 4245 3 лет назад
  Anonymous Maarten 3472dc11d6 Fix uses of undefined macro identifiers (-Wundef) 3 лет назад
  David Demelier d0c4849d0b Rename SDL_atomic_t to SDL_AtomicInt 3 лет назад
  Sam Lantinga fde78d12f2 Updated copyright for 2023 3 лет назад
  Sylvain Becker d7d3c22dbf Remove more reserved identifiers (#6925) 3 лет назад
  Sam Lantinga 36d4395c97 SDL API renaming: internal functions 3 лет назад
  Sam Lantinga 63724c113b Removed the vi format comments from the source 3 лет назад
  Sam Lantinga 75f1eb9216 Don't assume evdev events and SDL_GetTicks() use the same time source 3 лет назад
  Sam Lantinga 57d34f2e10 Make sure we never get a zero tick_start value 3 лет назад
  Sam Lantinga c468d93760 Removed unnecessary conversion from nanoseconds to milliseconds in SDL_GetTicks() 3 лет назад