From dba05908ececd0e8372b4917afb1246eaecab8e0 Mon Sep 17 00:00:00 2001 From: Tercio Date: Tue, 17 Jul 2018 13:31:22 -0300 Subject: [PATCH] - Second pass on Patch 8.0.1 --- Bindings.xml | 2 +- Details.toc | 2 +- Libs/DF/LibDFramework-1.0.toc | 2 +- Libs/DF/addon.lua | 2 +- Libs/DF/button.lua | 2 +- Libs/DF/button.xml | 2 +- Libs/DF/colors.lua | 2 +- Libs/DF/cooltip.lua | 2 +- Libs/DF/cooltip.xml | 2 +- Libs/DF/embeds.xml | 2 +- Libs/DF/fw.lua | 2 +- Libs/DF/help.lua | 2 +- Libs/DF/label.lua | 2 +- Libs/DF/load.xml | 2 +- Libs/DF/normal_bar.xml | 2 +- Libs/DF/panel.xml | 2 +- Libs/DF/picture.lua | 2 +- Libs/DF/pictureedit.lua | 2 +- Libs/DF/scrollbar.lua | 4 +- Libs/DF/slider.lua | 2 +- Libs/DF/split_bar.lua | 2 +- Libs/DF/split_bar.xml | 2 +- Libs/DF/textentry.lua | 6 +- Libs/DF/textentry.xml | 2 +- Libs/DF/tutorial_alert.xml | 2 +- .../LibStub/tests/test.lua | 2 +- .../LibStub/tests/test3.lua | 2 +- .../LibStub/tests/test4.lua | 2 +- Libs/LibSharedMedia-3.0/lib.xml | 2 +- Libs/LibWindow-1.1/LibWindow-1.1.lua | 2 +- Libs/NickTag-1.0/NickTag-1.0.lua | 4 +- Libs/NickTag-1.0/NickTag-1.0.toc | 2 +- Libs/NickTag-1.0/NickTag-1.0.xml | 2 +- Libs/libs.xml | 2 +- boot.lua | 34 +- classes/classe_combate.lua | 18 +- classes/classe_custom.lua | 10 +- classes/classe_damage.lua | 112 +- classes/classe_damage_habilidade.lua | 22 +- classes/classe_energy.lua | 72 +- classes/classe_error.lua | 2 +- classes/classe_heal.lua | 98 +- classes/classe_heal_habilidade.lua | 4 +- classes/classe_instancia.lua | 98 +- classes/classe_instancia_include.lua | 2 +- classes/classe_others.lua | 80 +- classes/classe_others_habilidade.lua | 2 +- classes/container_combatentes.lua | 30 +- classes/container_habilidades.lua | 2 +- classes/container_historico.lua | 22 +- classes/container_pets.lua | 8 +- classes/custom_damage_done.lua | 2 +- classes/custom_damage_taken.lua | 2 +- classes/custom_healing_done.lua | 2 +- core/control.lua | 42 +- core/meta.lua | 24 +- core/network.lua | 4 +- core/parser.lua | 194 +- core/plugins.lua | 2 +- core/plugins_raid.lua | 4 +- core/plugins_solo.lua | 14 +- core/plugins_statusbar.lua | 4 +- core/timemachine.lua | 6 +- core/util.lua | 32 +- core/windows.lua | 50 +- embeds.xml | 2 +- functions/boss.lua | 2 +- functions/classes.lua | 10 +- functions/dungeon.lua | 2 +- functions/events.lua | 2 +- functions/hooks.lua | 2 +- functions/link.lua | 8 +- functions/loaddata.lua | 6 +- functions/playerclass.lua | 6 +- functions/profiles.lua | 4 +- functions/report.lua | 2 +- functions/rowanimation.lua | 2 +- functions/skins.lua | 2 +- functions/slash.lua | 2 +- functions/spellcache.lua | 2 +- functions/spells.lua | 6 +- functions/timedata.lua | 2 +- gumps/anime.xml | 2 +- gumps/fw_mods.lua | 2 +- gumps/janela_copy.lua | 2 +- gumps/janela_custom.lua | 2 +- gumps/janela_info.lua | 76 +- gumps/janela_news.lua | 2 +- gumps/janela_options.lua | 18 +- gumps/janela_principal.lua | 100 +- gumps/janela_report.lua | 6 +- gumps/janela_welcome.lua | 2 +- gumps/switch.lua | 8 +- gumps/toolbar_button.xml | 2 +- indent.lua | 2652 ++++++++--------- startup.lua | 14 +- 96 files changed, 2018 insertions(+), 2006 deletions(-) diff --git a/Bindings.xml b/Bindings.xml index 7d128a77..0843ae07 100644 --- a/Bindings.xml +++ b/Bindings.xml @@ -71,4 +71,4 @@ - \ No newline at end of file + diff --git a/Details.toc b/Details.toc index ce1f5ca0..9ceec088 100644 --- a/Details.toc +++ b/Details.toc @@ -100,4 +100,4 @@ core\parser.lua functions\loaddata.lua -startup.lua \ No newline at end of file +startup.lua diff --git a/Libs/DF/LibDFramework-1.0.toc b/Libs/DF/LibDFramework-1.0.toc index b3137ad6..29d01d97 100644 --- a/Libs/DF/LibDFramework-1.0.toc +++ b/Libs/DF/LibDFramework-1.0.toc @@ -6,4 +6,4 @@ embeds.xml #@end-no-lib-strip@ -load.xml \ No newline at end of file +load.xml diff --git a/Libs/DF/addon.lua b/Libs/DF/addon.lua index b21fd7f3..3312db3b 100644 --- a/Libs/DF/addon.lua +++ b/Libs/DF/addon.lua @@ -59,4 +59,4 @@ function DF:CreateAddOn (name, global_saved, global_table, options_table, broker return addon -end \ No newline at end of file +end diff --git a/Libs/DF/button.lua b/Libs/DF/button.lua index d0976cf5..a405655b 100644 --- a/Libs/DF/button.lua +++ b/Libs/DF/button.lua @@ -1176,4 +1176,4 @@ function DF:NewColorPickButton (parent, name, member, callback, alpha, button_te return button -end \ No newline at end of file +end diff --git a/Libs/DF/button.xml b/Libs/DF/button.xml index cb89c10f..ae375e7c 100644 --- a/Libs/DF/button.xml +++ b/Libs/DF/button.xml @@ -39,4 +39,4 @@ - \ No newline at end of file + diff --git a/Libs/DF/colors.lua b/Libs/DF/colors.lua index 3299d76d..e8f370da 100644 --- a/Libs/DF/colors.lua +++ b/Libs/DF/colors.lua @@ -164,4 +164,4 @@ do ["yellow"] = {1, 1, 0, 1}, ["yellowgreen"] = {0.603922, 0.803922, 0.196078, 1} } -end \ No newline at end of file +end diff --git a/Libs/DF/cooltip.lua b/Libs/DF/cooltip.lua index 305acafa..5cb76aef 100644 --- a/Libs/DF/cooltip.lua +++ b/Libs/DF/cooltip.lua @@ -3143,4 +3143,4 @@ function DF:CreateCoolTip() end -DF:CreateCoolTip() \ No newline at end of file +DF:CreateCoolTip() diff --git a/Libs/DF/cooltip.xml b/Libs/DF/cooltip.xml index 1505f98b..db62716e 100644 --- a/Libs/DF/cooltip.xml +++ b/Libs/DF/cooltip.xml @@ -315,4 +315,4 @@