mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 06:40:13 -05:00
- general cleanup: removed acedebug stuff, re-ordered a few things to load cleaner, changed mod category from unitframes to huds, etc.
- fixed threat-2.0 by embedding required libs for it (ace3 stuff)
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
IceHUD = AceLibrary("AceAddon-2.0"):new("AceConsole-2.0", "AceDebug-2.0")
|
||||
IceHUD = AceLibrary("AceAddon-2.0"):new("AceConsole-2.0")
|
||||
|
||||
local waterfall = AceLibrary("Waterfall-1.0")
|
||||
local SML = AceLibrary("LibSharedMedia-3.0")
|
||||
@ -522,4 +522,8 @@ function IceHUD:OnEnable()
|
||||
self:RegisterChatCommand({ "/icehud" }, IceHUD.slashMenu)
|
||||
end
|
||||
|
||||
function IceHUD:Debug()
|
||||
end
|
||||
|
||||
function IceHUD:SetDebugging()
|
||||
end
|
||||
|
@ -3,13 +3,12 @@
|
||||
## Name: IceHUD
|
||||
## Title: IceHUD |cff7fff7f -Ace2-|r
|
||||
## Notes: Another HUD addon
|
||||
## Version: 1.2 ($Revision$)
|
||||
## Version: 1.3 ($Revision$)
|
||||
## SavedVariables: IceCoreDB
|
||||
## OptionalDeps: Ace2, LibSharedMedia-3.0, Waterfall-1.0, Deformat, LibDogTag-3.0, LibDogTag-Unit-3.0, LibDruidMana-1.0
|
||||
## X-Embeds: Ace2, LibSharedMedia-3.0, Waterfall-1.0, Deformat, LibDogTag-3.0, LibDogTag-Unit-3.0, LibDruidMana-1.0
|
||||
## X-Category: UnitFrame
|
||||
## OptionalDeps: Ace2, Ace3, LibSharedMedia-3.0, Waterfall-1.0, Deformat, LibDogTag-3.0, LibDogTag-Unit-3.0, LibDruidMana-1.0, LibRangeCheck-2.0, Threat-2.0
|
||||
## X-Category: HUDs
|
||||
## X-Date: $Date$
|
||||
## X-Website: http://www.wowace.com/forums/index.php/topic,1705.0.html
|
||||
## X-Website: http://www.wowace.com/projects/wowace-ice-hud/
|
||||
|
||||
# Libraries
|
||||
embeds.xml
|
||||
|
19
embeds.xml
19
embeds.xml
@ -1,22 +1,29 @@
|
||||
<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\LibStub\LibStub.lua"/>
|
||||
<Script file="libs\AceLibrary\AceLibrary.lua"/>
|
||||
<Script file="libs\AceOO-2.0\AceOO-2.0.lua"/>
|
||||
<Script file="libs\AceDB-2.0\AceDB-2.0.lua"/>
|
||||
<Script file="libs\AceDB-3.0\AceDB-3.0.lua"/>
|
||||
<Script file="libs\AceEvent-2.0\AceEvent-2.0.lua"/>
|
||||
<Script file="libs\AceDebug-2.0\AceDebug-2.0.lua"/>
|
||||
<Script file="libs\AceEvent-3.0\AceEvent-3.0.lua"/>
|
||||
<Script file="libs\AceConsole-2.0\AceConsole-2.0.lua"/>
|
||||
<Script file="libs\AceConsole-3.0\AceConsole-3.0.lua"/>
|
||||
<Script file="libs\AceAddon-3.0\AceAddon-3.0.lua"/>
|
||||
<Script file="libs\AceAddon-2.0\AceAddon-2.0.lua"/>
|
||||
<Include file="Libs\AceBucket-3.0\AceBucket-3.0.xml"/>
|
||||
<Include file="Libs\AceComm-3.0\AceComm-3.0.xml"/>
|
||||
<Include file="Libs\AceTimer-3.0\AceTimer-3.0.xml"/>
|
||||
<Include file="Libs\AceSerializer-3.0\AceSerializer-3.0.xml"/>
|
||||
<Script file="libs\CallbackHandler-1.0\CallbackHandler-1.0.lua"/>
|
||||
<Script file="libs\Deformat-2.0\Deformat-2.0.lua"/>
|
||||
<Include file="libs\LibDogTag-3.0\lib.xml"/>
|
||||
<Include file="libs\LibDogTag-Unit-3.0\lib.xml"/>
|
||||
<Include file="libs\LibDruidMana-1.0\lib.xml"/>
|
||||
<Include file="libs\LibSharedMedia-3.0\lib.xml"/>
|
||||
<Script file="libs\Waterfall-1.0\Waterfall-1.0.lua"/>
|
||||
<Include file="libs\Threat-2.0\embeds.xml"/>
|
||||
<Include file="libs\Threat-2.0\Threat-2.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"/>
|
||||
<Include file="libs\Threat-2.0\lib.xml"/>
|
||||
<Script file="libs\Waterfall-1.0\Waterfall-1.0.lua"/>
|
||||
|
||||
</Ui>
|
||||
|
Reference in New Issue
Block a user