aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Movement
AgeCommit message (Expand)Author
2024-05-18Core/Spells: Prevent creatures from being able to cast all their spells while...Shauren
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-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/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-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
2024-04-04Core/Movement: Allow overriding speed for taxi movement generatorShauren
2024-04-02Core/Movement: Added Velocity field to waypoint_path table (#29837)ModoX
2024-03-31Core/Entities: Make ObjectGuid formattable with fmt without using ToString()Shauren
2024-03-12Core/Movement: FIxed followPathBackwardsFromEndToStart parameter of MotionMas...Shauren
2024-03-12Core/Movement: Minor refactor for WaypointManager data loadingShauren
2024-03-12Core/Movement: Removed a possible lifetime trap when passing a custom Waypoin...Shauren
2024-03-12Core/Movement: Make MovementGenerator not copyable and movableShauren
2024-03-12Core/Movement: Removed default arg values from MovementGenerator Pause and Re...Shauren
2024-03-07Core/vmaps: Removed vmap lookup functions duplicating functionality of each o...Shauren
2024-03-02Core/Creatures: Implemented CREATURE_STATIC_FLAG_6_ALWAYS_STAND_ON_TOP_OF_TARGETShauren
2024-02-29Core/Movement: require a minimum wander_distance value of 0.1 and check the p...Ovahlord
2024-02-29Core/Creatures: implemented most movement related static flags and migrated e...Ovahlord
2024-02-28Core/Movement: MoveRotate improvementsShauren
2024-02-27Core/Creatures: Implemented CREATURE_STATIC_FLAG_5_NO_LEAVECOMBAT_STATE_RESTOREShauren
2024-02-22Warning fixShauren
2024-02-22Build fixShauren
2024-02-22Core/Movement: Removed template from FleeingMovementGeneratorShauren
2024-02-22Core/Creatures: Implemented CREATURE_STATIC_FLAG_4_NO_MELEE_APPROACH and fixe...Shauren
2024-02-18Core/Movement: MoveCirclePath new featuresShauren
2024-01-05Scripts/Movement: De-optional followPathBackwardsFromEndToStart in WaypointMo...ModoX
2024-01-05Core/Waypoints: Refactor to split data into path and node related info in db ...ModoX
2024-01-01Core/Waypoints: Also facing when orientation is set and node is last of pathModoX
2023-12-22Core/Maps: Fixed pathgenerator always returning NAV_GROUND from GetNavTerrainShauren
2023-11-24Core/Waypoints: Drop waypoint_scripts table (#29437)ModoX
2023-10-28Core/Creatures: Taxi improvementsShauren
2023-10-16Core/MMaps: Implemented a way to enable/disable certain terrain types for mov...Shauren
2023-08-27Core/Misc: Fixed doxygen docs being attached to wrong fieldsShauren
2023-08-08Core/MMaps: Fixed pathing for objects that have terrain swaps activeShauren
2023-05-29Core/Movement: Fixed uninitialized value in MoveSplineInitArgsShauren
2023-04-21GCC warning fixShauren