Commit Graph
3 Commits
Author SHA1 Message Date
mr.zeroandClaude Fable 5 a62c7a2c6b Add repo field to metadata
ci/woodpecker/push/woodpecker Pipeline was successful
Records the game repository as a Repository external link in the
teletypegames catalog.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-08-02 11:17:58 +02:00
mr.zeroandClaude Fable 5 e2221f634b fix asset paths for subdirectory hosting, bump to 0.1.1
ci/woodpecker/push/woodpecker Pipeline was successful
The deployed build is served from /file/<name>-<version>/, but Vite
emitted absolute /assets/ URLs and BootScene loaded sprites from
/sprites/. Set base: "./" in vite.config.ts and make the sprite
paths relative so everything resolves next to index.html.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-08-01 23:14:20 +02:00
mr.zeroandClaude Fable 5 25b3314e1b add CI/CD pipeline tooling (Makefile, Woodpecker, metadata)
ci/woodpecker/manual/woodpecker Pipeline was successful
Adapted from tools_build/phaser-tools for the Vite + TypeScript setup:
the web bundle comes from npm ci + npm run build instead of source
concatenation, otherwise the standard ci-version/ci-export/ci-upload/
ci-update flow applies (platform=phaser).

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-08-01 23:06:33 +02:00