aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2025-02-10Core/Movement: Fixed formation movement resetting state on every waypoint of ↵Shauren
its leader Closes #29950 (cherry picked from commit 1f62d3caaac234bca14929ec2397befe69b85900)
2025-02-10Core/Misc: Reduce code differences between branchesShauren
(cherry picked from commit afbde8800a3c9f74c3427f26ade5fd662bef9435)
2025-02-09Core/Packets: updated SpellModifierData struct for 4.4.1Ovahlord
2025-02-09Scripts/Spells: fixed Lava Burst crit chance against targets affected by ↵Ovahlord
Flame Shock
2025-02-08Core/Battlegrounds: Fixed invalid reference to temporaryShauren
(cherry picked from commit 2fd120da3206a067bc8c9ff88bfbeadc4b6f4641)
2025-02-08Scripts: Remove unneccessary DoublePosition from AreaBoundaryShauren
(cherry picked from commit 0f5d634e381b2bf6d4062c0ebd31551d98f64a32) # Conflicts: # src/server/scripts/Shadowlands/SepulcherOfTheFirstOnes/instance_sepulcher_of_the_first_ones.cpp
2025-02-08nopch fix (for real this time)Shauren
(cherry picked from commit e5fd0bd7934c6feb2c1a63f87c60af30213d28e5)
2025-02-08fix nopchModoX
* and use Position const& for polygon origin * aed08b8a82cd4c14a6831ace7e9c4065ce29c5a4 followup (cherry picked from commit 926f36758ad4335a69fd3aa9f7aa783bad81d404)
2025-02-08Core/Maps: Implemented PolygonBoundaryModoX
(cherry picked from commit aed08b8a82cd4c14a6831ace7e9c4065ce29c5a4)
2025-02-08Core/GridNotifiers: Added areatrigger searchers and ↵ModoX
NearestAreaTriggerEntryInObjectRangeCheck (cherry picked from commit 8b7dce6521323e788ebf28297ec941a6f9bf876f)
2025-02-08Core/Auras: Ensure aura target of SPELL_AURA_TRIGGER_SPELL_ON_POWER_PCT has ↵Shauren
required power type Closes #30669 (cherry picked from commit fc54ae79a95bc162bd0ceec199561af873576a23)
2025-02-08Core/Misc: Reduce code differences between branchesShauren
(cherry picked from commit 9201c0f035308af07ef416a7a10fbaa98176badb)
2025-02-08Core/AreaTriggers: Corrected initial "fake" spline point for areatrigger ↵Shauren
movement (cherry picked from commit 24af663443be84ae2394c27287304ce794024058)
2025-02-04Core/Quests: Updated quest future status checks to include all variants of ↵Shauren
that status (cherry picked from commit 5875058ed813b90aa37c403a044d471e6ab39a89)
2025-02-04Core/Misc: Reduce code differences between branchesShauren
(cherry picked from commit 69b647a24ca5c86772409550bb9df8e9f79531ec)
2025-02-04Core/Objects: Make guid generators atomicShauren
(cherry picked from commit 6c925ed40c4396b69303839190d6687b98c88c60)
2025-02-04Core/Vehicle: Added RideSpellID field to override npc_spellclick_spells (#30198)ModoX
(cherry picked from commit 46251b56553b610588eea89b83b4b4e8b88e47da) # Conflicts: # sql/updates/world/cata_classic/2025_02_01_03_world.sql
2025-02-04Core/Commands: Fixed .debug guidlimits output for creature guidsShauren
(cherry picked from commit 4db19d3a1aa766ab2e6a5f4916df87a6326210b7)
2025-02-01Core/Spells: Remove manual spell guid creation in scriptsShauren
(cherry picked from commit dbd761d20a1b2343ffd8bb778185a649e551b48a) # Conflicts: # sql/updates/world/cata_classic/2025_02_01_00_world.sql # src/server/scripts/Commands/cs_misc.cpp
2025-02-01Fix nopch buildModoX
(cherry picked from commit 813eb164410ee5fb64b5813d40add895acbf076a)
2025-02-01Core/Auras: Send scene complete if a SPELL_AURA_PLAY_SCENE aura is removed ↵ModoX
by expiration (cherry picked from commit e58fa4c35eaf24cfa4866b8ca24a61d45a3382d2)
2025-02-01Core/SAI: Improve SMART_ACTION_ATTACK_START to exclude non-unit targets from ↵sanctum32
selection pool (#30653) (cherry picked from commit 444a98111a8d08a985d9489b06f0e1487c04cab6)
2025-02-01Core/Spells: Refactor SpellHistory ModifyCoooldowns and ResetCooldowns ↵Shauren
callbacks to use CooldownEntry argument instead of internal iterator (cherry picked from commit ace6342aea9e8e3f69af88ca3963fc961ba56f1b) # Conflicts: # src/server/scripts/Spells/spell_dh.cpp
2025-02-01Core/Auras: Fixed SPELL_ATTR1_IMMUNITY_TO_HOSTILE_AND_FRIENDLY_EFFECTS logic ↵Shauren
- no longer incorrectly unapplies all auras for immunities that don't use it (cherry picked from commit 107ca37c6816aa53460b8d3200bfe45cc4c5e3aa)
2025-02-01Core/Spells: Don't fail spells SPELL_ATTR2_FAIL_ON_ALL_TARGETS_IMMUNE when ↵Shauren
target list is empty for one effect Closes #30603 (cherry picked from commit a5c547a383e40b155a2063404c040ea0007c9ebd)
2025-02-01Core/Conditions: Corrected upper array bound requirement for ↵Shauren
PlayerConditionLogic (cherry picked from commit 38096181ebcc61df3155f6d419974cd96544e4a8)
2025-01-26Scripts/Spells: fixed Seal of InsightOvahlord
2025-01-26Scripts/Spells: fixed Judgement of Truth damage bonusOvahlord
2025-01-26Core/Items: Fixed item spell charge slot indexingShauren
Closes #30585 (cherry picked from commit c85d12fc3f0576163d4ffa91bb38f66894305349) # Conflicts: # src/server/game/Entities/Item/Item.h # src/server/game/Globals/ObjectMgr.cpp
2025-01-26Core/Spells: Prevent even more cases of sending aura update packets for ↵Shauren
auras that aren't visible on client (cherry picked from commit 380b1f8986c20803ae7d8c2387d31a2645a7e508)
2025-01-26Core/Objects: Removed type casts before accessing WorldObject::m_Events that ↵Shauren
became unneccessary after moving it from Unit to WorldObject (cherry picked from commit bc8874f30597a996eb30b7b278bcc71b2f082f10)
2025-01-26Core/Spells: Prevent sending aura update packets for auras that aren't ↵Shauren
visible on client Closes #30633 (cherry picked from commit e9470cd817890334a6a6d1609896de87e3cea5d4)
2025-01-26Core/Spells: added missing AttributesEx15 member to SpellInfoOvahlord
2025-01-26Core/Spells: Added AttributesEx15 for serverside spells (#30632)Meji
(cherry picked from commit c9456ce8266b775208584244bd9893051f587e04) # Conflicts: # sql/updates/world/cata_classic/2025_01_23_00_world.sql # src/server/game/Spells/SpellMgr.cpp
2025-01-26Scripts/Spells: fixed Seal of TruthOvahlord
2025-01-26Scripts/Spells: round the damage values of Seal of Righteousness and Seal of ↵Ovahlord
Justice to match expected numbers and to prevent low level players from dealing no damage
2025-01-26Scripts/Spells: fixed Seal of JusticeOvahlord
2025-01-26Scripts/Spells: fixed JudgementOvahlord
2025-01-25Core/Auras: apply AURA_STATE_MARKED for Paladin SealsOvahlord
2025-01-25Scripts/Spells: fixed Seal of RighteousnessOvahlord
2025-01-21Core/Spells: Reimplemented target type 106 as random point from points ↵Shauren
predefined in database Closes #30116 (cherry picked from commit 2a51a6454912df635099572d07789a1d6789ff4d) # Conflicts: # sql/updates/world/cata_classic/2025_01_21_00_world.sql
2025-01-21Core/Utils: Allow using Trinity::IteratorPair with SelectRandomContainerElementShauren
(cherry picked from commit 476b8951e1fffc05a01ab04fea6e1134a6f0f95a)
2025-01-21Scripts/Spells: Use Spell::GetPowerTypeCostAmount where possible instead of ↵Shauren
iterating Spell::GetPowerCost (cherry picked from commit 26376d89e165aece42e58213632ef43ecb0d81b3) # Conflicts: # src/server/scripts/Spells/spell_druid.cpp # src/server/scripts/Spells/spell_rogue.cpp # src/server/scripts/Spells/spell_shaman.cpp
2025-01-20Core/Spells: Replace SpellTargetPosition structure with WorldLocationShauren
(cherry picked from commit 0e36fd93601f10949c848c1fc30ee3b70f2cecfa)
2025-01-20Core/Spells: Exclude TriggerCastFlags that can be set for non-triggered ↵Shauren
spells from being checked by Spell::IsTriggered (cherry picked from commit 56fb627c7dd151190412468370db083ef3b044ad)
2025-01-20Core/Misc: Added float chrono typedefsShauren
(cherry picked from commit cb4013efe67a875dc19ef3bcd5b8c142f5a131d6) # Conflicts: # src/server/scripts/Spells/spell_dh.cpp # src/server/scripts/Spells/spell_evoker.cpp
2025-01-18Core/Spells: Add summoned DynamicObject to casters ChannelObjects if spell ↵Shauren
is channelled
2025-01-18Core/Misc: Remove return type std::enable_if based SFINAEShauren
2025-01-18Core/Misc: Remove unneccessary structure packing and one unused enumShauren
2025-01-18Core/Spells: Fixed SPELL_AURA_IGNORE_SPELL_COOLDOWN - don't start cooldown ↵Shauren
for affected spells