34c59710d5
docs: mark Sprint 11-13 as complete
develop
Steven Wroblewski
2026-04-17 19:39:45 +02:00
af2fd51ab2
feat(floor2): wire up all three second-floor rooms with navigation arrows
Steven Wroblewski
2026-04-17 16:36:56 +02:00
5f7ef73d4f
feat(nursery): add Nursery room with rail and three rocking cradles
Steven Wroblewski
2026-04-17 16:35:15 +02:00
2303195207
feat(delivery): add DeliveryRoom with animated DeliveryBed
Steven Wroblewski
2026-04-17 16:34:22 +02:00
c1f480ba69
feat(ultrasound): add Ultrasound room with exam table and UltrasoundMachine
Steven Wroblewski
2026-04-17 16:33:10 +02:00
5ea3a52ed4
feat(nursery): add Cradle component with pendulum rocking animation
Steven Wroblewski
2026-04-17 16:31:49 +02:00
dfdf40ba8d
feat(delivery): add DeliveryBed component with mama-arrives baby-appears animation
Steven Wroblewski
2026-04-17 16:30:31 +02:00
a94cf61b79
feat(ultrasound): add UltrasoundMachine component with continuous heartbeat animation
Steven Wroblewski
2026-04-17 16:29:10 +02:00
a8bc3123ac
docs: add Sprint 11-13 implementation plan
Steven Wroblewski
2026-04-17 16:28:32 +02:00
92f65a2ab9
docs: mark Sprint 8-10 as complete
Steven Wroblewski
2026-04-17 16:18:07 +02:00
e4ecae376e
feat(floor1): wire up all four first-floor rooms with horizontal navigation arrows
Steven Wroblewski
2026-04-17 14:33:55 +02:00
9b91e78c20
feat(patientroom): add Patient Room with two beds, TV, and bedside table
Steven Wroblewski
2026-04-17 14:32:07 +02:00
8773ecfa6a
feat(lab): add Lab room with bench, sink, and interactive lab equipment
Steven Wroblewski
2026-04-17 14:30:31 +02:00
c1f742ae61
feat(pharmacy): add Pharmacy room with double medicine shelf and positive medicine objects
Steven Wroblewski
2026-04-17 14:28:48 +02:00
e14303da9b
feat(xray): add XRay Room scene with exam table and XRayMachine
Steven Wroblewski
2026-04-17 14:26:14 +02:00
5f33e16165
feat(xray): add XRayMachine component with plate slide-in animation
Steven Wroblewski
2026-04-17 14:25:04 +02:00
353efc100f
docs: mark Sprint 5-7 as complete
Steven Wroblewski
2026-04-17 14:14:39 +02:00
c4e33aef62
fix(emergency): explicitly set ambulance trigger_floor and trigger_room to prevent silent failure on room reorder
Steven Wroblewski
2026-04-17 14:01:56 +02:00
c0c86b0998
feat(floor0): wire up all four ground-floor rooms with horizontal navigation arrows
Steven Wroblewski
2026-04-17 13:59:01 +02:00
cc44519d62
feat(emergency): add Emergency Room scene with ambulance bay, medical table, and interactive objects
Steven Wroblewski
2026-04-17 13:57:30 +02:00
045aa8c3b6
feat(ambulance): add Ambulance component with drive-in/out animation triggered by room navigation
Steven Wroblewski
2026-04-17 13:56:11 +02:00
b1ea85a449
feat(restaurant): add Restaurant room with three tables and interactive food objects
Steven Wroblewski
2026-04-17 13:54:35 +02:00
35ab8ffeb3
feat(giftshop): add Gift Shop room with shelf, counter, and interactive gift objects
Steven Wroblewski
2026-04-17 13:53:40 +02:00
a48539d410
feat(reception): complete Reception with waiting benches, bell, and potted plant
Steven Wroblewski
2026-04-17 13:52:42 +02:00
130317b516
feat(navigation): add NavigationArrow component for within-floor room navigation
Steven Wroblewski
2026-04-17 13:51:32 +02:00
903df578e2
feat(navigation): extend RoomNavigator for horizontal room-within-floor navigation
Steven Wroblewski
2026-04-17 13:50:00 +02:00
2bb73c905c
fix(ui): sync settings sliders to saved values when menu opens
Steven Wroblewski
2026-04-17 13:28:57 +02:00
6bc199f6c1
fix(core): correct camera Y offset in RoomNavigator floor navigation
Steven Wroblewski
2026-04-17 13:26:03 +02:00
f4611e2443
fix(core): serialize character positions as [x,y] arrays for JSON compatibility
Steven Wroblewski
2026-04-17 13:22:56 +02:00
22f4b23897
fix(objects): replace Area2D.input_event with _input() for reliable Android touch
Steven Wroblewski
2026-04-17 13:20:14 +02:00
51bfd1718b
fix(core): enforce CharacterData compile order and remove ClassDB type lookup on export
Steven Wroblewski
2026-04-17 13:11:30 +02:00
8f416b8999
fix(core): add explicit script reference for CharacterData SubResource in Main.tscn
Steven Wroblewski
2026-04-17 12:57:39 +02:00
19d1ec1fe5
fix(core): remove class_name from autoload scripts to prevent singleton conflict
Steven Wroblewski
2026-04-17 12:44:31 +02:00
6b0c41bbfd
fix(core): resolve review findings in Sprint 3-4
Steven Wroblewski
2026-04-17 12:22:27 +02:00
13db45bb04
feat(core): implement room navigation, character states, save/load and settings menu
Steven Wroblewski
2026-04-17 12:17:56 +02:00
ace7d722ed
chore: enable ETC2/ASTC texture compression for Android export
Steven Wroblewski
2026-04-17 11:53:04 +02:00
f7c8a7ec03
fix(poc): resolve evaluator and review findings
Steven Wroblewski
2026-04-17 10:44:40 +02:00
9a1e30d808
feat(poc): implement Sprint 1 proof of concept
Steven Wroblewski
2026-04-17 10:38:29 +02:00
c2028edb2f
chore(setup): update Godot version to 4.6 in project.godot
Steven Wroblewski
2026-04-17 11:12:38 +02:00
9daf06c9b1
chore(setup): add minimal project.godot for Godot 4
Steven Wroblewski
2026-04-17 11:06:56 +02:00
2ebed0a511
chore(setup): add editorconfig and smoke-test checklist
Steven Wroblewski
2026-04-17 11:05:18 +02:00