Better options for Real Time DPS

- Removed 'Real Time DPS' from the time measure dropdown.
- Added "Show 'Real Time' DPS" toggle to show real time dps while in combat.
- Added "Order Bars By Real Time DPS" toggle to order bars by the amount of real time dps.
- Added "Always Use Real Time in Arenas" toggle to always use real time dps in Arenas.
- Added .last_dps_realtime to player actors, caches the latest real time dps calculated.
This commit is contained in:
Tercio Jose
2023-07-24 16:43:34 -03:00
parent ae490f434d
commit 762c80669d
51 changed files with 2300 additions and 887 deletions
+2 -2
View File
@@ -1795,10 +1795,10 @@
end
function Details:EndRefresh (instancia, total, combatTable, showing)
Details:EsconderBarrasNaoUsadas (instancia, showing)
Details:HideBarsNotInUse(instancia, showing)
end
function Details:EsconderBarrasNaoUsadas (instancia, showing)
function Details:HideBarsNotInUse(instancia, showing)
--primeira atualizao aps uma mudana de segmento -- verifica se h mais barras sendo mostradas do que o necessrio
--------------------
if (instancia.v_barras) then