- New API: _detalhes:Msg (text) print a text to chat.

- Fixed a issue with default wallpaper which isn't on Fill align.
- Mode selection now are in a new order.
- Added a instruction to click to report a death.
- Added a 2 second delay before all raid equilize.
- Capture dont try any more to get from cloud if the capture is actived.
- Fixed a issue with statusbar color selection were it was changing instance color.
- Added GameCooltip:SetTitle (1 or 2, text)
This commit is contained in:
Tercio
2013-08-17 22:12:12 -03:00
parent 9665a92de0
commit 9351523612
17 changed files with 328 additions and 97 deletions
+4 -3
View File
@@ -28,7 +28,7 @@ function _G._detalhes:Start()
--> combat
self.in_combat = false
self.combat_id = self.combat_id or 0
self.segments_amount = self.segments_amount or 3
self.segments_amount = self.segments_amount or 8
self.segments_amount_to_save = self.segments_amount_to_save or 2
self.deadlog_limit = self.deadlog_limit or 12
self.minimum_combat_time = self.minimum_combat_time or 5
@@ -291,8 +291,9 @@ function _G._detalhes:Start()
else
for index, instancia in ipairs (self.tabela_instancias) do
if (instancia.ativa) then
instancia._version:SetText ("Details Alpha (" .. self.realversion..")")
instancia._version:SetPoint ("bottomleft", self.baseframe, "bottomleft", 0, 16)
self.gump:Fade (instancia._version, 0)
instancia._version:SetText ("Details Alpha " .. _detalhes.userversion .. " (" .. self.realversion .. ")")
instancia._version:SetPoint ("bottomleft", instancia.baseframe, "bottomleft", 0, 1)
self.gump:Fade (instancia._version, "in", 10)
end
end