1
I Use This!
Moderate Activity

Commits : Listings

Analyzed 2 days ago. based on code collected 2 days ago.
Aug 19, 2024 — Aug 19, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add a module for global JSON data storage.
Nmlgc
as nmlgc
More... over 11 years ago
sha256: Use compiler intrinsics for byte swapping.
Nmlgc
as nmlgc
More... over 11 years ago
sha256: Adapt to the general coding style and fix whitespace errors.
Nmlgc
as nmlgc
More... over 11 years ago
thcrap_init(): Initialize patches before accessing any of their data.
Nmlgc
as nmlgc
More... over 11 years ago
detour_next(): Run the chain from the beginning when caller is NULL.
Nmlgc
as nmlgc
More... over 11 years ago
Remove strings_get_value().
Nmlgc
as nmlgc
More... over 11 years ago
Add a UTF-8-compatible wrapper for writing PNG files.
Nmlgc
as nmlgc
More... over 11 years ago
png_image_resize: Correctly handle realloc() failure.
Nmlgc
as nmlgc
More... over 11 years ago
Move sprite boundary PNG resizing to the libpng extensions.
Nmlgc
as nmlgc
More... over 11 years ago
Refactor new PNG image allocation into its own function.
Nmlgc
as nmlgc
More... over 11 years ago
win32_utf8: Add fopen().
Nmlgc
as nmlgc
More... over 11 years ago
detour_next(): Store the original function pointer at the end of the chain.
Nmlgc
as nmlgc
More... over 11 years ago
detour_cache_add(): Don't add duplicate function pointers.
Nmlgc
as nmlgc
More... over 11 years ago
win32_utf8: Add InsertMenuItem().
Nmlgc
as nmlgc
More... over 11 years ago
textdisp_CreateFontA(): Only override iCharSet if a face name is given.
Nmlgc
as nmlgc
More... over 11 years ago
Split off StringToUTF16()'s conversion into a MultiByteToWideChar() detour.
Nmlgc
as nmlgc
More... over 11 years ago
win32_utf8(): Add WideCharToMultiByte().
Nmlgc
as nmlgc
More... over 11 years ago
detour_next(): Add error reporting.
Nmlgc
as nmlgc
More... over 11 years ago
win32_utf8: Add LoadString().
Nmlgc
as nmlgc
More... over 11 years ago
Move the dialog helper functions to a public utility file.
Nmlgc
as nmlgc
More... over 11 years ago
win32_detour(): Add detours for CreateProcess() and LoadLibrary().
Nmlgc
as nmlgc
More... over 11 years ago
Implement detour chaining.
Nmlgc
as nmlgc
More... over 11 years ago
json_object_get_create(): Create the new object inside the function.
Nmlgc
as nmlgc
More... over 11 years ago
Use detour_next() to call the original functions inside detours.
Nmlgc
as nmlgc
More... over 11 years ago
Build a cache of function detours instead of applying them directly.
Nmlgc
as nmlgc
More... over 11 years ago
Detour ExitProcess() to properly shut down any thcrap worker threads.
Nmlgc
as nmlgc
More... over 11 years ago
Add some missing resets for global variables on exiting.
Nmlgc
as nmlgc
More... over 11 years ago
scripts: Allow to override the JSON loading and dumping parameters.
Nmlgc
as nmlgc
More... over 11 years ago
win32_utf8: Add GetFileAttributes() and GetFileAttributesEx().
Nmlgc
as nmlgc
More... over 11 years ago
win32_utf8: Correctly sort GetPrivateProfileIntU().
Nmlgc
as nmlgc
More... over 11 years ago