r1031-nolib

Details

  • Filename
    DrDamage-r1031-nolib.zip
  • Uploaded by
  • Uploaded
    Jul 6, 2009
  • Size
    144.86 KB
  • Downloads
    16
  • MD5
    769566120879dbfea16ff5de83286f24

Supported WoW Retail Versions

  • 3.1.0

Changelog

------------------------------------------------------------------------
r1031 | gagorian | 2009-07-06 17:26:28 +0000 (Mon, 06 Jul 2009) | 8 lines
Changed paths:
   M /trunk/Caster.lua
   M /trunk/Data/DeathKnight.lua
   M /trunk/Data/Druid.lua
   M /trunk/Data/Hunter.lua
   M /trunk/Data/Paladin.lua
   M /trunk/Data/Rogue.lua
   M /trunk/Data/Shaman.lua
   M /trunk/Data/Warlock.lua
   M /trunk/Data/Warrior.lua
   M /trunk/DrDamage.lua
   M /trunk/Melee.lua

- General: Resilience affects all damage types, corrected a few minor bugs
- DK 3.2 changes: Added Threat of Thassarian, new Disease Bonus values for Blood Strike and Scourge Strike, Frost Strike now 55% weapon damage, Blood Plague and Frost Fever damage increased by 15%, Bloody Strikes nerfed, Blood of the North reduced to 3p talent, Summon Gargoyle fixed 30s duration, Added Desolation, Unholy Blight redone
- Druid 3.2 changes: Lifebloom bloom nerfed by 20%, Swipe, Rip, Shred, Rake, Mangle(Cat) nerfed, Added Nourish Bonus to Empowered Touch
- Paladin 3.2 changes: Added Sacred Shield hot to Flash of Light, Shield of Righteousness now uses 100% of block value, Added Glyph of Holy Wrath, New versions of Seal of Vengeance/Corruption, Removed Seal of Blood and Seal of the Martyr, Judgement of Command no longer is a 100% crit chance against stunned targets, Hand of Reckoning coefficient changed, corrected Flash of Light coefficient a bit, Crusader Strike is now 0.75% Weapon Damage with a 4s CD, Altered Judgement of Command damage, Altered Illumination to new value
- Rogue 3.2 changes: Sword Specialization -> Hack and Slash
- Shaman 3.2 changes: Tidal Waves now adds 25% crit chance to LHW, changed Healing Way to static bonus, Chain Heal chain coefficient changed to 0.6 instead of 0.5
- Warlock 3.2 changes: Fire and Brimstone nerfed, Pandemic also applies to Haunt
- Warrior 3.2 changes: Devastate buffed
------------------------------------------------------------------------
r1029 | gagorian | 2009-07-05 01:24:53 +0000 (Sun, 05 Jul 2009) | 1 line
Changed paths:
   M /trunk/Data/Mage.lua

- Fixed Critical Mass double stacking
------------------------------------------------------------------------
r1028 | gagorian | 2009-07-05 01:14:23 +0000 (Sun, 05 Jul 2009) | 8 lines
Changed paths:
   M /trunk/Caster.lua
   M /trunk/Data/Priest.lua

- Corrected t8 2p set bonus to apply correctly to devouring plague
- Corrected empowered renew calculation.
- Lightwell does not benefit from Blessed Resilience
- SW:P coefficient now slightly more accurate
- Updated prayer of healing coefficient to 3.2 value
- Corrected Divine Hymn coefficient to a more accurate guesstimate
- Corrected Penance coefficients and added the 3.2 12s cooldown
- Blessed Resilience is multiplicative
------------------------------------------------------------------------
r1027 | gagorian | 2009-06-30 19:19:35 +0000 (Tue, 30 Jun 2009) | 1 line
Changed paths:
   M /trunk/Data/Druid.lua
   M /trunk/DrDamage.lua

