Skip to content

History / Contributing

Revisions

  • Document 0.4.0: hardware dev kit, and correct what 0.3.0 left stale Adds Hardware Dev Kit — the simulator, the test bench, background polling and record/replay — and fixes several pages that had drifted out of true. The corrections matter more than the new page: - UI Components still described the pre-0.3.0 DialogueBox, claiming the typewriter ran on its own canvas.after() timer and kept animating while the game was paused. That behaviour was removed in 0.3.0; a reader following the page got a dialogue that never appeared. The frame-driven contract is now stated up front, in its own section. - Rendering and Camera said smoothing was per-call rather than per-second and suggested working around it by hand. dt has existed since 0.3.0 and is the answer; omitting it is deprecated as of 0.4.0. - Getting Started called camera.follow() without dt in both listings, so the tutorial emitted DeprecationWarnings on a clean run. - Input demonstrated writing a custom source with a class named ReplayInput, which 0.4.0 turned into a real engine class — the example now shows an autopilot instead, and points at the real one. - Releasing described token-based publishing. 0.4.0 moved to Trusted Publishing, and the page now documents the two ways it silently fails: a permissions block that omits id-token: write, and a password: input that disables TP even when the secret it names does not exist. - Contributing's "where things live" table predated four modules and the devtools package. Every code sample on the changed pages was executed before committing, per the page's own convention.

    @magmacrunchmedia magmacrunchmedia committed Aug 24, 2026
  • Write the texastoast wiki Replaces the default stub with 14 pages: getting started, core concepts, per-subsystem reference, a 0.2.0 migration guide, and project process. Every code snippet was executed against texastoast 0.2.0 rather than written from the API surface.

    @magmacrunchmedia magmacrunchmedia committed Aug 24, 2026