aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Spells/SpellEffects.cpp
AgeCommit message (Expand)Author
2023-01-12Core/Spells: Fixed accessing freed memory by Spell::EffectTriggerSpellShauren
2023-01-08Core/Logging: Switch from fmt::sprintf to fmt::format (c++20 standard compati...Shauren
2022-12-31Core/Spells: Fixed crashes with spells cast by gameobject that summon creaturesShauren
2022-12-29Core/Spells: Added missing changes for ade34a7f484dfcc7e41eddfd1014e7728c8dc2c1Shauren
2022-12-16Core/Players: Implemented new talent systemShauren
2022-12-04Core: Updated to 10.0.2Shauren
2022-12-04Core/Spells: Extended mechanic mask to uint64Shauren
2022-10-28Core/Spells: Corrected effect handle mode for SPELL_EFFECT_SEND_CHAT_MESSAGEShauren
2022-10-28Core/Spells: Removed unitTarget requirement from SPELL_EFFECT_CREATE_PRIVATE_...Shauren
2022-10-22Core/GameObjects: Implemented gathering nodes (gameobject type 50)Shauren
2022-10-17Core/Loot: Implemented personal loot and tag sharing for non-boss lootShauren
2022-10-15Core/GameObjects: Move contents of Spell::SendLoot to GameObject::UseShauren
2022-10-09Core/Spells: Take SummonProperties into account for SPELL_EFFECT_SUMMONs with...ModoX
2022-10-05Core/Loot: Set loot dungeon encounter id before generatingShauren
2022-10-04Core/Loot: Send DungeonEncounter id in SMSG_ITEM_PUSH_RESULTShauren
2022-09-19Core/Misc: Changed string formatting functions to accept std::string_view as ...Shauren
2022-09-18Core/Loot: Refactored Player::SendLoot to accept Loot object directlyShauren
2022-09-18Core/Loot: Move loot generation out of Player::SendLootShauren
2022-09-16Core/Loot: Move loot rolls from Group to LootShauren
2022-09-11Core/Spells: Remove all hardcoded restrictions for pick pocket spell effect a...Shauren
2022-09-08Core/Gossip: Drop OptionType for gossip_menu_option and rename OptionIcon to ...Meji
2022-09-05Core/Auras: Improve aura interactions with immunities on spell effect levelShauren
2022-09-01Core/Loot: Updated LootType enum for 9.2.7Shauren
2022-06-22Core/Spells: Fixed crash in triggered spells with SPELL_ATTR2_RETAIN_ITEM_CASTShauren
2022-06-09Core/Transmog: Implemented TransmogIllusionFlags::PlayerConditionGrantsOnLogi...Shauren
2022-06-09Core/Transmog: Implemented Transmog Illusions + Spelleffect to unlock themfluxurion
2022-06-09Core/BattlePets: Move BattlePet stuff from SpellMgr to BattlePetMgr (#27986)Meji
2022-05-01Core/Spells: Rename SpellAttr4 to use official attribute namesShauren
2022-04-28Core/Spells: Rename SpellAttr2 to use official attribute namesShauren
2022-04-25Core/Spells: Rename SpellAttr1 to use official attribute namesShauren
2022-04-24Core/Spells: Rename SpellAttr0 to use official attribute namesShauren
2022-04-24Core/Scripts: Begin unifying triggering gameevents (not the game_event db stuff)Shauren
2022-04-22Core/Items: Implemented item effect trigger type 7 (On Looted)Shauren
2022-04-16Core/Battlegrounds: Replaced overriding m_team with more fine grained approachShauren
2022-03-27Core/Misc: Rename AddXXXFlag updatefield functions to SetXXXFlagShauren
2022-03-26Core/Misc: Rename SetXXXFlags updatefield functions to ReplaceAllXXXFlagsShauren
2022-03-21Core/SAI: Add SMART_ACTION_ACTIVATE_GAMEOBJECT action (#27216)Giacomo Pozzoni
2022-03-19Core/Combat Improve extra attacks handling (#26859)trickerer
2022-03-11Core/Misc: Fix issues reported by static analysisjackpoz
2022-03-06Core/Spells: Fixed spell effect 43 (SPELL_EFFECT_TELEPORT_UNITS_FACE_CASTER) ...Meji
2022-03-05Core: whitespace cleanup, reduce double blank line to single (#25795)Kargatum
2022-02-26Core/GameObjects: Implemented GAMEOBJECT_TYPE_CAPTURE_POINT (#27034)Jeremy
2022-02-25Core/DataStores: Updated db2 structures to 9.2.0Shauren
2022-02-16Core/Auras: Fix SPELL_AURA_MOD_DAMAGE_DONE_FOR_MECHANIC for effects mechanics...Aqua Deus
2022-02-10Core/Auras: Proc flag updatesShauren
2022-02-10Core/Spells: Implemented using db2 PositionFacing for SPELL_EFFECT_LEAP_BACKShauren
2022-02-10Core/Auras: Implemented ProcFlags2Shauren
2022-02-08Core/Spells: Pass cast item level to triggered spellsShauren
2022-02-05Add "On" to some gossip methods in AI (#25415)Maks Szokalski
2022-02-04Core/Spell: Fix name clashing between local variables and class member fields...Giacomo Pozzoni