- Removed bookmark tutorial popup.

- Major Framework update to fix already existing XML warnings.
- Added more alias for the basic api, old calls won't be changed:
 * Details:GetWindow -> GetInstance
 * Window:IsShown() -> Instance:IsActive()
 * Window:HideWindow() -> Instance:ShutDown()
 * Window:ShowWindow() -> Instance:EnableInstance()
This commit is contained in:
Tercio
2018-07-24 13:56:44 -03:00
parent 2526d8802d
commit a1c527711c
21 changed files with 424 additions and 1211 deletions
+2 -2
View File
@@ -3,9 +3,9 @@
_ = nil
_detalhes = LibStub("AceAddon-3.0"):NewAddon("_detalhes", "AceTimer-3.0", "AceComm-3.0", "AceSerializer-3.0", "NickTag-1.0")
_detalhes.build_counter = 5986
_detalhes.build_counter = 6003
_detalhes.userversion = "v8.0.1." .. _detalhes.build_counter
_detalhes.realversion = 131 --core version
_detalhes.realversion = 132 --core version
_detalhes.version = _detalhes.userversion .. " (core " .. _detalhes.realversion .. ")"
_detalhes.BFACORE = 131
Details = _detalhes