aboutsummaryrefslogtreecommitdiff
path: root/src/server
AgeCommit message (Expand)Author
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
2024-04-10Core/Entities: Added possibility to inherit StringIds from other entities (#2...ModoX
2024-04-10Core/DBLayer: Support retrieving DATE/DATETIME/TIMESTAMP column values direct...Shauren
2024-04-09Core/Entities: nopch build fixModoX
2024-04-09Core/Entities: Update StringId assignment to use StringIdTypeModoX
2024-04-09Core/Entities: Added GetStringId helper methodsModoX
2024-04-09build fixShauren
2024-04-09Core/Auras: Fixed SPELL_ATTR10_ROLLING_PERIODIC for auras that have 0 base am...Shauren
2024-04-08Scripts/Forbidden Reach: Fix questgiver for initial quest not being there if ...Shauren
2024-04-08Core/Gameobjects: Changed the highlight logic for GAMEOBJECT_TYPE_GATHERING_N...Meji
2024-04-08Core/Misc: Fixed forced declined names initialization (#29898)RioMcBoo
2024-04-08Core/Quests: Update phaseshift when taking or abandoning quests (#29901)Meji
2024-04-08Core/Spells: "Fixed" Inescapable Torment talent dealing damage to priest when...Shauren
2024-04-08Scripts/Spells: Implemented Priest talent Unfurling Darkness (#29885)Mematoru
2024-04-07Scripts/Spells: Implemented Shadow Priest talent Mind Devourer (#29895)Mematoru
2024-04-07Core/Movement: Ensure land and takeoff animations even if gravity enabled/dis...Shauren
2024-04-06Core/Scripts: Integrate new ActionResultSetter with movement generators and s...Shauren