Lemontropia-Suite/ui
LemonNexus 3cd0613e10 feat(gui): full gear selection - weapons, armors, and finders
- Gear Selector now supports: Weapons, Armors, Finders
- Weapons: 3,099 items with DPP, cost/hour, damage
- Armors: 1,985 items with protection values
- Finders: 106 items with depth/radius
- Menu: Tools → Select Gear → Weapon/Armor/Finder
- Shortcuts: Ctrl+W (weapon), Ctrl+Shift+A (armor), Ctrl+Shift+F (finder)
- Sync API for simpler code
2026-02-08 23:11:07 +00:00
..
__init__.py feat(gui): Sprint 2 Phase 1 - PyQt6 GUI Foundation 2026-02-08 20:30:38 +00:00
gear_selector.py feat(gui): full gear selection - weapons, armors, and finders 2026-02-08 23:11:07 +00:00
hud_overlay.py feat(gui): add Gear Selector and fix kill counting 2026-02-08 22:42:55 +00:00
loadout_manager.py feat(phase2): Complete Phase 2 Integration - Bug fixes: SimpleCache self._timestamps typo, MOCK_TOOLS key typo. Agent-swarm UI: main_window, hud_overlay, loadout_manager. Nexus API with mock data. All tests passing. 2026-02-08 21:07:47 +00:00
main_window.py feat(gui): full gear selection - weapons, armors, and finders 2026-02-08 23:11:07 +00:00
test_hud.py feat(gui): Sprint 2 Phase 1 - PyQt6 GUI Foundation 2026-02-08 20:30:38 +00:00