- Rake dot portion is now properly considered a bleed
------------------------------------------------------------------------
r1026 | gagorian | 2009-06-28 15:52:20 +0000 (Sun, 28 Jun 2009) | 1 line
Changed paths:
   M /trunk/Aura.lua
   M /trunk/Data/DeathKnight.lua
   M /trunk/Data/Druid.lua
   M /trunk/Data/Mage.lua
   M /trunk/Data/Paladin.lua
   M /trunk/Data/Warlock.lua
   M /trunk/Data/Warrior.lua
   M /trunk/DrDamage.lua

- Cleared up the manually selectable buffs/debuffs option tables a bit by adding a few categories and removing some buffs/debuffs that aren't that interesting to manually include
------------------------------------------------------------------------
r1025 | gagorian | 2009-06-25 14:43:23 +0000 (Thu, 25 Jun 2009) | 1 line
Changed paths:
   M /trunk/DrDamage.lua
   M /trunk/Melee.lua

- A small improvement to the last commit
------------------------------------------------------------------------
r1024 | gagorian | 2009-06-25 14:38:01 +0000 (Thu, 25 Jun 2009) | 2 lines
Changed paths:
   M /trunk/Caster.lua
   M /trunk/DrDamage.lua
   M /trunk/Melee.lua

- Now uses PLAYER_EQUIPMENT_CHANGED instead of UNIT_INVENTORY_CHANGED as it's more specific and also returns the changed slot, which is useful in a few cases, leading to a small performance improvement
- Temporary weapon buff checks still need to use UNIT_INVENTORY_CHANGED as that still seems to be the best way of doing it, but it's only registered for Death Knights, Shamans, Rogues and Warlocks
------------------------------------------------------------------------
r1021 | gagorian | 2009-06-22 15:08:58 +0000 (Mon, 22 Jun 2009) | 3 lines
Changed paths:
   M /trunk/Data/Priest.lua
   M /trunk/DrDamage.lua
   M /trunk/Melee.lua

- Added actionbar text to hunter and warrior Gift of the Naaru
- Swapped holy nova damage to "secondary" effect instead of healing
- Possible error fix for Melee.lua in some special cases when not using a weapon and requesting calculations for abilities that do require one
------------------------------------------------------------------------
r1020 | gagorian | 2009-06-21 18:00:37 +0000 (Sun, 21 Jun 2009) | 1 line
Changed paths:
   M /trunk/Data/Warlock.lua

- Fixed calculation issue with warlock spellstone/firestone in combination with shadow mastery or emberstorm
------------------------------------------------------------------------
r1019 | gagorian | 2009-06-18 14:12:08 +0000 (Thu, 18 Jun 2009) | 1 line
Changed paths:
   M /trunk/Melee.lua

- Added missing parenthesis on line 1186
------------------------------------------------------------------------
r1018 | gagorian | 2009-06-18 13:35:52 +0000 (Thu, 18 Jun 2009) | 1 line
Changed paths:
   M /trunk/Data/Druid.lua

- Manually selected Eclipse now gives bonuses to both starfire and wrath
------------------------------------------------------------------------
r1017 | gagorian | 2009-06-18 13:01:51 +0000 (Thu, 18 Jun 2009) | 3 lines
Changed paths:
   M /trunk/Data/DeathKnight.lua
   M /trunk/Data/Warrior.lua
   M /trunk/Melee.lua

- Fixed precision incorrectly applying 15% hit, instead of 3%
- Corrected Unholy Blight AP coefficient
- Rune tap can't crit
------------------------------------------------------------------------
r1016 | gagorian | 2009-06-16 23:55:38 +0000 (Tue, 16 Jun 2009) | 1 line
Changed paths:
   M /trunk/Data/Shaman.lua
   M /trunk/DrDamage.lua

- Added some code to shaman module to make sure string_match doesn't error if the actionbar addon for some reason won't return a rank for mana spring totem
------------------------------------------------------------------------
r1015 | gagorian | 2009-06-15 04:35:27 +0000 (Mon, 15 Jun 2009) | 1 line
Changed paths:
   M /trunk/DrDamage.lua

