Commit Graph

63 Commits

Author SHA1 Message Date
Narcasung cf67ceb474 docs: cover the supertrack buttons, main quest and quest tag fixes 2026-07-30 18:33:33 +02:00
Narcasung 9da949dd66 feat(tracker): add "By Zone + % Complete" sort options
Groups quests by zone with headers, then orders each zone's quests by
completion percent (completes on top / bottom in the reversed variant).
2026-07-19 17:22:53 +02:00
Narcasung 190d2b0d5e docs: soften CoA-specific wording to reflect general 3.3.5 client support 2026-07-18 00:05:56 +02:00
Narcasung 460718e313 fix(tracker): show quest item shortcut buttons for custom quests
Item buttons only checked QuestieDB static data (sourceItemId /
requiredSourceItems), which custom server quests never have. Fall back
to GetQuestLogSpecialItemInfo to resolve the item live from the quest
log when the DB has no data for the quest.
2026-07-17 16:13:08 +02:00
Narcasung 6fad92244c docs: tighten README wording and quest-tag fix summary 2026-07-15 15:57:35 +02:00
Narcasung 13cddced16 Tidy README title and force line breaks between credit links
Markdown collapses single newlines into the same line; add explicit
<br> tags so each credit renders on its own line.
2026-07-15 01:16:20 +02:00
Narcasung 93c5e56c1d Replace upstream README with short fork summary and credits
Personal private fork, so the upstream marketing README (badges,
Patreon/PayPal, docs links) isn't relevant here. Keep just the list
of local fixes and credit the fork chain: aron-w/Questie-X,
Xurkon/Questie-X, and the original Questie.
2026-07-15 01:14:20 +02:00
Xurkon 493545a4d4 docs(readme): update notice to reflect v1.6.4 maintenance release; bump badge to 1.6.4 2026-06-12 06:51:54 -05:00
Xurkon 5d1fef9802 docs: document performance refactor status 2026-06-05 14:24:02 -05:00
Xurkon b620b8ec87 docs: add performance refactor notice 2026-06-05 14:11:16 -05:00
Xurkon 4b7c295210 fix: stabilize minimap range cutoff and update release docs 2026-06-03 06:05:55 -05:00
Xurkon 339dc1d94e fix: remove faction arrow alpha boxes 2026-06-02 12:52:18 -05:00
Xurkon 02559f70bd feat: add horde and alliance arrow styles 2026-06-02 12:42:53 -05:00
Xurkon 8a41141172 feat: add new waypoint arrow styles 2026-06-02 12:18:48 -05:00
Xurkon fe1f79cd2b chore: release 1.6.3 2026-06-02 11:25:28 -05:00
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 9caef46c2b Update docs: MapIconTooltip _GetLevelString guard added to CHANGELOG.md, changelog.html, README.md 2026-05-09 08:26:12 -05:00
Xurkon 5d56944907 Update version to v1.6.2, document Sunstrider Isle arrow, Tooltip guard, QuestData string safety fixes
[Unreleased] section added to CHANGELOG.md covering:
- Tooltip NPC/Object type guard crash fix (Tooltip.lua)
- InsertMissingQuestIds string guard for questData (tbcQuestFixes.lua, wotlkQuestFixes.lua)
- Sunstrider Isle arrow / UiMapId 946 override fix (zoneDB.lua, QuestieArrow.lua)

README.md:
- Bumped shield to v1.6.2
- Added Sunstrider Isle arrow fix to Quest Arrow section
- Added tooltip crash fix to Tooltips section

docs/changelog.html:
- Added [Unreleased] section at top of changelog

