- solo mode will resize the frame if isn't on the correct size.

- new tutorials added to main frame and main frame gear meni.
- blizzard help system added to the frame work.
- added panic mode and max segments to save options.
- fixed a bug where wallpaper isn't change on apply to all.
- Vanguard frames are na resizables.
- Report button added to Vanguard avoindace info.
- Vanguard also now have better tooltips explaining things.
- New logo added to tiny threat.
- Fixed an issue with dropdowns where no options shown up.
This commit is contained in:
Tercio
2013-08-12 18:19:06 -03:00
parent f5358b7021
commit e2443dd8fa
15 changed files with 245 additions and 74 deletions
+17 -1
View File
@@ -366,6 +366,14 @@
local historico_tabelas = _detalhes.tabela_historico.tabelas or {}
if (_detalhes.segments_amount_to_save and _detalhes.segments_amount_to_save < _detalhes.segments_amount) then
for i = _detalhes.segments_amount, _detalhes.segments_amount_to_save+1, -1 do
if (_detalhes.tabela_historico.tabelas [i]) then
_detalhes.tabela_historico.tabelas [i] = nil
end
end
end
--local tabela_overall = _detalhes.tabela_overall
_detalhes.tabela_overall = nil
@@ -621,8 +629,16 @@
end
end
--> Limpa instâncias
--> panic mode
if (_detalhes.segments_panic_mode and _detalhes.in_combat) then
if (_detalhes.tabela_vigente.is_boss) then
_detalhes.tabela_historico = _detalhes.historico:NovoHistorico()
end
end
--> Limpa instâncias
for _, esta_instancia in _ipairs (_detalhes.tabela_instancias) do
--> detona a janela do Solo Mode