- Save data on logout now is a separate script and others lua erros do not broke it any more.

- Few improvements on how instances load on logon.
- Slash commands are now more responsible, 'show' shows all windows, 'hide' hide them all, 'new' create a window.
- More Fixes for alpha mods and auto interact.

- New API: instance:InstaceAlpha (alpha) modify the alpha of window textures without saving.
- New API: instance:SetIconAlpha (alpha, hide, no_animations), modify the alpha of buttons without saving.
This commit is contained in:
tercio
2014-06-26 21:56:05 -03:00
parent c92f4e2d1c
commit 4fca65b5f3
8 changed files with 231 additions and 97 deletions
+1 -1
View File
@@ -8,7 +8,7 @@
_ = nil
_detalhes = LibStub("AceAddon-3.0"):NewAddon("_detalhes", "AceTimer-3.0", "AceComm-3.0", "AceSerializer-3.0", "NickTag-1.0", "LibHotCorners")
_detalhes.userversion = "v1.17.2"
_detalhes.userversion = "v1.17.3"
_detalhes.version = "Alpha 020"
_detalhes.realversion = 20