Major upgrade for alpha testers

This commit is contained in:
Tercio Jose
2023-11-30 16:13:14 -03:00
parent 319fe4c84e
commit 0ff046b500
24 changed files with 2616 additions and 1399 deletions
+11 -1
View File
@@ -495,6 +495,13 @@ function Details:ApplyProfile(profileName, bNoSave, bIsCopy)
Details.time_type = 2
end
Details.capture_real["damage"] = true
Details.capture_real["heal"] = true
Details.capture_real["energy"] = true
Details.capture_real["miscdata"] = true
Details.capture_real["aura"] = true
Details.capture_real["spellcast"] = true
return true
end
@@ -1346,6 +1353,7 @@ local default_global_data = {
custom = {},
savedStyles = {},
savedCustomSpells = {},
userCustomSpells = {}, --spells modified by the user
savedTimeCaptures = {},
lastUpdateWarning = 0,
update_warning_timeout = 10,
@@ -1594,7 +1602,9 @@ local default_global_data = {
mythicrun_chart_frame = {},
mythicrun_chart_frame_minimized = {},
mythicrun_chart_frame_ready = {},
},
mythicrun_time_type = 1, --1: combat time (the amount of time the player is in combat) 2: run time (the amount of time it took to finish the mythic+ run)
}, --implementar esse time_type quando estiver dando refresh na janela
--plugin window positions
plugin_window_pos = {},