aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Spells
AgeCommit message (Expand)Author
2025-02-10Core/Spells: Added missing DBC data for some food effects. (#30679)Mykhailo Redko
2025-02-05Core/Misc: Reduce differences between branches and fix data sent in SMSG_AUCT...Shauren
2025-02-03Core/Misc: Reduce code differences between branchesShauren
2025-02-01Core/Spells: add name for cast_flag_unknown_2 to cast_flag_has_trajectoryKandera
2025-01-13Core/Spells: DynamicObject auras will now use the largest radius found in SPE...Shauren
2024-12-05Core/Spells: Fixed item level requirements for enchanting spellsShauren
2024-11-19Core/vmaps: Removed vmap lookup functions duplicating functionality of each o...Shauren
2024-11-15Core/Spells: Allow persistent area auras to apply all of their effects upon c...CraftedRO
2024-10-05Core/Objects: Unify WorldObjectSearcher classes into one common implementationShauren
2024-10-05Core/Objects: Pass privateObjectOwner guid directly to SummonCreature functionsShauren
2024-09-10Core/Player: Refactor talent internal storageShauren
2024-09-10Core/Misc: Reduce differences between branchesShauren
2024-09-09Core/Spells: Rename AuraEffect::IsAffectedOnSpell to IsAffectingSpellShocker
2024-09-09Core/Spells: Allow SPELL_AURA_SET_VEHICLE_ID to be used on creatures tooShocker
2024-09-02Core/Spells: Fixed spell target selection not being shared by multiple effect...Shauren
2024-07-04Core/Spells: Fixed possible use after free with deleted focusObject (#30062)Gildor
2024-06-27Core/Players: Improve reset spell cooldowns when entering arenas (#30032)Gildor
2024-06-27Core/Spells: Allow using SpellDifficulty.dbc on battleground maps (#30055)Gildor
2024-06-22Core/Spells: Don't return immune to reflected spells due to target aurastate ...Gildor
2024-06-21Core/Spells: Corrected SpellCastResult values sent on spell interruptsShauren
2024-06-20Core/Spells: Restore sending SMSG_CAST_FAILED for spells in SPELL_STATE_PREPA...Shauren
2024-06-20Core/Spells: Fixed incorrect comparison operator used on SpellInfo::Mechanic ...Shauren
2024-06-08Core/Auras: Improvements for SPELL_AURA_MOD_FAKE_INEBRIATE handlingr4dish
2024-06-08Core/Spells: Fix sobering spells and possible uint8 overflow/underflow in SPE...r4dish
2024-06-03Core/Spells: Don't send SMSG_CAST_FAILED for interrupted spells after they we...Shauren
2024-05-31Core/Spells: Removed early access_requirement checks for summon spells to pre...Shauren
2024-05-26Core/Spells: Fix dispelling movement impairing auras by PvP-trinket and simil...Mykhailo Redko
2024-05-18Core/Spells: Fix indentShauren
2024-05-18Core/Spells: Prevent creatures from being able to cast all their spells while...Shauren
2024-04-13Core/Spells: Fixed TargetB selectoin after d6ccdbea10a29091afc20471331f50260f...Shauren
2024-04-12Core/Spells: SPELL_ATTR1_REQUIRE_ALL_TARGETS should require that each unique ...Shauren
2024-04-08Core/Spells: Port SPELL_ATTR1_REQUIRE_ALL_TARGETS and SPELL_ATTR2_FAIL_ON_ALL...Shauren
2024-04-06Core/Spells: Fix Shadowform cooldown sometimes getting stuck (#29886)CraftedRO
2024-04-04Core/Spells: Allow Spells with SPELL_EFFECT_KNOCK_BACK to knockback stunned t...CraftedRO
2024-03-17Core/Spells: Improved spell explicit target fallback selection for unit targe...Shauren
2024-03-14Core/Objects: Added ToWorldObject and ToItemShauren
2024-03-14Core/Misc: Use our new unique_trackable_ptr for various classes exposed to sc...Shauren
2024-02-26Core/Spells: Don't modify item charges in all slots on a single item spell castShauren
2024-02-26Core/Misc: Warning fixesShauren
2024-02-25Core/Players: Move power regeneration calculations to Player::UpdatePowerRegenr4dish
2024-02-25Core/Players: Auras that change the rate of energy regeneration should have a...r4dish
2024-02-21Core/Spells: Allow spells with SPELL_DAMAGE_CLASS_NONE to critShauren
2024-02-21Core/Spells: Changed unintuitive behavior of SPELLVALUE_CRIT_CHANCE (#29730)Mykhailo Redko
2024-02-09Core/Spells: Immune a reflected spell if the original caster cannot be it's t...Mykhailo Redko
2024-01-13Core/Spells: Kill incorrect attribute implementationShauren
2023-11-10Core/Spells: Fixed Conflagrate direct damage not benefitting from talents tha...Shauren
2023-10-26Core/Spells: Make SpellEffectInfo not copyableShauren
2023-10-15Core/Auras: Implemented SPELL_ATTR7_DISABLE_AURA_WHILE_DEAD (suppress aura ap...Shauren
2023-08-17Core/Logging: Fixed a few missed log format statementsShauren
2023-08-15Core/Logging: Switch from fmt::sprintf to fmt::format (c++20 standard compati...Shauren