aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Spells/Spell.cpp
AgeCommit message (Expand)Author
4 daysCore/Spells: Implement TRIGGERED_IGNORE_TARGET_CHECK TriggerCastFlag to allow...Shocker
2025-07-25Core/Misc: Reduce differences between branchesShauren
2025-05-17Core/Spells: Properly retrieve pet to dismiss for spells with SPELL_ATTR1_DIS...CraftedRO
2025-02-19Core/Spells: Reduce differences between branches (port refactors from c060288...Shauren
2025-02-05Core/Misc: Reduce differences between branches and fix data sent in SMSG_AUCT...Shauren
2025-02-03Core/Misc: Reduce code differences between branchesShauren
2025-02-01Core/Spells: add name for cast_flag_unknown_2 to cast_flag_has_trajectoryKandera
2024-12-05Core/Spells: Fixed item level requirements for enchanting spellsShauren
2024-11-19Core/vmaps: Removed vmap lookup functions duplicating functionality of each o...Shauren
2024-10-05Core/Objects: Unify WorldObjectSearcher classes into one common implementationShauren
2024-09-09Core/Spells: Rename AuraEffect::IsAffectedOnSpell to IsAffectingSpellShocker
2024-09-02Core/Spells: Fixed spell target selection not being shared by multiple effect...Shauren
2024-07-04Core/Spells: Fixed possible use after free with deleted focusObject (#30062)Gildor
2024-06-22Core/Spells: Don't return immune to reflected spells due to target aurastate ...Gildor
2024-06-21Core/Spells: Corrected SpellCastResult values sent on spell interruptsShauren
2024-06-20Core/Spells: Restore sending SMSG_CAST_FAILED for spells in SPELL_STATE_PREPA...Shauren
2024-06-20Core/Spells: Fixed incorrect comparison operator used on SpellInfo::Mechanic ...Shauren
2024-06-03Core/Spells: Don't send SMSG_CAST_FAILED for interrupted spells after they we...Shauren
2024-05-31Core/Spells: Removed early access_requirement checks for summon spells to pre...Shauren
2024-05-18Core/Spells: Fix indentShauren
2024-05-18Core/Spells: Prevent creatures from being able to cast all their spells while...Shauren
2024-04-13Core/Spells: Fixed TargetB selectoin after d6ccdbea10a29091afc20471331f50260f...Shauren
2024-04-12Core/Spells: SPELL_ATTR1_REQUIRE_ALL_TARGETS should require that each unique ...Shauren
2024-04-08Core/Spells: Port SPELL_ATTR1_REQUIRE_ALL_TARGETS and SPELL_ATTR2_FAIL_ON_ALL...Shauren
2024-04-06Core/Spells: Fix Shadowform cooldown sometimes getting stuck (#29886)CraftedRO
2024-03-17Core/Spells: Improved spell explicit target fallback selection for unit targe...Shauren
2024-03-14Core/Objects: Added ToWorldObject and ToItemShauren
2024-03-14Core/Misc: Use our new unique_trackable_ptr for various classes exposed to sc...Shauren
2024-02-26Core/Spells: Don't modify item charges in all slots on a single item spell castShauren
2024-02-21Core/Spells: Changed unintuitive behavior of SPELLVALUE_CRIT_CHANCE (#29730)Mykhailo Redko
2024-02-09Core/Spells: Immune a reflected spell if the original caster cannot be it's t...Mykhailo Redko
2024-01-13Core/Spells: Kill incorrect attribute implementationShauren
2023-08-15Core/Logging: Switch from fmt::sprintf to fmt::format (c++20 standard compati...Shauren
2023-08-12Core/Misc: Add missing Containers.h include where neccessaryShauren
2023-07-09Core/Spells: Corrected client control checks in spell packetsShauren
2022-10-01fixed buildOvah
2022-10-01Core/Spells: fixed sending partial blocks in SMSG_SPELL_GO packetsOvah
2022-10-01Core/Spells: fixed up block mechanics (#28286)Ovah
2022-09-05Core/Spells: Move entering combat for caster and calculating crit chance to s...Shauren
2022-09-04Core/Spells: Simplify combat flagging code on spell launch and impactShauren
2022-09-04Core/Spells: Delay combat flagging for spell targets until spell missile landsAlan Deutscher
2022-09-02Core/Spells: Removed gathering failure chance from herbalism and mining nodes...Tony Konzel
2022-06-09Core/Spells: Correct flagging spell caster for pvp when healing/buffing frien...Jinnaix
2022-04-06Core/Spells: Increase search radius for avoid problems with some spells that ...Gildor
2022-04-01Core/Spells: Add one more allowed case for CastSpellTargetArg constructorShauren
2022-03-29Core/Units: Reduce differences between branches part 1 - object classShauren
2022-03-29Core/Units: Reduce differences between branches part 1 - unit updatefield acc...Shauren
2022-02-21Core/AI: Change m_originalCaster to m_caster when calling OnSpellStart (#27815)offl
2022-02-18Core/AI: OnSpellCast, OnSpellFailed, OnSpellStart hooks (#27704)offl
2021-10-01Core/Combat Improve extra attacks handling (#26859)trickerer