Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The War Within - Update #6

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
Open

Conversation

donniedice
Copy link

Changelog

Version 2.0.0-------------------------------------------------------------------

  • Fixed - Resolved an issue where TooltipUtil.SurfaceArgs was called without proper checks, leading to Lua errors
  • Fixed - Corrected quest tracking when using the QUEST_ACCEPTED, QUEST_REMOVED, and QUEST_WATCH_LIST_CHANGED events
  • Added - Fallback logic for tooltip processing in GetQuestProgress to handle cases where TooltipUtil.SurfaceArgs is unavailable
  • Updated - Enhanced UpdateQuestIcon function to better handle quest progress updates and ensure icons display correctly for all quest states
  • Updated - Refined event handling for PLAYER_LOGIN to correctly populate the ActiveWorldQuests table based on the player's current map
  • Improved - Re-anchored quest icons on nameplates during the ADDON_LOADED event to ensure settings are correctly applied
  • Updated - ToC for retail - The War Within Expansion Release Patch (10.2.0.56110) [ToC.110002]

Update for WW
- Fixed - Resolved an issue where `TooltipUtil.SurfaceArgs` was called without proper checks, leading to Lua errors
- Fixed - Corrected quest tracking when using the `QUEST_ACCEPTED`, `QUEST_REMOVED`, and `QUEST_WATCH_LIST_CHANGED` events
- Added - Fallback logic for tooltip processing in `GetQuestProgress` to handle cases where `TooltipUtil.SurfaceArgs` is unavailable
- Updated - Enhanced `UpdateQuestIcon` function to better handle quest progress updates and ensure icons display correctly for all quest states
- Updated - Refined event handling for `PLAYER_LOGIN` to correctly populate the `ActiveWorldQuests` table based on the player's current map
- Improved - Re-anchored quest icons on nameplates during the `ADDON_LOADED` event to ensure settings are correctly applied
- Updated - ToC for _retail_ - The War Within Expansion Release Patch (10.2.0.56110) [ToC.110002]
@zcourge
Copy link

zcourge commented Aug 26, 2024

Awesome work, thanks for this PR

@Numynum
Copy link

Numynum commented Sep 10, 2024

Fyi, TooltipUtil.SurfaceArgs has done nothing for ages, and has been permanently deleted in 11.0
no point in checking if it exists, the code related to it can just be deleted

- Fixed - Resolved an issue where `TooltipUtil.SurfaceArgs` was called without proper checks, leading to Lua errors
- Fixed - Corrected quest tracking when using the `QUEST_ACCEPTED`, `QUEST_REMOVED`, and `QUEST_WATCH_LIST_CHANGED` events
- Added - Fallback logic for tooltip processing in `GetQuestProgress` to handle cases where `TooltipUtil.SurfaceArgs` is unavailable
- Updated - Enhanced `UpdateQuestIcon` function to better handle quest progress updates and ensure icons display correctly for all quest states
- Updated - Refined event handling for `PLAYER_LOGIN` to correctly populate the `ActiveWorldQuests` table based on the player's current map
- Improved - Re-anchored quest icons on nameplates during the `ADDON_LOADED` event to ensure settings are correctly applied
- Updated - ToC for _retail_ - The War Within Expansion Release Patch (10.2.0.56110) [ToC.110002]
- Fixed - Resolved an issue where `TooltipUtil.SurfaceArgs` was called without proper checks, leading to Lua errors
- Fixed - Corrected quest tracking when using the `QUEST_ACCEPTED`, `QUEST_REMOVED`, and `QUEST_WATCH_LIST_CHANGED` events
- Added - Fallback logic for tooltip processing in `GetQuestProgress` to handle cases where `TooltipUtil.SurfaceArgs` is unavailable
- Updated - Enhanced `UpdateQuestIcon` function to better handle quest progress updates and ensure icons display correctly for all quest states
- Updated - Refined event handling for `PLAYER_LOGIN` to correctly populate the `ActiveWorldQuests` table based on the player's current map
- Improved - Re-anchored quest icons on nameplates during the `ADDON_LOADED` event to ensure settings are correctly applied
- Updated - ToC for _retail_ - The War Within Expansion Release Patch (10.2.0.56110) [ToC.110002]
- Added - [release.yml] - [/.github/workflows/]
- Added - [README.md]
- Updated - Project information - [QuestPlates.toc]
- Fixed - Version Numbering - [QuestPlates.toc]
- Added - New Folder - [/docs]
- Added - changelog.txt - [/docs]
- Moved - [CHANGES.md] - [/docs]
- Added - [.pkgmeta]
- Fixed - Package as - [.pkgmeta]
- Fixed - Package as - [.pkgmeta]
- Updated - ToC for _retail_ - [ToC.110007]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants