WoWInterface SVN OneCompanion

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk
    from Rev 36 to Rev 37
    Reverse comparison

Rev 36 → Rev 37

OneCompanion/OneCompanion.lua
4,9 → 4,9
$Date$
Author(s): Mera_LaCroisadeEcarlate (ad@heapoverflow.com)
Playing: Mera,Merae,Merah & FathisUles on EU FR-La Croisade Ecarlate ;)
Website: http://-
Documentation: http://-
SVN: http://-
Website1: http://www.wowinterface.com/downloads/info10746-OneCompanion.html
Website2: http://wow.curse.com/downloads/wow-addons/details/onecompanion.aspx
SVN: svn://svn.wowinterface.com/OneCompanion-237
Description: OneCompanion is an alternative to the default companion frame introduced in WotLK that combines all your companions and mounts into one fully customizable frame
]]
 
33,13 → 33,13
end
 
function OneCompanion:OnEnable()
self:RegisterEvent("COMPANION_LEARNED","OnCompanionLearned")
self:RegisterEvent("SPELL_UPDATE_COOLDOWN","OnCompanionCooldown")
self:RegisterEvent("COMPANION_UPDATE","Update")
self:RegisterEvent("SPELL_UPDATE_COOLDOWN","Cooldown")
OneCompanionFrames.build()
end
 
function OneCompanion:OnDisable()
self:UnregisterEvent("COMPANION_LEARNED")
self:UnregisterEvent("COMPANION_UPDATE")
self:UnregisterEvent("SPELL_UPDATE_COOLDOWN")
end
 
66,12 → 66,13
self.ShowSlider()
end
 
function OneCompanion:OnCompanionLearned()
function OneCompanion:Update()
OneCompanionFrames.buildButtons()
OneCompanionOptions.ToggleButtonScale(nil, nil, nil, nil)
OneCompanionOptions.ToggleShowTooltips(nil)
end
 
function OneCompanion:OnCompanionCooldown()
function OneCompanion:Cooldown()
local fra = OneCompanionFrames
if fra.base:IsVisible() then
fra:UpdateCooldowns()
OneCompanion/opts/options.lua
4,9 → 4,9
$Date$
Author(s): Mera_LaCroisadeEcarlate (ad@heapoverflow.com)
Playing: Mera,Merae,Merah & FathisUles on EU FR-La Croisade Ecarlate ;)
Website: http://-
Documentation: http://-
SVN: http://-
Website1: http://www.wowinterface.com/downloads/info10746-OneCompanion.html
Website2: http://wow.curse.com/downloads/wow-addons/details/onecompanion.aspx
SVN: svn://svn.wowinterface.com/OneCompanion-237
Description: OneCompanion is an alternative to the default companion frame introduced in WotLK that combines all your companions and mounts into one fully customizable frame
]]
 
OneCompanion/OneCompanion.toc
5,11 → 5,9
## Author: Mera_LaCroisadeEcarlate
## Notes: OneCompanion is an alternative to the default companion frame introduced in WotLK that combines all your companions and mounts into one fully customizable frame
## X-eMail: ad@heapoverflow.com
## X-Website: http://
## X-AceForum: -
## X-RelSite-WoWI: -
## X-RelSite-Curse: -
## X-RelSite-UI.WoW: -
## X-Website1: http://www.wowinterface.com/downloads/info10746-OneCompanion.html
## X-Website2: http://wow.curse.com/downloads/wow-addons/details/onecompanion.aspx
## X-SVN: svn://svn.wowinterface.com/OneCompanion-237
## X-Category: Miscellaneous
## X-Localizations: enUS, frFR
## X-Embeds: Ace3
OneCompanion/frames/templates.lua
4,9 → 4,9
$Date$
Author(s): Mera_LaCroisadeEcarlate (ad@heapoverflow.com)
Playing: Mera,Merae,Merah & FathisUles on EU FR-La Croisade Ecarlate ;)
Website: http://-
Documentation: http://-
SVN: http://-
Website1: http://www.wowinterface.com/downloads/info10746-OneCompanion.html
Website2: http://wow.curse.com/downloads/wow-addons/details/onecompanion.aspx
SVN: svn://svn.wowinterface.com/OneCompanion-237
Description: OneCompanion is an alternative to the default companion frame introduced in WotLK that combines all your companions and mounts into one fully customizable frame
]]
 
OneCompanion/locals/zhCN.lua
4,9 → 4,9
$Date$
Author(s): Mera_LaCroisadeEcarlate (ad@heapoverflow.com)
Playing: Mera,Merae,Merah & FathisUles on EU FR-La Croisade Ecarlate ;)
Website: http://-
Documentation: http://-
SVN: http://-
Website1: http://www.wowinterface.com/downloads/info10746-OneCompanion.html
Website2: http://wow.curse.com/downloads/wow-addons/details/onecompanion.aspx
SVN: svn://svn.wowinterface.com/OneCompanion-237
Description: OneCompanion is an alternative to the default companion frame introduced in WotLK that combines all your companions and mounts into one fully customizable frame
]]
 
