aboutsummaryrefslogtreecommitdiff
path: root/src/server
AgeCommit message (Expand)Author
2024-05-01Core/Spells: Implemented evoker empower spell mechanicShauren
2024-04-30Core/Misc: Refactor loading process to remove exit() calls that cause deadloc...Shauren
2024-04-29Core/Items: Implemented packets setting up inventory cleanup parametersShauren
2024-04-28Core/Proto: Regenerate LoginResult to include next_urlShauren
2024-04-28Core/Proto: Added missing 'next_url' field to Login.protoPhaneron
2024-04-28Core/Creatures: moved combat pulse into heartbeat handling and implemented CR...Ovahlord
2024-04-27Scripts/Items: Updated Amalgam's Seventh Spine script - fixed auras lingering...Shauren
2024-04-27Core/Auras: Implemented OnHeartbeat AuraScript hook and refactored an aurascr...Ovahlord
2024-04-27Core/Units: moved Vignette updating into Heartbeat handlingOvahlord
2024-04-27Core/Auras: implemented PROC_FLAG_HEARTBEAT and moved food/drink emote mechan...Ovahlord
2024-04-27Scripts/AzureVault: Fixed setting done boss state for Telash GreywingModoX
2024-04-26Core/Creature: implement overriding creature static flags based on spawnId an...Ovahlord
2024-04-26Scripts/Spells: Fix Crusader's Might cooldown reduction effect (#29938)Aqua Deus
2024-04-26Core/Player: moved indoors/outdoors aura interrupting mechanic into heartbeat...Ovahlord
2024-04-26Core/Units: moved cyclic spline synchronization mechanic heartbeat handlingOvahlord
2024-04-26Core/Player: moved the periodic group update mechanic into heartbeat handlingOvahlord
2024-04-26Core/Objects: implement internal heartbeat timer for WorldObjects (#29941)Ovahlord
2024-04-25Core/Movement: Migrate scripts using GetMotionMaster()->MoveSmoothPath to Get...Shauren
2024-04-24Core/Movement: Enable Catmullrom spline flag by default for flying waypoint p...Shauren
2024-04-24Core/Movement: Fixed spline packed deltas validation checkShauren
2024-04-23Build fix for clang <= 14Shauren
2024-04-23Core/Movement: Change default spline flags - Steering replaces SmoothGroundPathShauren
2024-04-23Core/Movement: Refactor MoveSplineFlag to get rid of undefined behavior (cast...Shauren
2024-04-22Core/Units: Name new spline flag and linked npc flagShauren
2024-04-22Core/Misc: Support boost 1.85Shauren
2024-04-21Scripts/Spells: Add new script for spells with feign death with all flags exc...Aqua Deus
2024-04-21Core/Movement: Fixed data sent in cyclic spline related packetsModoX
2024-04-21Core/Movement: Switch to uncompressed paths in spline packets automatically w...Shauren
2024-04-21Core/Movement: Implemented alternative method of smoothing waypoint paths (se...Shauren
2024-04-20Core/Spells: Fixed SpellInfo::GetSpellXSpellVisualId for nonplayer casters (#...ModoX
2024-04-20Core/Movement: Merge waypoints without delay into a single movement packetShauren
2024-04-20Core/Movement: Added functions to MoveSplineInit to enable steering flagShauren
2024-04-19Core/Movement: Store delay in WaypointNode as Milliseconds instead of raw int...Shauren
2024-04-19Core/Movement: Minor cleanup in WaypointMovementGenerator - local variable fo...Shauren
2024-04-18Core/Movement: Fixed pauses on waypoint movement happening at wrong times whe...Shauren
2024-04-17Core/Movement: Minor refactors in WaypointMovementGeneratorShauren
2024-04-17Core/Pathfinding: Allow using PathGenerator with any source location, not onl...Shauren
2024-04-16Scripts/Battlegrounds: Implement Twin Peaks (#29924)Jeremy
2024-04-15Core/Achievements: Fixed achievement SMSG_ACHIEVEMENT_EARNED not being sent t...Shauren
2024-04-14Core/SAI: Implement waiting for actions on action list to finish before conti...Shauren
2024-04-13Core/Conditions: Added startup error log for conditions using invalid effect ...Shauren
2024-04-12Scripts/Wandering Isle: Script quest 29419 The Missing Driver (#29821)Aqua Deus
2024-04-12Scripts/Quests: Improve quest 29408 (The Lesson of the Burning Scroll) (#29775)Aqua Deus
2024-04-12Scripts/Mardum: Implement "Hidden No More" quest accept event (#29899)Naddley
2024-04-12Core/Items: Implemented CreateTime item field and changed refund/soulbound tr...Shauren
2024-04-11Core/Items: Fix loading secondaryItemModifiedAppearanceSpec5 (#29917)Gosha
2024-04-11Core/Spells: Fixed TARGET_UNIT_AREA_THREAT_LIST and TARGET_UNIT_AREA_TAP_LISTShauren
2024-04-11Scripts/Quests: Handle quest 29409 (wandering isle) (#29784)Aqua Deus
2024-04-11Core/SAI: Added support for StringIds to creature and gameobject targets (#29...Meji
2024-04-10Core/Entities: Fixed m_stringIds[0] invalidation when reloading creature_temp...Shauren