Randactyl / AdvancedFilters

ESO addon - Advanced Filters (original work by ingeniousclown)
http://www.esoui.com/downloads/info245-AdvancedFilters.html
5 stars 4 forks source link

Added function AdvancedFilters_RemoveDuplicateAddonPlugin #13

Closed Baertram closed 6 years ago

Baertram commented 6 years ago

Added function to check for duplicate addon plugins in the dropdown boxes and remove them. This enables the plugin code to be updated at EVENT_PLAYER_ACTIVATED to react on changed addon settings etc. (needed for FCOItemSaver e.g. to show/hide entries of disabled marker icons). Also added the function call to AdvancedFilters_RegisterFilter automatically and added the local function BuildAddonInformation(filterInformation) which builds the needed addonInformation structure from the filterInformation of the plugins (to strip redundancy).

Randactyl commented 6 years ago

wrong destination branch. I'll create another pr and merge it

Randactyl commented 6 years ago

ended up manually applying the changes to baertram-summerset