aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Spells/Spell.cpp
AgeCommit message (Expand)Author
2023-04-23Scripts/Spells: Implement Summon Sayaad (#28907)Teleqraph
2023-04-21Core/Spells: Fixed effects targeting the caster not hitting him immediately o...Shauren
2023-04-13Core/Spells: Readded accidently dropped line in 0750b7f8455df39a64462636ca296...ModoX
2023-04-06Core/Misc: Modernize code a bit by replacing std::tie with either structured ...Shauren
2023-04-06Core/Creature: Implemented sparring with max health percent thresholds (#27198)ModoX
2023-03-30Core/Skinning: Update correct skinning skill according to creature expansion ...Meji
2023-03-24Core/Creatures: Improved movement interruption while casting spells (#28845)Meji
2023-02-28Core/Spells: Make CastSpellExtraArgs copy and movableShauren
2023-02-28Core/Spells: Refactor Spell::finish to accept SpellCastResult argument instea...Shauren
2023-02-26Core/Spells: Updated silence flags for 9.0 and rename unit flag to its new me...Shauren
2023-01-29Core/Players: Several currency fixes and improvements (#28676)Meji
2023-01-15Core/Spells: Added additional validation to loading spell_linked_spell to pre...Shauren
2023-01-08Core/Logging: Switch from fmt::sprintf to fmt::format (c++20 standard compati...Shauren
2023-01-06Core/Misc: Add missing Containers.h include where neccessaryShauren
2022-12-30Core/Auras: Implemented SPELL_AURA_MOD_STUN_DISABLE_GRAVITY (#28511)Teleqraph
2022-12-16Core/Players: Implemented new talent systemShauren
2022-12-04Core: Updated to 10.0.2Shauren
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-14Core/Gossip: Implemented GossipOptionNpc.AzeriteRespecShauren
2022-10-04Core/Instances: Delete InstanceSaveMgr and replace most of its uses with new ...Shauren
2022-10-03Core/Spells: make Spell::CheckMovement respect the current spell state (#28315)Ovah
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-05Core/Spells: Simplify combat flagging code on spell launch and impactShauren
2022-09-05Core/Spells: Delay combat flagging for spell targets until spell missile landsAlan Deutscher
2022-09-01Core/Loot: Allocate Loot separately from objectsShauren
2022-07-29Core/Scripts: Added CalcCastTime spell script hookShauren
2022-07-26Core/Spells: OnPrecast script should be called before ReSetTimer (#28146)Teleqraph
2022-07-19Core/Battlefields: Refactor Battlefield creation to be linked to host map cre...Shauren
2022-07-17Core/Maps: Made instance_template no longer required to create and enter inst...Shauren
2022-06-10Core/Spells: Correct flagging spell caster for pvp when healing/buffing frien...Jinnaix
2022-06-10Core/Spells: Increase search radius for avoid problems with some spells that ...Gildor
2022-05-08Core/Spells: Implemented SPELL_ATTR6_TAPS_IMMEDIATELYShauren
2022-05-08Core/Spells: Autorepeat casting fixesShauren
2022-05-07Core/Spells: Cleanup movement checks in spells - use correct interrupt flagsShauren
2022-05-06Core/Spells: Rename SpellAttr6 to use official attribute namesShauren
2022-05-02Core/Spells: Implemented SPELL_ATTR5_ALWAYS_LINE_OF_SIGHT and SPELL_ATTR5_ALW...Shauren
2022-05-02Core/Spells: Implemented SPELL_ATTR5_TREAT_AS_AREA_EFFECTShauren
2022-05-02Core/Spells: Implemented SPELL_ATTR5_NOT_AVAILABLE_WHILE_CHARMEDShauren
2022-05-02Core/Spells: Implemented SPELL_ATTR5_NOT_ON_PLAYER and SPELL_ATTR5_NOT_ON_PLA...Shauren
2022-05-02Core/Spells: Rename SpellAttr5 to use official attribute namesShauren
2022-05-01Core/Spells: Rename SpellAttr4 to use official attribute namesShauren
2022-04-30Core/Spells: Rename SpellAttr3 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-01Core/Spells: Add one more allowed case for CastSpellTargetArg constructorShauren
2022-03-26Core/AI: Change m_originalCaster to m_caster when calling OnSpellStart (#27815)offl
2022-03-26Core/AI: OnSpellCast, OnSpellFailed, OnSpellStart hooks (#27704)offl