WoWInterface SVN DirtyGear

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 10 to Rev 11
    Reverse comparison

Rev 10 → Rev 11

trunk/DirtyGear.lua
1388,7 → 1388,7
end
GameTooltip:Show()
if DirtyGear.GameTooltip_OnTooltipSetItem_Orig then
-- return DirtyGear.GameTooltip_OnTooltipSetItem_Orig(self, ...)
return DirtyGear.GameTooltip_OnTooltipSetItem_Orig(self, ...)
end
end
 
1399,7 → 1399,7
end
GameTooltip:Hide()
if DirtyGear.GameTooltip_OnTooltipCleared_Orig then
-- return DirtyGear.GameTooltip_OnTooltipCleared_Orig(self, ...)
return DirtyGear.GameTooltip_OnTooltipCleared_Orig(self, ...)
end
end
 
1419,6 → 1419,7
if not DirtyGear.DB[DirtyGear.DBIndex] then
DirtyGear.DBIndex = "default"
end
DirtyGear.Print("Index: "..DirtyGear.DBIndex)
end
 
function DirtyGear.OnVariablesLoaded()
1437,10 → 1438,8
DirtyGear.CacheDBIndex()
end
 
function DirtyGear.OnAddOnLoaded(self, arg1, ...)
if arg1 == "DirtyGear" then
DirtyGear.Print("OnEvent:ADDON_LOADED")
end
function DirtyGear.OnAddOnLoaded()
DirtyGear.Print("OnEvent:ADDON_LOADED")
end
 
function DirtyGear.OnEvent(self, arg1, ...)
1450,8 → 1449,8
DirtyGear.OnPlayerLevelUp()
elseif event == "ACTIVE_TALENT_GROUP_CHANGED" then
DirtyGear.OnActiveTalentGroupChanged()
elseif event == "ADDON_LOADED" then
DirtyGear.OnAddOnLoaded(self, arg1, ...)
elseif event == "ADDON_LOADED" and arg1 == "DirtyGear" then
DirtyGear.OnAddOnLoaded()
end
end
 
trunk/DirtyGear.toc
2,7 → 2,7
 
## Title: DirtyGear
## Author: Dirtygurl
## Version: 1.0-a
## Version: 1.0-a2
## Notes: Shows suggested enchants and gems for current class/spec.
 
libs\LibStub\LibStub.lua