aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Spells/SpellScript.cpp
AgeCommit message (Expand)Author
2010-10-08Core/ScriptSystem: Add compile time type check of function assigned to hooks ...QAston
2010-10-07Remove the accidental additions of CRLF-crap from the header updatesclick
2010-10-07Copyright header updates - part 3... (and some whitespace cleanups)click
2010-10-07Yet more copyright header updatesclick
2010-10-05Core/ScriptSystem: Add missing script call preparation for SpellScripts - fix...QAston
2010-10-04Core/ScriptSystem: Extend SpellScript API by spell focus targets accessors.QAston
2010-10-04Core/ScriptSystem/SpellScripts: Runtime checks for functions working only dur...QAston
2010-10-04Core/ScriptSystem:QAston
2010-09-12Cleanup/Core: Remove whitespace and tabsclick
2010-08-24Core: Fix non-PCH builds - defining SpellScripts before we have the auraAppli...click
2010-08-24*Add AuraScript class for scripting aura objects - scripts are registered sam...QAston
2010-08-22Fix logic in SpellScript (thanks Toni.Shocker)azazel
2010-08-19Scripts/Spell: extend SpellScript class: add target aura accessors and functi...QAston
2010-08-18Add more methods to SpellScript.azazel
2010-08-08Sourcefile sleanups -> tabs to spaces, remove whitespace - also update the cl...click
2010-07-27Fix non-PCH buildclick
2010-07-25*Extend API of SpellScript by Dest and Damage/Heal setters and getters.QAston
2010-07-24*Add base scripting interfce for spells - thanks to Brian for help in making ...QAston