index
:
mirror/TrinityCore.git
3.3.5
cata_classic
master
wotlk_classic
https://github.com/TrinityCore/TrinityCore.git @ 2025-12-31T04:01:01Z
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
server
/
game
/
Spells
/
SpellScript.cpp
Age
Commit message (
Expand
)
Author
2011-01-22
Scripts/Spells: Moved all special target filtering cases to scripts
Shauren
2011-01-21
Scripts/Spells: Implemented UnitTargetHandler spell script hook, it can be us...
Shauren
2011-01-01
Update copyright note for 2011.
Machiavelli
2010-12-30
Core/ScriptSystem: Add OnEffectManaShield and AfterEffectManaShield hooks to ...
QAston
2010-12-30
Core/Unit: Move spell specific code from Unit::CalcAbsorbResist to AuraScripts.
QAston
2010-12-27
Core/Unit: Big cleanup in Unit::CalcAbsorbResist
QAston
2010-12-23
Core: Removed more operator workarounds for ACE_Singleton (missed previously ...
Shauren
2010-12-06
Core/Scripts: Comment out code sanitizing hook type - will be fixed soon.
QAston
2010-12-05
Core/Auras: backout r2bf34fd7ac and add alternative - not spell specific soll...
QAston
2010-10-16
Fix most of the recently introduced warnings
azazel
2010-10-08
Core/ScriptSystem: Add compile time type check of function assigned to hooks ...
QAston
2010-10-07
Remove the accidental additions of CRLF-crap from the header updates
click
2010-10-07
Copyright header updates - part 3... (and some whitespace cleanups)
click
2010-10-07
Yet more copyright header updates
click
2010-10-05
Core/ScriptSystem: Add missing script call preparation for SpellScripts - fix...
QAston
2010-10-04
Core/ScriptSystem: Extend SpellScript API by spell focus targets accessors.
QAston
2010-10-04
Core/ScriptSystem/SpellScripts: Runtime checks for functions working only dur...
QAston
2010-10-04
Core/ScriptSystem:
QAston
2010-09-12
Cleanup/Core: Remove whitespace and tabs
click
2010-08-24
Core: 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-22
Fix logic in SpellScript (thanks Toni.Shocker)
azazel
2010-08-19
Scripts/Spell: extend SpellScript class: add target aura accessors and functi...
QAston
2010-08-18
Add more methods to SpellScript.
azazel
2010-08-08
Sourcefile sleanups -> tabs to spaces, remove whitespace - also update the cl...
click
2010-07-27
Fix non-PCH build
click
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