Xurkon
|
24ed0f48b3
|
fix(arrow): Sunstrider zoneId 3431, rotation CW, collection distance, native map pins
- zoneId detection: accept 3430 OR 3431 OR uiMapId 1241 (4 locations)
- SetRotation is CW-positive: rotAngle=relative (was -relative)
- Collection functions: override target->1241 when player on Sunstrider
- NPC 15281: spawn zone 1241 (not 3430) for correct coord space
- _ResolveMapUiMapId: removed 1241->1941 redirect
- zoneDB: added areaIdToUiMapId[1241]=1241
- Updated CHANGELOG, README, docs
|
2026-05-21 19:22:40 -05:00 |
|
Xurkon
|
bf6ecaedbe
|
v1.6.3-unreleased: Sunstrider zone fixes, QuestieLearner icon preservation, migration, and Busted test suite
Code changes (13 files, +916/-171):
- ZoneDB integration: GetZoneId() converts uiMapId→areaId via ZoneDB reverse lookup
- MIN_CONFIDENCE_PINS reduced to 1 for Ascension (incomplete NPC DBs)
- QuestieLearner icon preservation: objective Icon passed to RegisterObjectiveTooltip
- InjectLearnedData zone migration: converts old uiMapId spawn keys to areaId
- areaId passed through all LearnNPC call sites (OnMouseoverUnit, OnQuestDetail,
OnQuestComplete, OnQuestAccepted, OnQuestTurnedIn, OnGossipShow)
- Compat/Compat.lua: C_Map.GetPlayerMapPosition UiMapData support
- Compat/HBD.lua: Sunstrider mapData aliases and fallback loading
- Sunstrider arrow fix (QuestieArrow.lua), resolved pin rendering (QuestieMap.lua)
- _MergeOverride helper for string/numeric key compatibility
- Northshire Valley UiMapData registration
Testing infrastructure:
- .busted config pointing to tests/ directory
- Tests/wow_api_mock.lua: WoW API mocks (ZoneDB, C_Map, QuestLogCache, etc.)
- Tests/QuestieLearner_spec.lua: 12 tests covering coordinate scaling, spell cast
learning, zone migration (NPC/objects), icon preservation, settings defaults,
and LearnNPC spawn zone tracking
- selene.toml + wow_classic.yml: linter configuration
Documentation:
- Makefile with test/lint/ci targets
- sunstrider-coordinate-collection.md: coordinate data reference
- sunstrider-pin-fix.md: root cause analysis and fix documentation
|
2026-05-16 07:32:47 -05:00 |
|
Xurkon
|
17dd969793
|
Fix: Prevent nil index error in QuestieTooltips_RegisterObjectiveTooltip
|
2026-03-29 11:49:57 -05:00 |
|
Xurkon
|
3af73e9b00
|
fix: check QuestieCompat.UiMapData directly for custom zones in GetCurrentUiMapID
|
2026-03-28 22:50:16 -05:00 |
|
Xurkon
|
1fc9727fee
|
v1.4.9: Validation fixes, Profiler fix, Quest link duplicate fix, Ascension fixes
|
2026-03-26 06:47:54 -05:00 |
|
Xurkon
|
6e34cebead
|
feat: release v1.4.6 - Fix SavedVariables persistence and red textures for MafWow/3.3.5a
|
2026-03-22 08:30:20 -05:00 |
|
Xurkon
|
5d94cf8f67
|
feat: v1.4.0 - Code review fixes and taint resolution
- C_Timer OnUpdate uses elapsed param
- IsAchievementCompletion checks completion boolean
- C_Map.GetPlayerMapPosition fixes
- QuestieLearner GUID function forward declarations
- Taint guards on secure hooks (InCombatLockdown + pcall)
Fixes ADDON_ACTION_BLOCKED: UseAction() errors
|
2026-03-19 19:24:24 -05:00 |
|
Xurkon
|
c5c3897421
|
feat: idempotent quest tracking and robustness improvements v1.3.7
|
2026-03-19 00:22:26 -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
|
b13833935a
|
v9.8.9: Badlands Trophy quest, 7:XT NPC data, fix AreaId CRITICAL spam
|
2026-03-02 21:11:30 -06:00 |
|
Xurkon
|
6ef85d4e2d
|
v9.7.2: Ebonhold Database integration and core logic refinements
|
2026-02-14 21:13:44 -06:00 |
|