aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Spells/Spell.h
AgeCommit message (Expand)Author
2016-08-21Core/Spells: Fix orientation- and targeting-related issues if the creature is...Treeston
2016-08-15Core/Units: Fixed melee range check (#17693)Chaouki Dhib
2016-06-14Core/Spells: Implement SPELL_ATTR7_INTERRUPT_ONLY_NONPLAYER (#17160)mik1893
2016-05-09Core/Random: Removed ancient and unused MAP_BASED_RAND_GENShauren
2016-03-24Core/Game: Converted the game library to a shared library.Naios
2016-01-13Core/Spells: Creature spellcast facing rework:treeston
2016-01-01Update copyright note for 2016Rushor
2015-10-31Core/Conditions: Type renamingShauren
2015-10-31Core/Spells: Fixed gcc-4.7.x compileStormBytePP
2015-04-13Port commit 56186319bdd41dd26b6cc14f84e6e41eef5d953b (6.x branch)ariel-
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