- And a small change to the last commit.
------------------------------------------------------------------------
r1014 | gagorian | 2009-06-15 04:32:22 +0000 (Mon, 15 Jun 2009) | 5 lines
Changed paths:
   M /trunk/Aura.lua
   M /trunk/Data/Hunter.lua
   M /trunk/Data/Mage.lua
   M /trunk/Data/Priest.lua
   M /trunk/Data/Warlock.lua
   M /trunk/DrDamage.lua

- Fixed Wound Poison to not use stacks anymore
- Fixed Chimera Shot to be Nature damage
- Fixed Mind Sear coefficient
- Soul Siphon now correctly only calculates self-cast affliction effects
- Some buff and talent engine optimizations
------------------------------------------------------------------------
r1011 | gagorian | 2009-06-14 18:31:58 +0000 (Sun, 14 Jun 2009) | 2 lines
Changed paths:
   M /trunk/Caster.lua

- Minor tooltip change
- Releasing this as 1.6.7
------------------------------------------------------------------------
r1010 | gagorian | 2009-06-14 18:13:11 +0000 (Sun, 14 Jun 2009) | 2 lines
Changed paths:
   M /trunk/DrDamage.lua

- Target aura updates should now properly take into account the unitID of the caster for buffs/debuffs requiring that they're self-casted
- Fixed possible issue with foreign locales and target aura updates
------------------------------------------------------------------------
r1009 | gagorian | 2009-06-14 17:36:03 +0000 (Sun, 14 Jun 2009) | 1 line
Changed paths:
   M /trunk/Caster.lua
   M /trunk/DrDamage.lua
   M /trunk/Melee.lua

- Fixed two possible errors revealed by luac and added more local copies of core API functions
------------------------------------------------------------------------
r1006 | gagorian | 2009-06-14 15:44:22 +0000 (Sun, 14 Jun 2009) | 2 lines
Changed paths:
   M /trunk/Caster.lua
   M /trunk/DrDamage.lua

- Fixed error introduced in last version
- Improved debug function to generate fake tooltips of every ability
------------------------------------------------------------------------
r1004 | gagorian | 2009-06-14 02:38:40 +0000 (Sun, 14 Jun 2009) | 1 line
Changed paths:
   M /trunk/Caster.lua
   M /trunk/Data/DeathKnight.lua
   M /trunk/Data/Paladin.lua

- Merged the bare essentials of hybrid class AP calculation into caster core for simplicity and possibility of doing AP value comparisons
------------------------------------------------------------------------
r1002 | gagorian | 2009-06-14 01:58:53 +0000 (Sun, 14 Jun 2009) | 2 lines
Changed paths:
   M /trunk/Caster.lua
   M /trunk/DrDamage.lua
   M /trunk/Locales/enUS.lua
   M /trunk/Melee.lua

- Improved tooltip handling for spells with AP and SP coefficients
- Separated the coefficients line into two lines, making it hopefully less confusing
------------------------------------------------------------------------
r1001 | gagorian | 2009-06-13 19:36:05 +0000 (Sat, 13 Jun 2009) | 2 lines
Changed paths:
   M /trunk/Caster.lua
   M /trunk/DrDamage.lua

- Fixed an error in Caster.lua related to using custom calculation variables
- Simplified the actionbar update code a bit
------------------------------------------------------------------------
r999 | gagorian | 2009-06-13 12:26:11 +0000 (Sat, 13 Jun 2009) | 2 lines
Changed paths:
   M /trunk/Caster.lua
   M /trunk/Data/Paladin.lua

- Fixed error in Caster.lua
- Changed paladin holy shield AP coefficient to 7.28% from 5.6%
------------------------------------------------------------------------
r997 | gagorian | 2009-06-13 02:12:41 +0000 (Sat, 13 Jun 2009) | 3 lines
Changed paths:
   M /trunk/Data/DeathKnight.lua
   M /trunk/Data/Priest.lua
   M /trunk/Data/Shaman.lua
   M /trunk/Data/Warlock.lua
   M /trunk/Data/Warrior.lua
   M /trunk/DrDamage.lua
   M /trunk/Melee.lua

