Releases: thpatch/thcrap
Releases · thpatch/thcrap
2013-07-16
Answers to a couple of smaller problems that came up with doing spell cards.
thcrap
- Thread-safe ESP manipulation in the breakpoint handler
- Add GetTextExtentForFont.
thcrap_configure
- Use a custom pausing function instead of
system("pause")
.
2013-07-14
Spell cards!
thcrap
- Automatically look up breakpoint functions using the runconfig key.
- Remove manual breakpoint registration.
- Add support for multi-slot breakpoints.
- Refactor stack file resolving to include support for game-local JSON files.
- Run patch hooks even without a dedicated patch file.
thcrap_tsa
- Add spell card patching.
- Add spell comment patching.
2013-07-06
Mostly a maintenance build, preparing for the move to open-source development.
thcrap
- Log file now includes the build date and Windows username of the builder
- JSON loading now skips over UTF-8 byte order marks
- Split off the Unicode wrappers to the Win32 API into its own module (
win32_utf8
)
thcrap_configure
- Display the server URL at the first screen
- Fix bug #13 (thcrap_configure can't tell the root path on its own)