Releases: thpatch/thcrap
Releases · thpatch/thcrap
2017-02-24
2017-02-17
Another small update with a few bug fixes.
win32_utf8
- CharNextA: Try to handle the given string as utf-8 before handling it as being in fallback_codepage. (thpatch/win32_utf8@70e84cd)
thcrap_tasofro
- pl: automatically use a bigger balloon if we try to display too many lines in it. (a09356e)
2017-02-15
Bug fixes, and addition of new features that should have been there before in the tasofro pl parser.
thcrap_tasofro
2017-02-05
2016-09-22
thcrap
- Always set file_size to 0 for stack file resolution in empty stacks. (d930a9e)
thcrap_tasofro
2016-08-10
- Update our dependent libraries. (e0a7686)
thcrap
- Use C99 func instead of FUNCTION when not compiling with Visual C++. (c03ade8)
- Rewrite the breakpoint prolog and epilog code in Assembly. (ec0c5ce)
- Ensure lowercased DLL names for detours. (c8ba77c)
- Apply detours to all import descriptors of a DLL, not just the first one. (02cbe15)
- Support custom fallback codepages as an optional 4th element in version arrays. (1dbf863)
- Tell people to post unknown executables on Gitter or IRC. (f80de97)
- inject: Reference the correct KB in the condition variable. (f20054e)
- Make bp_entry.asm SAFESEH-compliant. (7223fae)
thcrap_configure
- Write run configuration files and games.js in text mode. (920c68b)
thcrap_loader
- Show an error message if the run configuration was not found. (c3b458e)
thcrap_tsa
- MSG: Correctly insert new >251/255 byte lines that need to be cut off. (4cde95e)
thcrap_tasofro
- 1st step of tasofro games support: adding file replacement support in ULiL. (37e91c5)
2016-07-03
2016-04-14
thcrap_tsa
- th06: stop using paletted images. (940da5b)
2016-03-27
Fix: the previous build should have been built with VS2013 instead of VS2015.