beta8-16-g26052cf
Details
-
FilenameGearGauge-beta8-16-g26052cf.zip
-
Uploaded by
-
UploadedJul 13, 2009
-
Size202.66 KB
-
Downloads43
-
MD50c0886d4ef6881bc4e7b5c8ba3b95975
Supported WoW Retail Versions
- 3.1.0
Changelog
James D. Callahan III:
Set a local version of MAX_PLAYER_LEVEL to 80, since people running TBC are limited to 70 and those running Vanilla WoW (they exist?) will be maxxed at 60.
Don't show the faction column in the list if the user has enemy scanning turned off.
Updated developer English localization.
Added value for feral attack power, and sorting the list by rating and average item level.
The main panel now expands to the width of the list and right pane.
Store rating and average equipment level on scan.
Removed CloseListPanel() and replaced it with calls to panel:Hide(), since panel's OnHide script handles everything now.
Remove the equipment list when hiding the main panel.
Update pre-existing target's level when scanning.
Don't set automatic hiding on equipment panels for other people.
Fixed OnUpdate timer to also check for equality and to check if the tooltip is visible before refreshing it.
Fixed GearGauge.toc and embeds.xml with regards to LibDBIcon and LibDataBroker load order.
Updated LibDataBroker-1.1
Changed X-Category in ToC.
Made the equipment panel always appear in the center of the list panel instead of the center of UIParent.
Added Guild display option.
Made list sorting non-case-sensitive.
Added SortAsc() and SortDesc() - If one and two are equal, sort alphabetically by name. Not used with name sorting since we want to be able to go forward and backward alphabetically there, and names are always unique.