tvlfrosty / Reputation_Guide

A World of Warcraft addon to help you manage your reputation and Factions.
GNU General Public License v3.0
3 stars 4 forks source link

Fix addon functionalities for 10.0.0 and later releases #29

Closed tvlfrosty closed 1 month ago

tvlfrosty commented 1 year ago

With the release of Dragonflight the addon will stop working due to the amount of changes that were made with the interface.

The biggest change seems to be the working of option checkboxes and how their values are obtained or set.

This addon uses a lot of positioning based on the text from checboxes, which with these changes does not work anymore.

WowT_9dE0HH0YtF WowT_F9ZNfKAGig WowT_JK1J4dbk9x WowT_TX7edFHwso

tvlfrosty commented 1 year ago

Currently trying to fix issue with FactionRow(s).

tvlfrosty commented 1 year ago

Reputation printed in the chat seems to still be working properly, and it no longer seems to cause protected function taints in combat.

Wow_jFwdtnEGqZ

Main prio now is to fix the FactionRow functionality, they are currently not showing up at all.

Wow_yZp1MXJi0j

tvlfrosty commented 8 months ago

Added issue #21 and #30 to this list as it's part of the SortByStanding functionality that is currently broken due to the UI API changes.

tvlfrosty commented 8 months ago

Also added #22 to the list, to clear up some issue cluttering.

tvlfrosty commented 1 month ago

Adding remaining issues to #63