• Joined on 2026-06-02
anth64 pushed to main at anth64/init.lua 2026-06-28 07:54:19 -04:00
9b0c8b35ee feat: add csharp formatting
anth64 pushed to master at anth64/CommandHook 2026-06-28 07:46:56 -04:00
21fe2695b5 docs: document referencing CommandHook via env variable
anth64 pushed to main at anth64/ClaimLink 2026-06-27 03:50:40 -04:00
e435e61a45 chore: initialize project
anth64 pushed to master at anth64/CommandHook 2026-06-25 14:23:16 -04:00
ba5256476c docs: rewrite README for the TextCommandCallingArgs API
f261848734 chore: bump version to 2.0.0
c43872565c docs: fix CommandRegistration doc comment referencing removed CommandData
ecc796031a chore: strip default scaffold content from en.json
d93e56c1d3 refactor(commandhook)!: pass TextCommandCallingArgs directly, remove CommandData wrapper.
Compare 5 commits »
anth64 pushed tag v2.0.0 to anth64/CommandHook 2026-06-25 14:22:03 -04:00
anth64 created repository anth64/ClaimLink 2026-06-24 01:52:13 -04:00
anth64 pushed tag v1.0.0 to anth64/CommandHook 2026-06-21 13:08:41 -04:00
anth64 pushed to master at anth64/CommandHook 2026-06-21 12:40:41 -04:00
de74d71f0f docs: restructure README into Usage and For mod development sections
anth64 pushed to master at anth64/CommandHook 2026-06-21 06:39:50 -04:00
2a7cdb4fad "docs: add README"
0b030bb2a8 chore(modinfo): bump to 1.0.0
f8a60102d3 docs(ChatCommandApiPatch): add XML doc comments and internal notes to Prefix
398c9d01c1 docs(CommandHookModSystem): add XML doc comments to Register/Unregister and internal comments to Rebuild, FireBefore, FireAfter, CommandListEquals
46dea83699 docs(ICommandHookListener): add XML doc comments to ModId, Commands, Registration
Compare 8 commits »
anth64 pushed to master at anth64/CommandHook 2026-06-21 05:12:45 -04:00
cbdcacd6c2 fix: rebuild on change
anth64 pushed to master at anth64/CommandHook 2026-06-17 14:50:41 -04:00
a69e81a3cb refactor: remove wildcard listener support
775c02794e fix: isolate listener exceptions in Before/After dispatch
Compare 2 commits »
anth64 pushed to master at anth64/CommandHook 2026-06-17 13:13:21 -04:00
d0dcd599cf fix(commandhookmodsystem): short-circuit Before dispatch on cancel
a130042206 perf(commanddata): take commandName directly instead of re-parsing FullCommand
Compare 2 commits »
anth64 pushed to master at anth64/CommandHook 2026-06-11 15:57:22 -04:00
cd583a0e95 refactor: tighten access modifiers on CommandHookModSystem
e26ad1d541 refactor: rework registration system with listener interface and rebuild pattern
6d4f964e74 feat: add ICommandHookListener interface
Compare 3 commits »
anth64 pushed to master at anth64/CommandHook 2026-06-11 12:58:22 -04:00
5188b44a81 chore: change file mode for build script
806d86e91c feat: variadic register/unregister with shared rebuild helpers
937abba03d feat: add Register with frozen dictionary rebuild
2c6be63c33 feat: replace PlayerChat hook with Harmony patch on command dispatch
ecf9925645 refactor: split hook delegate into before and after with result
Compare 7 commits »
anth64 pushed to master at anth64/CommandHook 2026-06-03 13:11:02 -04:00
841644741b remove mod name from log message, it is redundant...
1aaea585be refactor: collapse WildcardModRegistration into CommandRegistration
1fb1d41824 refactor: use WildcardModRegistration and ModRegistration in dispatch
96306b4903 feat: add WildcardModRegistration and ModRegistration structs
Compare 4 commits »
anth64 pushed to master at anth64/CommandHook 2026-06-03 01:45:49 -04:00
1514c50d4e feat: implement PlayerChat hook and dispatch logic
anth64 pushed to master at anth64/CommandHook 2026-06-02 17:28:48 -04:00
4cbfdb8be3 refactor: remove underscore prefix from private fields
anth64 pushed to master at anth64/CommandHook 2026-06-02 17:25:03 -04:00
93fe059754 feat: add registration dictionary and Register method
d586878325 feat: add CommandRegistration struct
b60b0b98b7 feat: add CommandHookDelegate
7e47f8d409 refactor: add CommandName parsing and pack flags into bitmask
Compare 4 commits »
anth64 pushed to master at anth64/CommandHook 2026-06-02 16:54:45 -04:00
ce851148f0 refactor: rewrite CommandData as struct
d3c7bc87cb chore: bump game dependency to 1.22.3, version to 0.1.0
d0746404cd build: upgrade target framework to net10
Compare 3 commits »