aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Spells/Spell.cpp
AgeCommit message (Expand)Author
2012-09-10Core: Warning fixes (Also some -pedantic under game folder)Spp
2012-09-09Core/Spells: Fixed typo in previous commitShauren
2012-09-09Core/Spells: Set UNIT_FIELD_CHANNEL_OBJECT also for spells that don't have ex...Shauren
2012-09-08Core/Spells: Use the UNIT_FIELD_CHANNEL_OBJECT field instead of Spell::m_targ...Subv
2012-09-06Core/Spells: fix intervening dead targets Closes #2090tobmaps
2012-09-05Core/Misc: Fix some warnings and logic mistakes found by static code analysiskaelima
2012-09-04[Spell::CleanupEffectExecuteData] Remove this confusing and potentially worth...e
2012-09-04Misc: Convert from CRLF to LF in cs_misc.cppNay
2012-09-04Core/Spells: Fix memory leak when Load() fails from spell/aura-scriptskaelima
2012-09-03Core/Spells: Hard-limit the number of hit and miss targets sent in SMSG_SPELL...Nay
2012-08-31Scripts/Commands: Create a new group of commands, .cheat, and add new and mov...Myran2
2012-08-30Core: Fix many "errors"/warnings and coding style (3)Nay
2012-08-27Core/Spells: Fix Pick Lock calculationVincent-Michael
2012-08-21Core/Battlefield: Add missing stuff for wintergraspVincent-Michael
2012-08-20Core/Wintergrasp: finish implementation for battlefields. this is highly expe...Kandera
2012-08-20Battlefield: Make sBattlefieldMgr a pointer. By Subv.Manuel Carrasco
2012-08-05 Core/Spells: Fix Divine Shield and Ice Block casted in CycloneVincent-Michael
2012-08-03Core/Logging: Add Asyncronous logging with Loggers ("What to log") and Append...Spp
2012-07-30Warning fixes + compile fix after the mergeSpp
2012-07-03Core/SpellScript: Implemented OnObjectTargetSelect hook for use with spell ta...Shauren
2012-07-01Core/SpellScript: Corrected when OnObjectAreaTargetSelect hooks are called (m...Shauren
2012-06-30Core: Minor code style correctionsShauren
2012-06-30Core/SpellScript: Corrected error messages and in-source documentation for On...Shauren
2012-06-29Core/SpellScripts: Changed OnUnitTargetSelect hook to OnObjectAreaTargetSelec...Shauren
2012-06-14Merge pull request #6491QAston
2012-06-13Core/Spells: handle SPELL_AURA_MOD_DEBUFF_RESISTANCE only for auras. fixes sa...Kandera
2012-06-08fix typos - i failed so hard :(joschiwald
2012-06-03more updatesjoschiwald
2012-05-28Core/Spells: Ignore LoS when spells are cast/triggered by gameobjectsNay
2012-05-28Merge branch 'master' of github.com:joschiwald/TrinityCore into spellscriptsjoschiwald
2012-05-28Core/Spells: convert some spell effects to SpellScriptsjoschiwald
2012-05-18Core/Spells: fix dispel aggro in a less hacky way!Kandera
2012-05-18Core/Spells: Damage should be dealt AFTER m_damage has been set. possibly fix...Kandera
2012-05-18Core/Spells, DB/Conditions: convert checkcast cpp to conditions for spell 522...Kandera
2012-05-18Core/Spells: move rocket boots spell cast check to spell script. add event fo...Kandera
2012-05-18Core/Spells: remove holy shock and death coil (dk) from checkcast and add the...Kandera
2012-05-13Core/Spells: Proc the spells that have DEST target when there is no other tar...Subv
2012-04-28Core/Spell: Fix not using Disengage while rootedVincent-Michael
2012-04-20Fix pets attacking on non-harmful spellsMrSmite
2012-04-14Core/Spells: Do not proc spells with PROC_FLAG_DONE_SPELL_MAGIC_DMG_CLASS_(NE...Subv
2012-04-11Core/Spells: Execute spell procs after the healing effects of a spellSubv
2012-04-08Core/Spells: You should be able to revive pets from anywhere without summonin...Subv
2012-04-08Core/Shared: Move container functions to shared project under Trinity::Contai...Machiavelli
2012-04-07Core/Spells: Fixes the rune cooldown when a hit mises the targetSubv
2012-04-06Fix coding styleMrSmite
2012-04-06PeAI updateMrSmite
2012-04-05Core/Spells: Implement SPELL_ATTR4_PROC_ONLY_ON_CASTER properly. Closes #5204Liberate
2012-04-04Core/Spells: The first target of a chained spell should be explicit.Subv
2012-03-29Core/Game: Code style.Gyx
2012-03-28Core/Game: Code style again.Gyx