aboutsummaryrefslogtreecommitdiff
path: root/routes/+page.svelte
AgeCommit message (Expand)AuthorFilesLines
2026-04-22Load the content manifest and cache every chunk to IndexedDB on initial loadHEADmainBobby1-3/+3
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-22Hold the initial-load progress bar to the first session entry and skip it on ...Bobby1-2/+9
2026-04-22Add Settings screen with mute toggle and ambient volume sliderBobby1-1/+3
2026-04-22Add Credits screen with initial font and audio attributionsBobby1-1/+5
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...Bobby1-1/+0
2026-04-22Initialize project with SvelteKit on flat-root layoutBobby1-0/+36