aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Spells/Spell.cpp
AgeCommit message (Expand)Author
2012-12-21Merge git://github.com/TrinityCore/TrinityCore into mmapskaelima
2012-12-08Core/Player: correct SetHomebind and cleanup Spell::EffectBindjoschiwald
2012-12-01Core/Spells:Warpten
2012-11-27Core/Misc: Set mode 0644 for filesSpp
2012-11-25Core/Spells: Fixed combat log for spells that affect item durabilityShauren
2012-11-24Core/Conditions: use proper SpellCastResult instead of Notification when COND...joschiwald
2012-11-23Merge remote-tracking branch 'origin/master' into mmapsNay
2012-11-19Misc: Whitespace and tabs cleanupNay
2012-11-14Core/Spells: Enslave Demon shouldn't be usable on player pets.Subv
2012-11-05Merge git://github.com/TrinityCore/TrinityCore into mmapskaelima
2012-10-24Core/Misc: reduced amount of string memory allocations (Step I)Spp
2012-10-23Core/Misc: Add default count param to HasItemCountSpp
2012-10-19Merge branch 'master' of https://github.com/TrinityCore/TrinityCore into mmapsSubv
2012-10-17Core/BG:kaelima
2012-10-11Merge pull request #8042 from Retriman/SpellBarkskinkandera
2012-10-11Core/Spell:Retriman
2012-10-04Merge branch 'master' of github.com:TrinityCore/TrinityCore into mmapsSubv
2012-10-02Core: "Initial support for C++11 compilers"Spp
2012-10-02Core/Utilities: Use generic templates with AddPct, ApplyPct and CalculatePctSpp
2012-09-19Merge remote-tracking branch 'origin/master' into mmapsNay
2012-09-18Core/Achievements: Force all calls to AchievementMgr be done through Player f...Spp
2012-09-17Merge remote-tracking branch 'origin/master' into mmapsNay
2012-09-16Core/Spells: Defined and implemented SPELL_ATTR5_DONT_TURN_DURING_CAST.Shauren
2012-09-11Merge remote-tracking branch 'origin/master' into mmapsNay
2012-09-10Core: Warning fixes (Also some -pedantic under game folder)Spp
2012-09-10Merge remote-tracking branch 'origin/master' into mmapsNay
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-09Merge remote-tracking branch 'origin/master' into mmapsNay
2012-09-08Core/Spells: Use the UNIT_FIELD_CHANNEL_OBJECT field instead of Spell::m_targ...Subv
2012-09-07Core/MMaps: Add several safety checks to confirm a valid path generation.kaelima
2012-09-06Merge remote-tracking branch 'origin/master' into mmapsNay
2012-09-06Core/Spells: fix intervening dead targets Closes #2090tobmaps
2012-09-05Core/MMaps: Applied Trinity Codestyle to PathGenerator.Venugh
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-04Merge remote-tracking branch 'origin/master' into mmapsNay
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/MMaps: Implement pathed charge effectkaelima
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