hypercross
  • Joined on 2024-04-12
hypercross pushed to master at hypercross/ttrpg-tools 2026-07-23 20:09:04 +08:00
18cad20d2c feat: add PLT double cut option to plotter export
hypercross pushed to master at hypercross/oecs-sharp 2026-07-22 18:59:49 +08:00
d73b7ebf37 feat(serialization): Implement world save/load with MessagePack
a6287911aa docs: Update API surface and singleton architecture
53fa3b742d refactor: Remove ForEach discovery, cache MethodInfo
8a32588c54 feat(docs): Add interrupt system documentation
6207872e45 feat(oecs): Add interrupt mechanism to block system ticks
Compare 6 commits »
hypercross pushed to master at hypercross/oecs-sharp 2026-07-22 08:06:52 +08:00
2a3feb556f test: add relationship and reordering tests
hypercross pushed to master at hypercross/oecs-sharp 2026-07-21 22:46:25 +08:00
68eeeeb7a6 feat(oecs): add support for reordering relationship sources
b0bf10f286 feat: use OrderedEntitySet in RelationshipIndex
535c8d948e test: add TestHelpers for blackjack tests
94a9cc9519 refactor(test): migrate blackjack tests to use TestHelpers
9ef387f010 refactor(tests): extract test helpers and clean up play tests
Compare 20 commits »
hypercross pushed to master at hypercross/oecs-sharp 2026-07-20 18:01:34 +08:00
3b08138580 feat: add agent skill documentation
hypercross pushed to master at hypercross/oecs-sharp 2026-07-20 17:44:24 +08:00
b066ac2eba docs: update documentation and implementation plan
10c4caed90 test: improve blackjack play tests and logging
f8d0fe314c test: add play tests for Blackjack and TicTacToe
343bcd5b2e refactor: convert component structs to record structs
e1fb197474 feat(oecs): improve serialization and add snapshot tests
Compare 7 commits »
hypercross created branch master in hypercross/oecs-sharp 2026-07-19 00:32:14 +08:00
hypercross pushed to master at hypercross/oecs-sharp 2026-07-19 00:32:14 +08:00
5594515a53 feat: add local NuGet development workflow
1da0ca30d3 refactor: replace boxed component addition with typed delegate
96ba037432 feat: add component discovery source generator
713d578179 feat: add Blackjack example
b551a67915 feat: add simplified Select extension methods to EntityIterator
Compare 10 commits »
hypercross created repository hypercross/oecs-sharp 2026-07-19 00:31:28 +08:00
hypercross pushed to master at hypercross/ttrpg-tools 2026-07-14 15:56:26 +08:00
8c9506c106 fix: strip .md extension from resolved article paths
hypercross pushed to master at hypercross/ttrpg-tools 2026-07-14 15:48:13 +08:00
a934901cce feat: add heading flash animation on hash change
hypercross pushed to master at hypercross/ttrpg-tools 2026-07-14 15:38:18 +08:00
d78d15d8ec fix(FileTree): use base path for anchor navigation
f877a58a31 fix(Article): resolve relative hrefs during navigation
Compare 2 commits »
hypercross pushed to master at hypercross/ttrpg-tools 2026-07-13 15:29:01 +08:00
99dd49b077 refactor: simplify DocDialog and move documentation to markdown body
hypercross pushed to master at hypercross/ttrpg-tools 2026-07-13 15:10:10 +08:00
7cb28e631e feat: add threshold support and tagmap support to variable system
d74ba69fdf refactor: merge /spark command into /roll
Compare 2 commits »
hypercross pushed to master at hypercross/ttrpg-tools 2026-07-13 13:32:55 +08:00
c4038a5213 refactor: clean up unused imports and styles
hypercross pushed to master at hypercross/ttrpg-tools 2026-07-13 12:09:14 +08:00
ffa023b92a refactor: optimize reactive variable updates and parsing
c106b6f79c test: add variable system tests and jest config updates
2c762b0411 refactor: move block scanning logic to shared module
f172da378a refactor: unify declare block scanning between CLI and client
3137970b97 feat: rebuild reactivity state from store after replay
Compare 10 commits »
hypercross pushed to master at hypercross/ttrpg-tools 2026-07-13 01:08:28 +08:00
a2d9605f4b feat(journal): seed declared variables on initialization
c9c977bee1 refactor: remove unused unsubscribe function from journalStream
960e310208 feat(dev-server): enable historyApiFallback
981c829d0f refactor: replace stat-parser with declare-parser
dbe2f9d9d8 docs: add new journal command documentation
Compare 7 commits »
hypercross pushed to master at hypercross/ttrpg-tools 2026-07-12 15:02:47 +08:00
86abf34c10 feat: implement shared dispatch error signal
ffbfa65716 refactor: extract command dispatch logic to shared module
d690d5922e refactor: simplify command dispatch and update cmd-link
42e8971ff7 refactor: replace command link interception with :cmd[] directive
182d7ff28d feat: add CommandLinkManager to intercept command links
Compare 12 commits »
hypercross pushed to master at hypercross/ttrpg-tools 2026-07-11 11:57:51 +08:00
2068ecad10 feat: add remix mode for spark table rolling
hypercross pushed to master at hypercross/ttrpg-tools 2026-07-11 11:45:28 +08:00
719bb6ad8a refactor: use CSV path instead of markdown file for spark tables