232
I Use This!
Very High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 28, 2023 — Apr 28, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed warning C4244: 'function': conversion from 'int' to 'Uint16', possible loss of data More... 3 months ago
Fixed warning C4245: 'initializing': conversion from '__int64' to 'unsigned __int64', signed/unsigned mismatch More... 3 months ago
Fixed warning C4706: assignment within conditional expression More... 3 months ago
Fixed build warnings More... 3 months ago
Fixed warning C4245: 'initializing': conversion from 'int' to 'Uint32', signed/unsigned mismatch More... 3 months ago
Fixed warning C4244: 'initializing': conversion from 'int' to 'const Uint8', possible loss of data More... 3 months ago
Fixed warning C4245: 'initializing': conversion from 'int' to 'SDL_AudioDeviceID', signed/unsigned mismatch More... 3 months ago
Fixed warning C4366: The result of the unary '&' operator may be unaligned More... 3 months ago
Fixed warning C4245: 'return': conversion from 'int' to 'SDL_TimerID', signed/unsigned mismatch More... 3 months ago
Fixed warning C4245: 'return': conversion from 'int' to 'Uint64', signed/unsigned mismatch More... 3 months ago
Fixed warning C4245: 'return': conversion from 'int' to 'unsigned int', signed/unsigned mismatch More... 3 months ago
Optimized SDL_DuplicatePixels() More... 3 months ago
SDL_RenderReadPixels() now returns a surface More... 3 months ago
Sync SDL3 wiki -> header More... 3 months ago
Use YUV colorspaces instead of a global YUV conversion mode More... 3 months ago
SDL_windowsopengl.c: WGL: Fixed null-pointer dereference crash More... 3 months ago
Sync SDL3 wiki -> header More... 3 months ago
Updated scRGB render colorspace documentation More... 3 months ago
Fix SDL_mfijoystick build issues More... 3 months ago
Add SDLTest_CompareMemory function to compare memory ranges More... 3 months ago
vulkan_metal.h: Make compatible with ObjC ARC (thanks @jmroot!) More... 3 months ago
Don't test 10-bit pixel format conversion More... 3 months ago
Fixed build warning More... 3 months ago
When changing surface format, use the default colorspace for the new format More... 3 months ago
Sync SDL3 wiki -> header More... 3 months ago
Removed maxCLL and maxFALL properties, moved them to SDL_image for HDR image loading More... 3 months ago
Added SDL_CopyProperties() More... 3 months ago
Sync SDL3 wiki -> header More... 3 months ago
Clamp HDR colors to the SDR range for SDR renderers More... 3 months ago
Finalized the SDL render API colorspaces More... 3 months ago