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