docs/index.html:
- Bumped version badge to v1.6.2
2026-05-09 07:12:37 -05:00
Xurkon 7d658de3b1 Update install instructions: show AscensionDB/EbonholdDB folder structure alongside WotLKDB 2026-05-03 15:49:37 -05:00
Xurkon 3b6c679da4 Clarify that server plugins require Questie-X-WotLKDB as base layer 2026-05-03 14:55:21 -05:00
Xurkon 543fbefd23 Session 34: Remove Turtle WoW references, clarify install instructions 2026-05-02 23:39:50 -05:00
Xurkon 93ec7cc454 Bump version badge to v1.6.0
- Update README.md shields.io badge
- Update docs/index.html version label
2026-05-02 09:24:03 -05:00
Xurkon 1ab3adc444 docs: clarify two-addon install requirement upfront for new users 2026-05-01 23:50:47 -05:00
Xurkon d5db15ce7c docs: clarify install instructions and remove duplicate plugin section 2026-04-05 06:51:01 -05:00
Xurkon 1b5c8ef685 v1.5.5 - Performance & Stability 2026-03-29 17:19:01 -05:00
Xurkon b685bdf0f7 Bump version to v1.5.4 2026-03-29 05:25:04 -05:00
Xurkon 5fb621a53a v1.5.3: Add dedicated Keybinds tab 2026-03-29 03:01:14 -05:00
Xurkon 1bfca8dee6 docs: update version badge to v1.5.2 2026-03-29 00:20:01 -05:00
Xurkon 59c33e9f9c feat: standardize v1.5.0 and consolidate stability fixes 2026-03-28 11:08:32 -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 2df8a7b96d fix: v1.4.4 - AceGUI pool fixes, event handling nil checks, QuestieLearner serialization, l10n format fixes 2026-03-20 21:16:58 -05:00
Xurkon 971d780a9b feat: Add Quest Route Optimization feature 2026-03-19 21:30:05 -05:00
Xurkon eba0d39ca6 chore: v1.4.1 - cleanup and repository maintenance 2026-03-19 21:08:11 -05:00
Xurkon ac43ca6217 chore: update downloads badge link format 2026-03-19 20:36:29 -05:00
Xurkon a623cef449 fix: downloads badge with svg extension 2026-03-19 20:27:50 -05:00
Xurkon 9a05b7ab6a fix: update downloads badge to latest release 2026-03-19 20:26:22 -05:00
Xurkon 25b80fe41b fix: update downloads badge format 2026-03-19 20:25:17 -05:00
Xurkon e993dbf0a3 chore: bump version to v1.4.0 and update changelogs 2026-03-19 19:32:57 -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 53b53af3cb docs: correct version badge to v1.3.0 2026-03-17 22:40:05 -05:00
Xurkon 8bc74a488b feat: QuestieLearner comprehensive overhaul v1.2.6
- Full quest field capture (title, level, objectives, description, money, zone)
- Mouseover filter: only record NPCs with QUESTGIVER npcFlag (0x02) or known DB entries
- OnTargetChanged: cache GUID for kill tracking only, no more spurious LearnNPC calls
- Grid-bucket coordinate clustering (COORD_GRID=2.0) replaces naive radius dedup
- Object recording: detect GameObject loot, gossip, and quest giver/finisher
- Item loot: async GetItemInfo retry via GET_ITEM_INFO_RECEIVED event
- LearnQuestGiver: entityType parameter (1=NPC,2=obj,3=item) for correct wiki layout
- InjectLearnedData: uses grid clustering in all merge paths
- MergeImport: calls InjectLearnedData immediately after merge (live override injection)
- README: corrected import reload requirement description
- CHANGELOG + docs/changelog.html updated with developer detail
2026-03-16 20:49:02 -05:00
Xurkon 7cf4017d40 docs: update version badge to v1.2.5 2026-03-16 19:58:48 -05:00
Xurkon b729628f32 docs: upgrade notice, ClassicDB link, QuestieLearner guide in README 2026-03-16 19:56:56 -05:00
Xurkon a4aca4322a docs: update version badge to v1.2.5 2026-03-16 19:52:05 -05:00
Xurkon 1ed1f24f53 docs: link all plugin repos in README; add .gitattributes for clean release archives 2026-03-16 19:31:52 -05:00
Xurkon 2be3953cf5 docs: credit Majed (3majed) for Ascension dataset 2026-03-14 17:26:21 -05:00
Xurkon 89cca086f9 docs: remove all WoW version/Classic references from README, keep generic 2026-03-14 17:19:12 -05:00
Xurkon 3c4a89e085 docs: fix version badge to show Questie-X v1.1.4 2026-03-14 17:15:30 -05:00