Xurkon
|
28fc4d5095
|
chore: release v1.3.5 - Comprehensive Taint & Architecture Fixes
|
2026-03-18 21:27:48 -05:00 |
|
Xurkon
|
35b581d6a9
|
feat: Release v1.3.4 - Fix l10n initialization error and complete WotLKDB taint analysis
|
2026-03-18 17:35:22 -05:00 |
|
Xurkon
|
aed0daf4ce
|
feat: Release v1.3.2 — Taint Resolution & Stability patches
|
2026-03-18 15:08:52 -05:00 |
|
Xurkon
|
4f1671837d
|
chore: bump version to 1.3.1 and update changelogs
|
2026-03-18 00:00:17 -05:00 |
|
Xurkon
|
b0f8ba22e7
|
feat: release v1.3.0 - QuestieLearner Confidence & Tiered Pruning Engine
|
2026-03-17 22:33:01 -05:00 |
|
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
|
6d3189b608
|
fix(p1): restore Lua 5.0 polyfills, hooksecurefunc, C_Timer, LibDeflate, and XXH load lines
- QuestieLoader.lua: add table.getn, math.mod, string.match, string.gmatch, select polyfills
- QuestieCompat.lua: add string.match, select, math.mod shims; hooksecurefunc polyfill;
full C_Timer polyfill; fix Is335 to use do/end block safe for Lua 5.0
- embeds.xml: add LibDeflate lib.xml include
- Questie-X.toc, Questie-X-Classic.toc, Questie-X-Turtle.toc: add XXH_Lua_Lib load line
|
2026-03-15 17:50:50 -05:00 |
|
Xurkon
|
fcec22881f
|
Rebrand to Questie-X and add Credits tab
|
2026-03-15 08:08:08 -05:00 |
|
Xurkon
|
03e9f27f03
|
docs: standardize documentation, align version to 1.1.4, and cleanup legacy TOC files
|
2026-03-15 07:44:48 -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 |
|