Skip to content

Releases: thpatch/thcrap

2013-07-16

16 Jul 22:55
Compare
Choose a tag to compare

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

16 Jul 22:52
Compare
Choose a tag to compare

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

06 Jul 18:49
Compare
Choose a tag to compare

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