Commit Graph

14 Commits

Author SHA1 Message Date
Axel Meyer
633b9ca56b chore: bump lib-core.composition dep to 0.2.0 2026-06-13 14:07:46 +02:00
Axel Meyer
f7c80770b0 fix: correct manifest.launcher.md to reflect no-pathfinding reality
The previous launcher description said 'units pathfind to the click
point' but the module has direct-line movement only — pathfinding is
explicitly deferred per init.lua:149's DEPRECATED-MVP comment.
2026-06-11 08:05:58 +02:00
Axel Meyer
c530917b75 feat: ship manifest.launcher.md for master-detail launcher 2026-06-11 07:57:47 +02:00
Axel Meyer
7baa5f7505 chore(deps): bump lib-core.render 0.1.0 to 0.2.0, declare lib-core.composition
render 0.2.0 added a transitive dep on lib-core.composition.
Engine resolver is strict-strcmp (no semver expansion), so
consumers must declare every transitive lib in deps[].
2026-06-10 23:28:53 +02:00
Axel Meyer
f545d756bc chore(deps): bump lib-core.maps 0.5.6 -> 0.5.7
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-06-01 22:44:24 +02:00
Axel Meyer
142d015e0b chore(deps): bump lib-core.maps 0.5.5 -> 0.5.6
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-06-01 17:19:13 +02:00
Axel Meyer
1a7b35bce4 chore(deps): bump lib-core.maps pin to 0.5.5 2026-05-30 23:40:59 +02:00
Axel Meyer
9755e64ff1 Bump lib-core.maps dep to 0.4.0
Picks up the new write APIs (set_cell_gid, set_roof, save_to_disk).
No source changes — lib is purely additive.
2026-05-24 00:53:39 +02:00
Axel Meyer
dcbdc65276 Bump dep on lib-core.maps to 0.3.0
Required after the maps lib's 0.3.0 rewrite for paired-PNG atlases.
rts-prototype's legacy *.tilemap.json color-only fixture still loads
fine through the v1 auto-upgrade path; rendering uses render-lib's
color-rect draw_map and does not require atlas textures.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-22 00:15:02 +02:00
Axel Meyer
7597729203 Bump dep on lib-core.maps to 0.2.0
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-21 16:14:17 +02:00
Axel Meyer
b9d133525f chore: bump lib-core.maps dep to 0.1.2 2026-05-18 03:22:29 +02:00
Axel Meyer
00d3e7f9c0 deps(rts-prototype): manifest.module.ci_frames=60 (Test-Opt Phase 4.1) 2026-05-16 01:28:50 +02:00
Axel Meyer
9317b9703b deps: bump lib-core.input dep 0.3.0 → 0.4.0 (P.3.10 cascade)
No behavioral change. Only 0.4.0 is now available.
2026-05-15 22:14:24 +02:00
Axel Meyer
0ca2bda7fb feat(P.3.8): rts-prototype v0.1.0 — initial release
Pure-RTS Composer-Demo integriert P.3.4-P.3.7 Libs.
- 20x20 grass map + 3 interior wall-clusters
- 8 units in 3 speed-classes (100/150/200 px/s)
- LMB-select + RMB-move via selection.list as target_provider
- Free-pan camera (keys + edge + middle-drag, no bounds)
- ESC -> launcher (ADR-0028)
- SPOREL_CI=1: 60-frame self-exit + active move on frame 5

See: meta/docs/superpowers/specs/2026-05-14-p3-8-rts-prototype-design.md
2026-05-14 18:04:01 +02:00