| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-04-22 | Load the content manifest and cache every chunk to IndexedDB on initial loadHEADmain | Bobby | 5 | -7/+88 |
| 2026-04-22 | Revise the Mirror Coast sample toward observation over editorial summary | Bobby | 3 | -7/+7 |
| 2026-04-22 | Scrub Earth references and real-world dates from the Mirror Coast sample content | Bobby | 4 | -4/+4 |
| 2026-04-22 | Add the content pipeline and the Mirror Coast region as the first authored sa... | Bobby | 14 | -22/+857 |
| 2026-04-22 | Revert the worldgen stub pending the full pipeline and authored region content | Bobby | 3 | -130/+1 |
| 2026-04-22 | Generate a fresh year-1111 world on Begin and persist it to the user-data dat... | Bobby | 3 | -1/+130 |
| 2026-04-22 | Wire the begin-state detector through Dexie via world and people repositories | Bobby | 4 | -5/+71 |
| 2026-04-22 | Co-locate AudioPlayer and TextSizeChoice with their stores and move version a... | Bobby | 9 | -6/+5 |
| 2026-04-22 | Drop cursor: pointer from the button reset so the custom pointer SVG wins | Bobby | 3 | -10/+12 |
| 2026-04-22 | Rebuild Settings with Reading, Sound, Accessibility, and About sections per t... | Bobby | 7 | -12/+281 |
| 2026-04-22 | Redraw cursors as a warm-white ring and an amber disc with centered hotspots | Bobby | 3 | -21/+9 |
| 2026-04-22 | Hold the initial-load progress bar to the first session entry and skip it on ... | Bobby | 2 | -2/+24 |
| 2026-04-22 | Remove the leaf scene and its supporting systems from the Begin screen | Bobby | 8 | -769/+0 |
| 2026-04-22 | Expand Settings with Display and About sections and a reduce-motion override ... | Bobby | 3 | -1/+70 |
| 2026-04-22 | Redesign leaves with real silhouettes and localized gusts driven by a prevail... | Bobby | 6 | -186/+450 |
| 2026-04-22 | Redesign cursor: warm-white arrow for default, amber pointing hand for intera... | Bobby | 3 | -9/+21 |
| 2026-04-22 | Move title music to layout so it plays continuously across routes | Bobby | 2 | -6/+7 |
| 2026-04-22 | Add Settings screen with mute toggle and ambient volume slider | Bobby | 5 | -1/+319 |
| 2026-04-22 | Add falling-leaf physics and periodic wind gusts to the Begin screen | Bobby | 6 | -4/+505 |
| 2026-04-22 | Add custom SVG cursor with normal and pointer variants | Bobby | 3 | -0/+24 |
| 2026-04-22 | Play title track on Begin screen with autoplay-fallback on first interaction | Bobby | 3 | -0/+73 |
| 2026-04-22 | Add Credits screen with initial font and audio attributions | Bobby | 6 | -1/+257 |
| 2026-04-22 | Revert prop plumbing; components can tap stores and module constants directly | Bobby | 4 | -20/+6 |
| 2026-04-22 | Make lib components and screens pure; orchestration (store, version) moves to... | Bobby | 4 | -6/+20 |
| 2026-04-22 | Move screens to lib/screens, version to lib/version, inject version via Vite ... | Bobby | 8 | -18/+21 |
| 2026-04-22 | Rename ui-lib to lib, split Begin into smaller components, add Credits, bump ... | Bobby | 14 | -155/+240 |
| 2026-04-22 | Implement initial load + Begin screens with stub 3s loading pipeline | Bobby | 10 | -33/+365 |
| 2026-04-22 | Strip comments from CSS, YAML, gitignore, JS configs; JSDoc-on-declarations i... | Bobby | 4 | -54/+2 |
| 2026-04-22 | Migrate remaining relative imports to @hollowdark/*; strip //-comments and do... | Bobby | 49 | -220/+190 |
| 2026-04-22 | Drop all barrel index.ts files; imports target leaf files directly | Bobby | 40 | -267/+57 |
| 2026-04-22 | Switch cross-module imports to @hollowdark/* scoped alias | Bobby | 28 | -47/+32 |
| 2026-04-22 | Set up IndexedDB schema via Dexie | Bobby | 4 | -0/+257 |
| 2026-04-22 | Define core entity interfaces | Bobby | 38 | -0/+1254 |
| 2026-04-22 | Add Literata and Inter fonts, title-screen audio | Bobby | 12 | -36/+234 |
| 2026-04-22 | Use relative imports for same-directory siblings; split utils into folders | Bobby | 28 | -163/+165 |
| 2026-04-22 | Add shared utilities: Result, assert, deepEqual, common types, log | Bobby | 9 | -0/+513 |
| 2026-04-22 | Implement GameTime and the 12-month calendar | Bobby | 8 | -0/+817 |
| 2026-04-22 | Implement seeded PRNG with deterministic sub-RNG derivation | Bobby | 4 | -0/+387 |
| 2026-04-22 | Drop configure-pages enablement; Pages must be enabled once by hand | Bobby | 1 | -4/+4 |
| 2026-04-22 | Enable GitHub Pages from the deploy workflow itself | Bobby | 1 | -0/+4 |
| 2026-04-22 | Add GitHub Pages deploy workflow | Bobby | 1 | -0/+58 |
| 2026-04-22 | Forbid Math.random in gameplay code via ESLint | Bobby | 1 | -0/+95 |
| 2026-04-22 | Add design tokens and global styles | Bobby | 1 | -0/+238 |
| 2026-04-22 | Configure Prettier and ESLint base | Bobby | 2 | -0/+36 |
| 2026-04-22 | Initialize project with SvelteKit on flat-root layout | Bobby | 17 | -0/+2439 |