aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2024-02-05Core/Creatures: Implemented CREATURE_STATIC_FLAG_4_NO_BIRTH_ANIMShauren
2024-02-05Scripts/Priest: Implemented Priest talent Surge of Light (#29657)Mematoru23
2024-02-05Scripts/Spells: Implemented Mind Blast procs (#29641)Mematoru23
* Schism * Dark Indulgence
2024-02-05Scripts/Spells: Implemented Priest talent Blaze of Light (#29649)Mematoru23
2024-02-05Scripts/ExilesReach: Implemented quest Re-sizing the Situation (#29623)Malcrom
2024-02-04Scripts/ExilesReach: Fix owner selection for non personal summonsModoX
Closes #29655
2024-02-03Core/Achievements: Fixed updating EarnAchievement criteria type for guilds ↵Meji
and quest objectives (#29648)
2024-02-03Core/Conditions: Fixed typo in worldstate expression evaluation (#29639)Christyan
2024-02-01Core/Spells: Moved hardcoded immunity data for ↵Shauren
SPELL_AURA_MECHANIC_IMMUNITY_MASK to database
2024-02-01Scripts/Spells: Fixed possible crash in From Darkness Comes LightModoX
* 863a005ef229d62c81543355b558d719f013aca1 followup
2024-01-31Core/Achievements: Fixed BuyItemsFromVendors criteria typeMeji
2024-01-30Core/Creatures: Move immunities to separate table and implemented setting ↵Shauren
immunties to dispel, spell effects, aura types, aoe and chain targeting
2024-01-29Scripts/Boralus: Implement Quest "Sanctum of the Sages"" (#29636)Naddley
2024-01-29Scripts/Priest: Implemented Priest talent From Darkness Comes Light Aura ↵Cristian Vintila
(#29631)
2024-01-29Scripts/Spells: Implemented Priest talent Protective Light (#29630)Cristian Vintila
2024-01-29Core/Loot: Fixed items some not being lootable on second opening of a ↵Shauren
lootable item
2024-01-29Core/Players: fixed a possible crash in SendInitialPacketsBeforeAddToMap ↵Ovahlord
when uninstanced maps don't have a valid MapDifficulty entry
2024-01-27Scripts/Boralus: Implement quest "The Old Knight" (#29622)Naddley
2024-01-27Core/Battlegrounds: Strand of the Ancients Rework (#29576)Jeremy
2024-01-27Core/Battlegrounds: Added OnMapSet hookJeremy
2024-01-27Core/Players: Fixed CharacterCache by-name storage holding data for deleted ↵Shauren
characters
2024-01-26Scripts/ExilesReach: Implement The Scout-o-Matic 5000 and The Choppy Booster ↵Malcrom
Mk. 5 (#29575)
2024-01-26Core/Scene: Skip vehicle guids as transport for scene play until further ↵ModoX
research
2024-01-26Core/Misc: Update ResponseCodes for 10.2.5Shauren
Closes #29618
2024-01-25Core/Unit: Set DemonCreator for wild allied summonsModoX
2024-01-25Core/PacketIO: Fixed QuestSession QuestCompleted sizeShauren
2024-01-25Core/PacketIO: Handle QueryCountdownTimer (#29539)Jeremy
* Add it to battleground * Base implementation countdowns in Group * Fix timer sync between groups in battlegrounds
2024-01-24Core/PacketIO: Fixed CreateObject packet structure for areatriggersShauren
Closes #29616
2024-01-24Core/World: Fixed crash when shutting down server from console (#29615)Ghaster
2024-01-24Core/Players: Fixed typo preventing OOC regen (#29614)Ghaster
2024-01-23Scripts/Baradin Hold: cleaned up some leftovers from Argaloth's rework and ↵Ovahlord
applied some missing coding standards
2024-01-23Core/Loot: implemented a custom server config setting to enable or disable ↵Ovahlord
AE loot (#29602) This config primarily serves as a means to reduce potential code differences between the master and classic branches as now we no longer have to meddle with code
2024-01-23Core/Database: Fixed HotfixDatabase not being closed on shutdown with ↵Shauren
--update-databases-only Closes #29599
2024-01-22Scripts/Baradin Hold: rewrite Argaloth encounter (#29604)Ovahlord
* handle all missing mechanics and visuals * modernized instance script
2024-01-22Core/Object: use the final keyword for several (World)Object classes that ↵Ovahlord
should not get derived from (#29585)
2024-01-21Core: Updated to 10.2.5Shauren
2024-01-18Core/Bnet: Added SRP http endpoints10.2.0.52808Shauren
2024-01-17Scripts/Durotar: Implemented Vol'jins Visions (#29553)Malcrom
* on quest More Than Expected rewarded * on quest An Ancient Enemy rewarded
2024-01-17Scripts/ExilesReach: Update phasing when Stand your Ground quest removed ↵Malcrom
(#29589)
2024-01-16Core/Creatures: fixed a logic mistake in personal skinning loot that was ↵Ovahlord
causing creatures without loot to despawn instantly (#29586)
2024-01-16Core/Units: moved health and power ordering predicates from Unit header into ↵Ovahlord
CommonPredicates (#29584)
2024-01-16Core/Worldserver: Split Worldserver services into separate files (#29555)Meji
2024-01-16Core/Units: moved CharmInfo class and its definitions into a own file (#29583)Ovahlord
2024-01-16Core/Bnet: Prevent crashes cauised be invalid values in salt column in ↵Shauren
battlenet_accounts
2024-01-14Core/Spells: Kill incorrect attribute implementationShauren
(cherry picked from commit 8b183ddac3b77eea47eae578226ce8b928d262b8)
2024-01-12Core/Conditions: Added stringid condition typeShauren
2024-01-11Core/Conditions: Refactor ConditionMgr internals to get rid of separate ↵Shauren
containers for some condition source types
2024-01-10Scripts/ExilesReach: Fix copy paste failModoX
* fixes combat training for priest & warlock Closes #29574
2024-01-09Scripts/ExilesReach: Implemented quests Down with the Quilboar and Forbidden ↵Malcrom
Quilboar Necromancy (#29540) * also added scripts to creatures in the area
2024-01-09Core/Conversations: Use WorldObject actors if CreatureId is not provided in ↵ModoX
conversation_actors