Releases: Tercioo/Details-Damage-Meter
Releases · Tercioo/Details-Damage-Meter
v8.2.0-v1.13.2-7135.139
- Cleanup on .pkgmeta file.
- Removed 3DModelsPatch plugin.
- ToC files Updated.
- Minor 8.2 API changes bug fixes.
v8.1.5.7129d.139-Classic
Classic wow compatibility.
v8.1.5.7129.139-Classic
- Port to classic, should run on retail as well.
v8.1.5.7129.139
- New method to calculate Energy:
- Energy overflow when using spells are now tracked (using a spell which gives energy and the energy gained passes the max amount of energy).
- Energy overflow with classes with auto energy restoration like rogues are also tracked.
- Resources now are shown as resource per second instead of per minute.
- New API:
- Details.SegmentInfo(): return information about the segment, such as if it is an encounter, pvp, etc.
- Details.SegmentTotalDamage(): retrieve the amount of damage done in the segment.
- Details.SegmentTotalHealing(): retrieve the amount of healing done in the segment.
- Functionality to ctrl+click minimap icon to hide/show windows.
v8.1.5.7102.139
New API Details.SegmentPhases() and Details.UnitDamageByPhase()
Details.SegmentPhases(): return a table containing phase numbers, use to query unit damage for a specific encounter phase.
Details.UnitDamageByPhase( unitId, phaseNumber): query the damage of a unit during a specific phase.