index
:
mirror/TrinityCore.git
3.3.5
cata_classic
master
wotlk_classic
https://github.com/TrinityCore/TrinityCore.git @ 2025-09-28T13: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
2025-06-13
Core/Scripts: Mark script base class constructors noexcept
Shauren
2025-06-13
Core/Misc: Remove a bunch of code from headers
Shauren
2025-05-30
Core/Scripts: Allow accessing removed spell HitAura in scripts
Shauren
2025-01-09
Core/Spells: Replace MAX_SPELL_EFFECTS loop limits with correct upper bound d...
Shauren
2023-10-31
Core/Random: Changed random functions returning doubles to return floats
Shauren
2023-08-01
Core/Scripts: Added damage and healing calculation hook to spell and aura scr...
Shauren
2023-07-27
codestyle fix
Shauren
2023-07-27
Core/Scripts: Fixed unsafe function pointer type casting in spell scripts
Shauren
2023-07-24
Scripts/Spells: Modernize spell script internals a bit - this makes Prepare m...
Shauren
2023-05-30
Scripts/Spells: Added spell effect validation helper
Shauren
2023-02-28
Core/Spells: Refactor Spell::finish to accept SpellCastResult argument instea...
Shauren
2023-01-08
Core/Logging: Switch from fmt::sprintf to fmt::format (c++20 standard compati...
Shauren
2023-01-07
Core/Misc: Include cleanup, 2023 edition
Shauren
2022-07-28
Core/Spells: Refactor heal absorb code
Seyden
2022-07-28
Core/Spells: Implement OnEffectAbsorbHeal and AfterEffectAbsorbHeal hooks
Nyr
2022-07-15
Core/Scripts: Expose calculated spell value variance to scripts
Shauren
2022-03-10
Core/Scripts: Allow spell script ValidateSpellInfo to work with any container...
Shauren
2022-02-12
Core/Misc: Move (or delete) constructors and destructors to .cpp files (avoid...
Shauren
2022-02-04
Core/Spell: Fix name clashing between local variables and class member fields...
Giacomo Pozzoni
2022-01-30
Core/Scripts: Expose IsCrit to hit hooks for spell scripts
Shauren
2022-01-22
Core/Spells: Expose corpseTarget to spell scripts with SpellScript::GetHitCor...
Ovah
2022-01-20
Core/Spells: implement corpse target type support and properly fix resurrecti...
Giacomo Pozzoni
2022-01-19
Core/Common: Replace ASSERT(false, "...") with ABORT_MSG("...")
jackpoz
2022-01-06
Core/Misc: Fixed resistance calculate for Mutated Transformation and Twilight...
Keader
2021-12-29
Core/Spells: Implemented target 116 TARGET_UNIT_AND_DEST_LAST_ENEMY
Shauren
2021-12-25
Core/Scripts: Allow Get**TargetCountForEffect functions to be used in EffectL...
Shauren
2021-12-25
Scripts/Spells: Implemented various rogue spells (#26319)
Matan Shukry
2021-10-10
Core/Spells: Changed Spell::SendCastResult arguments to signed ints to match ...
Shauren
2021-09-04
Core/Spells: Unify spell effect access api in both branches
Shauren
2021-08-28
Core/Spells: Removed SpellEffIndex effIndex argument from spell effect handle...
Shauren
2021-08-28
Core/Spells: rework part 5: GameObject casting
ariel-
2021-08-28
Core/Spells: rework part 3: spells only handle at most one UnitAura and one D...
ariel-
2021-08-15
Core/Spells Implement targets 133, 134, 135 : TARGET_UNIT_LINE_CASTER_TO_DEST...
Traesh
2021-06-19
Core/Spells: fix logic error causing near teleports to drop combat for players
ariel-
2021-06-13
Core/Auras: removed caster dependency from core
ariel-
2021-05-13
Core/Spells: Expose number of targets selected for each spell effect to scrip...
Shauren
2021-04-17
Core/Auras: Implemented SPELL_AURA_SCHOOL_ABSORB_OVERKILL (#26269)
Matan Shukry
2021-03-25
Core/Script: Implement CalcCritChance hooks for spell and aura scripts (#26116)
Robingad
2021-03-23
Core/Scripts: Implemented new aura script hook OnEnterLeaveCombat
Matan Shukry
2021-02-13
Scripts/Spells: Remove const from AuraEffect argument for AuraEffectProcFn
Matan Shukry
2020-09-04
Core/Misc: Port all the refactors sneaked in master to 3.3.5 include cleanup ...
Shauren
2020-06-12
Core/Spells: Implement using different difficulty data from all spell related...
Shauren
2020-01-02
New Year
Aokromes
2019-11-23
Core/Items: Add ItemContext param to Item::Create function
Shauren
2019-01-01
Update copyright note for 2019
vincent-michael
2018-01-01
Update copyright note for 2018
vincent-michael
2017-12-26
Core/SpellScript: allow optional parameters to be passed to FinishCast
ariel-
2017-11-25
Misc: More cleanup
Aokromes
2017-08-13
Core/Spells: Implementation of QAston proc system (#20131)
joschiwald
2017-05-28
Core/Scripts: Include cleanup
Shauren
[next]