aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Spells/SpellScript.h
AgeCommit message (Expand)Author
2011-01-22Scripts/Spells: Moved all special target filtering cases to scriptsShauren
2011-01-21Scripts/Spells: Implemented UnitTargetHandler spell script hook, it can be us...Shauren
2011-01-01Update copyright note for 2011.Machiavelli
2010-12-30Core/ScriptSystem: Add OnEffectManaShield and AfterEffectManaShield hooks to ...QAston
2010-12-30Core/Unit: Move spell specific code from Unit::CalcAbsorbResist to AuraScripts.QAston
2010-12-27Core: Kill off some warningsclick
2010-12-27Core/Unit: Big cleanup in Unit::CalcAbsorbResistQAston
2010-12-14Scripts/Icecrown Citadel: Minor adjustments and compile warning fixesShauren
2010-12-05Scripts/AuraScript: Make AuraApplication in OnEffectPeriodic never be NULL.QAston
2010-10-08Core/ScriptSystem: Add compile time type check of function assigned to hooks -QAston
2010-10-08Core/ScriptSystem: Add compile time type check of function assigned to hooks ...QAston
2010-10-07REALLY fix the CRLF-crap...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-08-26Core/Scripts: Added possibility to disable default aura effects for the whole...Shauren
2010-08-21Scripts/Icecrown Citadel: Add script for Deathbringer Saurfang (only missing ...Shauren
2010-08-24Core: Fix more warningsSpp
2010-08-24*Add AuraScript class for scripting aura objects - scripts are registered sam...QAston
2010-08-21Core: Remove lots warnings:Spp
2010-08-21*Add script hooks for SpellScript class - now you can use BeforeHit, OnHit, A...QAston
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-25*Add some more comments to SpellScript methodsQAston
2010-07-25*Really fix *nix build. Thanks to Visagalis for testing.QAston
2010-07-24*Add base scripting interfce for spells - thanks to Brian for help in making ...QAston