aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Spells
AgeCommit message (Expand)Author
2022-02-02Core/Spells: Implement SPELL_EFFECT_TRIGGER_SPELL delay (stored in MiscValue)Shauren
2022-02-02Core/Spells: Correct implementation of SPELL_ATTR2_TRIGGERED_CAN_TRIGGER_PROC...Shauren
2022-02-02Core/Pets: Updated pet summoning for latest client version (5 Call Pet spells...Shauren
2022-01-31Core/Pets: Fixed crash happening when current pet is forcibly removed while b...Shauren
2022-01-31Core/Spells: Fix summoning warlock pets in case that pet has never been summo...Shauren
2022-01-31Core/Spells: Fix summoning SUMMON_PET type petsShauren
2022-01-31Core/Pets: Pet management refactoring (#25191)Shauren
2022-01-30Core/Scripts: Expose IsCrit to hit hooks for spell scriptsShauren
2022-01-27Scripts/Spells: Fix shaman Earthquake (#27620)Robingad
2022-01-26Core/Spells: Mark constructors of Spell/AuraScript handlers as explicit (#25248)Peter Keresztes Schmidt
2022-01-26Core/Misc: Fix static analysis issues (#25194)Giacomo Pozzoni
2022-01-24Scripts/Quest: Force of Neltharaku quest credit (#24807)Trond B. Krokli
2022-01-24Core/WorldObject: Remove non-std::chrono SummonCreature overloadCarbenium
2022-01-24Core/EventProcessor: std::chrono-ify the remaining public APICarbenium
2022-01-24Core/EventProcessor: std::chrono-ify CalculateTimeCarbenium
2022-01-23Build: Enable -Wimplicit-fallthrough on clang (#25056)Peter Keresztes Schmidt
2022-01-23Misc: Use [[fallthrough]] attribute instead of comment to mark intentional fa...Peter Keresztes Schmidt
2022-01-23Core/Time: Rename GetGameTime{System, Steady}Point methodsTreeston
2022-01-23Core/Misc: Replace boost::optional with std::optional part 2Shauren
2022-01-23Core/Misc: Replace boost::optional with std::optional (#25047)Peter Keresztes Schmidt
2022-01-23Core/Spells: Check a few aura effects for determining if should be negative (...Gildor
2022-01-23Core/Spells: Implement SPELL_EFFECT_ACTIVATE_OBJECT. (#23) (#24997)Giacomo Pozzoni
2022-01-22Core/Auras: Named new proc flags (#27655)Aqua Deus
2022-01-22Core/Spells: Expose corpseTarget to spell scripts with SpellScript::GetHitCor...Ovah
2022-01-22Core/Spells: Don't select corpses for spell targets that expect to hit unitsShauren
2022-01-21Core/Spells: Check a few aura effects for determining if should be negative (...Gildor
2022-01-21Core/Spells: SPELL_AURA_MOD_HEALTH_REGEN_PERCENT should be negative if Target...Gildor
2022-01-21Core/Spells: SPELL_AURA_MELEE_SLOW should be negative if TargetType is enemy ...Gildor
2022-01-21Core/Spells: SPELL_AURA_MOD_MELEE_RANGED_HASTE should be negative if Basepoin...Gildor
2022-01-21Core/Misc: Future msvc warning fixesShauren
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-18Core/Auras: Store non-unit caster guids in auras (#27625)Jeremy
2022-01-18Scripts/Spells: Implement OnPrecast scripting hook for spell scripts (#27632)Seyden
2022-01-17Core/Spells: Using hearthstone will teleport caster to map againModoX
2022-01-15Core/Spells: Fixed crash in spell visual selection when CasterUnitConditionID...Shauren
2022-01-15Core/Conditions: Initial support for UnitCondition.db2Shauren
2022-01-11Core/Spells: Fixed typo in loading serverside spellsShauren
2022-01-11Core/Auras: Fixed sending EstimatedPoints for auras that have only some effec...Shauren
2022-01-11Core/Spells: Validate spell_proc.AttributesMask on startupShauren
2022-01-09Core/Items: Implemented many new enchantment flagsShauren
2022-01-09Core/Spells: Added Spell const* constructor overload to CastSpellExtraArgsShauren
2022-01-07Scripts/Spells: Fixed mage talent Chrono ShiftShauren
2022-01-07Core/Spells: Implemented spell effect 225 (SPELL_EFFECT_GRANT_BATTLEPET_LEVEL...Meji
2022-01-07Core/Auras: Implement SPELL_AURA_MOD_BONUS_ARMOR (465) (#27539)My name is Mud
2022-01-07Core/Spells: SPELL_AURA_PERIODIC_DUMMY should be negative if TargetType is en...Gildor
2022-01-07Battlefields: Move BF scripts out of gameCarbenium
2022-01-06Core/Misc: Create new enum for AreaIdsCarbenium
2022-01-06Core/Spells: SPELL_AURA_MOD_HEALING should be negative if TargetType is negat...Gildor
2022-01-06Core/Spells: SPELL_AURA_MOD_ATTACK_POWER_PCT should be negative if TargetType...Gildor