mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 14:50:13 -05:00
- the ace3 conversion also broke the dependence on Waterfall and gave a much better configuration screen through AceConfigDialog; plus Waterfall is very broken in Cataclysm and it's unclear whether anyone will bother to fix it or not - fixed a bug with the custom CD bar when changing profiles where it would generate endless errors until a reloadui - removed DewDrop library as it was no longer in use - temporarily removed FuBar plugin as it doesn't work as a mixin with AceAddon-3. i will eventually be bringing this back in some form (before the next full release version) - removed an unused 'about' button on the config page and some empty headers...not sure why they were ever there
20 lines
971 B
XML
20 lines
971 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"/>
|
|
<Include file="libs\AceDB-3.0\AceDB-3.0.xml"/>
|
|
<Include file="libs\AceDBOptions-3.0\AceDBOptions-3.0.xml"/>
|
|
<Include file="libs\AceGUI-3.0\AceGUI-3.0.xml"/>
|
|
<Include file="libs\AceConfig-3.0\AceConfig-3.0.xml"/>
|
|
<Script file="libs\AceEvent-2.0\AceEvent-2.0.lua"/>
|
|
<Include file="libs\AceConsole-3.0\AceConsole-3.0.xml"/>
|
|
<Include file="libs\AceAddon-3.0\AceAddon-3.0.xml"/>
|
|
<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"/>
|
|
</Ui>
|