aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Spells/Auras
AgeCommit message (Expand)Author
2025-05-11Core/Auras: Interrupt spells with SPELL_PREVENTION_TYPE_PACIFY when applying ...Shauren
2025-05-11Core/Auras: Support PROC_ATTR_REQ_SPELLMOD for procs using PROC_ATTR_USE_STAC...Shauren
2025-05-11Core/Spells: Rename confusing SpellState enum valuesShauren
2025-05-11Core/Auras: Add DealDamageMods to SPELL_AURA_PERIODIC_LEECH (#30768)username9617
2025-04-11Core/Items: restore Heirloom stat scalingOvahlord
2025-04-06Core/Misc: fixed cherry-pick build errorsOvahlord
2025-04-06Core/Spells: Apply spell modifiers multiple times to each cast, based on numb...Shauren
2025-04-06Core/Auras: Fixed SPELL_ATTR13_PERIODIC_REFRESH_EXTENDS_DURATIONShauren
2025-04-06Core/Auras: Fixed SPELLVALUE_AURA_STACK adding incorrect number of stacks on ...Shauren
2025-04-06Core/Spells: Fixed spells that scale value with master not being affected by ...Shauren
2025-04-06Core/Auras: Implemented SPELL_AURA_MOD_CHARGE_RECOVERY_RATE, SPELL_AURA_MOD_C...Shauren
2025-04-06Core/Auras: Implemented SPELL_AURA_IGNORE_SPELL_CHARGE_COOLDOWNShauren
2025-04-06Core/Auras: Implemented SPELL_AURA_MOD_RECOVERY_RATE and SPELL_AURA_MOD_RECOV...Shauren
2025-02-22Core/Misc: Reduce differences between branchesShauren
2025-02-18Core/Auras: Remove NYI commend from implemented aura typesShauren
2025-02-08Core/Auras: Ensure aura target of SPELL_AURA_TRIGGER_SPELL_ON_POWER_PCT has r...Shauren
2025-02-08Core/Misc: Reduce code differences between branchesShauren
2025-02-01Core/Auras: Send scene complete if a SPELL_AURA_PLAY_SCENE aura is removed by...ModoX
2025-01-26Core/Spells: Prevent even more cases of sending aura update packets for auras...Shauren
2025-01-26Core/Objects: Removed type casts before accessing WorldObject::m_Events that ...Shauren
2025-01-21Scripts/Spells: Use Spell::GetPowerTypeCostAmount where possible instead of i...Shauren
2025-01-20Core/Misc: Added float chrono typedefsShauren
2025-01-09Core/Auras: Use UnitListSearcher instead of WorldObjectListSearcher when sear...Shauren
2025-01-09Core/Spells: Replace MAX_SPELL_EFFECTS loop limits with correct upper bound d...Shauren
2025-01-09Core/Auras: Make iteration over Aura::GetAuraEffects safe by automatically sk...Shauren
2025-01-09Core/Auras: Fixed sending amounts for effects that need it, aren't first and ...Shauren
2025-01-09Core/Auras: Allow some whitelisted spells to update effect values of non-pass...Shauren
2025-01-03Core/Auras: Fixed aura stacks being reset to default max stack size when modi...Shauren
2025-01-02Core/Units: restored generating rage from taking damage and increased precisi...Ovahlord
2025-01-01Core/Spells: Don't ignore power costs and reagents for spells triggered by SP...Shauren
2025-01-01Core/Misc: Include cleanup - remove MapUtils.h from Containers.hShauren
2024-12-21Core/Scripts: Added SpellEffectInfo argument to CalcDamage and CalcHealing sp...Shauren
2024-11-29Core/Auras: implement SPELL_AURA_MOD_RANGED_HASTE_2Ovahlord
2024-11-29Core/Auras: added support for SPELL_AURA_MOD_RANGED_HASTE stacking rulesOvahlord
2024-11-29Core/Auras: make sure that only SPELL_AURA_MOD_MELEE_HASTE will affect the Ha...Ovahlord
2024-11-29Core/Auras: make sure haste auras check for stacking rules of their according...Ovahlord
2024-11-12Core/Misc: Fix some GCC warningsShauren
2024-11-10Core/Auras: Implement SPELL_AURA_DISABLE_GRAVITY (#30365)Aqua Deus
2024-11-01Core/Packets: updated opcodes to 4.4.1Ovahlord
2024-11-01Core/DataStores: updated DB2 structures to 4.4.1Ovahlord
2024-10-21Core/GameObject: Implemented OnFlagTaken/OnFlagDropped hooks for GAMEOBJECT_T...Jeremy
2024-09-08Core/Spells: implemented SPELL_AURA_MOD_SPELL_POWER_PCTOvahlord
2024-09-01Core/Misc: removed most retail specialization code and restored legacy functi...Ovahlord
2024-08-31Core/Player: updated hit chances for players and handle their according UI mo...Ovahlord
2024-08-21Core/Player: restore crit chance bonus from intellectOvahlord
2024-08-17Spells/Auras: Implement SPELL_AURA_ACT_AS_CONTROL_ZONE (#30083)Jeremy
2024-08-04Core/Quests: kill QUEST_OBJECTIVE_FLAG_2_QUEST_BOUND_ITEM implementation and ...Ovahlord
2024-08-04Core/Auras: fixed updating buff mods when un(applying) SPELL_AURA_MOD_PERCENT...Ovahlord
2024-08-02Core/Auras: implemented SPELL_AURA_MOD_DAMAGE_FROM_MANAOvahlord
2024-08-02Core/Auras: corrected a couple effect handler assignments and updated the def...Ovahlord