OneCompanion/locals/koKR.lua
4,9 → 4,9
$Date$
Author(s): Mera_LaCroisadeEcarlate (ad@heapoverflow.com)
Playing: Mera,Merae,Merah & FathisUles on EU FR-La Croisade Ecarlate ;)
Website: http://-
Documentation: http://-
SVN: http://-
Website1: http://www.wowinterface.com/downloads/info10746-OneCompanion.html
Website2: http://wow.curse.com/downloads/wow-addons/details/onecompanion.aspx
SVN: svn://svn.wowinterface.com/OneCompanion-237
Description: OneCompanion is an alternative to the default companion frame introduced in WotLK that combines all your companions and mounts into one fully customizable frame
]]
 
OneCompanion/locals/enUS.lua
4,9 → 4,9
$Date$
Author(s): Mera_LaCroisadeEcarlate (ad@heapoverflow.com)
Playing: Mera,Merae,Merah & FathisUles on EU FR-La Croisade Ecarlate ;)
Website: http://-
Documentation: http://-
SVN: http://-
Website1: http://www.wowinterface.com/downloads/info10746-OneCompanion.html
Website2: http://wow.curse.com/downloads/wow-addons/details/onecompanion.aspx
SVN: svn://svn.wowinterface.com/OneCompanion-237
Description: OneCompanion is an alternative to the default companion frame introduced in WotLK that combines all your companions and mounts into one fully customizable frame
]]
 
OneCompanion/locals/zhTW.lua
4,9 → 4,9
$Date$
Author(s): Mera_LaCroisadeEcarlate (ad@heapoverflow.com)
Playing: Mera,Merae,Merah & FathisUles on EU FR-La Croisade Ecarlate ;)
Website: http://-
Documentation: http://-
SVN: http://-
Website1: http://www.wowinterface.com/downloads/info10746-OneCompanion.html
Website2: http://wow.curse.com/downloads/wow-addons/details/onecompanion.aspx
SVN: svn://svn.wowinterface.com/OneCompanion-237
Description: OneCompanion is an alternative to the default companion frame introduced in WotLK that combines all your companions and mounts into one fully customizable frame
]]
 
OneCompanion/locals/ruRU.lua
4,9 → 4,9
$Date$
Author(s): Mera_LaCroisadeEcarlate (ad@heapoverflow.com)
Playing: Mera,Merae,Merah & FathisUles on EU FR-La Croisade Ecarlate ;)
Website: http://-
Documentation: http://-
SVN: http://-
Website1: http://www.wowinterface.com/downloads/info10746-OneCompanion.html
Website2: http://wow.curse.com/downloads/wow-addons/details/onecompanion.aspx
SVN: svn://svn.wowinterface.com/OneCompanion-237
Description: OneCompanion is an alternative to the default companion frame introduced in WotLK that combines all your companions and mounts into one fully customizable frame
]]
 
OneCompanion/locals/esES.lua
4,9 → 4,9
$Date$
Author(s): Mera_LaCroisadeEcarlate (ad@heapoverflow.com)
Playing: Mera,Merae,Merah & FathisUles on EU FR-La Croisade Ecarlate ;)
Website: http://-
Documentation: http://-
SVN: http://-
Website1: http://www.wowinterface.com/downloads/info10746-OneCompanion.html
Website2: http://wow.curse.com/downloads/wow-addons/details/onecompanion.aspx
SVN: svn://svn.wowinterface.com/OneCompanion-237
Description: OneCompanion is an alternative to the default companion frame introduced in WotLK that combines all your companions and mounts into one fully customizable frame
]]
 
OneCompanion/locals/frFR.lua
4,9 → 4,9
$Date$
Author(s): Mera_LaCroisadeEcarlate (ad@heapoverflow.com)
Playing: Mera,Merae,Merah & FathisUles on EU FR-La Croisade Ecarlate ;)
Website: http://-
Documentation: http://-
SVN: http://-
Website1: http://www.wowinterface.com/downloads/info10746-OneCompanion.html
Website2: http://wow.curse.com/downloads/wow-addons/details/onecompanion.aspx
SVN: svn://svn.wowinterface.com/OneCompanion-237
Description: OneCompanion is an alternative to the default companion frame introduced in WotLK that combines all your companions and mounts into one fully customizable frame
]]
 
OneCompanion/locals/deDE.lua
4,9 → 4,9
$Date$
Author(s): Mera_LaCroisadeEcarlate (ad@heapoverflow.com)
Playing: Mera,Merae,Merah & FathisUles on EU FR-La Croisade Ecarlate ;)
Website: http://-
Documentation: http://-
SVN: http://-
Website1: http://www.wowinterface.com/downloads/info10746-OneCompanion.html
Website2: http://wow.curse.com/downloads/wow-addons/details/onecompanion.aspx
SVN: svn://svn.wowinterface.com/OneCompanion-237
Description: OneCompanion is an alternative to the default companion frame introduced in WotLK that combines all your companions and mounts into one fully customizable frame
]]