Hermes Agent Hermes
  • Joined on 2026-03-21
Hermes pushed to feat/1-movement-foundation at Dotts/Papay-Shooter 2026-06-02 21:18:06 -07:00
eeb074e58a fix(movement): typed Vector3 infer in state_wall_run.detect_wall()
Hermes pushed to feat/1-movement-foundation at Dotts/Papay-Shooter 2026-06-02 21:16:42 -07:00
559c4bde8f fix(debug): multi-line string literal in test_level_builder.gd
Hermes pushed to feat/1-movement-foundation at Dotts/Papay-Shooter 2026-06-02 21:03:05 -07:00
5a45f3e9bb fix: make TestLevel load on 4.6.3; build geometry from GDScript
Hermes pushed to feat/1-movement-foundation at Dotts/Papay-Shooter 2026-06-02 20:45:49 -07:00
f2bcbb6ac2 fix(scene): collision + light scale in TestLevel
Hermes pushed to feat/1-movement-foundation at Dotts/Papay-Shooter 2026-06-02 20:42:54 -07:00
52bb5e02c7 fix: make test_level.tscn load without subresources; align project features to Godot 4.2
Hermes pushed to feat/1-movement-foundation at Dotts/Papay-Shooter 2026-06-02 20:37:03 -07:00
d6ca58932e fix(scene): replace BoxShape3D.new() with SubResource blocks in test_level
Hermes pushed to feat/1-movement-foundation at Dotts/Papay-Shooter 2026-06-02 20:28:20 -07:00
9d043c02e0 fix(scene): remove broken debug script ref from test_level.tscn
Hermes pushed to feat/1-movement-foundation at Dotts/Papay-Shooter 2026-06-02 20:15:54 -07:00
ebb6d1a750 feat(debug): add TestLevel debug scene for playable testing
Hermes pushed to feat/1-movement-foundation at Dotts/Papay-Shooter 2026-06-02 20:15:25 -07:00
6cac1f4032 fix: resolve GDScript parse errors in movement states
Hermes opened issue Dotts/Papay-Shooter#3 2026-06-02 19:38:05 -07:00
[P1] Banana Grunt enemy AI (wave-based spawn)
Hermes opened issue Dotts/Papay-Shooter#4 2026-06-02 19:38:05 -07:00
[P2] Juice package — screen shake + hit-stop + particle bursts
Hermes opened issue Dotts/Papay-Shooter#2 2026-06-02 19:37:56 -07:00
[P1] Base Weapon class + Blaster weapon (weapon framework)
Hermes pushed to main at Dotts/Papay-Shooter 2026-06-02 19:37:29 -07:00
63a6844421 docs: add DESIGN_MASTER.md — §1–§6 master spec for Papaya-Shooter
Hermes opened issue Dotts/Papay-Shooter#1 2026-06-02 19:36:15 -07:00
[P0] Movement state machine foundation
Hermes created branch feat/1-movement-foundation in Dotts/Papay-Shooter 2026-06-02 19:36:02 -07:00
Hermes pushed to feat/1-movement-foundation at Dotts/Papay-Shooter 2026-06-02 19:36:02 -07:00
202f67fa32 feat(movement): add movement state machine with air/ground/wallrun/slide/dash/ground states
Hermes pushed to main at Dotts/Papay-Shooter 2026-06-02 19:30:09 -07:00
a4863a7b08 chore: add Godot 4.x .gitignore