index
:
mirror/TrinityCore.git
3.3.5
cata_classic
master
wotlk_classic
https://github.com/TrinityCore/TrinityCore.git @ 2026-01-08T15:01:02Z
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
2025-05-19
Core/Position: Remove Position implicit object slicing
Shauren
2025-05-19
Core/Misc: Silence some statis analysis false positive warnings
Shauren
2025-05-17
Core/Auras: Initialize aura spell visual from spell that created it instead o...
Shauren
2025-05-17
Core/Spells: Expose spell channel duration to scripts
Shauren
2025-05-06
Core/Spells: Implemented new SpellMisc field, MinDuration that controls minim...
Shauren
2025-04-30
Core/Spells: Start spells triggered by SPELL_EFFECT_FORCE_CAST_2 without any ...
Shauren
2025-04-20
Core/Spells: Rename confusing SpellState enum values
Shauren
2025-04-11
Core/Spells: Fixed SPELL_EFFECT_CHARGE trigggering arrival effects too early
Shauren
2025-04-03
Core/Spells: Merge Spell::SetSpellValue overloads
Shauren
2025-03-23
Core/Auras: Fixed SPELL_ATTR13_PERIODIC_REFRESH_EXTENDS_DURATION
Shauren
2025-03-22
Core/Auras: Fixed SPELLVALUE_AURA_STACK adding incorrect number of stacks on ...
Shauren
2025-02-23
Core/Misc: Add a bunch of examples for 67418a1aeee9035234d304b5e9653b832488dd66
Shauren
2025-02-16
Core/Spells: Implemented SpellEffectAttributes::DontFailSpellOnTargetingFailure
Shauren
2025-01-27
Core/Spells: Don't fail spells SPELL_ATTR2_FAIL_ON_ALL_TARGETS_IMMUNE when ta...
Shauren
2025-01-25
Core/Items: Fixed item spell charge slot indexing
Shauren
2025-01-24
Core/Spells: Prevent even more cases of sending aura update packets for auras...
Shauren
2025-01-23
Core/Spells: Prevent sending aura update packets for auras that aren't visibl...
Shauren
2025-01-21
Core/Spells: Reimplemented target type 106 as random point from points predef...
Shauren
2025-01-20
Scripts/Spells: Use Spell::GetPowerTypeCostAmount where possible instead of i...
Shauren
2025-01-20
Core/Spells: Replace SpellTargetPosition structure with WorldLocation
Shauren
2025-01-20
Core/Spells: Exclude TriggerCastFlags that can be set for non-triggered spell...
Shauren
2025-01-12
Core/Spells: send rune cooldowns even after miss to match sniff data
Ovahlord
2025-01-12
Core/Spells: corrected refunding runes - they don't get put on a cooldown and...
Ovahlord
2025-01-12
Core/Spells: Don't grant runic power when death knight abilities that do it u...
Shauren
2025-01-11
Core/Spells: fixed power check for runes when casting spells - these have the...
Ovahlord
2025-01-10
Core/Spells: Fixed crashes with spells using SPELL_EFFECT_ENCHANT_ITEM/SPELL_...
Shauren
2025-01-09
Core/Auras: Use UnitListSearcher instead of WorldObjectListSearcher when sear...
Shauren
2025-01-09
Core/Spells: Replace MAX_SPELL_EFFECTS loop limits with correct upper bound d...
Shauren
2025-01-09
Core/Auras: Make iteration over Aura::GetAuraEffects safe by automatically sk...
Shauren
2025-01-01
Core/Spells: Don't ignore power costs and reagents for spells triggered by SP...
Shauren
2024-12-31
Core/Spells: Split TRIGGERED_IGNORE_POWER_AND_REAGENT_COST into separate POWE...
Shauren
2024-12-21
Core/Scripts: Added SpellEffectInfo argument to CalcDamage and CalcHealing sp...
Shauren
2024-12-14
Core/Spells: Fixed PROC_HIT_DISPEL and PROC_HIT_INTERRUPT on procs using PROC...
Shauren
2024-12-05
Core/Spells: Fixed item level requirements for enchanting spells
Shauren
2024-11-12
Core/Misc: Fix some GCC warnings
Shauren
2024-09-24
Core/Items: Implemented ITEM_BONUS_DISENCHANT_LOOT_ID
Shauren
2024-09-13
Core/Spells: Fix copypaste mistake in CastSpellExtraArgs::SetTriggeringSpell
Shauren
2024-09-12
Core/Spells: Refactor CastSpellExtraArgs
Shauren
2024-09-08
Core/Spells: Remove setting OriginalCastId from CastSpellExtraArgs::SetTrigge...
Shauren
2024-09-02
Core/Spells: Fixed spell target selection not being shared by multiple effect...
Shauren
2024-08-19
Core/Spells: Implemented SpellAuraInterruptFlags2::ReleaseEmpower
Shauren
2024-08-18
Core/Players: Use PlayerData::VirtualPlayerRealm instead of global GetVirtual...
Shauren
2024-07-31
Core/PacketIO: Added example uses of new packet reading/writing utilities
Shauren
2024-07-03
Core/Spells: Remove spell range increase when caster or target move backwards
Shauren
2024-07-03
Core/Spells: Implemented SPELL_ATTR9_FORCE_CORPSE_TARGET
Shauren
2024-06-28
Core/Spells: Implemented SPELL_ATTR9_ALLOW_CAST_WHILE_CHANNELING
Shauren
2024-06-25
Core/Spells: Exclude spells cast from client from being treated as triggered ...
Shauren
2024-06-25
Core/Spells: Implemented new trigger flag to cause spells to be instant witho...
Shauren
2024-06-24
Core/Spells: Rename more SpellAttr9 to official names
Shauren
2024-06-21
Core/Spells: Removed MECHANIC_IMMUNE_SHIELD + MECHANIC_BANISH special case ch...
Shauren
[next]