ModernUO/Scripts/Engines/Pathing
Vorspire 75c9c79a48 + Added FastMovementImpl
* Can be enabled or disabled by setting the static property 'Enabled' to true or false (disabled by default).
* Uses single-list caching for movement operations instead of multiple caches depending on direction.
* Uses deferred Linq queries to process high volumes of items in collision detection only when necessary.
* Reduces movement lag for all Mobiles, including players, even with thousands of on-screen Mobiles and Items.
2015-08-22 03:26:10 +01:00
..
FastAStarAlgorithm.cs
FastMovement.cs + Added FastMovementImpl 2015-08-22 03:26:10 +01:00
Movement.cs
MovementPath.cs
MoveResult.cs
PathAlgorithm.cs
PathFollower.cs
SlowAStarAlgorithm.cs