aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Spells/SpellInfo.cpp
AgeCommit message (Expand)Author
2024-09-27Core/DataStores: Removed overriding field sign type based on db2 column compr...Shauren
2024-09-01Scripts/Spells Update Seed of Corruption script (#30151)Aqua Deus
2024-08-02Core/DataStores: Updated to 11.0.0Shauren
2024-07-03Core/Spells: Remove spell range increase when caster or target move backwardsShauren
2024-07-03Core/Spells: Implemented caster-is-moving aoe radius bonus and SPELL_ATTR9_NO...Shauren
2024-06-24Core/Spells: Implemented SPELL_ATTR9_AUTOCAST_OFF_BY_DEFAULTShauren
2024-06-20Core/Spells: Fixed spell with SPELL_AURA_MECHANIC_IMMUNITY_MASK failing to ca...Shauren
2024-06-19Core/Spells: Fixed implementation of SPELL_ATTR1_IMMUNITY_TO_HOSTILE_AND_FRIE...Shauren
2024-06-16Core/Auras: Apply banished aura state with auras using banish mechanicShauren
2024-06-15Core/Spells: Implemented SPELL_ATTR9_TARGET_MUST_BE_GROUNDEDShauren
2024-06-14Core/Spells: Rename more SpellAttr9 to official namesShauren
2024-06-11Core/Spells: Updated SPELL_ATTR4_ONLY_FLYING_AREAS implementation to account ...Shauren
2024-05-01Core/Spells: Implemented evoker empower spell mechanicShauren
2024-04-20Core/Spells: Fixed SpellInfo::GetSpellXSpellVisualId for nonplayer casters (#...ModoX
2024-04-11Core/Spells: Fixed TARGET_UNIT_AREA_THREAT_LIST and TARGET_UNIT_AREA_TAP_LISTShauren
2024-03-27Core/Conditions: Added CONDITION_SOURCE_TYPE_PLAYER_CONDITION (#29832)Meji
2024-02-13Core/Auras: Allow SPELL_AURA_MECHANIC_IMMUNITY_MASK to apply aoe/chain target...Shauren
2024-02-01Core/Spells: Moved hardcoded immunity data for SPELL_AURA_MECHANIC_IMMUNITY_M...Shauren
2024-01-30Core/Creatures: Move immunities to separate table and implemented setting imm...Shauren
2024-01-11Core/Conditions: Refactor ConditionMgr internals to get rid of separate conta...Shauren
2024-01-09Core/Spell: Fix target check for TARGET_UNIT_RECT_CASTER_ENEMYModoX
2023-12-08Core/Spells: Fixed target radius calculation for TARGET_DEST_*_RANDOM (#29479)Meji
2023-10-31Core/Random: Changed random functions returning doubles to return floatsShauren
2023-10-26Core/Spells: Make SpellEffectInfo not copyableShauren
2023-10-24Core/Spells: SpellAttr8 fixups - use creator instead of owner for SPELL_ATTR8...Shauren
2023-10-22Core/Spells: Named and implemented most of SpellAttr8Shauren
2023-10-21Core/Spells: Named and implemented most of SpellAttr7Shauren
2023-10-12Core/Battlegrounds: Rework Eye of the Storm (#29351)Jeremy
2023-09-28Core/Spells: Defined and implemented more spell effect attributes - AlwaysAoe...Shauren
2023-08-22Core/Spells: Implement sqrt based aoe damage diminishing (#29192)Seyden
2023-08-19Scripts/Spells: Implement Efflorescence and Spirit Blossoms (#29176)Teleqraph
2023-08-07Core/Misc: Turn ChrSpecialization into enum classShauren
2023-07-31Core/Spells: Removed old combo point code leftoversShauren
2023-07-31Core/Spells: Fixed spell duration scaling with combo pointsShauren
2023-07-20Core/Spells: Fixed target radius logic in spell effects for TargetB (#29158)Meji
2023-07-12Core: Update to 10.1.5Shauren
2023-07-08Core/Spells: Fix CheckLocation for multi-level zone/area (#29126)Traesh
2023-06-24Core/Spells: Implemented target type TARGET_DEST_DEST_TARGET_TOWARDS_CASTER (...ModoX
2023-06-17Core/Items: Item bonus generation improvementsShauren
2023-06-11Core/Spells: Corrected effect type implicit targeting for SPELL_EFFECT_CREATE...Shauren
2023-05-29Core/Creatures: Move creature difficulty specific data from creature_template...Meji
2023-05-28Core/Spells: Implemented spell target type 142Shauren
2023-05-19Core/Areas: Update AreaFlags from EnumeratedStings values (#29008)Jeremy
2023-05-09Core/Battlegrounds: Moved AreaSpiritHealer resurrection handling to respectiv...Jeremy
2023-05-04Core: Update to 10.1Shauren
2023-05-01Core/Auras: Removed outdated aura type handlingShauren
2023-03-22Core: Update to 10.0.7Shauren
2023-03-12Core/Spells: Allow implicit targeting of serverside WorldObjects (#28827)Meji
2023-03-12Core/Creatures: Allow disabling loot for creaturesShauren
2023-01-19Core/Auras: Fixed possible iterator invalidation crashes caused by calling Up...Shauren