aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Spells/SpellInfo.cpp
AgeCommit message (Expand)Author
2014-01-27Core/Spells: update judgement spellscript thx @Xanvialjoschiwald
2014-01-27Core/Spells: update SpellFamilyFlags of SPELL_SPECIFIC_SEAL thx @Xanvialjoschiwald
2014-01-21Merge pull request #10888 from zorix/PR4Discover-
2014-01-15Core/Spells: Crash fix for f9ccb6f585a4714a93.Warpten
2014-01-14Core/Spells: Fixed issues with spells using MaxRadius not considering radius ...Warpten
2014-01-11Merge branch 'master' into 4.3.4DDuarte
2014-01-10Merge branch 'master' into 4.3.4DDuarte
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-11-08Merge branch 'master' into 4.3.4Spp
2013-11-08Core/Logging: Remove LOG_FILTER_XXX defines with it's value (remember logger ...Spp
2013-10-26Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4Shauren
2013-10-26Core/Spells: Implemented additional conditions for spells that start cooldown...Shauren
2013-09-20Core/Battleground:zorix
2013-09-11Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4Vincent-Michael
2013-09-11Scripts/Halion: refixed Twilight Cutterjoschiwald
2013-09-06Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4Vincent-Michael
2013-09-06Core/Spells: add an other condition to SpellInfo::NeedsToBeTriggeredByCaster ...joschiwald
2013-08-15Core/Spells: Fixed cast time calculation in many placesShauren
2013-08-15Core: Fix buildVincent-Michael
2013-08-15Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4Vincent-Michael
2013-08-15Core/Spells: Refactored SpellInfo::CalcCastTime() to prevent accidental mod c...Shauren
2013-08-15Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4Vincent-Michael
2013-08-14Core/Spells: implemented SPELL_ATTR0_CU_TRIGGERED_BY_CASTER to correct some t...joschiwald
2013-08-14Scripted/BaradinHold: Implemented Occu'tharVincent-Michael
2013-08-03Core/Spells: Random cleanupVincent-Michael
2013-07-30Merge remote-tracking branch 'origin/master' into 4.3.4Nay
2013-07-29Core/Spells: Fixed crashes happening with spells that had their dbc targets o...Shauren
2013-07-23Core/Spells: Fix hunter talent "Master Marksman" for 4.3.4Vincent-Michael
2013-06-23Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4Shauren
2013-06-22Core/Vehicles: Fixed crashes in StopCastingCharm happening when unit was atte...Shauren
2013-06-13Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4Vincent-Michael
2013-06-11Core: More Function Renaming.Malcrom
2013-06-11Core: Some function renaming.Malcrom
2013-05-21Merge branch 'master' into 4.3.4 (Added SQL to fix trinity_string conflict)Spp
2013-05-21Merge branch 'master' into 4.3.4 (Only the Logging System One)Spp
2013-05-21Merge branch 'master' into 4.3.4 [NOTE: There are parts of code marked as "RE...Spp
2013-05-13Core/Spells: Manually reverted 8dea73fc83ed00764e03c6ee3bb7c1ffa28527eb.Warpten
2013-05-13Core/Logging: Performance-related tweaks to logging systemSpp
2013-05-02Core/Spells: Fixed a silly typo in SpellInfo::_IsPositiveEffect.Warpten
2013-04-04Core/Spells: Reimplemented SPELL_ATTR0_LEVEL_DAMAGE_CALCULATIONShauren
2013-03-10Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4Vincent_Michael
2013-03-08First step of comment style refactoring to doxygen-style.Nefarion
2013-02-27Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4Vincent_Michael
2013-02-27Core/Spells: Allow free casting of player's own spells on vehicle seats with ...Shauren
2013-02-25Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4Vincent_Michael
2013-02-18Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4Vincent_Michael
2013-02-16Replace check in IsSingleTargetWithFH3095
2013-02-16Core/Auras: Only auras that are stackable to use the same slotShauren
2013-02-06Fix buildShocker