aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2026-04-22Revert the worldgen stub pending the full pipeline and authored region contentBobby1-48/+0
2026-04-22Generate a fresh year-1111 world on Begin and persist it to the user-data dat...Bobby1-0/+48
2026-04-22Migrate remaining relative imports to @hollowdark/*; strip //-comments and do...Bobby4-17/+4
2026-04-22Drop all barrel index.ts files; imports target leaf files directlyBobby5-15/+12
2026-04-22Switch cross-module imports to @hollowdark/* scoped aliasBobby8-8/+8
2026-04-22Set up IndexedDB schema via DexieBobby1-0/+71
2026-04-22Add shared utilities: Result, assert, deepEqual, common types, logBobby3-0/+276
2026-04-22Implement GameTime and the 12-month calendarBobby3-0/+445
2026-04-22Implement seeded PRNG with deterministic sub-RNG derivationBobby1-0/+233