aboutsummaryrefslogtreecommitdiff
path: root/routes
AgeCommit message (Expand)AuthorFilesLines
2026-04-22Load the content manifest and cache every chunk to IndexedDB on initial loadHEADmainBobby2-5/+5
2026-04-22Revert the worldgen stub pending the full pipeline and authored region contentBobby1-7/+1
2026-04-22Generate a fresh year-1111 world on Begin and persist it to the user-data dat...Bobby1-1/+7
2026-04-22Co-locate AudioPlayer and TextSizeChoice with their stores and move version a...Bobby1-1/+1
2026-04-22Rebuild Settings with Reading, Sound, Accessibility, and About sections per t...Bobby2-1/+30
2026-04-22Hold the initial-load progress bar to the first session entry and skip it on ...Bobby1-2/+9
2026-04-22Move title music to layout so it plays continuously across routesBobby1-0/+7
2026-04-22Add Settings screen with mute toggle and ambient volume sliderBobby2-1/+14
2026-04-22Add Credits screen with initial font and audio attributionsBobby2-1/+16
2026-04-22Revert prop plumbing; components can tap stores and module constants directlyBobby1-5/+1
2026-04-22Make lib components and screens pure; orchestration (store, version) moves to...Bobby1-1/+5
2026-04-22Move screens to lib/screens, version to lib/version, inject version via Vite ...Bobby1-2/+2
2026-04-22Rename ui-lib to lib, split Begin into smaller components, add Credits, bump ...Bobby1-2/+4
2026-04-22Implement initial load + Begin screens with stub 3s loading pipelineBobby1-30/+28
2026-04-22Migrate remaining relative imports to @hollowdark/*; strip //-comments and do...Bobby3-3/+0
2026-04-22Initialize project with SvelteKit on flat-root layoutBobby3-0/+45