1
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 24 hours ago. based on code collected about 24 hours ago.
Sep 05, 2024 — Sep 05, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
thcrap_init(): Dump the run configuration at the very end of the function.
Nmlgc
as nmlgc
More... over 8 years ago
Additionally remove base patches from the stack if they're deemed unnecessary.
Nmlgc
as nmlgc
More... over 8 years ago
Add a mechanism for plugins to disable themselves for unsupported games. [V]
Nmlgc
as nmlgc
More... over 8 years ago
TSA: ANM: Enforce const-correctness for the blitting functions.
Nmlgc
as nmlgc
More... over 8 years ago
Fix the immediate game crash when using the "ignore" functionality. [V]
Nmlgc
as nmlgc
More... over 8 years ago
BP_file_size(): Remove the conditions around the file size assignment.
Nmlgc
as nmlgc
More... over 8 years ago
Remove the _DEBUG define in thcrap_tasofro/src/csv.c More... over 8 years ago
Tasofro: add support for some plaintext CSV files [V] A lot of CSV files won't be fully supported by this because the game parses them with a different parser, but these files are usually provided as TFCS files so it shouldn't be a problem. More... over 8 years ago
Update version number More... over 8 years ago
tasofro: apply the balloon expanding after retrieving the user-defined balloon. More... over 8 years ago
tasofro: add new balloons supports in endings More... over 8 years ago
tasofro: change the way quotes are parsed in pl files. [V] I thought the game supports quotes only when they are at the beginning or at the end of a field, but it actually has ONE place where it uses them in the middle of a field (data/event/script/ed_kasen.pl, line 72). So I rewrote the quotes handling in a way closer to the game's parser. More... over 8 years ago
Update version number More... over 8 years ago
Update win32_utf8. More... over 8 years ago
thcrap_tasofro: pl: automatically use a bigger balloon if we try to display too many lines in it. More... over 8 years ago
Update version number More... over 8 years ago
thcrap_tasofro: add ruby support in pl parser [V] More... over 8 years ago
thcrap_tasofro: add quotes escaping in the pl parser [V] More... over 8 years ago
thcrap_tasofro: Fix the pl parser by skipping lines of text ONLY in the one case where it makes sense, and fix the endings by handling that one case (which is the last text block of an ending file, where the text block has a function call inside of it). [V] More... over 8 years ago
Update version number (should have been comitted for the last release...) More... over 8 years ago
thcrap_tasofro: add endings support [V] More... over 8 years ago
thcrap_tasofro: fix some dumb compil errors More... over 8 years ago
Tasofro: Add support for TFCS files [V] More... over 8 years ago
update: Don't automatically update patches under revision control.
Nmlgc
as nmlgc
More... over 8 years ago
Tasofro: when we have a patch file but no replacement file, wait until the game tries to load it, then uncrypt it and patch it. [V] More... over 8 years ago
thcrap_tasofro: fully redo replace_file to fix crashes when the game reads 2 files concurrently. [V] More... over 8 years ago
util: Add a string reference type.
Nmlgc
as nmlgc
More... over 8 years ago
Exclusively use #pragma pack outside structs for packing.
Nmlgc
as nmlgc
More... over 8 years ago
thcrap_tasofro: implement balloons handling (add a syntax to insert a new textbox, and to change the displayed balloon) [V] More... over 8 years ago
Fix compilation on VS2015 (see http://stackoverflow.com/questions/31738796/using-macro-with-string-fails-on-vc-2015) More... over 8 years ago