General Updates.
- localizations updates. - string bug fixes. - coments updates.
This commit is contained in:
parent
5bd30e291f
commit
09cb8a7ab9
8 changed files with 20 additions and 11 deletions
10
CHANGES.txt
Normal file
10
CHANGES.txt
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
lightweight tag 5bd30e291f18247a7ed005a957407eab6f25176a v8.2.0.7177.140
|
||||
Author: Tercioo <terciob19@hotmail.com>
|
||||
Date: Sat Aug 17 09:50:52 2019 -0300
|
||||
|
||||
commit 5bd30e291f18247a7ed005a957407eab6f25176a
|
||||
Author: Tercioo <terciob19@hotmail.com>
|
||||
Date: Sat Aug 17 09:50:52 2019 -0300
|
||||
|
||||
Fixed bookmark panel where sometimes it gives errors, version number correction and fixed the classic version warning.
|
||||
|
||||
|
|
@ -102,4 +102,4 @@ functions\loaddata.lua
|
|||
|
||||
startup.lua
|
||||
|
||||
functions\api2.lua
|
||||
functions\api2.lua
|
||||
|
|
|
|||
4
boot.lua
4
boot.lua
|
|
@ -4,8 +4,8 @@
|
|||
_ = nil
|
||||
_detalhes = LibStub("AceAddon-3.0"):NewAddon("_detalhes", "AceTimer-3.0", "AceComm-3.0", "AceSerializer-3.0", "NickTag-1.0")
|
||||
|
||||
_detalhes.build_counter = 7177
|
||||
_detalhes.alpha_build_counter = 7177 --if this is higher than the regular counter, use it instead
|
||||
_detalhes.build_counter = 7183
|
||||
_detalhes.alpha_build_counter = 7183 --if this is higher than the regular counter, use it instead
|
||||
_detalhes.game_version = "v8.2.0"
|
||||
_detalhes.userversion = "v8.2.0." .. _detalhes.build_counter
|
||||
_detalhes.realversion = 140 --core version, this is used to check API version for scripts and plugins (see alias below)
|
||||
|
|
|
|||
|
|
@ -5154,9 +5154,9 @@ end
|
|||
_detalhes.refresh:r_atributo_damage (actor, shadow)
|
||||
end
|
||||
|
||||
--a referência do .owner pode ter sido apagada?
|
||||
--os 2 segmentos foram juntados porém a referência do owner de um pet criado ali em cima deve ser nula?
|
||||
--teria que analisar se o novo objecto é de um pet e colocar a referência do owner no pet novamente, ou pelo menos verificar se a referência é valida
|
||||
--a refer<EFBFBD>ncia do .owner pode ter sido apagada?
|
||||
--os 2 segmentos foram juntados por<EFBFBD>m a refer<65>ncia do owner de um pet criado ali em cima deve ser nula?
|
||||
--teria que analisar se o novo objecto <EFBFBD> de um pet e colocar a refer<65>ncia do owner no pet novamente, ou pelo menos verificar se a refer<65>ncia <20> valida
|
||||
|
||||
--> tempo decorrido (captura de dados)
|
||||
local end_time = actor.end_time
|
||||
|
|
|
|||
|
|
@ -573,7 +573,7 @@ end
|
|||
|
||||
if (lower == self.meu_id) then
|
||||
--> os icones dos plugins precisam ser hostiados nessa instancia.
|
||||
_detalhes.ToolBar:ReorganizeIcons (true) --> não precisa recarregar toda a skin
|
||||
_detalhes.ToolBar:ReorganizeIcons (true) --> n<EFBFBD>o precisa recarregar toda a skin
|
||||
end
|
||||
|
||||
if (not self.iniciada) then
|
||||
|
|
|
|||
|
|
@ -2118,4 +2118,4 @@ function Details.UnitHealingPets (unitId, segment)
|
|||
return petNames
|
||||
end
|
||||
|
||||
--stop auto complete: doo ende endp elsez
|
||||
--stop auto complete: doo ende endp elsez
|
||||
|
|
|
|||
|
|
@ -5177,4 +5177,4 @@ end)
|
|||
|
||||
|
||||
|
||||
--endd
|
||||
--endd
|
||||
|
|
|
|||
|
|
@ -3,7 +3,6 @@ local UnitGroupRolesAssigned = DetailsFramework.UnitGroupRolesAssigned
|
|||
|
||||
--> check unloaded files:
|
||||
if (
|
||||
-- version 1.21.0
|
||||
not _G._detalhes.atributo_custom.damagedoneTooltip or
|
||||
not _G._detalhes.atributo_custom.healdoneTooltip
|
||||
) then
|
||||
|
|
@ -1881,7 +1880,7 @@ function _G._detalhes:Start()
|
|||
if (not DetailsFramework.IsClassicWow()) then
|
||||
print ("|CFFFFFF00[Details!]: Details! now has a separated version for Classic, Twitch app should give the right version, any issues report at Discord (/details discord).")
|
||||
else
|
||||
print ("|CFFFFFF00[Details!]: you're not using using the wrong version of Details!, please get the classic version, if you need help see our Discord (/details discord).")
|
||||
print ("|CFFFFFF00[Details!]: you're using using the wrong version of Details!, please get the classic version, if you need help see our Discord (/details discord).")
|
||||
end
|
||||
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue