aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Spells/SpellMgr.cpp
AgeCommit message (Expand)Author
2010-09-11Core/DBLayer:Machiavelli
2010-09-06Fix spell damage bonus for improved devouring plague.silinoron
2010-09-05Fix Totem of Wrath debuff effect.silinoron
2010-09-05Core/Spells: Check correct Attributes field in CanSpellPierceImmuneAura, patc...Shauren
2010-08-30Cleansing Totem should no longer pulse at spawn as of patch 3.2.2, thanks Sim...Shocker
2010-08-27*Fix size of SMSG_SPELLHEALLOG and build (rage!!!)QAston
2010-08-27*Fix issues with negative dmg of periodic power burn and periodic power leech...QAston
2010-08-27Scripts/Icecrown Citadel: Added hacky workaround for teleporting spells becau...Shauren
2010-08-26*Fix usage of EffectValueMultiplier in spell code.QAston
2010-08-24* Remove some old checks in aura stacking and change default stack rule to trueShocker
2010-08-21Core: Remove "may be used uninitialized in this function", "unused parameter ...Spp
2010-08-21Core: Remove "suggest parentheses around ‘&&’ within ‘||’" and "sugge...Spp
2010-08-21Core: Remove "unused variable 'xxx'" warningsSpp
2010-08-21Core: Remove "enumeration value 'xxx' not handled in switch" warningsSpp
2010-08-19Scripts/Spell: extend SpellScript class: add target aura accessors and functi...QAston
2010-08-18Core/Spells: SPELL_ATTR_CU_IGNORE_ARMOR to Impale(65919) several difficultiesJohn Holiver
2010-08-18Core/Spells: add SPELL_ATTR_CU_IGNORE_ARMOR to the avalible custom attribute ...QAston
2010-08-18Scripts: Added script for Lord MarrowgarShauren
2010-08-18Core/Spells: Implement TARGET_DEST_CHANNEL_CASTER(106) and TARGET_GAMEOBJECT_...QAston
2010-08-17*Core/Spells: Implement TARGET_UNIT_SUMMONERQAston
2010-08-08* Some singleton renames for consistency:XTZGZoReX
2010-08-08* Rename: BattleGround -> Battleground.XTZGZoReX
2010-08-06Implemented Dalaran no-fly zoneShauren
2010-08-04*Some more research about spell target flags - thanks to Zor for info.QAston
2010-07-30* Added the option to specify target entry in conditions table for spells wit...Xanadu
2010-07-29*Allow some spell effects to target units not in caster's map - fixes SPELL_E...QAston
2010-07-27*Make Potent Pheromones dispel auras for which it provides immunity.QAston
2010-07-27*Implement RepRewardRate for spells.QAston
2010-07-26*Resurrection sickness and similar debuffs are no longer dispelable.QAston
2010-07-24Ensure that Scatter Shot does not share diminishing returns with other spellsclick
2010-07-22*Fix amount calculation for spell effect with EffectDieSides set to 0.QAston
2010-07-19*Rename SPELL_EFFECT_JUMP2 to SPELL_EFFECT_JUMP_DEST, split the handler of ef...QAston
2010-07-19*Rename SPELL_EFFECT_CHARGE_2 to SPELL_EFFECT_CHARGE_DEST, fix its implementa...QAston
2010-07-19Allow HOT/DOT-stacking for spells with PERIODIC_DUMMY spellauras (QAston work...click
2010-07-16*Update spell_proc_event entry for Everlastin Affliction - by francesco.buldo.QAston
2010-07-16*Remove hack for Divine Storm from Unit::DealDamageQAston
2010-07-16*Rename SPELL_AURA_RANGED_AP_ATTACKER_CREATURES_BONUS to SPELL_AURA_MOD_CREAT...QAston
2010-07-14*Add SpellMgr::CalculateSpellEffectAmount function for consistency of effect ...QAston
2010-07-12change "IN_MILISECONDS" to proper english "IN_MILLISECONDS"click
2010-06-28Aspect of the Viper now correctly displayed as a buff. Closes issue #107.Xanadu
2010-06-27Dispell code cleanup - GetDispelChance now really returns dispel chance and n...Xanadu
2010-06-25Get rid of Trinity Singleton and Threading patterns and replace them with ACE...Machiavelli
2010-06-23Fixed Divine Hymn, Hymn of Hope, Dispersion and Amplify Magic being erroneous...Xanadu
2010-06-16Fixed typoShauren
2010-06-16Fixed old no-fly zone code to use area flags instead of hardcoded area ids (t...Shauren
2010-06-05rearranged core filesRat