diff --git a/CHANGES.txt b/CHANGES.txt new file mode 100644 index 00000000..8df38ae4 --- /dev/null +++ b/CHANGES.txt @@ -0,0 +1,10 @@ +lightweight tag 5bd30e291f18247a7ed005a957407eab6f25176a v8.2.0.7177.140 +Author: Tercioo +Date: Sat Aug 17 09:50:52 2019 -0300 + +commit 5bd30e291f18247a7ed005a957407eab6f25176a +Author: Tercioo +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. + diff --git a/Details.toc b/Details.toc index 1fdd3331..7be47d49 100644 --- a/Details.toc +++ b/Details.toc @@ -102,4 +102,4 @@ functions\loaddata.lua startup.lua -functions\api2.lua \ No newline at end of file +functions\api2.lua diff --git a/boot.lua b/boot.lua index 6c25f5d3..9ef4247d 100644 --- a/boot.lua +++ b/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) diff --git a/classes/classe_damage.lua b/classes/classe_damage.lua index 1069372c..67ff6587 100644 --- a/classes/classe_damage.lua +++ b/classes/classe_damage.lua @@ -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�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 --> tempo decorrido (captura de dados) local end_time = actor.end_time diff --git a/classes/classe_instancia.lua b/classes/classe_instancia.lua index a91f2e11..2ea23366 100644 --- a/classes/classe_instancia.lua +++ b/classes/classe_instancia.lua @@ -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�o precisa recarregar toda a skin end if (not self.iniciada) then diff --git a/functions/api2.lua b/functions/api2.lua index d63ea4c2..063e4e46 100644 --- a/functions/api2.lua +++ b/functions/api2.lua @@ -2118,4 +2118,4 @@ function Details.UnitHealingPets (unitId, segment) return petNames end ---stop auto complete: doo ende endp elsez \ No newline at end of file +--stop auto complete: doo ende endp elsez diff --git a/functions/link.lua b/functions/link.lua index 936810e8..a35cdbb9 100644 --- a/functions/link.lua +++ b/functions/link.lua @@ -5177,4 +5177,4 @@ end) ---endd \ No newline at end of file +--endd diff --git a/startup.lua b/startup.lua index 54afe0b0..91385e11 100644 --- a/startup.lua +++ b/startup.lua @@ -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