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