Popular repositories Loading
-
-
SDL_ttf
SDL_ttf PublicForked from libsdl-org/SDL_ttf
Support for TrueType (.ttf) font files with Simple Directmedia Layer.
C 4
-
godot
godot PublicForked from godotengine/godot
Godot Engine – Multi-platform 2D and 3D game engine
C++ 3
-
Daemon
Daemon PublicForked from DaemonEngine/Daemon
The Dæmon game engine. With some bits of ioq3 and XreaL.
C++ 2
-
SDL_image
SDL_image PublicForked from libsdl-org/SDL_image
Image decoding for many popular formats for Simple Directmedia Layer.
C 2
3,132 contributions in the last year
Day of Week | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | |||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Contribution activity
April 2025
Created 32 commits in 6 repositories
Created a pull request in libsdl-org/sdl2-compat that received 4 comments
Rename sdl2-compat.pc to sdl2.pc
sdl2-compat should be a drop-in replacement for SDL2, so use the same pkg-config package name
Opened 4 other pull requests in 2 repositories
libsdl-org/SDL
3
merged
-
Renamed SDL_GetGPUDeviceDebugProperties() to SDL_GetGPUDeviceProperties()
This contribution was made on Apr 3
-
Assume new XBox controllers have a share button
This contribution was made on Apr 3
-
Added special handling for SDL_HINT_ANDROID_ALLOW_RECREATE_ACTIVITY
This contribution was made on Apr 3
libsdl-org/sdl2-compat
1
merged
-
SDL_SetWindowGammaRamp() is not supported in SDL3
This contribution was made on Apr 1
Reviewed 18 pull requests in 4 repositories
libsdl-org/SDL
14 pull requests
-
Fix Orientation, Gyro Sensitivity, and Timings for 8bitdo Wireless 2 Controller
This contribution was made on Apr 9
-
[Windows]: dialog: Add
OFN_OVERWRITEPROMPT
to save dialogsThis contribution was made on Apr 9 -
update sdlgenblit.pl after PR/12769
This contribution was made on Apr 8
-
rename local pointer vars 'pixel' to 'pixels'
This contribution was made on Apr 8
-
GPU: Validate shader bytecode
This contribution was made on Apr 7
-
rename 'pixel' params of SDL_GetRGB, SDL_GetRGBA and SDL_LookupRGBAColor
This contribution was made on Apr 7
-
GPU Vulkan: Clean up in Submit in headless mode
This contribution was made on Apr 4
-
gpu: alpha-to-coverage support
This contribution was made on Apr 3
-
GPU Vulkan: Fix recursive Submit calls causing defrag to fail
This contribution was made on Apr 3
-
Renamed SDL_GetGPUDeviceDebugProperties() to SDL_GetGPUDeviceProperties()
This contribution was made on Apr 3
-
Emscripten: Allow for Multiple Windows
This contribution was made on Apr 3
-
SDL_cpuinfo.h: only include immintrin.h for x86 targets.
This contribution was made on Apr 3
-
GPU: Expose debug information from devices
This contribution was made on Apr 2
-
Port pysdl2 tests to sdl3
This contribution was made on Apr 1
libsdl-org/SDL_ttf
2 pull requests
-
cmake: install examples to <prefix>/libexec/installed-tests/SDL3_ttf
This contribution was made on Apr 8
-
rename local vars 'pixel' to 'pixelvalue'
This contribution was made on Apr 8
libsdl-org/SDL_image
1 pull request
-
rename local vars 'pixel' to 'pixelvalue' or 'pixels'
This contribution was made on Apr 8
libsdl-org/sdl12-compat
1 pull request
-
Rename sdl12_compat.pc to sdl.pc
This contribution was made on Apr 1
Created an issue in libsdl-org/SDL_rtf that received 9 comments
Who uses SDL_rtf?
I wrote this long ago for a specific purpose that is no longer relevant, and planned to deprecate this and not port it to SDL3. A bunch of work has…