SDL/src
2024-01-19 06:49:53 -08:00
..
atomic Updated the atomic API for SDL 3.0 naming conventions 2024-01-18 04:41:34 -08:00
audio Fixed warning C4127: conditional expression is constant 2024-01-19 06:44:32 -08:00
core Fixed warning C4152: nonstandard extension, function/data pointer conversion in expression 2024-01-19 06:49:53 -08:00
cpuinfo Removed SDL_CPUINFO_DISABLED 2024-01-17 09:24:04 -08:00
dynapi Re-add SDL_HAPTIC_SQUARE for SDL 3.0 2024-01-18 09:24:03 -08:00
events Switched SDL_TouchID and SDL_FingerID to be Uint64 with 0 being an invalid value 2024-01-18 10:55:24 -08:00
file Removed SDL_FILE_DISABLED 2024-01-17 09:24:04 -08:00
filesystem Make Xbox GDK code public (and fix some GDK code rot) (#8844) 2024-01-14 20:31:41 -08:00
haptic Fixed warning C4127: conditional expression is constant 2024-01-19 06:44:32 -08:00
hidapi Renamed SDL_ThreadID() to SDL_GetCurrentThreadID() 2024-01-18 08:18:37 -08:00
joystick Fixed warning C4244: 'function': conversion from 'SDL_ThreadID' to 'DWORD', possible loss of data 2024-01-19 06:28:54 -08:00
libm Updated copyright for 2024 2024-01-01 13:15:26 -08:00
loadso Fixed warning C4152: nonstandard extension, function/data pointer conversion in expression 2024-01-19 06:49:53 -08:00
locale Updated copyright for 2024 2024-01-01 13:15:26 -08:00
main Updated the atomic API for SDL 3.0 naming conventions 2024-01-18 04:41:34 -08:00
misc Updated copyright for 2024 2024-01-01 13:15:26 -08:00
power Updated copyright for 2024 2024-01-01 13:15:26 -08:00
render Fixed warning C4127: conditional expression is constant 2024-01-19 06:44:32 -08:00
sensor Removed SDL_EVENTS_DISABLED 2024-01-17 09:24:04 -08:00
stdlib Rename SDL_mslibc_x64.asm -> SDL_mslibc_x64.masm 2024-01-04 17:46:07 +01:00
test Switched SDL_TouchID and SDL_FingerID to be Uint64 with 0 being an invalid value 2024-01-18 10:55:24 -08:00
thread Fixed warning C4152: nonstandard extension, function/data pointer conversion in expression 2024-01-19 06:49:53 -08:00
timer Updated SDL_TimerID to use the same type as other IDs in SDL 2024-01-18 07:08:15 -08:00
video Fixed warning C4152: nonstandard extension, function/data pointer conversion in expression 2024-01-19 06:49:53 -08:00
SDL.c Removed SDL_INIT_EVERYTHING 2024-01-18 06:17:58 -08:00
SDL_assert.c Updated the atomic API for SDL 3.0 naming conventions 2024-01-18 04:41:34 -08:00
SDL_assert_c.h Updated copyright for 2024 2024-01-01 13:15:26 -08:00
SDL_error.c Updated copyright for 2024 2024-01-01 13:15:26 -08:00
SDL_error_c.h Updated copyright for 2024 2024-01-01 13:15:26 -08:00
SDL_guid.c Updated copyright for 2024 2024-01-01 13:15:26 -08:00
SDL_hashtable.c Updated copyright for 2024 2024-01-01 13:15:26 -08:00
SDL_hashtable.h Updated copyright for 2024 2024-01-01 13:15:26 -08:00
SDL_hints.c Updated copyright for 2024 2024-01-01 13:15:26 -08:00
SDL_hints_c.h Updated copyright for 2024 2024-01-01 13:15:26 -08:00
SDL_internal.h Updated copyright for 2024 2024-01-01 13:15:26 -08:00
SDL_list.c Updated copyright for 2024 2024-01-01 13:15:26 -08:00
SDL_list.h Updated copyright for 2024 2024-01-01 13:15:26 -08:00
SDL_log.c Updated copyright for 2024 2024-01-01 13:15:26 -08:00
SDL_log_c.h Updated copyright for 2024 2024-01-01 13:15:26 -08:00
SDL_properties.c remove several instances of unnecessary emptry str "" after SDL_PRI??? 2024-01-18 17:25:50 +03:00
SDL_properties_c.h Updated copyright for 2024 2024-01-01 13:15:26 -08:00
SDL_utils.c Updated copyright for 2024 2024-01-01 13:15:26 -08:00
SDL_utils_c.h Updated copyright for 2024 2024-01-01 13:15:26 -08:00