mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 06:40:13 -05:00
- interface version up to 3.0! hooray new stuff. - mod version bumped to 1.3.3 for all the new stuff and 3.0 client compatibility - made the threat module wow 3.0-compatible (these changes do not branch based on interface version due to the removal of lots of libs...there's no goin' back now!) - fixed text display on threat module to actually show threat % as intended - extracted MathRound function to make it accessible to all modules instead of being embedded within TargetHealth - added a few more user-submitted bar textures - removed LibDruidMana and fixed up DruidMana module to work with the new UnitPower API
55 lines
1.4 KiB
TeX
55 lines
1.4 KiB
TeX
## Interface: 30000
|
|
## Author: Parnic, originally created by Iceroth
|
|
## Name: IceHUD
|
|
## Title: IceHUD |cff7fff7f -Ace2-|r
|
|
## Notes: Another HUD addon
|
|
## Version: 1.3.3 (Revision: @project-revision@)
|
|
## SavedVariables: IceCoreDB
|
|
## OptionalDeps: Ace2, LibSharedMedia-3.0, Waterfall-1.0, Deformat, LibDogTag-3.0, LibDogTag-Unit-3.0, LibDruidMana-1.0, LibRangeCheck-2.0
|
|
## X-Category: HUDs
|
|
## X-Website: http://www.wowace.com/projects/wowace-ice-hud/
|
|
|
|
# Libraries
|
|
embeds.xml
|
|
|
|
# IceHUD core functionality
|
|
IceCore.lua
|
|
IceHUD.lua
|
|
IceElement.lua
|
|
IceBarElement.lua
|
|
IceUnitBar.lua
|
|
IceCastBar.lua
|
|
|
|
|
|
# IceHUD modules
|
|
# - Feel free to comment these out if you like
|
|
modules\PlayerHealth.lua
|
|
modules\PlayerMana.lua
|
|
modules\TargetHealth.lua
|
|
modules\TargetMana.lua
|
|
modules\PetHealth.lua
|
|
modules\PetMana.lua
|
|
modules\DruidMana.lua
|
|
modules\TargetInfo.lua
|
|
modules\TargetOfTarget.lua
|
|
modules\ComboPoints.lua
|
|
modules\CastBar.lua
|
|
modules\TargetCast.lua
|
|
modules\MirrorBar.lua
|
|
modules\SunderCount.lua
|
|
modules\GlobalCoolDown.lua
|
|
modules\SliceAndDice.lua
|
|
modules\TargetCC.lua
|
|
# - make sure FocusCC loads after TargetCC since it inherits
|
|
modules\FocusCC.lua
|
|
modules\FocusHealth.lua
|
|
modules\FocusMana.lua
|
|
modules\FocusCast.lua
|
|
modules\LacerateCount.lua
|
|
modules\Runes.lua
|
|
# - make sure TargetOfTarget health/mana load after TargetHealth/TargetMana since they inherit
|
|
modules\TargetOfTargetHealth.lua
|
|
modules\TargetOfTargetMana.lua
|
|
modules\Threat.lua
|
|
modules\RangeCheck.lua
|