Skip to content

Releases: Tercioo/Details-Damage-Meter

v8.2.0-v1.13.2-7135.139

26 Jun 15:59
Compare
Choose a tag to compare

@Tercioo

  • Cleanup on .pkgmeta file.
  • Removed 3DModelsPatch plugin.
  • ToC files Updated.
  • Minor 8.2 API changes bug fixes.

v8.1.5.7129d.139-Classic

08 Jun 18:35
Compare
Choose a tag to compare

Classic wow compatibility.

v8.1.5.7129.139-Classic

26 May 23:06
Compare
Choose a tag to compare
  • Port to classic, should run on retail as well.

v8.1.5.7129.139

12 May 14:47
Compare
Choose a tag to compare

@Tercioo

  • 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.

@Scotsoo

  • Functionality to ctrl+click minimap icon to hide/show windows.

v8.1.5.7102.139

23 Apr 18:11
Compare
Choose a tag to compare

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.