hypercross
  • Joined on 2024-04-12
hypercross pushed to master at hypercross/boardgame-core 2026-04-01 19:04:06 +08:00
c315e0643b feat: add inline-schema for command schema
95015b090c feat: add command schema
Compare 2 commits »
hypercross pushed to master at hypercross/boardgame-core 2026-04-01 18:33:06 +08:00
00bed92d46 fix: change the way region align works
729f15c2bf fix: fix region align & shuffle
Compare 2 commits »
hypercross pushed to master at hypercross/boardgame-core 2026-04-01 17:40:22 +08:00
284251ddf2 fix: command parsing quotes
8d778f9867 fix: rng impl
Compare 2 commits »
hypercross pushed to master at hypercross/boardgame-core 2026-04-01 17:34:21 +08:00
df9698b67b feat: rng & commands impl & tests
ea337acacb chore: clean up
Compare 2 commits »
hypercross pushed to master at hypercross/boardgame-core 2026-04-01 13:36:05 +08:00
6740584fc8 refactor: mass refactoring
hypercross pushed to master at hypercross/ttrpg-tools 2026-03-31 22:32:45 +08:00
cd5741692a refactor: alignment icons
d8058fd224 refactor: hide original frame
49fca8c18f fix: rotation
ceb2da8b1a refactor: layer transform controls
56cabea109 refactor: layer editing ui
Compare 8 commits »
hypercross pushed to master at hypercross/boardgame-core 2026-03-31 18:20:13 +08:00
d0d051f547 feat: add rule engine & tic tac toe test
hypercross created branch master in hypercross/boardgame-core 2026-03-31 18:02:37 +08:00
hypercross pushed to master at hypercross/boardgame-core 2026-03-31 18:02:37 +08:00
d27948fbfc Initial commit: boardgame-core with build fixes
hypercross created repository hypercross/boardgame-core 2026-03-31 18:00:06 +08:00
hypercross pushed to master at hypercross/ttrpg-tools 2026-03-31 17:28:41 +08:00
18ea01b904 fix: plt/print preview window stacking
246d983ad2 chore: update inline-schema
14a692cd2c fix: inline-schema type file write
57b46fedc1 chore: skip content in builds
eb1388c6bc refactor: add inline-schema
Compare 5 commits »
hypercross pushed to master at hypercross/inline-schema 2026-03-31 16:57:56 +08:00
cf55295ce7 feat: include member names in generated tuple type definitions
hypercross pushed to master at hypercross/inline-schema 2026-03-31 16:45:30 +08:00
4e841be4f0 fix: make named member prefix optional in tuple values
hypercross pushed to master at hypercross/inline-schema 2026-03-31 16:37:07 +08:00
9adce3d45e build: update dist files with named tuple support
hypercross pushed to master at hypercross/inline-schema 2026-03-31 16:36:50 +08:00
23ee60bc20 feat: support named members in tuples
hypercross pushed to master at hypercross/inline-schema 2026-03-31 16:12:36 +08:00
d056145462 fix: change format of output .d.ts files
hypercross pushed to master at hypercross/inline-schema 2026-03-31 15:55:27 +08:00
525ae262fd feat: add writeToDisk option for dev server support
hypercross pushed to master at hypercross/inline-schema 2026-03-31 15:49:03 +08:00
377a47e49f fix: improve path handling for .d.ts file emission
hypercross pushed to master at hypercross/inline-schema 2026-03-31 15:25:58 +08:00
452b600487 fix: use declare module syntax for type definitions
hypercross pushed to master at hypercross/inline-schema 2026-03-31 15:19:10 +08:00
69b419256c feat: add TypeScript type definition generation for csv-loader