Skip to content

Tags: thpatch/thcrap

Tags

2025-12-02

Toggle 2025-12-02's commit message
thcrap_tasofro: th145: ignore case in spellcard csv path

th145 (or at least some version of it) use spellCard, which requires a
case-insensitive string comparison

2025-07-06

Toggle 2025-07-06's commit message
Revert HTTP cache

Partial revert of ee8f491

We've had report of failing updates recently, and this is the most likely culprit

2025-07-01

Toggle 2025-07-01's commit message
Update release script and update.json for libcrypto-3 and thcrap_cs_lib

2025-06-07

Toggle 2025-06-07's commit message
thcrap_tasofro: pl: fix child versions of parseCommand not being called

Commit 068829b changed a parameter for AText::parseCommand from an int to a
size_t. But it didn't apply the same changes to StoryText::parseCommand and
Th155StoryText::parseCommand, which were overriding that function.
Because of that, the 2 functions from the child classes were no longer
overriding the one from the parent class.

Fixes an issue in th145 where only the last line of dialog balloons was
displayed, and may fix #286

2025-05-12

Toggle 2025-05-12's commit message
TSA: TH_UNLIKELY macro makes no sense here

2025-04-16

Toggle 2025-04-16's commit message
configure_v3: pushed ScrollViewer outside the StackPanel

ScrollViewer being in a StackPanel seems to have broken the scrollbar,
leaving it looking disabled, when it should have worked normally.

2025-04-14

Toggle 2025-04-14's commit message
Remove unused PropertyChanged

2025-02-05

Toggle 2025-02-05's commit message
configure_v3: add parent directory to auto search

2025-02-02

Toggle 2025-02-02's commit message
thcrap: fix buffer overrun in error path

2024-11-06

Toggle 2024-11-06's commit message
Fix win32_utf8 CreateFileMappingU