No description
Find a file
Marceline Boeh 4053d453c5 test: add comprehensive unit tests for AISystem
- Add 27 test methods covering AI behavior orchestration
- Test map, player, and interactive object manager setup
- Test coordinate conversion (PixelsToTile, TileToPixels)
- Test pathfinding requests
- Test routine updates, wait timers, and movement stopping
- Test routine switching with save/restore previous routine
- Test SwitchRoutineByName with available routines dictionary
- Test proximity and flag triggers with event firing
- Test one-shot trigger behavior
- Achieves near-100% coverage for AISystem

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-26 23:15:45 -08:00
.claude/agents fix: Consolidate pixel texture creation using UIResources (from review ui-system.md) 2026-01-13 19:37:00 -08:00
config feat(pyui): add InputConfig TOML loader with default bindings 2026-01-17 22:27:43 -08:00
content feat(save): add entity state persistence across map transitions 2026-01-22 10:41:38 -08:00
docs docs: add item system enhancement design plan 2026-01-25 16:26:48 -08:00
lib Add ImGui debug console with entity inspector 2026-01-13 20:28:38 -08:00
scenarios/example-adventure feat(combat): NPCs drop equipped items on death 2026-01-25 16:23:23 -08:00
src test: add comprehensive unit tests for AISystem 2026-01-26 23:15:45 -08:00
.gitignore chore: add .worktrees/ to .gitignore 2026-01-15 18:30:49 -08:00
.gitmodules Initial commit 2026-01-09 21:15:30 -08:00
AGENTS.md docs: update context file freshness dates for item-system-enhancement 2026-01-25 07:37:04 -08:00
ARCHITECTURE.md Add party system, event system, and combat enhancements 2026-01-13 12:28:52 -08:00
CLAUDE.md docs: update context file freshness dates for item-system-enhancement 2026-01-25 07:37:04 -08:00
FNA.Settings.props Implement core engine with scripting system (Milestones 1-2) 2026-01-10 20:29:09 -08:00
imgui.ini fix: Add script validation at load time (from review scripting-system.md) 2026-01-13 20:55:29 -08:00
Pygmalion.slnx Add test infrastructure with xUnit and initial unit tests 2026-01-12 19:17:05 -08:00
TECHNICAL_STACK.md Initial commit 2026-01-09 21:15:30 -08:00