Commit Graph

  • 0e5e54e386 docs: add complete equipment structure from Nexus export LemonNexus 2026-02-09 11:07:48 +0000
  • 9e55c751b9 fix(armor): match Entropia Nexus slot naming exactly LemonNexus 2026-02-09 11:06:46 +0000
  • fd2b34e395 fix(armor): correct 7-slot structure to match EU exactly LemonNexus 2026-02-09 10:59:17 +0000
  • e48dca4ea2 fix(armor): correct Frontier piece names to match EU exactly LemonNexus 2026-02-09 10:55:19 +0000
  • 95a511bbfd feat(gear): add real healing tools and Frontier armor set LemonNexus 2026-02-09 10:51:32 +0000
  • c8128e954f fix(ui): correct signal name loadout_saved (not loadout_selected) LemonNexus 2026-02-09 10:46:11 +0000
  • cfc01688f1 feat(gear): add test run equipment to databases LemonNexus 2026-02-09 10:44:25 +0000
  • 37302d6a5a fix(ui): add missing ArmorSelectorDialog class LemonNexus 2026-02-09 10:42:32 +0000
  • dd2fce8b62 docs: add comprehensive test hunt guide LemonNexus 2026-02-09 10:40:46 +0000
  • 17bb5cbf0b feat(hunting): complete hunting session tracker LemonNexus 2026-02-09 10:38:37 +0000
  • b8d5b4a50e feat(healing): add healing tools database with 25+ tools LemonNexus 2026-02-09 10:36:30 +0000
  • b59b016c86 feat(armor): final armor system updates from agent swarm LemonNexus 2026-02-09 10:33:32 +0000
  • 5b4a8f07ea feat(armor): add Loot 2.0 decay mechanics to armor_system.py LemonNexus 2026-02-09 10:32:41 +0000
  • 66f36b4a89 feat(armor): complete armor system with sets and 7-slot plates LemonNexus 2026-02-09 10:31:56 +0000
  • ae182f408b feat(armor): implement official decay formula (VU 15.15) LemonNexus 2026-02-09 10:27:05 +0000
  • 08aec368a9 docs: add official armor guide from PlanetCalypsoForum 2020 edition LemonNexus 2026-02-09 10:21:57 +0000
  • 5f01f2f763 docs: add armor plating mechanics - 7 slots, plates take damage first LemonNexus 2026-02-09 10:15:00 +0000
  • dca96662b0 fix(loadout): convert ammo units to PEC correctly (1 ammo = 0.01 PEC) LemonNexus 2026-02-09 10:09:19 +0000
  • d5ddb0deb7 fix(attachments): add default value for attachment_type to fix dataclass init error LemonNexus 2026-02-09 09:34:01 +0000
  • d24d5e149e feat(swarm): Agent swarm - Loadout Manager v2.0, Armor Decay, Attachments LemonNexus 2026-02-09 09:28:41 +0000
  • 32e095350b feat(attachments): add attachment system and DPP display LemonNexus 2026-02-09 09:15:03 +0000
  • a3a0fbe2f5 docs: add comprehensive ROADMAP.md LemonNexus 2026-02-09 00:01:34 +0000
  • 8014b63e75 feat(hud): estimated kills - each loot event = 1 kill LemonNexus 2026-02-08 23:54:54 +0000
  • b3d257a42d fix(hud): simplify kill tracking - only count non-Shrapnel loot LemonNexus 2026-02-08 23:52:33 +0000
  • 31ead88886 fix(hud): reset Shrapnel counter on non-Shrapnel loot LemonNexus 2026-02-08 23:51:02 +0000
  • ff7b304c78 fix(hud): improved kill tracking with Shrapnel heuristic LemonNexus 2026-02-08 23:47:37 +0000
  • 647728a1d4 feat(hud): add shots fired counter and fix kill tracking LemonNexus 2026-02-08 23:43:37 +0000
  • 3a3e389f05 fix(hud): correct cost calculation using weapon decay from Nexus API LemonNexus 2026-02-08 23:34:02 +0000
  • 0a12b22498 fix(hud): fix Decimal/float division error in cost calculation LemonNexus 2026-02-08 23:28:44 +0000
  • 445d0bb6f3 fix(hud): add missing kills and globals layout definitions LemonNexus 2026-02-08 23:24:35 +0000
  • 7c38b398f3 feat(hud): cost tracking and profit/loss calculation LemonNexus 2026-02-08 23:22:13 +0000
  • e9dc72df23 fix(gui): remove duplicate code causing IndentationError in gear_selector.py LemonNexus 2026-02-08 23:14:22 +0000
  • 3cd0613e10 feat(gui): full gear selection - weapons, armors, and finders LemonNexus 2026-02-08 23:11:07 +0000
  • 6130cfcd28 feat(api): complete Entropia Nexus API with all endpoints LemonNexus 2026-02-08 23:07:51 +0000
  • f8ddb8f650 feat(gui): update Gear Selector to use real Nexus API LemonNexus 2026-02-08 23:04:22 +0000
  • d07c43ce97 feat(api): full Entropia Nexus API integration LemonNexus 2026-02-08 23:02:53 +0000
  • 08e08164e0 feat(api): complete Entropia Nexus API implementation LemonNexus 2026-02-08 22:53:28 +0000
  • b8e7a892ff feat(gui): add Gear Selector and fix kill counting LemonNexus 2026-02-08 22:42:55 +0000
  • 0f4d1271f8 fix(gui): ProjectStatsDialog uses correct ProjectData fields LemonNexus 2026-02-08 22:34:00 +0000
  • 59094ee469 fix(gui): SQLite thread safety - use queue for cross-thread database access LemonNexus 2026-02-08 22:33:08 +0000
  • 9f03b3c610 test(log_patterns): add test for log parsing patterns LemonNexus 2026-02-08 22:22:53 +0000
  • 510deb04e7 fix(log_watcher): update loot pattern for English format LemonNexus 2026-02-08 22:22:08 +0000
  • e1316076bf fix(gui): logging methods don't depend on log_watcher LemonNexus 2026-02-08 22:14:52 +0000
  • e2388dadaf fix(gui): correct create_project call - use metadata not description LemonNexus 2026-02-08 22:11:05 +0000
  • d283de84ee fix(gui): remove session_count from project list - ProjectData doesn't have this field LemonNexus 2026-02-08 22:08:13 +0000
  • a0dd7f8cad fix(gui): correct ProjectManager method names LemonNexus 2026-02-08 22:06:07 +0000
  • 25a25d031e fix(gui): integrate real LogWatcher and ProjectManager into MainWindow LemonNexus 2026-02-08 22:03:06 +0000
  • 5b0c180a59 fix(hud): session tracking and drag improvements LemonNexus 2026-02-08 21:40:48 +0000
  • 6155aad694 fix(hud): disable auto-hide by default, add debug mode LemonNexus 2026-02-08 21:35:29 +0000
  • 6ed97f3ffa feat(hud): add game window detection for auto-hide LemonNexus 2026-02-08 21:26:02 +0000
  • 0f555b1a3a fix(gui): wire up Loadout Manager and real HUD overlay LemonNexus 2026-02-08 21:24:49 +0000
  • 2496fdab71 feat(gui): add gui_main.py entry point for full PyQt6 application LemonNexus 2026-02-08 21:18:16 +0000
  • 43a43e2644 fix(tests): correct DPP test expectation LemonNexus 2026-02-08 21:16:11 +0000
  • a99bccbc11 fix(nexus_api): correct DPP calculation formula and mock data values LemonNexus 2026-02-08 21:13:56 +0000
  • 97b9403b11 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. LemonNexus 2026-02-08 21:07:47 +0000
  • a963778145 fix(gui): add missing main_window.py and loadout_manager.py LemonNexus 2026-02-08 20:31:35 +0000
  • 0b4d79b98f feat(gui): Sprint 2 Phase 1 - PyQt6 GUI Foundation LemonNexus 2026-02-08 20:30:38 +0000
  • 85d02d08de docs(sprint2): update with Entropia Nexus API discovery LemonNexus 2026-02-08 18:33:35 +0000
  • 77d8e808fb feat(globals): add personal global detection with PLAYER_NAME setting LemonNexus 2026-02-08 18:23:35 +0000
  • 06a95f56f4 feat(enhancer): add broken enhancer tracking LemonNexus 2026-02-08 18:20:04 +0000
  • f957165394 feat(heal): add English self-heal and attribute patterns LemonNexus 2026-02-08 18:18:00 +0000
  • b28b3915fd feat(combat): add critical hit tracking and filter Universal Ammo LemonNexus 2026-02-08 18:15:00 +0000
  • 0f19155dd8 feat(gear): add weapon tier gain tracking LemonNexus 2026-02-08 18:12:41 +0000
  • 555bea7c33 feat(skills): add skill gains and level up tracking LemonNexus 2026-02-08 18:11:33 +0000
  • e3f3a595fb feat(combat): add damage tracking and combat events LemonNexus 2026-02-08 18:07:06 +0000
  • 39d1b0d48d chore(deps): add python-dotenv to requirements LemonNexus 2026-02-08 18:01:54 +0000
  • 6ce23718bc fix(main): load .env file and respect USE_MOCK_DATA setting LemonNexus 2026-02-08 18:01:39 +0000
  • bd506e53c2 fix(logs): update English patterns for actual game output format LemonNexus 2026-02-08 17:54:48 +0000
  • c511ff2042 feat(logs): add Swedish language support from real game logs LemonNexus 2026-02-08 17:30:31 +0000
  • dfe4e8125f feat: add gear management + Windows testing guide LemonNexus 2026-02-08 17:17:37 +0000
  • a516ff4d0c fix(db): correct SQL comment syntax for SQLite compatibility LemonNexus 2026-02-08 17:06:45 +0000
  • df5c0212e8 docs: update PROJECT_RESUME for Sprint 1 completion LemonNexus 2026-02-08 17:03:38 +0000
  • eae846ee6b feat(app): add main.py and user test guide for v0.1.0 LemonNexus 2026-02-08 17:02:37 +0000
  • 24a450de5e test(core): add pytest suite for Data Capture Engine LemonNexus 2026-02-08 16:56:56 +0000
  • 4efbf39e7e feat(core): implement LogWatcher with Observer Pattern LemonNexus 2026-02-08 16:56:49 +0000
  • 28b8921efa feat(core): implement ProjectManager with Data Principle LemonNexus 2026-02-08 16:56:40 +0000
  • b47ddbec2e feat(db): initialize SQLite schema and DatabaseManager LemonNexus 2026-02-08 16:56:32 +0000
  • a630e25898 docs: add PROJECT_INDEX.md and update PROJECT_RESUME LemonNexus 2026-02-08 16:45:58 +0000
  • 63c5c8f624 feat: add Obsidian REST API endpoint configuration LemonNexus 2026-02-08 16:30:16 +0000
  • d4f4fc9ecb feat: add Obsidian API integration configuration LemonNexus 2026-02-08 16:28:41 +0000
  • 355c5f27fe chore: add comprehensive .env.example and project resume LemonNexus 2026-02-08 16:27:10 +0000
  • ccee4841a6 chore: add .env.example template and project resume LemonNexus 2026-02-08 16:26:19 +0000
  • c4ff917d75 feat(config): add .env.example template and update .gitignore ImpulsiveFPS 2026-02-08 17:24:49 +0100
  • 2f29640ed3 docs: add AI knowledge base with project configuration and MCP server details ImpulsiveFPS 2026-02-08 17:07:36 +0100
  • 420a03c4eb chore: initial secure push ImpulsiveFPS 2026-02-08 15:55:15 +0100