mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 14:50: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
19 lines
858 B
XML
19 lines
858 B
XML
<Ui xmlns="http://www.blizzard.com/wow/ui/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.blizzard.com/wow/ui/
|
|
..\FrameXML\UI.xsd">
|
|
|
|
<Script file="libs\AceLibrary\AceLibrary.lua"/>
|
|
<Script file="libs\CallbackHandler-1.0\CallbackHandler-1.0.lua"/>
|
|
<Script file="libs\AceOO-2.0\AceOO-2.0.lua"/>
|
|
<Script file="libs\AceDB-2.0\AceDB-2.0.lua"/>
|
|
<Script file="libs\AceEvent-2.0\AceEvent-2.0.lua"/>
|
|
<Script file="libs\AceConsole-2.0\AceConsole-2.0.lua"/>
|
|
<Script file="libs\AceAddon-2.0\AceAddon-2.0.lua"/>
|
|
<Include file="libs\LibDogTag-3.0\lib.xml"/>
|
|
<Include file="libs\LibDogTag-Unit-3.0\lib.xml"/>
|
|
<Script file="libs\LibRangeCheck-2.0\LibRangeCheck-2.0.lua"/>
|
|
<Include file="libs\LibSharedMedia-3.0\lib.xml"/>
|
|
<Script file="libs\Deformat-2.0\Deformat-2.0.lua"/>
|
|
<Script file="libs\Waterfall-1.0\Waterfall-1.0.lua"/>
|
|
|
|
</Ui>
|