Xurkon
|
457420f90c
|
feat: add Database options tab with import/export/cleanup
New files:
- Modules/QuestieLearnerExport.lua: serialize/compress/encode pipeline using
AceSerializer + LibDeflate:CompressDeflate(level=9) + EncodeForPrint.
QxLD:<version>!<encoded> string format. Export(), ExportAll(), ValidateImport(),
MergeImport(), DryRunPrune(), Prune().
- Modules/Options/DatabaseTab/QuestieOptionsDatabase.lua: new Database tab with:
- Live learned data stats (per server)
- Per-type learner toggles (NPCs/Quests/Objects/Items/Broadcast)
- Export current server / Export all servers buttons (opens scrollable dialog)
- Import window (paste -> Validate -> Import with diff summary)
- Dry-run preview and Prune Now cleanup buttons
- Full reset button (confirm-gated)
- Contribute section with step-by-step GitHub submission instructions
Wiring:
- QuestieOptions.lua: database_tab initialized and registered in args
- All TOC files: QuestieLearnerExport.lua added before options, DatabaseTab lua added
|
2026-03-15 19:48:45 -05:00 |
|
Xurkon
|
a89dbddb58
|
fix: add XXH load to TBC toc and guard plugin.stats nil access
|
2026-03-15 19:07:43 -05:00 |
|
Xurkon
|
b8594c9782
|
fix(p2): restore plugin status UI, C_QuestLog/C_Map shims, QuestieServer init
- QuestieOptionsAdvanced.lua: restore compat_header, plugin_header, plugin_status_desc
blocks showing loaded Questie-X plugins with stats in the Advanced options tab
- QuestieCompat.lua: add C_QuestLog shim (GetNumQuestLogEntries, GetQuestLogTitle,
GetAllQuestIDs, GetQuestObjectives, IsQuestFlaggedCompleted, GetQuestPlayerQuestLink),
C_Map shim (GetPlayerMapPosition, GetBestMapForUnit, GetMapInfo),
GetTrackedAchievements, IsAchievementCompleted, and LibUIDropDownMenu shims
- QuestieInit.lua: import QuestieServer module, add QuestieServer:Init() call with nil
guard, wrap HBDHooks:Init() in nil guard
|
2026-03-15 18:33:41 -05:00 |
|
Xurkon
|
5582f310eb
|
chore: update Credits tab logo and changelog for v1.1.4
|
2026-03-15 17:46:43 -05:00 |
|
Xurkon
|
20d0b8fe98
|
Fix Credits tab logo by converting to TGA and updating path
|
2026-03-15 08:20:00 -05:00 |
|
Xurkon
|
b5dadb3089
|
Add Questie-X logo to Credits tab
|
2026-03-15 08:13:58 -05:00 |
|
Xurkon
|
fcec22881f
|
Rebrand to Questie-X and add Credits tab
|
2026-03-15 08:08:08 -05:00 |
|
Xurkon
|
c4d003e58f
|
feat: Questie-X v1.1.4 - plugin architecture, monorepo, rebranding
- Repoint remote to Xurkon/Questie-X
- Add QuestiePluginAPI, QuestieServer, QuestieLearnerComms modules
- Add Questie-X.toc, Questie-X-Classic.toc, Questie-X-TBC.toc, Questie-X-Turtle.toc
- Remove embedded Database/Ascension and Database/Ebonhold (migrated to plugins)
- Add Plugins/ directory with NTFS junctions for Questie-X-AscensionDB and Questie-X-EbonholdDB
- Add LibDeflate, XXH_Lua_Lib, LibDBIcon-1.0, LibDataBroker-1.1
- Update README: Questie-X branding, logo, plugin install guide, plugin API docs
- Update CHANGELOG: v1.1.4 entry documenting all architectural changes
- Update .gitignore: exclude plugin junctions, __pycache__, .agents, debug files
- Various module updates: corrections, map, tracker, tooltips, quest, options
|
2026-03-14 06:10:17 -05:00 |
|
Xurkon
|
ee3e06da90
|
Release v9.8.0: Lootbot Tracker & Map Pins Fixes
|
2026-02-22 01:07:31 -06:00 |
|
Xurkon
|
6ef85d4e2d
|
v9.7.2: Ebonhold Database integration and core logic refinements
|
2026-02-14 21:13:44 -06:00 |
|