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