.github /workflows
feat: add PyInstaller support for executable builds
2026-02-11 19:57:22 +00:00
assets
feat: add application icon
2026-02-11 18:51:34 +00:00
core
fix: change TIMESTAMP columns to TEXT to avoid SQLite auto-conversion errors
2026-02-11 13:13:55 +00:00
docs
feat: major update - UI redesign, Session History, Gallery, Enhanced Loadout Manager
2026-02-11 10:23:21 +00:00
memory
feat: add standalone icon extractor tool
2026-02-11 17:56:33 +00:00
modules
fix: TGA converter improvements
2026-02-11 17:39:49 +00:00
test-data
feat(logs): add Swedish language support from real game logs
2026-02-08 17:30:31 +00:00
tests
feat(armor): complete armor system with sets and 7-slot plates
2026-02-09 10:31:56 +00:00
ui
fix: TGA converter improvements
2026-02-11 17:39:49 +00:00
.env.example
feat(globals): add personal global detection with PLAYER_NAME setting
2026-02-08 18:23:35 +00:00
.gitignore
chore: add .env.example template and project resume
2026-02-08 16:26:19 +00:00
AGENTS.md
chore: initial secure push
2026-02-08 16:01:50 +01:00
AI_KNOWLEDGE_BASE.md
docs: add AI knowledge base with project configuration and MCP server details
2026-02-08 17:07:36 +01:00
COMPLETE_FEATURE_SUMMARY.md
docs: add complete feature summary for tomorrow's testing session
2026-02-09 23:52:31 +00:00
DEVELOPMENT_SUMMARY.md
docs: add comprehensive development summary and roadmap
2026-02-09 23:30:13 +00:00
GAME_MECHANICS.md
chore: initial secure push
2026-02-08 16:01:50 +01:00
INSPIRATION.md
chore: initial secure push
2026-02-08 16:01:50 +01:00
MODULE_REQUIREMENTS.md
chore: initial secure push
2026-02-08 16:01:50 +01:00
OBSIDIAN_WORKFLOW.md
chore: initial secure push
2026-02-08 16:01:50 +01:00
OCR_IMPLEMENTATION_SUMMARY.md
feat: add Inventory Scanner for extracting item icons and stats
2026-02-11 15:19:56 +00:00
OCR_SETUP.md
feat: comprehensive settings dialog and UI cleanup
2026-02-11 13:26:31 +00:00
PROJECT_INDEX.md
docs: add PROJECT_INDEX.md and update PROJECT_RESUME
2026-02-08 16:45:58 +00:00
PROJECT_RESUME.md
docs: update PROJECT_RESUME for Sprint 1 completion
2026-02-08 17:03:38 +00:00
README-EU-Icon-Extractor.md
feat: add PyInstaller support for executable builds
2026-02-11 19:57:22 +00:00
README.md
chore: initial secure push
2026-02-08 16:01:50 +01:00
RESOURCES.md
chore: initial secure push
2026-02-08 16:01:50 +01:00
TECHNICAL_SPECS.md
chore: initial secure push
2026-02-08 16:01:50 +01:00
TESTING_AND_DEBUGGING.md
chore: initial secure push
2026-02-08 16:01:50 +01:00
UI_CLEANUP_SUMMARY.md
feat: comprehensive settings dialog and UI cleanup
2026-02-11 13:26:31 +00:00
USER_TEST_GUIDE.md
feat(app): add main.py and user test guide for v0.1.0
2026-02-08 17:02:37 +00:00
VERIFICATION_CHECKLIST.md
chore: initial secure push
2026-02-08 16:01:50 +01:00
WINDOWS_TESTING_GUIDE.md
feat: add gear management + Windows testing guide
2026-02-08 17:17:37 +00:00
demo_ocr.py
feat: add Inventory Scanner for extracting item icons and stats
2026-02-11 15:19:56 +00:00
environment-test.md
chore: initial secure push
2026-02-08 16:01:50 +01:00
fix_pytorch.bat
fix: add PyTorch fix scripts and make torch import optional
2026-02-11 11:49:58 +00:00
fix_pytorch_python313.bat
fix: update verify_vision.py for Python 3.13 compatibility
2026-02-11 11:54:01 +00:00
gui_main.py
feat: major update - UI redesign, Session History, Gallery, Enhanced Loadout Manager
2026-02-11 10:23:21 +00:00
icon.ico
feat: add application icon
2026-02-11 18:51:34 +00:00
icon_extractor.spec
fix: simplify pyinstaller spec
2026-02-11 20:07:33 +00:00
install_vision_quick.bat
fix: import torch before PyQt to fix DLL loading on Windows
2026-02-11 12:12:57 +00:00
main.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
migrate_db.py
feat(db): add database migration script for loadout support
2026-02-09 16:55:38 +00:00
pytest.ini
fix(nexus_api): correct DPP calculation formula and mock data values
2026-02-08 21:13:56 +00:00
requirements-ocr.txt
feat: comprehensive settings dialog and UI cleanup
2026-02-11 13:26:31 +00:00
requirements.txt
fix: screenshot hotkeys - use Qt shortcuts + optional global hotkeys
2026-02-11 12:55:24 +00:00
run_tests.bat
chore: initial secure push
2026-02-08 16:01:50 +01:00
standalone_icon_extractor.py
fix: ensure output directory exists before saving PNG files
2026-02-11 20:50:11 +00:00
test_ocr_system.py
feat: comprehensive settings dialog and UI cleanup
2026-02-11 13:26:31 +00:00
verify_vision.py
fix: update verify_vision.py for Python 3.13 compatibility
2026-02-11 11:54:01 +00:00
vision_example.py
feat: add Inventory Scanner for extracting item icons and stats
2026-02-11 15:19:56 +00:00