aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-08-24Core/AreaTrigger: Handle unit exit after OnRemove hook has been calledModoX
2023-08-24Core/Misc: Modernize comparison operatorsShauren
2023-08-23Core/Players: Remove player from group on faction change if two side ↵Gildor
interaction group is not allowed. (#28835) (cherry picked from commit 3dda65c53aaaf0a29eca180d8de2d825923364cc)
2023-08-23Core/Mail: Reorder mail attachment checks to be able to report nonempty bag ↵Anton Popovichenko
error to client. (#28844) (cherry picked from commit 9658d15b0c4189962e7600c34b70f9ceed2b3abe)
2023-08-23Update (core\log): Log correction (#28802)M'Dic
Loading AreaTrigger definitions to Loading Area Trigger Teleports definitions and also Re-Loading AreaTrigger teleport definitions to Re-Loading Area Trigger Teleport definitions (cherry picked from commit 48f9a807f3b6f05d35d161c6272f76c7c657d895)
2023-08-23Core/Spells: Prevent rerolling gathering skillups until success when mining ↵Shauren
or gathering herbs (cherry picked from commit 92b7c98c018c1b950a45fb639e70871dca739ebd)
2023-08-23Core/Arena: Correctly update the stats of the members of each team when the ↵Gildor
week ends and the arena points are distributed. (#28812) (cherry picked from commit 70b483aae4aefc581f5099b3d41b24c9e4bb1d98)
2023-08-23Core/Units: Fixed possible use after free in ThreatManagerShauren
Closes #28830
2023-08-22Build: Support ASAN on msvcShauren
2023-08-22Core/Misc: Add missing virtual destructorsShauren
2023-08-22DB/Draenor: Added some gameobject spawns for Assault on the Dark PortalAqua Deus
2023-08-22Core/Spells: Implement sqrt based aoe damage diminishing (#29192)Seyden
Co-authored-by: Shauren <shauren.trinity@gmail.com>
2023-08-21DB/TrialOfValor: Added creature_template_difficulty entries for lfr, normal, ↵ModoX
heroic and mythic difficulties
2023-08-20Scripts/Spells: Implement Ardent Defender (#29189)Aqua Deus
2023-08-20Scripts/Spells: Implement druid talent Inner Peace (#29186)Teleqraph
2023-08-20Scripts/Spells: Implement druid talent Embrace of the Dream (#29185)Teleqraph
2023-08-20Scripts/Spells: Implement druid talent Power of the Archdruid (#29184)Teleqraph
2023-08-20Scripts/Spells: Moved creature script to spell scriptShauren
2023-08-19Scripts/Spells: Implement Efflorescence and Spirit Blossoms (#29176)Teleqraph
Co-authored-by: Shauren <shauren.trinity@gmail.com>
2023-08-19License: Restore long lost OpenSSL exception (#29250)Giacomo Pozzoni
Restore long lost OpenSSL exception accidentally removed in 4559e99e0d0c87f6a13fd018d1de624fa350446f and include it in the COPYING license file.
2023-08-19Scripts/Spells: Update Wild Growth (#29173)Teleqraph
2023-08-19DB/Draenor: Added Chamber Doors for Assault of the Dark PortalAqua Deus
Closes #29243
2023-08-19DB/Draenor: Added some spawns for Assault on the Dark PortalAqua Deus
Closes #29241
2023-08-19Core/Spells: Rewrite SelectRandomInjuredTargets to make extending it with ↵Shauren
additional requirements easier and allow it to prioritize group members
2023-08-18Core/Auras: Minor optimization for Unit object creation with msvc (not ↵Shauren
allocating a list end sentinel node for all of the 500 lists stored in Unit for each aura type)
2023-08-18DB/Azsuna: Added spawns for The Ruined SanctumAqua Deus
Closes #28565
2023-08-17DB/Hotfixes: Fixed some missing broadcast_text errorsModoX
2023-08-17DB/Player: Added class level stats for hunterModoX
2023-08-16DB/Pets: Removed invalid spells from creature_template_spellShauren
Closes #29149
2023-08-16Core/Misc: Fixed minor formatting mistakesShauren
2023-08-16Scripts/Mardum: Implement DH intro event (#29211)Naddley
Co-Authored-By: funjoker <funjoker109@gmail.com>
2023-08-15Core/Scripts: Add ZoneScript hook for AreaTrigger creation/deletion (#29236)Jeremy
2023-08-15Core/Creatures: Updated totem slot assignment logicShauren
* Implemented SUMMON_SLOT_ANY_TOTEM * Fixed showing totems on player frames * Fixed removing totems from player frames * Fixed being able to summon unlimited windfury totems
2023-08-14DB/BlastedLands: Added Zidormi and handle TerrainSwapAqua Deus
Closes #29220
2023-08-14DB/Mardum: Added spawns for Despair RidgeNaddley
2023-08-14Core/Spells: Damage and healing bonus calculation fixesShauren
* Spells with SPELL_DAMAGE_CLASS_NONE are now allowed to benefit from spellmods * Fixed SPELL_AURA_MOD_DAMAGE_DONE_VERSUS_AURASTATE and SPELL_AURA_MOD_HEALING_DONE_PCT_VERSUS_TARGET_HEALTH not working for players
2023-08-14Core/Spells: Summons with no special title and duration -1ms should use ↵ModoX
TEMPSUMMON_MANUAL_DESPAWN
2023-08-14Scripts/Spells: Implement Germination and Luxuriant Soil (#29178)Teleqraph
Co-authored-by: Shauren <shauren.trinity@gmail.com>
2023-08-14Scripts/Commands: Implemented .debug play objectsound commandModoX
2023-08-13Core/Object: Implemented helper method PlayObjectSoundModoX
2023-08-13Core/Spells: Validate spellmod array size at startupShauren
2023-08-13Scripts/Spells: Unify major healing cooldown CDs modifiers for all classes ↵Teleqraph
(#29174)
2023-08-12Core/Spells: Updated default SpellPhaseMask that is generated for procs that ↵Shauren
do not have entry in spell_proc table
2023-08-11Scripts/Spells: Fixed Dark Reprimand not triggeringShauren
2023-08-11Scripts/Spells: Implement Atonement (Passive, pet), Power Leech (Passive, ↵Teleqraph
pet) and Essence Devourer (#29170)
2023-08-11DB/WorldStates: Define all currency world states as globalMeji
2023-08-10Scripts/Spells: Implement Epiphany and update Prayer of Mending's related ↵Teleqraph
talents (#29169)
2023-08-10Scripts/Spells: Implement Divine Image (#29034)Teleqraph
Co-authored-by: Shauren <shauren.trinity@gmail.com>
2023-08-10Core/Spells: Handle summon effect on spell launch instead of hitShauren
2023-08-10Core/Creatures: Clean up temporary summon duplicate level initializationShauren