aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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
2024-01-09Core/Conversation: Implemented conversation flags (#29552)ModoX
2024-01-09Scripts/Boralus: Implement Quest "Get Your Bearings" (#29566)Naddley
2024-01-09Core/Spell: Fix target check for TARGET_UNIT_RECT_CASTER_ENEMYModoX
2024-01-08Core/Creatures: Moved autoattack handling from scripts to gameShauren
2024-01-08Core/Creatures: Added possibility to automatically despawn personal summons ↵ModoX
on quest remove (#29114)
2024-01-08Core/Spells: Added option to override orientation for target types using ↵ModoX
spell_target_position table (#29551)
2024-01-07Core/GameObjects: Fixed incorrect startup error logShauren
2024-01-05Core/AreaTrigger: Fix areatrigger debug output not printing spawnid properlyModoX
2024-01-05Scripts/Draenor: Implemented Garrison V1 Alliance enter/exit (#29550)Naddley
2024-01-05Scripts/Movement: De-optional followPathBackwardsFromEndToStart in ↵ModoX
WaypointMovementGenerator
2024-01-05Core/Waypoints: Refactor to split data into path and node related info in db ↵ModoX
(#29506)
2024-01-05Core/Players: Fixed objects not being visible after seamless teleportsShauren
2024-01-03Scripts/DunMorogh: Removed some experimental leftovers from Joren Ironstock ↵ModoX
script
2024-01-02Core/Config: Added missing config CONFIG_CORPSE_DECAY_RAREShauren
2024-01-02Core/Maps: implement LIQUID_MAP_OCEAN_FLOOR to identify units that are on ↵Ovahlord
the bottom of a liquid (#29545)
2024-01-02Core/Maps: restored a hack in gridmap liquid status code to solve precision ↵Ovahlord
issues (#29544) Closes #29543 Closes #22020
2024-01-02Scripts/Stormwind: Implement Quest "Nation Of KulTiras" (#29547)Naddley
2024-01-01Scripts/Karazhan: Removed a custom reimplementation of DoMeleeAttackIfReady ↵Shauren
(written before dual wield was supported by it)