Alpha 1.16.0
- Added option to be able to save the window's size and position within the profile. - Added performance profile options. - Added auto switch based on group roles also a switch for wipe. - Fixed a bug where sometimes all non boss segments was considered boss encounters. - Fixed the padlock image when sliders are deactivated. - NewAPI: _detalhes:CheckForPerformanceProfile() check if is necessary change the performance profile. - NewAPI: _detalhes:GetActorsOnDamageCache() return damage object from raid members inside the parser cache. - NewAPI: _detalhes:GetActorsOnHealingCache() return healing object from raid members inside the parser cache.
This commit is contained in:
@@ -159,6 +159,15 @@ _detalhes.instance_defaults = {
|
||||
|
||||
hide_in_combat_type = 1,
|
||||
hide_in_combat_alpha = 0,
|
||||
--switches
|
||||
switch_all_roles_in_combat = false,
|
||||
switch_all_roles_after_wipe = false,
|
||||
switch_damager = false,
|
||||
switch_damager_in_combat = false,
|
||||
switch_healer = false,
|
||||
switch_healer_in_combat = false,
|
||||
switch_tank = false,
|
||||
switch_tank_in_combat = false,
|
||||
--strata
|
||||
strata = "LOW",
|
||||
grab_on_top = false,
|
||||
|
||||
Reference in New Issue
Block a user