aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Spells/SpellScript.h
AgeCommit message (Expand)Author
2016-03-24Core/Game: Converted the game library to a shared library.Naios
2016-01-01Update copyright note for 2016Vincent-Michael
2015-05-27Core/Spells: Fix spell scripts for effect hooks greater than EFFECT_7Shocker
2015-01-17Core/Aura: Replace assert with logged error for invalid AuraRemoveModejackpoz
2015-01-01Update copyright note for 2015Vincent-Michael
2014-12-29Core/Scripts: multiple changesjoschiwald
2014-12-25Core/Scripts: Add new SpellScript hook OnEffectSuccessfulDispelUnholychick
2014-12-19Core/Spells: Implemented using dbc spellpower/ap coeffiecients for spellsShauren
2014-09-14Core/Entities: Use ObjectGuid class in game projectShauren
2014-08-09Core/Server: Add missing overridesDDuarte
2014-07-17Buildsystem/MSVC: Warning fixesShauren
2014-05-18Partially revert f296095191c7b5c6b10f79c2b1433dc227a462f5 "Fix various warnin...Shauren
2014-03-22Core/Spells: Fixed target selection hooks running twice for each effect if bo...Shauren
2014-01-31Core/Spells: Fix DK Ghoul's damage after ad8eb434c02e451effd0949aaa7d2b7999d9...Discover-
2014-01-30Core/Misc: Missing changes and get rid of useless method in acd46085d1f496657...Discover-
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-01Update copyright note for 2014.Vincent_Michael
2013-12-25Core/Scripting: Replace casted with cast as casted is not a word.Malcrom
2013-12-14Core/Misc: Fix some static analysis issuesjackpoz
2013-10-27Core/Code: Unify codestyle for brackets: {} to { }.Ascathor
2013-08-18Misc: replace Unit::GetPlayer with ObjectAccessor::GetPlayer and some cosmeti...joschiwald
2013-01-11Core/SpellScripts: implement Spell Proc Hooks and use it in old and new proc ...joschiwald
2013-01-01Update copyright note for 2013.Vincent_Michael
2012-11-27Core/Misc: Set mode 0644 for filesSpp
2012-10-24Core/Misc: reduced amount of string memory allocations (Step II)Spp
2012-10-18Core/Dungeon Finder: Some optimizations.Spp
2012-10-07Core/Misc: Fix some possible issues detected by static code analysiskaelima
2012-09-18Core/Spells: Implementing some hooks for split damage taken, fixes the limita...Faq
2012-09-10Core: Warning fixes (Also some -pedantic under game folder)Spp
2012-07-03Core/SpellScript: Implemented OnObjectTargetSelect hook for use with spell ta...Shauren
2012-06-30Core/Scripts: fix a crash from e0997874f5bf8d38b67ad3dee66e3d808dd1a059QAston
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-04-28Core/SpellScripts: rename GetTarget*() functions to GetExplTarget*(), so the ...QAston
2012-04-19Scripts/Ulduar: Algalon the ObserverShauren
2012-03-03Core/Spells: Allow spell effects to have multiple destinations. Spells like: ...QAston
2012-02-21Core/Db/Conditions:QAston
2012-02-18Scripts/Spells: Convert code from Spell::EffectDummy to spell scripts.Kandera
2012-02-04Add hook on AuraScript called when an aura is dispelledGiuseppe Montesanto
2012-01-01Update headers for 2012. HAPPY NEW YEAR!!!kiper
2011-12-31Core/SpellScripts: Add BeforeCast, OnCast and AfterCast hooks to SpellScripts.QAston
2011-09-29Cosmetic: Multiple cosmetic changesSpp
2011-09-29Cosmetic: Replace "* )" with "*)" and "* /*" with "* /*"Spp
2011-09-25Core/Spells: spell effect handling improvementsQAston
2011-09-15[Cosmetic] Apply codestyle "XXX * " and "XXX *" changed to "XXX* " (with some...Spp
2011-08-20Core/SpellScripts: Added method to access m_spellValue in scriptShauren
2011-08-20Core/SpellScripts: Add possibility to access real damage/healing done by Spel...QAston
2011-08-06Core/Spells: Add GetTriggeringSpell() method to SpellScript and use it to pro...Machiavelli
2011-08-03Core: Fix compile without PCH and fix some warningsSpp