1.9.18-26-g97d04c1-nolib
Details
-
FilenameIceHUD-1.9.18-26-g97d04c1-nolib.zip
-
Uploaded by
-
UploadedMay 28, 2016
-
Size690.69 KB
-
Downloads76
-
MD5ed73357d2e804900ae8b6ed36fb9e173
Supported WoW Retail Versions
- 7.0.3
- 6.2.4
Changelog
Parnic:
- Updates to Shards for Legion
- Only show AltMana for mistweaver monks in pre-7.0
I realized that my updates changed how the module worked for pre-7.0 users who were using MonkMana
- Updating with UNIT_POWER_FREQUENT makes the bar look better
- UNIT_DISPLAYPOWER is a more foolproof way of checking if we need AltMana displayed or not
- Fixed number of Chi not necessarily being correct on login
- Only show Chi in Legion for Windwalker monks
- Rolled ClassMana bars into PlayerAltMana
There are too many classes that need to care about mana as a background resource in addition to whatever their primary resource is to keep creating class-specific bars, so let's just make one bar that does it all. I've done a one-time inherit of DruidMana's settings since it's the only bar that's been in a Release version that serves this purpose and should migrate its settings forward.
- Fixed dev version to override project-date-integer appropriately
- Eclipse is gone in Legion
- Updated the LibDogTag repo paths to use the new git path
- Changed how cooldowns are started (ticket #205)
- Fixed Runes not showing up on login
- Added Mage Arcane Charges for Legion
- Added support for atlases
Class power counters can now use atlases for their textures instead of just texture filenames and coordinates
- Set color for DH Fury resource
- Tiny cleanup
- Set Compatible-With to 7.0
- Added support for Insanity
Legion's Shadow Priests have a new default power type called Insanity, so now we need an additional bar to show the player's mana (which all priests still have) while in shadow spec as a priest.
- Don't load Shadow Orbs in Legion
Apparently this module locks up the game client...somehow. Plus Shadow Orbs appear to be no more in Legion.
- Update Runes for Legion
Updated with the new DK rune changes so there are no longer different types of runes, just the one type. Also hooked up support for any potential changes to the max number of runes (as is present in Blizzard's RuneFrame source), but have no idea how to correctly trigger the 7th rune (or if that's even in the current build). Tested with hackery via /script commands and verified it works, so *shrug*.
- Updated Holy Power for Legion
Hide the holy power module when not in Retribution spec in 7.0
- Package the alpha of LibDogTag-Unit (for Legion compatibility)
- Fixed error for non-rogues
- WIP Legion combo points updates
Adds support for the new 6/8 (without/with Anticipation) combo points instead of hardcoding to 5. This same treatment will need to be done to the other combo point-centric modules (SnD, ComboPointsBar).
Moved the old Anticipation extra-combo-point support to pre-Legion only. Anticipation doesn't work the same way now.
- Replaced UNIT_COMBO_POINTS with UNIT_POWER for Legion
- Removed UnitIsTapped usage for Legion