aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Movement
AgeCommit message (Expand)Author
2025-09-06Core/Spells: Implemented setting spell to cast on arrival from SPELL_EFFECT_J...Traesh
2025-06-25Core/Database: Improve code generated by DEFINE_FIELD_ACCESSOR_CACHEShauren
2025-06-25Core/Commands: Waypoint command fixesShauren
2025-06-24Core/Misc: Use new Field::Get*OrNull where possibleShauren
2025-06-18Core: Updated to 11.1.7Shauren
2025-06-17Core/Movement: Spline code cleanupShauren
2025-06-17Core/Misc: Remove extremely forgettable tiny utility functionShauren
2025-06-11Core/Movement: Fix WaypointMgr::GetNode infinite recursion (function isn't us...Shauren
2025-06-10Core/Misc: Kill copy/move constructors for singleton classesShauren
2025-06-07Core/Movement: Fixed orientation calculation when using MoveSpline::ComputePo...Shauren
2025-05-29Core/Movement: Spline<float> compile fixShauren
2024-12-31Core/Misc: Include cleanup - remove MapUtils.h from Containers.hShauren
2024-12-16Core/Misc: Fixed build with c++23 enabledShauren
2024-11-06Core/PacketIO: Named a bunch of unknown/unused fieldsShauren
2024-10-07Core/Movement: Implemented cyclic waypoint movement (#29923)ModoX
2024-08-02Core/Movement: Made fixed ChaseAngle optional and added possibility to ignore...ModoX
2024-06-29Core/Movement: Defined and implemented new spline flag - JumpOrientationFixedShauren
2024-06-21nopch build fixShauren
2024-06-21Core/Movement: Allow setting position or object facing targets for jump movementShauren
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