aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Spells/Spell.cpp
AgeCommit message (Expand)Author
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
2022-03-19Core/Combat Improve extra attacks handling (#26859)trickerer
2022-03-08Core/Spells: implement SpellInfo helper to filter for relevant mechanic immun...Ovah
2022-03-07Core/Misc: Define / rename attributes and flags (#26315)offl
2022-02-28Core/Spells: Aura refresh improvements (#25511)Gildor
2022-02-28Core/Spells: unify OnSpellCastInterrupt and OnSuccessfulSpellCast hooks into ...Ovah
2022-02-14Core/Spells: Fixed spell Launch phase being handled at incorrect time for spe...Shauren
2022-02-13Core/Misc: Minor game include cleanupShauren
2022-02-10Core/Spells: Ignore existing cooldown for spells using TRIGGERED_IGNORE_SPELL...Shauren
2022-02-10Core/Auras: Proc flag updatesShauren
2022-02-10Core/Auras: Implemented ProcFlags2Shauren
2022-02-10Core/Spells: Add type safety to proc related functions - using enum arguments...Shauren
2022-02-09Core/Spells: Load entire proc flags array from db2Shauren
2022-02-08Core/Spells: Pass cast item level to triggered spellsShauren
2022-02-07Core/Spells: Implement CAST_FLAG_EX_IGNORE_COOLDOWN - causes spells to not au...Seyden
2022-02-06Core/Spells: Do not register instant spells in Unit current spell containers ...Shauren
2022-02-06Core/Spells: fix a possible crash when a target that has been focused during ...Ovah
2022-02-06Core/Spells: cleaned up and improved spell focusing behavior (PR #25440)Ovah
2022-02-06Core/Spells: Do not reset periodic timer for stacking DoTs on recastKeader
2022-02-04Core/Spell: Fix name clashing between local variables and class member fields...Giacomo Pozzoni
2022-02-04Core/Misc: Fix issues reported by static analysis (#25351)Giacomo Pozzoni
2022-02-02Core/Pets: Updated pet summoning for latest client version (5 Call Pet spells...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-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/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-22Core/Spells: Don't select corpses for spell targets that expect to hit unitsShauren
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