- Updated health triggers to use 0.1% accuracy instead of 1% accuracy at health limits (doesn't result in performance hit)
- Increased UNIT_INVENTORY_CHANGED delay from 0.5s to 1s to make sure weapon buffs have had a chance to apply/disappear
- Fixed issue with poisons reducing the averaged crit bonus of sword specialization to 0
------------------------------------------------------------------------
r996 | gagorian | 2009-06-13 01:33:11 +0000 (Sat, 13 Jun 2009) | 3 lines
Changed paths:
   M /trunk/Caster.lua
   M /trunk/Data/DeathKnight.lua

- Removed +10 SP line from DK tooltips
- Unholy presence GCD reduction effects to caster module
- Death & Decay AP bonus seems closer to 0.048 than the 0.0475 generally reported
------------------------------------------------------------------------
r995 | gagorian | 2009-06-13 01:09:43 +0000 (Sat, 13 Jun 2009) | 2 lines
Changed paths:
   M /trunk/Caster.lua
   M /trunk/Data/DeathKnight.lua
   M /trunk/Data/Mage.lua
   M /trunk/Data/Paladin.lua
   M /trunk/Data/Rogue.lua
   M /trunk/Data/Warrior.lua
   M /trunk/DrDamage.lua
   M /trunk/Melee.lua
   M /trunk/Readme.txt

- Two-Handed Weapon specialization seems to double stack on the weapon damage portion, at least on paladin but I'll assume it does so on warrior and death knight as well. Someone tell me if it doesn't!
- Fixed damage modifiers to apply correctly to righteous vengeance, piercing shots and ignite
------------------------------------------------------------------------
r994 | gagorian | 2009-06-12 19:05:55 +0000 (Fri, 12 Jun 2009) | 1 line
Changed paths:
   M /trunk/DrDamage.lua

- Uses GetWeaponEnchantInfo() instead of the tooltip scan to check if temporary enchants need an update as we don't care about the buff name at that point
------------------------------------------------------------------------
r993 | gagorian | 2009-06-12 18:56:52 +0000 (Fri, 12 Jun 2009) | 4 lines
Changed paths:
   M /trunk/Caster.lua
   M /trunk/Data/DeathKnight.lua
   M /trunk/Data/Druid.lua
   M /trunk/Data/Mage.lua
   M /trunk/Data/Priest.lua
   M /trunk/Data/Rogue.lua
   M /trunk/Data/Shaman.lua
   M /trunk/Data/Warlock.lua
   M /trunk/Data/Warrior.lua
   M /trunk/DrDamage.lua
   M /trunk/Melee.lua

- Added update triggers for health changes for the abilities effected (molten fury, death's embrace, drain soul, rend, victory rush, glyph of rejuvenation, earthliving weapon, prey on the weak, dirty deeds, merciless combat, test of faith, improved flash heal, glyph of sw:d)
- Added Death Pact actionbar heal display
- Fixed Hysteria incorrectly increasing the blood plauge portion of plague strike
- Some optimization in bucketed updates
------------------------------------------------------------------------
r992 | gagorian | 2009-06-12 03:54:13 +0000 (Fri, 12 Jun 2009) | 1 line
Changed paths:
   M /trunk/Aura.lua
   M /trunk/Data/Shaman.lua
   M /trunk/DrDamage.lua

- Added wretching bile and shadow crash debuffs
------------------------------------------------------------------------
r990 | gagorian | 2009-06-12 02:53:07 +0000 (Fri, 12 Jun 2009) | 2 lines
Changed paths:
   M /trunk/Caster.lua
   M /trunk/Data/DeathKnight.lua
   M /trunk/Data/Hunter.lua
   M /trunk/Data/Rogue.lua
   M /trunk/Data/Shaman.lua
   M /trunk/Data/Warrior.lua
   M /trunk/DrDamage.lua
   M /trunk/Melee.lua

- Added Rogue Poisons
- Fixed an error with Rogue mace specialization
------------------------------------------------------------------------
r989 | gagorian | 2009-06-11 18:11:04 +0000 (Thu, 11 Jun 2009) | 1 line
Changed paths:
   M /trunk/Data/Rogue.lua

- Poison detection for mutilation should now work in all locales
------------------------------------------------------------------------
r988 | gagorian | 2009-06-11 16:26:38 +0000 (Thu, 11 Jun 2009) | 1 line
Changed paths:
   M /trunk/Caster.lua
   M /trunk/DrDamage.toc
   A /trunk/Locales/deDE.lua
   M /trunk/Locales/enUS.lua
   A /trunk/Locales/esES.lua
   A /trunk/Locales/esMX.lua
   A /trunk/Locales/frFR.lua
   A /trunk/Locales/koKR.lua
   A /trunk/Locales/ruRU.lua
   A /trunk/Locales/zhCN.lua
   A /trunk/Locales/zhTW.lua

- Localization keyword substitution test
------------------------------------------------------------------------
r986 | gagorian | 2009-06-11 04:40:40 +0000 (Thu, 11 Jun 2009) | 2 lines
Changed paths:
   M /trunk/Data/Druid.lua
   M /trunk/Data/Rogue.lua

- Fixed error in Rogue.lua related to armor penetration
- Predatory Instincts now correctly applies to auto-attack crit modifier while in cat form
------------------------------------------------------------------------
r985 | gagorian | 2009-06-11 04:30:09 +0000 (Thu, 11 Jun 2009) | 1 line
Changed paths:
   M /trunk/DrDamage.toc
   D /trunk/Locales/DrDamage-enUS.lua
   A /trunk/Locales/enUS.lua (from /trunk/Locales/DrDamage-enUS.lua:984

- Removed references to deleted localization files from .toc
------------------------------------------------------------------------
r984 | gagorian | 2009-06-11 04:15:57 +0000 (Thu, 11 Jun 2009) | 4 lines
Changed paths:
   M /trunk/Aura.lua
   M /trunk/Caster.lua
   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/Rogue.lua
   M /trunk/Data/Shaman.lua
   M /trunk/Data/Warlock.lua
   M /trunk/Data/Warrior.lua
   M /trunk/DrDamage.lua
   D /trunk/Locales/DrDamage-deDE.lua
   M /trunk/Locales/DrDamage-enUS.lua
   D /trunk/Locales/DrDamage-koKR.lua
   D /trunk/Locales/DrDamage-ruRU.lua
   D /trunk/Locales/DrDamage-zhCN.lua
   D /trunk/Locales/DrDamage-zhTW.lua
   M /trunk/Melee.lua

- Nuked all old localization tables cause it was incomplete and contained outdated keys, added missing localization keys and changed others
- Added more stuns for glyph of fire blast, added stun effects for judgement of command, torment of the weak now updates on more debuffs
- Added option for selecting between one/two roll hit calculation in melee module
- Added Unavoidable property to melee type abilities that can't be dodged or parried
------------------------------------------------------------------------
r983 | gagorian | 2009-06-10 05:14:36 +0000 (Wed, 10 Jun 2009) | 1 line
Changed paths:
   M /trunk/DrDamage.toc
   M /trunk/Melee.lua

- *Whistles innocently*
------------------------------------------------------------------------
r981 | gagorian | 2009-06-10 04:57:05 +0000 (Wed, 10 Jun 2009) | 1 line
Changed paths:
   M /trunk/Melee.lua

- Fixed error on line 861
------------------------------------------------------------------------
r980 | gagorian | 2009-06-10 04:49:41 +0000 (Wed, 10 Jun 2009) | 1 line
Changed paths:
   M /trunk/Melee.lua

- Even better solution for glancing calculation!
------------------------------------------------------------------------
r979 | gagorian | 2009-06-10 04:44:59 +0000 (Wed, 10 Jun 2009) | 1 line
Changed paths:
   M /trunk/Melee.lua

- Correction to glancing blow damage reduction calculation
------------------------------------------------------------------------
r977 | gagorian | 2009-06-10 04:20:56 +0000 (Wed, 10 Jun 2009) | 5 lines
Changed paths:
   M /trunk/Aura.lua
   M /trunk/Caster.lua
   M /trunk/Data/DeathKnight.lua
   M /trunk/Data/Rogue.lua
   M /trunk/Data/Warrior.lua
   M /trunk/DrDamage.lua
   M /trunk/DrDamage.toc
   M /trunk/Melee.lua

- Added armor based mitigation. Bosses have a known value (needs to be enabled in the options), for the rest you can now manually set mob armor to a value
- Armor Penetration effects and buffs/debuffs are thus taken into account
- Added Dodge, Parry, and Glancing Blows (everything needs to be enabled to be taken into account)
- Added Expertise
- Added option for boss crit depression to melee module
------------------------------------------------------------------------
r975 | gagorian | 2009-06-09 16:24:25 +0000 (Tue, 09 Jun 2009) | 3 lines
Changed paths:
   M /trunk/Aura.lua
   M /trunk/Caster.lua
   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/Rogue.lua
   M /trunk/Data/Shaman.lua
   M /trunk/Data/Warlock.lua
   M /trunk/Data/Warrior.lua
   M /trunk/DrDamage.lua
   M /trunk/Melee.lua

- Faerie Fire (Feral) crits for 150%
- Warlocks can also have arcane torrent
- Some cleanup for release
------------------------------------------------------------------------
r973 | gagorian | 2009-06-09 07:05:29 +0000 (Tue, 09 Jun 2009) | 3 lines
Changed paths:
   M /trunk/Caster.lua
   M /trunk/Data/DeathKnight.lua
   M /trunk/DrDamage.lua

- Added tooltip AP coefficient display to death knight spells
- Improved summon gargoyle calculation
- Added arcane torrent calculation
------------------------------------------------------------------------
r972 | gagorian | 2009-06-09 05:42:15 +0000 (Tue, 09 Jun 2009) | 5 lines
Changed paths:
   M /trunk/Aura.lua
   M /trunk/Caster.lua
   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/Rogue.lua
   M /trunk/Data/Warlock.lua
   M /trunk/Data/Warrior.lua
   M /trunk/DrDamage.lua
   M /trunk/Melee.lua

- Added Necrosis to off-hand calculation, corrected disease amount calculation to only use self casted diseases, added death knight runes, added Glyph of Blood Strike, Corrected Might of Mograine effect on Blood Boil (7.5% instead of 15% per level)
- Corrected Icy Touch and Howling Blast to use spell hit and crit
- Added Faerie Fire (Feral) calculation
- RWS doesn't apply to traps and stings
- Added deep wounds to off-hand attacks
------------------------------------------------------------------------
r971 | gagorian | 2009-06-08 05:35:42 +0000 (Mon, 08 Jun 2009) | 1 line
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/Rogue.lua
   M /trunk/Data/Warrior.lua

- Added ability names to tooltips for several abilities that used to display as "Additional"
------------------------------------------------------------------------
r970 | gagorian | 2009-06-08 05:01:10 +0000 (Mon, 08 Jun 2009) | 1 line
Changed paths:
   M /trunk/Caster.lua

- GCD cannot be longer than 1.5s
------------------------------------------------------------------------
r968 | gagorian | 2009-06-08 04:46:23 +0000 (Mon, 08 Jun 2009) | 5 lines
Changed paths:
   M /trunk/Caster.lua
   M /trunk/Data/Druid.lua
   M /trunk/Data/Mage.lua
   M /trunk/Data/Priest.lua
   M /trunk/Data/Rogue.lua
   M /trunk/Data/Shaman.lua
   M /trunk/Data/Warlock.lua
   M /trunk/Data/Warrior.lua
   M /trunk/Melee.lua

- Added Earthliving Weapon Heal (and Blessing of the Eternals)
- Windfury cooldown effects are modeled much more accurate now
- Offhand flametongue/frostbrand DPS increase is now properly based on offhand weapon speed
- Spell hit factored into FT/FB
- Added glyph of shocking
------------------------------------------------------------------------
r966 | gagorian | 2009-06-07 04:43:17 +0000 (Sun, 07 Jun 2009) | 1 line
Changed paths:
   M /trunk/Data/Shaman.lua

- Last update for the day: Lava Lash is not normalized
------------------------------------------------------------------------
r965 | gagorian | 2009-06-07 04:37:26 +0000 (Sun, 07 Jun 2009) | 1 line
Changed paths:
   M /trunk/Data/Shaman.lua
   M /trunk/Melee.lua

- Windfury procs use special attack hit calculation
------------------------------------------------------------------------
r964 | gagorian | 2009-06-07 04:26:16 +0000 (Sun, 07 Jun 2009) | 6 lines
Changed paths:
   M /trunk/Aura.lua
   M /trunk/Caster.lua
   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/Rogue.lua
   M /trunk/Data/Shaman.lua
   M /trunk/Data/Warlock.lua
   M /trunk/Data/Warrior.lua
   M /trunk/DrDamage.lua
   M /trunk/Melee.lua
   M /trunk/docs/SpellStruct.txt

- Merged the aura calculation engines into core, saving some memory for hybrid classes.. and easier to manage in the future
- Added Frostbrand weapon, fixed flametongue weapon
- Fixed Glyph of Explosive Trap
- Glyph of PW:S heal can crit
- Attempt at bypassing need for localization with UnitCreatureType("target"), should work in some foreign locales (Murder, Crusade, Improved Tracking, Sense Undead)
- Unified some variable names
------------------------------------------------------------------------
r962 | gagorian | 2009-06-06 19:34:47 +0000 (Sat, 06 Jun 2009) | 1 line
Changed paths:
   M /trunk/Caster.lua

- Falls back to manually set target level if no unit is targeted
------------------------------------------------------------------------
r961 | gagorian | 2009-06-06 19:29:49 +0000 (Sat, 06 Jun 2009) | 7 lines
Changed paths:
   M /trunk/Caster.lua
   M /trunk/Data/DeathKnight.lua
   M /trunk/Data/Hunter.lua
   M /trunk/Data/Mage.lua
   M /trunk/Data/Paladin.lua
   M /trunk/Data/Priest.lua
   M /trunk/Data/Rogue.lua
   M /trunk/Data/Shaman.lua
   M /trunk/Data/Warrior.lua
   M /trunk/Melee.lua

- Death Knight: Improved Necrosis calculation, added Blood-Caked Blade calculation
- Hunter: Added Piercing Shots and Wild Quiver
- Mage: Now shows approximate Ignite DoT tick calculations (hides fireball dot calculation if ignite talented)
- Priest: Added Glyph of PW: S
- Rogue: Added Sword Specialization, T8 4p bonus
- Shaman: Added Glyph of Thunder, Glyph of Fire Nova Totem, T8 2p healer, T8 2p/4p elemental
- Warrior: Added Deep Wounds and Sword Specialization
------------------------------------------------------------------------
r960 | gagorian | 2009-06-06 06:45:50 +0000 (Sat, 06 Jun 2009) | 8 lines
Changed paths:
   M /trunk/Aura.lua
   M /trunk/Data/DeathKnight.lua
   M /trunk/Melee.lua

- Added Crypt Fever
- Added Wandering Plague
- Fixed Impurity to apply to all AP bonuses
- Corrected Ice Fever and Blood Plague disease damage
- Added Glyph of Howling Blast
- Added Icy Touch AP Bonus
- Outbreak and Improved Icy Touch should not apply to the disease damage
- Added Ebon Plaguebringer effects to disease portion
------------------------------------------------------------------------
r958 | gagorian | 2009-06-06 02:34:53 +0000 (Sat, 06 Jun 2009) | 15 lines
Changed paths:
   M /trunk/Aura.lua
   M /trunk/Caster.lua
   M /trunk/Data/Druid.lua
   M /trunk/Data/Mage.lua
   M /trunk/Data/Paladin.lua
   M /trunk/Data/Warlock.lua
   M /trunk/DrDamage.lua
   M /trunk/Melee.lua

- Savage Roar and Master Shapeshifter (bear) effects are no longer applied incorrectly to spells when in bear/cat form
- Added Glyph of Living Bomb, Glyph of Mirror Image, Glyph of Fire Blast (needs more stuns added)
- FFB double dips from Mind Master -> added
- Added Missile Barrage
- Changed Arcane Barrage coefficient
- Firepower and spell impact are additive as an exception for Fireball
- Added permafrost extra dot tick to FFB
- Corrected damage calc for Mirror Image
- Added Sheath of Light, Added Righteous Vengeance
- Added paladin arena set bonus -1s cooldown to judgement
- Added 2p Aegis Regalia Bonus to Holy Shock
- Conflagrate now checks for immolate/shadowflame rank, instead of assuming max rank
- Corrected Judgements not getting talent effects properly
- Some tooltip adjustments for both melee and caster for the new type of talent effects

------------------------------------------------------------------------
r957 | gagorian | 2009-06-05 22:19:15 +0000 (Fri, 05 Jun 2009) | 1 line
Changed paths:
   M /trunk/Data/Druid.lua
   M /trunk/Data/Warlock.lua

- Glyph of CoA should now give the correct total damage increase
------------------------------------------------------------------------
r956 | gagorian | 2009-06-05 21:48:04 +0000 (Fri, 05 Jun 2009) | 1 line
Changed paths:
   M /trunk/Caster.lua
   M /trunk/Melee.lua

- Now calculates class wide bonuses before applying spell specific setbonuses to make sure all class modifiers are applied before possible bonuses
------------------------------------------------------------------------
r955 | gagorian | 2009-06-05 21:38:22 +0000 (Fri, 05 Jun 2009) | 1 line
Changed paths:
   M /trunk/Caster.lua

- Fixed error in last commit line 1262
------------------------------------------------------------------------
r954 | gagorian | 2009-06-05 21:32:42 +0000 (Fri, 05 Jun 2009) | 1 line
Changed paths:
   M /trunk/Caster.lua
   M /trunk/Data/Druid.lua
   M /trunk/Melee.lua

- Added druid t8 4p resto
------------------------------------------------------------------------
r953 | gagorian | 2009-06-05 19:59:27 +0000 (Fri, 05 Jun 2009) | 2 lines
Changed paths:
   M /trunk/Caster.lua
   M /trunk/Data/Druid.lua
   M /trunk/Data/Paladin.lua
   M /trunk/Data/Priest.lua
   M /trunk/Data/Shaman.lua
   M /trunk/Data/Warlock.lua
   M /trunk/DrDamage.lua
   M /trunk/Melee.lua

- Added Swiftmend, druids rejoice
- Small optimization for buffs that only trigger updates
------------------------------------------------------------------------
r952 | gagorian | 2009-06-05 01:57:44 +0000 (Fri, 05 Jun 2009) | 1 line
Changed paths:
   M /trunk/Aura.lua
   M /trunk/Caster.lua
   M /trunk/Melee.lua

- Added some wotlk flasks/elixirs/foods for manual modification
------------------------------------------------------------------------
r951 | gagorian | 2009-06-05 01:03:32 +0000 (Fri, 05 Jun 2009) | 2 lines
Changed paths:
   M /trunk/Caster.lua
   M /trunk/Data/Druid.lua
   M /trunk/Data/Hunter.lua
   M /trunk/Data/Paladin.lua
   M /trunk/Data/Priest.lua
   M /trunk/Data/Rogue.lua
   M /trunk/Data/Shaman.lua
   M /trunk/Data/Warlock.lua
   M /trunk/Melee.lua
   M /trunk/docs/SpellStruct.txt

- Some clean-up
- Removed manual school specific damage modifications to make options menus less cluttered
------------------------------------------------------------------------