v2.007-beta

Details

  • Filename
    iEncounterEventTracker-v2.007-beta.zip
  • Uploaded by
  • Uploaded
    Nov 3, 2020
  • Size
    157.44 KB
  • Downloads
    189
  • MD5
    92c8c74c1e2f5e4c9281580c68b16535

Supported WoW Retail Versions

  • 9.0.1

Changelog

tag 50ac5c7e42357662e79caaad8ea523b4eb5fbad5 v2.007-beta
Author:    Jesse Manelius <[email protected]>
Date:    Wed Nov 4 03:27:58 2020 +0200

tagging as v2.007-beta

commit 76c2bb938d5c2fc9181e1de38e4b42af16c43e5a
Author: Jesse Manelius <[email protected]>
Date:   Wed Nov 4 03:23:23 2020 +0200

    add spellSchool to SPELL_DAMAGE and ENVIRONMENTAL_DAMAGE

commit 824bebb535d56f078843c9737d5e5bb956340323
Author: Jesse Manelius <[email protected]>
Date:   Wed Nov 4 02:53:29 2020 +0200

    add new events SPELL_MISSED, SPELL_DAMAGE, ENVIRONMENTAL_DAMAGE, ENVIRONMENTAL_MISSED
    log heal amount for SPELL_HEAL
    flip column 7 & 8 and increase size for both
    show health % with 2 decimals for unit events
    fix some column 7 tooltips (auraType, stacks, health, all that stuff)
    hide event name from spell detail window (it is always same as the one you clicked)
    add one column to spell detail window (basically now only spell name and event name columns are missing)
    show time of the event's first occurrence on encounter abilities eg Encounter Magic (01:32)
    overall code clean ups

commit 7d4a93028620b595039cf50d6417a02673a06e1e
Author: Jesse Manelius <[email protected]>
Date:   Mon Nov 2 17:38:02 2020 +0200

    remove SPELL_CAST_FAILED and SPELL_PERIODIC_CAST_FAILED events, they were ~useless for addon's general purpose
    remove some nil checking, i would NEVER forget to add functions to every event anyway.