r1591-nolib

Details

  • Filename
    DrDamage-r1591-nolib.zip
  • Uploaded by
  • Uploaded
    Feb 3, 2011
  • Size
    162.52 KB
  • Downloads
    36
  • MD5
    49eec0df3394daf080a20cc8445218ce

Supported WoW Retail Versions

  • 4.0.3a

Changelog

------------------------------------------------------------------------
r1591 | gagorian | 2011-02-03 13:30:07 +0000 (Thu, 03 Feb 2011) | 1 line
Changed paths:
   M /trunk/Caster.lua

- Also recalculate the new duration for Holy Radiance based on number of ticks and hasted tick time for proper HPS calculation
------------------------------------------------------------------------
r1590 | gagorian | 2011-02-03 13:20:31 +0000 (Thu, 03 Feb 2011) | 1 line
Changed paths:
   M /trunk/Caster.lua
   M /trunk/Data/Paladin.lua

- Holy Radiance should now scale with haste correctly
------------------------------------------------------------------------
r1589 | gagorian | 2011-02-02 20:34:29 +0000 (Wed, 02 Feb 2011) | 1 line
Changed paths:
   M /trunk/Data/Druid.lua

- Feral Spec Thorns now uses AP instead of SP
------------------------------------------------------------------------
r1587 | gagorian | 2011-01-11 01:40:20 +0000 (Tue, 11 Jan 2011) | 1 line
Changed paths:
   M /trunk/DrDamage.lua

- Fixed error on line 2276 DrDamage.lua
------------------------------------------------------------------------
r1586 | gagorian | 2011-01-10 18:19:21 +0000 (Mon, 10 Jan 2011) | 1 line
Changed paths:
   M /trunk/Data/Paladin.lua

- Word of Glory seems to actually have an AP coefficient (at around 19.8%) in addition to the SP coefficient. This should fix incorrect calculations.
------------------------------------------------------------------------
r1585 | gagorian | 2011-01-10 17:08:49 +0000 (Mon, 10 Jan 2011) | 2 lines
Changed paths:
   M /trunk/DrDamage.lua

- Make sure cast sequence macro timer doesn't cancel an expired and recycled handle of any other timer
- Remove all silent AceTimer-3.0 CancelTimer switches as they aren't needed
------------------------------------------------------------------------
r1584 | gagorian | 2011-01-07 05:36:52 +0000 (Fri, 07 Jan 2011) | 1 line
Changed paths:
   M /trunk/DrDamage.lua

- Merged two functions, saving one function call per updated button and reorganized actionbar update code a bit
------------------------------------------------------------------------
r1583 | gagorian | 2011-01-07 04:18:44 +0000 (Fri, 07 Jan 2011) | 3 lines
Changed paths:
   M /trunk/Caster.lua
   M /trunk/DrDamage.lua
   M /trunk/Melee.lua

- Use ACTIVE_TALENT_GROUP_CHANGED instead of PLAYER_TALENT_UPDATE cause it triggers for example on zoning
- No longer listens to LEARNED_SPELL_IN_TAB, it's occasionally spammy and I don't think it's needed in many situations
- Schedule update on glyph changes
------------------------------------------------------------------------
r1582 | gagorian | 2011-01-07 03:13:25 +0000 (Fri, 07 Jan 2011) | 2 lines
Changed paths:
   M /trunk/Data/Druid.lua
   M /trunk/Data/Hunter.lua
   M /trunk/Data/Mage.lua
   M /trunk/DrDamage.lua

- Added Aimed Shot!, Pyroblast!, Ravage! (so tooltips will work while the abilities are active)
- Manual stealth update delay minimum of 0.2 to prevent double updates
------------------------------------------------------------------------
r1581 | gagorian | 2011-01-07 01:40:20 +0000 (Fri, 07 Jan 2011) | 6 lines
Changed paths:
   M /trunk/Data/DeathKnight.lua
   M /trunk/Data/Druid.lua
   M /trunk/Data/Hunter.lua
   M /trunk/Data/Mage.lua
   M /trunk/Data/Paladin.lua
   M /trunk/Data/Priest.lua
   M /trunk/Data/Shaman.lua
   M /trunk/Data/Warrior.lua
   M /trunk/DrDamage.lua

- Frost Fever, Blood Plague, Explosive trap and Improved Serpent Sting can crit
- Slightly adjusted some hotfixed ability coefficients based on datamined information from the new PTR build
- Explosive trap initial damage doesn't seem to have an AP coefficient unlike Blizzard tooltip suggests
- Adjusted Frost Bolt low level scaling coefficient to hotfixed value
- Adjusted Mind Spike coefficient to PTR value
- Adjusted Shield Slam low level scaling to PTR value
------------------------------------------------------------------------
r1580 | gagorian | 2011-01-06 03:28:49 +0000 (Thu, 06 Jan 2011) | 1 line
Changed paths:
   M /trunk/Debug.lua

- Updated debug function
------------------------------------------------------------------------
r1579 | gagorian | 2011-01-06 03:16:57 +0000 (Thu, 06 Jan 2011) | 7 lines
Changed paths:
   M /trunk/DrDamage.lua
   M /trunk/Melee.lua

- Added option to disable numbers (and the events they update on) on default Blizzard pet, totem and aura bars
- Fixed mana changed trigger with the casts display type also updating actionbar damage numbers
- Fixed castsequence macro updating the text of more slots than strictly required
- Actionbar page change and combo point change are now instant updates by default
- Bucket PLAYER_EQUIPMENT_CHANGED instead of using a timer to throttle updates
- Allow target change update to be configured as instant
- Manually set actionbar text update timers now behave better; a long delay won't cause other shorter triggers to get ignored
------------------------------------------------------------------------
r1578 | gagorian | 2011-01-03 16:30:17 +0000 (Mon, 03 Jan 2011) | 1 line
Changed paths:
   M /trunk/Data/DeathKnight.lua

- Added missing localization key
------------------------------------------------------------------------
r1577 | gagorian | 2011-01-02 08:58:28 +0000 (Sun, 02 Jan 2011) | 1 line
Changed paths:
   M /trunk/Data/DeathKnight.lua
   M /trunk/Debug.lua

- Fixed error with Glyph of Death's Embrace
------------------------------------------------------------------------