Use a custom resolving chain for global.js and the game's main JSON files. |
|
More...
|
over 11 years ago
|
Add a function to create a resolving chain based on a game-local file name. |
|
More...
|
over 11 years ago
|
Introduce a system to allow customization of files loaded during resolving. |
|
More...
|
over 11 years ago
|
Remove superfluous CRT debug calls in thcrap's DLL initialization. |
|
More...
|
over 11 years ago
|
MSG patching: Increment the line counter correctly to repair hard line patching. |
|
More...
|
over 11 years ago
|
Use the flexible array loop for dependencies. |
|
More...
|
over 11 years ago
|
Remove the <f$> ruby layout parser introduced in 2013-08-20. |
|
More...
|
over 11 years ago
|
Rename stack_json_load() to the new, public patch_json_merge(). |
|
More...
|
over 11 years ago
|
Bump version number to 2014-01-27. |
|
More...
|
over 11 years ago
|
Fix a reference counting issue that broke update notifications in 2014-01-03. |
|
More...
|
over 11 years ago
|
Bump version number to 2014-01-26. |
|
More...
|
over 11 years ago
|
thcrap_configure: Display a repository's contact e-mail address. |
|
More...
|
over 11 years ago
|
Add a script to build and update a patch repository. |
|
More...
|
over 11 years ago
|
BP_ruby_offset(): Set the game's string pointer to the second last comma. |
|
More...
|
over 11 years ago
|
thcrap_detour(): Show the name of the module the detours are applied to. |
|
More...
|
over 11 years ago
|
win32_utf8: Add IsDBCSLeadByteFB(). |
|
More...
|
over 11 years ago
|
Fall back to IAT detouring by pointer if OriginalFirstThunk is not available. |
|
More...
|
over 11 years ago
|
Use the iat_detour_t structure for the low-level IAT detour functions. |
|
More...
|
over 11 years ago
|
Add a breakpoint to calculate the X offset for variable-width Ruby annotations. |
|
More...
|
over 11 years ago
|
Don't include run_cfg among the parameters for a patch hook. |
|
More...
|
over 11 years ago
|
Introduce a global run configuration file at the bottom of the hierarchy. |
|
More...
|
over 11 years ago
|
thcrap_init(): Improve naming of the different run configuration variables. |
|
More...
|
over 11 years ago
|
runconfig_set(): Decrease the reference count of the old run configuration. |
|
More...
|
over 11 years ago
|
Only use the LOAD_LIBRARY_SEARCH_DLL_LOAD_DIR flag if KB2533623 is installed. |
|
More...
|
over 11 years ago
|
Eliminate crashes when an "archive" object is no string. |
|
More...
|
over 11 years ago
|
Support breakpoints with multiple addresses. |
|
More...
|
over 11 years ago
|
breakpoints_apply(): Take the "breakpoints" object as a parameter. |
|
More...
|
over 11 years ago
|
Use runconfig_func_get() to resolve functions in binary hacks. |
|
More...
|
over 11 years ago
|
Refactor breakpoint rendering into its own function. |
|
More...
|
over 11 years ago
|
Cleanup. |
|
More...
|
over 11 years ago
|