aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Spells/Spell.cpp
AgeCommit message (Expand)Author
2010-09-15Core/Spells: Allow AoE spells to target dead units.linencloth
2010-09-14Core/Spells: combo points requirement should be changed before CheckCastShocker
2010-09-14Core/Spells: Triggered spells should ignore combo points check, fixes issue 4006Shocker
2010-09-12Core/Spells: Correct meaning & usage of SPELL_ATTR_EX2_NOT_RESET_AUTOSHOOT (n...Shocker
2010-09-12Cleanup/Core: Remove whitespace and tabsclick
2010-09-10Core/Spells: Correct check for starting cast while moving, thanks havenard fo...Shocker
2010-09-09Core/Spells: Triggered spells should be ignored when checking death state at ...Shocker
2010-09-08Core/Spells: Fixed The Art of War procing only on melee attacks, by tassader1000Shauren
2010-09-08Core/Spells: Fixed Taste for Blood and Glyph of Overpower after recent combo ...Shauren
2010-09-08Core/Spells: Don't allow most spells to be casted while deadShocker
2010-09-08Core/Spells: Fix ammo depletion handlingShocker
2010-09-08Core/Spells: Add server-side check for not allowing non-instant spells with m...Shocker
2010-09-08Core/Spells: Add server-side check for spells that require combo points to pr...Shocker
2010-09-05Core/Spells: Fixed Nevermelting Ice Crystal trinketShauren
2010-09-03Core/WorldPacket: Fix the core spamming complaints about CMSG_QUEST_QUERY bei...silinoron
2010-09-03Core/ScriptSystem: Add a PlayerScript::OnSpellCast(Player *player, Spell *spe...silinoron
2010-08-30*Allow channeled spells to be casted on dead targetQAston
2010-08-30Core: Fix more warningsSpp
2010-08-29*Allow damage shield hits to miss.QAston
2010-08-28Make sure crafting spells with non-random loot are not allowed to be casted i...Shocker
2010-08-27*Send VICTIMSTATE_INTACT on melee attack miss.QAston
2010-08-27*Consistent parameter names of spell effect handlers - use effIndex instead o...QAston
2010-08-27Scripts/Icecrown Citadel: Added hacky workaround for teleporting spells becau...Shauren
2010-08-27*Fix combat logging of many spell effects - thanks to kiper, Ssp, Cyrax, and ...QAston
2010-08-27*Remove m_currentBasePoints from spell class, use m_spellValue instead.QAston
2010-08-27*Send to client periodic heal absorbtion.QAston
2010-08-26*Fix usage of EffectValueMultiplier in spell code.QAston
2010-08-21Scripts/Icecrown Citadel: Add script for Deathbringer Saurfang (only missing ...Shauren
2010-08-26Core/Cleanup:azazel
2010-08-26Core:azazel
2010-08-24*Add AuraScript class for scripting aura objects - scripts are registered sam...QAston
2010-08-22Core/Game: fix all warnings related to converting doubles and floats.silinoron
2010-08-22Core: Fix more warnings, add new function sLog.outStaticDebug() that replaces...click
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-21*Remove some unused containers from Spell class.QAston
2010-08-21Core: Remove lots warnings:Spp
2010-08-21*Add script hooks for SpellScript class - now you can use BeforeHit, OnHit, A...QAston
2010-08-19Scripts/Spell: extend SpellScript class: add target aura accessors and functi...QAston
2010-08-19Fix (in theory) bug (already tapped error) for spells with banish mechanics (...azazel
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-09Fix: append a .c_str() on a variable in Spell.cpp (no more grumpy compilers) ...click
2010-08-09*(More) correct implementation of SPELL_EFFECT_PULL_TOWARDS_DEST(145)QAston
2010-08-08*Implement spell casting on transports (no more out of range error, etc)QAston
2010-08-08Sourcefile sleanups -> tabs to spaces, remove whitespace - also update the cl...click
2010-08-08* Some singleton renames for consistency:XTZGZoReX
2010-08-08* Rename: BattleGround -> Battleground.XTZGZoReX
2010-08-06*** New core <-> script library interface - complete rewrite of the old one.XTZGZoReX