.. |
Io
|
Changed `Dictionary<int, List<DtMeshTile>>` to `DtMeshTile[]` to optimize memory usage
|
2024-05-22 01:34:11 +09:00 |
AbstractDetourTest.cs
|
Changed `DtWriter` to a static class and renamed it to `RcIO`
|
2024-05-23 22:39:03 +09:00 |
ConvexConvexIntersectionTest.cs
|
remove Parallelizable in UnitTest
|
2024-01-21 19:27:58 +09:00 |
DotRecast.Detour.Test.csproj
|
upgrade Microsoft.NET.Test.Sdk 17.10.0
|
2024-05-23 22:42:17 +09:00 |
DtNodePoolTest.cs
|
change GetNodeMap to AsEnumerable in DtNodePool
|
2024-02-13 13:53:43 +09:00 |
DtNodeQueueTest.cs
|
added DtNodeQueue unittest
|
2024-02-09 17:56:16 +09:00 |
FindCollectPolyTest.cs
|
Added `DtCollectPolysQuery` and `FindCollectPolyTest`
|
2024-05-19 09:16:25 +09:00 |
FindDistanceToWallTest.cs
|
remove Parallelizable in UnitTest
|
2024-01-21 19:27:58 +09:00 |
FindLocalNeighbourhoodTest.cs
|
remove Parallelizable in UnitTest
|
2024-01-21 19:27:58 +09:00 |
FindNearestPolyTest.cs
|
Added `DtCollectPolysQuery` and `FindCollectPolyTest`
|
2024-05-19 09:16:25 +09:00 |
FindPathTest.cs
|
Changed `List<DtStraightPath>` to `Span<DtStraightPath>` for enhanced memory efficiency
|
2024-05-23 21:19:16 +09:00 |
FindPolysAroundCircleTest.cs
|
remove Parallelizable in UnitTest
|
2024-01-21 19:27:58 +09:00 |
FindPolysAroundShapeTest.cs
|
remove Parallelizable in UnitTest
|
2024-01-21 19:27:58 +09:00 |
GetPolyWallSegmentsTest.cs
|
remove Parallelizable in UnitTest
|
2024-01-21 19:27:58 +09:00 |
MoveAlongSurfaceTest.cs
|
SOH #41
|
2024-05-09 00:34:22 +09:00 |
NavMeshBuilderTest.cs
|
rename RcRecast, DtDetour
|
2024-05-12 01:11:03 +09:00 |
PolygonByCircleConstraintTest.cs
|
remove Parallelizable in UnitTest
|
2024-01-21 19:27:58 +09:00 |
RandomPointTest.cs
|
soh-1
|
2024-04-30 00:13:52 +09:00 |
RecastTestMeshBuilder.cs
|
Added the keepInterResults option to RcBuilder.Build()
|
2024-04-25 01:18:04 +09:00 |
SampleAreaModifications.cs
|
align
|
2023-08-08 23:29:17 +09:00 |
TestDetourBuilder.cs
|
Added the keepInterResults option to RcBuilder.Build()
|
2024-04-25 01:18:04 +09:00 |
TestTiledNavMeshBuilder.cs
|
added DtNavMesh.Init()
|
2024-05-12 22:05:19 +09:00 |
TiledFindPathTest.cs
|
remove Parallelizable in UnitTest
|
2024-01-21 19:27:58 +09:00 |