- Added an option to disable the all-displays window (right click on title bar).

- Added an option to suppress segment changes after killing a boss encounter (experimental).
- Fixed an issue with bar animations starting from the middle of the bar.
- Fixed buffs and spell cast start on weakauras creator tool.
This commit is contained in:
Tercio
2015-10-15 12:19:35 -03:00
parent 9f5d387938
commit f9271a6921
18 changed files with 432 additions and 142 deletions
+2
View File
@@ -2543,8 +2543,10 @@ end
end
else
if (esta_barra.hidden or esta_barra.fading_in or esta_barra.faded) then
--> setando o valor mesmo com animações pq o barra esta hidada com o value do último actor que ela mostrou
if (use_animations) then
esta_barra.animacao_fim = esta_porcentagem
esta_barra:SetValue (esta_porcentagem)
else
esta_barra:SetValue (esta_porcentagem)
esta_barra.animacao_ignorar = true