I'm a programmer & reverse-engineer who mods various games.
- Turkey
-
05:36
- 3h ahead
Highlights
- Pro
Pinned Loading
-
hedge-dev/UnleashedRecomp
hedge-dev/UnleashedRecomp PublicAn unofficial PC port of the Xbox 360 version of Sonic Unleashed created through the process of static recompilation.
-
GenerationsRaytracing
GenerationsRaytracing PublicReal-time GPU raytracing in Sonic Generations.
-
-
MikuMikuLibrary
MikuMikuLibrary PublicFormat library and file editor for Hatsune Miku: Project DIVA games
-
1,240 contributions in the last year
Day of Week | March Mar | 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 |
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More
Contribution activity
March 2025
Created 31 commits in 8 repositories
Created 2 repositories
-
blueskythlikesclouds/ddspp
C++
This contribution was made on Mar 24
-
blueskythlikesclouds/PkzTool
C#
This contribution was made on Mar 17
Created a pull request in hedge-dev/UnleashedRecomp that received 9 comments
Check if the 4 GB memory allocation failed.
Closes #953. Requires proper English text and localization. Localization is needed because the installer can run perfectly fine until the game boot…
+25
−2
lines changed
•
9
comments
Opened 25 other pull requests in 5 repositories
hedge-dev/UnleashedRecomp
16
merged
1
open
-
Update font atlas.
This contribution was made on Mar 25
-
Fix DX10 cubemap DDS files failing to load correctly.
This contribution was made on Mar 24
-
Update XenonRecomp submodule for the setjmp/longjmp fix.
This contribution was made on Mar 22
-
Preload the executable on Windows.
This contribution was made on Mar 22
-
Fix mod include directories with backward slashes not working on Linux.
This contribution was made on Mar 20
-
Fix Cool Edge whale not having reflections.
This contribution was made on Mar 20
-
GPU Upload Heap & UMA.
This contribution was made on Mar 18
-
Apply half pixel offset in the vertex shader.
This contribution was made on Mar 15
-
Implement hacky fix for some update files not loading.
This contribution was made on Mar 11
-
Update version to v1.0.2.
This contribution was made on Mar 7
-
Force WASAPI on Windows.
This contribution was made on Mar 6
-
Fix the unsafe base address assumption.
This contribution was made on Mar 6
-
Disable hardware resolve on Intel GPUs.
This contribution was made on Mar 3
-
Update version number to v1.0.1.
This contribution was made on Mar 3
-
Force triangle strip workaround for AMD GPUs.
This contribution was made on Mar 2
-
Implement fix for buggy Adabat assets hanging the async PSO compiler.
This contribution was made on Mar 2
-
Fix logger eventually causing a crash without a console on Windows.
This contribution was made on Mar 1
hedge-dev/XenonRecomp
5
merged
-
PPC context header adjustments.
This contribution was made on Mar 21
-
Fix return value from longjmp getting forgotten after setjmp.
This contribution was made on Mar 21
-
Fix the unsafe base address assumption.
This contribution was made on Mar 6
-
Check for the validity of save/restore function addresses.
This contribution was made on Mar 4
-
Remove unused <expected> header include.
This contribution was made on Mar 3
hedge-dev/UnleashedRecompResources
1
merged
-
Update font atlas.
This contribution was made on Mar 25
redorav/ddspp
1
merged
-
Fix value of DXGI_MISC_FLAG_CUBEMAP
This contribution was made on Mar 24
hedge-dev/XenosRecomp
1
merged
-
Update README.md to remove vcpkg.
This contribution was made on Mar 7
Reviewed 33 pull requests in 3 repositories
hedge-dev/UnleashedRecomp
25 pull requests
-
Fix DLC info message always being displayed
This contribution was made on Mar 25
-
Add CLI installation check option.
This contribution was made on Mar 25
-
Fix "Disable Boost Filter" code not affecting certain parts of the game.
This contribution was made on Mar 24
-
Added code to force the alternate game title
This contribution was made on Mar 24
-
Explicitly set working directory to executable directory on boot
This contribution was made on Mar 24
-
Prohibit Channel Configuration changes during gameplay
This contribution was made on Mar 24
-
Improve .gitignore
This contribution was made on Mar 24
-
Added MSAA level availability checks
This contribution was made on Mar 24
-
Fix alignment of shop title and ring count for village shop/hotdog stands
This contribution was made on Mar 23
-
Added Flatpak runtime detection
This contribution was made on Mar 22
-
Reset session persistent shoe upgrade bools when achievements are reset
This contribution was made on Mar 20
-
Update README FAQ
This contribution was made on Mar 11
-
Fix packing ZIP inside a ZIP in Windows CI pipeline
This contribution was made on Mar 10
-
Rename DisableDPadAsAnalogInput to DisableDPadMovement
This contribution was made on Mar 7
-
Fix Homing Attack on Jump not affecting Cool Edge Act 3 (Day)
This contribution was made on Mar 7
-
Added error message if included DirectX DLLs are missing
This contribution was made on Mar 7
-
Added check for AVX on boot
This contribution was made on Mar 7
-
Fix shoe upgrade hints patch breaking sequence flags
This contribution was made on Mar 7
-
Prevent game from closing whilst autosaving
This contribution was made on Mar 7
-
Make ENABLE_IM_FONT_ATLAS_SNAPSHOT CMake option & Avoid Linking FreeType
This contribution was made on Mar 5
-
Add hidden DisableDPadAsAnalogInput option
This contribution was made on Mar 4
-
Added memory requirement and updated minimum NVIDIA GPU
This contribution was made on Mar 3
-
Apply horizontal scaling to options menu value text
This contribution was made on Mar 3
-
Add EU GoD game and Title Update hashes
This contribution was made on Mar 2
-
Fix XButtonHoming patch leaking state into other parameters
This contribution was made on Mar 2
- Some pull request reviews not shown.
hedge-dev/XenonRecomp
3 pull requests
-
Fix bitmask of VD3D0 operand
This contribution was made on Mar 17
-
Add Byte Patterns In Readme
This contribution was made on Mar 4
-
Disable alias attribute on macOS clang.
This contribution was made on Mar 4
hedge-dev/XenosRecomp
3 pull requests
-
Switch to renderbag dxc-bin for shader compiler.
This contribution was made on Mar 7
-
Change Directory Iterator To Be Recursive
This contribution was made on Mar 6
-
Fix Directory Being Opened As File
This contribution was made on Mar 4
Created an issue in hedge-dev/UnleashedRecomp that received 2 comments
Enable triangle strip workaround for all AMD GPUs
It appears this issue can also happen on Windows, not just Linux. We'll just have to force the workaround for every AMD GPU.
2
comments
Opened 4 other issues in 1 repository
hedge-dev/UnleashedRecomp
3
closed
1
open
-
Convert backward slashes in HMM include directories to forward slashes
This contribution was made on Mar 6
-
VirtualLock the executable memory region on Windows
This contribution was made on Mar 6
-
Implement UMA/GPU Upload Heap path for copies
This contribution was made on Mar 4
-
Check if the 4 GB memory allocation failed
This contribution was made on Mar 4