aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Spells/Spell.h
AgeCommit message (Expand)Author
2015-01-01Update copyright note for 2015Vincent-Michael
2014-12-25Core/Scripts: Add new SpellScript hook OnEffectSuccessfulDispelUnholychick
2014-10-18Core/Spells: Trigger extra attacks on proper targettrickerer
2014-09-14Core/Entities: Use ObjectGuid class in game projectShauren
2014-08-19Core/Spells: Channeled spell pushback is now affected by hastemik1893
2014-08-09Core/Server: Add missing overridesDDuarte
2014-08-04Core/Spells: Fixed LoS checks for spells like shadowfuryShauren
2014-07-17Buildsystem/MSVC: Warning fixesShauren
2014-06-15Core/Spells: Define and implement CAST_FLAG_NO_GCDTrisjdc
2014-05-05Core/Misc: Fix enchants broken in 3aca9e64b34baee781f402c3f33ad7ee7991c232jackpoz
2014-05-03Core/Misc: Fix exploitjackpoz
2014-04-29Core/Misc: Remove obsolete C++11 backward compatibility macrosDehravor
2014-04-20Core/Misc: Fixed some -Weffc++ warningsShauren
2014-03-22Core/Spells: Fixed target selection hooks running twice for each effect if bo...Shauren
2014-01-30Core/Spells: drop last leftovers of hardcoded spell target selection and move...joschiwald
2014-01-23Core/SpellScripts: Implemeted SpellScript hook OnDestinationTargetSelect to e...joschiwald
2014-01-17Core/Spells: Rename Spell::EffectSummonDeadPet with Spell::EffectResurrectPet...Discover-
2014-01-01Update copyright note for 2014.Vincent_Michael
2013-12-25Core/Scripting: Replace casted with cast as casted is not a word.Malcrom
2013-08-14Core/Spells:joschiwald
2013-03-25Core/Misc: Minor optimizations (+code changes to reduce differences with 4.3....Spp
2013-02-09Core/Spells: Allow script only one effect with OnObjectTargetSelect or Object...Phantons
2013-01-03Merge branch 'master' of github.com:TrinityCore/TrinityCore into mmapsVincent_Michael
2013-01-03Core/Spells: Rename SPELL_EFFECT_PLAYER_NOTIFICATION to SPELL_EFFECT_PLAY_SOUNDVincent_Michael
2013-01-01Merge branch 'master' of github.com:TrinityCore/TrinityCore into mmapsVincent_Michael
2013-01-01Update copyright note for 2013.Vincent_Michael
2012-12-21Merge git://github.com/TrinityCore/TrinityCore into mmapskaelima
2012-11-27Core/Misc: Set mode 0644 for filesSpp
2012-11-25Core/Spells: Fixed combat log for spells that affect item durabilityShauren
2012-10-04Merge branch 'master' of github.com:TrinityCore/TrinityCore into mmapsSubv
2012-10-02Core: "Initial support for C++11 compilers"Spp
2012-09-11Merge remote-tracking branch 'origin/master' into mmapsNay
2012-09-10Core: Warning fixes (Also some -pedantic under game folder)Spp
2012-09-06Merge remote-tracking branch 'origin/master' into mmapsNay
2012-09-04[Spell::CleanupEffectExecuteData] Remove this confusing and potentially worth...e
2012-09-03Core/MMaps: Implement pathed charge effectkaelima
2012-07-03Core/SpellScript: Implemented OnObjectTargetSelect hook for use with spell ta...Shauren
2012-06-29Core/SpellScripts: Changed OnUnitTargetSelect hook to OnObjectAreaTargetSelec...Shauren
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-28Core/Protocol:kaelima
2012-03-16Core/Spell: Add some missing cast results which require additional data when ...kaelima
2012-03-03Core/Spells: Allow spell effects to have multiple destinations. Spells like: ...QAston
2012-02-22Fix build (gcc) and fix warningsSpp
2012-02-21Core/Db/Conditions:QAston
2012-02-19Core/Spells: Changes in code related to spell explicit target redirection (cl...QAston
2012-02-09Core/Spells: Fix some problems with spells summoning to many objects.QAston
2012-01-08Core/Spells: Fix CAST_FLAG_UNKNOWN_18.Chaplain
2012-01-01Update headers for 2012. HAPPY NEW YEAR!!!kiper
2011-12-31Core/SpellScripts: Add BeforeCast, OnCast and AfterCast hooks to SpellScripts.QAston