index
:
mirror/TrinityCore.git
3.3.5
cata_classic
master
wotlk_classic
https://github.com/TrinityCore/TrinityCore.git @ 2026-01-11T02:01:01Z
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
server
/
game
/
Spells
/
Spell.cpp
Age
Commit message (
Expand
)
Author
2023-04-23
Scripts/Spells: Implement Summon Sayaad (#28907)
Teleqraph
2023-04-21
Core/Spells: Fixed effects targeting the caster not hitting him immediately o...
Shauren
2023-04-13
Core/Spells: Readded accidently dropped line in 0750b7f8455df39a64462636ca296...
ModoX
2023-04-06
Core/Misc: Modernize code a bit by replacing std::tie with either structured ...
Shauren
2023-04-06
Core/Creature: Implemented sparring with max health percent thresholds (#27198)
ModoX
2023-03-30
Core/Skinning: Update correct skinning skill according to creature expansion ...
Meji
2023-03-24
Core/Creatures: Improved movement interruption while casting spells (#28845)
Meji
2023-02-28
Core/Spells: Make CastSpellExtraArgs copy and movable
Shauren
2023-02-28
Core/Spells: Refactor Spell::finish to accept SpellCastResult argument instea...
Shauren
2023-02-26
Core/Spells: Updated silence flags for 9.0 and rename unit flag to its new me...
Shauren
2023-01-29
Core/Players: Several currency fixes and improvements (#28676)
Meji
2023-01-15
Core/Spells: Added additional validation to loading spell_linked_spell to pre...
Shauren
2023-01-08
Core/Logging: Switch from fmt::sprintf to fmt::format (c++20 standard compati...
Shauren
2023-01-06
Core/Misc: Add missing Containers.h include where neccessary
Shauren
2022-12-30
Core/Auras: Implemented SPELL_AURA_MOD_STUN_DISABLE_GRAVITY (#28511)
Teleqraph
2022-12-16
Core/Players: Implemented new talent system
Shauren
2022-12-04
Core: Updated to 10.0.2
Shauren
2022-10-22
Core/GameObjects: Implemented gathering nodes (gameobject type 50)
Shauren
2022-10-17
Core/Loot: Implemented personal loot and tag sharing for non-boss loot
Shauren
2022-10-14
Core/Gossip: Implemented GossipOptionNpc.AzeriteRespec
Shauren
2022-10-04
Core/Instances: Delete InstanceSaveMgr and replace most of its uses with new ...
Shauren
2022-10-03
Core/Spells: make Spell::CheckMovement respect the current spell state (#28315)
Ovah
2022-10-01
Core/Spells: fixed up block mechanics (#28286)
Ovah
2022-09-05
Core/Spells: Move entering combat for caster and calculating crit chance to s...
Shauren
2022-09-05
Core/Spells: Simplify combat flagging code on spell launch and impact
Shauren
2022-09-05
Core/Spells: Delay combat flagging for spell targets until spell missile lands
Alan Deutscher
2022-09-01
Core/Loot: Allocate Loot separately from objects
Shauren
2022-07-29
Core/Scripts: Added CalcCastTime spell script hook
Shauren
2022-07-26
Core/Spells: OnPrecast script should be called before ReSetTimer (#28146)
Teleqraph
2022-07-19
Core/Battlefields: Refactor Battlefield creation to be linked to host map cre...
Shauren
2022-07-17
Core/Maps: Made instance_template no longer required to create and enter inst...
Shauren
2022-06-10
Core/Spells: Correct flagging spell caster for pvp when healing/buffing frien...
Jinnaix
2022-06-10
Core/Spells: Increase search radius for avoid problems with some spells that ...
Gildor
2022-05-08
Core/Spells: Implemented SPELL_ATTR6_TAPS_IMMEDIATELY
Shauren
2022-05-08
Core/Spells: Autorepeat casting fixes
Shauren
2022-05-07
Core/Spells: Cleanup movement checks in spells - use correct interrupt flags
Shauren
2022-05-06
Core/Spells: Rename SpellAttr6 to use official attribute names
Shauren
2022-05-02
Core/Spells: Implemented SPELL_ATTR5_ALWAYS_LINE_OF_SIGHT and SPELL_ATTR5_ALW...
Shauren
2022-05-02
Core/Spells: Implemented SPELL_ATTR5_TREAT_AS_AREA_EFFECT
Shauren
2022-05-02
Core/Spells: Implemented SPELL_ATTR5_NOT_AVAILABLE_WHILE_CHARMED
Shauren
2022-05-02
Core/Spells: Implemented SPELL_ATTR5_NOT_ON_PLAYER and SPELL_ATTR5_NOT_ON_PLA...
Shauren
2022-05-02
Core/Spells: Rename SpellAttr5 to use official attribute names
Shauren
2022-05-01
Core/Spells: Rename SpellAttr4 to use official attribute names
Shauren
2022-04-30
Core/Spells: Rename SpellAttr3 to use official attribute names
Shauren
2022-04-28
Core/Spells: Rename SpellAttr2 to use official attribute names
Shauren
2022-04-25
Core/Spells: Rename SpellAttr1 to use official attribute names
Shauren
2022-04-24
Core/Spells: Rename SpellAttr0 to use official attribute names
Shauren
2022-04-01
Core/Spells: Add one more allowed case for CastSpellTargetArg constructor
Shauren
2022-03-26
Core/AI: Change m_originalCaster to m_caster when calling OnSpellStart (#27815)
offl
2022-03-26
Core/AI: OnSpellCast, OnSpellFailed, OnSpellStart hooks (#27704)
offl
[next]