Histórico de Commits

Autor SHA1 Mensagem Data
  Sam Lantinga 8d223b3037 Renamed atomic functions to match SDL 3.0 naming convention há 1 ano atrás
  Sam Lantinga 9275c533ca Added thread-safe initialization/cleanup support há 1 ano atrás
  Ryan C. Gordon 154452a726 winrt: Removed WinRT/Windows Phone/UWP support. há 1 ano atrás
  Sam Lantinga f827c1322c Renamed SDL_Del* to SDL_Remove* há 1 ano atrás
  Sam Lantinga 9ff3446f03 Use SDL_bool instead an int return code in the SDL API há 1 ano atrás
  Sam Lantinga 8f546bb3c9 Use C99 bool internally in SDL há 1 ano atrás
  Sam Lantinga 6501e90018 Use C++ style comments consistently in SDL source code há 1 ano atrás
  Sam Lantinga d68d32e12c Revert "Removing a timer that isn't running is a success." há 1 ano atrás
  Sam Lantinga 881e2bc344 Fixed build há 1 ano atrás
  Sam Lantinga 795499a529 Removing a timer that isn't running is a success. há 1 ano atrás
  Sam Lantinga a7c0192017 Renamed SDL_PostSemaphore() to SDL_SignalSemphore() há 1 ano atrás
  Sam Lantinga 033df70d4c SDL_DelayNS() will attempt to sleep exactly the requested amount of time há 1 ano atrás
  Sam Lantinga aaa9bf9422 Added more error checking for SDL timer functions há 1 ano atrás
  Sam Lantinga 99599d9236 Added SDL_AddTimerNS() há 1 ano atrás
  Sam Lantinga b6360516e4 Added the timerID to the SDL timer callback há 1 ano atrás
  Ryan C. Gordon 0ec716819e thread: Reworked SDL_CreateThread to be consistent across platforms. há 1 ano atrás
  Anonymous Maarten 31d133db40 Define SDL_PLATFORM_* macros instead of underscored ones (#8875) há 2 anos atrás
  Sam Lantinga d6a41f8f31 Updated SDL_TimerID to use the same type as other IDs in SDL há 2 anos atrás
  Sam Lantinga a2665f54c8 Updated the atomic API for SDL 3.0 naming conventions há 2 anos atrás
  Sam Lantinga 5b3ee51c6c Updated copyright for 2024 há 2 anos atrás
  Ryan C. Gordon 447b508a77 error: SDL's allocators now call SDL_OutOfMemory on error. há 2 anos atrás
  Sylvain d8600f717e Pointer as bool (libsdl-org#7214) há 2 anos atrás
  Ryan C. Gordon e6116d399a mutex: Removed SDL_MUTEX_MAXWAIT. há 2 anos atrás
  Sam Lantinga 737aa881fa Updated source to match SDL function prototype style há 2 anos atrás
  Sam Lantinga 87ad71f9b2 Rename SDL mutex, semaphore and condition variable types to match SDL 3.0 naming convention há 2 anos atrás
  Sam Lantinga 61c0c009ab Rename SDL semaphore and condition variable functions to match SDL 3.0 naming convention há 2 anos atrás
  Ozkan Sezer c41a76657e SDL_timer.c: silence a minor warning. há 2 anos atrás
  Sam Lantinga 85ee1498a5 Fixed Visual Studio warning 4245 há 3 anos atrás
  Anonymous Maarten 3472dc11d6 Fix uses of undefined macro identifiers (-Wundef) há 3 anos atrás
  David Demelier d0c4849d0b Rename SDL_atomic_t to SDL_AtomicInt há 3 anos atrás