MRPCI/mrpci-core/src
m3ultra 662e6c4bc4 v0.4 — in-engine room editor, four screens deep
F8 toggles edit mode. Tools: brush/line/rect/ellipse/flood/gradient/picker; ink meanings write LOOK/FLOOR/WALL/WATER/DEPTH across the four screens; V overlays priority/control/hotspot; hotspot rects, prop placement, spawn, and a :colon command line (save/name/enter/music/weather/exit/room/hotmsg). Every editor action is a bus Command (paint_op, undo_op, clear_ops, set_spawn/exit/music/weather/room_name/enter_text, upsert/delete hotspot+prop) so MCP clients wield identical powers. PicOp::Brush added; docs/EDITOR.md. Verified: 5 suites green, playthrough events byte-identical to pre-editor build, GUI boots.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-26 00:38:35 +10:00
..
bin/mrpci-headless v0.3 — AI parser lane + dialogue talker portraits 2026-07-26 00:26:03 +10:00
actor.rs MRPCI v0.1 — the SCI-generation Monster Robot Party engine 2026-07-25 22:52:39 +10:00
ai.rs v0.3 — AI parser lane + dialogue talker portraits 2026-07-26 00:26:03 +10:00
assets.rs MRPCI v0.1 — the SCI-generation Monster Robot Party engine 2026-07-25 22:52:39 +10:00
audio.rs MRPCI v0.1 — the SCI-generation Monster Robot Party engine 2026-07-25 22:52:39 +10:00
dialogue.rs v0.3 — AI parser lane + dialogue talker portraits 2026-07-26 00:26:03 +10:00
font.rs v0.2 — procedural fills, weather, in-core font, GPU palette/CRT shader 2026-07-25 23:23:19 +10:00
lib.rs v0.3 — AI parser lane + dialogue talker portraits 2026-07-26 00:26:03 +10:00
palette.rs MRPCI v0.1 — the SCI-generation Monster Robot Party engine 2026-07-25 22:52:39 +10:00
parser.rs MRPCI v0.1 — the SCI-generation Monster Robot Party engine 2026-07-25 22:52:39 +10:00
particles.rs v0.2 — procedural fills, weather, in-core font, GPU palette/CRT shader 2026-07-25 23:23:19 +10:00
path.rs MRPCI v0.1 — the SCI-generation Monster Robot Party engine 2026-07-25 22:52:39 +10:00
pic.rs v0.4 — in-engine room editor, four screens deep 2026-07-26 00:38:35 +10:00
render.rs v0.2 — procedural fills, weather, in-core font, GPU palette/CRT shader 2026-07-25 23:23:19 +10:00
room.rs v0.3 — AI parser lane + dialogue talker portraits 2026-07-26 00:26:03 +10:00
screens.rs MRPCI v0.1 — the SCI-generation Monster Robot Party engine 2026-07-25 22:52:39 +10:00
script.rs MRPCI v0.1 — the SCI-generation Monster Robot Party engine 2026-07-25 22:52:39 +10:00
state.rs v0.4 — in-engine room editor, four screens deep 2026-07-26 00:38:35 +10:00
view.rs Bundles carry sprites + --export-bundle/--bundle flags (MRP3GI M1 prereqs) 2026-07-25 23:59:07 +10:00