DotRecastNetSim/src/DotRecast.Detour
ikpil f0eb976ba0 change index -> ptr 2024-02-13 13:53:43 +09:00
..
Io refactor: changed float[6] to RcVec3f[2] in DtOffMeshConnection class 2023-11-11 12:36:40 +09:00
BVItem.cs move class type 2023-05-07 12:36:27 +09:00
BVItemXComparer.cs add shared comparer 2023-08-05 08:42:21 +09:00
BVItemYComparer.cs add shared comparer 2023-08-05 08:42:21 +09:00
BVItemZComparer.cs add shared comparer 2023-08-05 08:42:21 +09:00
DetourBuilder.cs rename for unity3d 2023-07-31 15:38:53 +09:00
DotRecast.Detour.csproj add release note url in nuget package 2024-02-03 22:53:17 +09:00
DtBVNode.cs changed class names by c++ recastnavigation 2023-06-08 21:38:02 +09:00
DtConnectPoly.cs Added DtConnectPoly 2023-07-01 00:18:25 +09:00
DtConvexConvexInFlag.cs refactoring: prefix Dt 2023-10-05 00:11:58 +09:00
DtConvexConvexIntersection.cs refactoring: prefix Dt 2023-10-05 00:11:58 +09:00
DtConvexConvexIntersections.cs refactor: add type-safe array copy function 2023-11-11 13:08:52 +09:00
DtDefaultQueryHeuristic.cs feat: change namespace RcVec2f, RcVec3f, RcMatrix4x4f for dotent 8 2023-10-16 23:55:34 +09:00
DtDetailTriEdgeFlags.cs refactor: Move constants from class DtNavMesh to class DtDetailTriEdgeFlags 2023-10-10 23:47:20 +09:00
DtFindNearestPolyQuery.cs refactor: RcVec3f.DistSqr, RcVec3f.LenSqr 2023-10-25 00:40:00 +09:00
DtFindPathOption.cs refactor: DtFindPathOptions, DtRaycastOptions 2023-10-08 14:28:56 +09:00
DtFindPathOptions.cs refactor: DtFindPathOptions, DtRaycastOptions 2023-10-08 14:28:56 +09:00
DtLink.cs changed class names by c++ recastnavigation 2023-06-08 21:38:02 +09:00
DtMeshData.cs typo 2023-08-19 14:54:36 +09:00
DtMeshHeader.cs typo 2023-11-09 22:36:00 +09:00
DtMeshTile.cs typo 2023-08-19 14:54:36 +09:00
DtNavMesh.cs update comments 2024-01-08 14:08:07 +09:00
DtNavMeshBuilder.cs refactor: add type-safe array copy function 2023-11-11 13:08:52 +09:00
DtNavMeshCreateParams.cs feat: change namespace RcVec2f, RcVec3f, RcMatrix4x4f for dotent 8 2023-10-16 23:55:34 +09:00
DtNavMeshParams.cs feat: change namespace RcVec2f, RcVec3f, RcMatrix4x4f for dotent 8 2023-10-16 23:55:34 +09:00
DtNavMeshQuery.cs rese DtNode in DtNodePool 2024-02-13 13:53:43 +09:00
DtNavMeshRaycast.cs refactor: readonly struct DtPolyDetail 2023-11-09 21:57:38 +09:00
DtNoOpDtPolygonByCircleConstraint.cs feat: change namespace RcVec2f, RcVec3f, RcMatrix4x4f for dotent 8 2023-10-16 23:55:34 +09:00
DtNode.cs change index -> ptr 2024-02-13 13:53:43 +09:00
DtNodeFlags.cs refactor: DtNodeFlags 2023-10-08 14:40:07 +09:00
DtNodePool.cs change GetNodeMap to AsEnumerable in DtNodePool 2024-02-13 13:53:43 +09:00
DtNodeQueue.cs added DtNodeQueue unittest 2024-02-09 17:56:16 +09:00
DtOffMeshConnection.cs refactor: changed float[6] to RcVec3f[2] in DtOffMeshConnection class 2023-11-11 12:36:40 +09:00
DtPathUtils.cs refactor: Math -> MathF 2023-10-25 00:09:34 +09:00
DtPoly.cs refactor: DtPolyTypes 2023-10-08 14:32:13 +09:00
DtPolyDetail.cs refactor: readonly struct DtPolyDetail 2023-11-09 21:57:38 +09:00
DtPolyPoint.cs feat: change namespace RcVec2f, RcVec3f, RcMatrix4x4f for dotent 8 2023-10-16 23:55:34 +09:00
DtPolyTypes.cs refactor: DtPolyTypes 2023-10-08 14:32:13 +09:00
DtQueryData.cs feat: change namespace RcVec2f, RcVec3f, RcMatrix4x4f for dotent 8 2023-10-16 23:55:34 +09:00
DtQueryDefaultFilter.cs feat: change namespace RcVec2f, RcVec3f, RcMatrix4x4f for dotent 8 2023-10-16 23:55:34 +09:00
DtQueryEmptyFilter.cs feat: change namespace RcVec2f, RcVec3f, RcMatrix4x4f for dotent 8 2023-10-16 23:55:34 +09:00
DtQueryNoOpFilter.cs feat: change namespace RcVec2f, RcVec3f, RcMatrix4x4f for dotent 8 2023-10-16 23:55:34 +09:00
DtRaycastHit.cs fix: DtRaycastHit SOH issue reslove 2024-02-01 13:59:22 +09:00
DtRaycastOptions.cs refactor: DtFindPathOptions, DtRaycastOptions 2023-10-08 14:28:56 +09:00
DtSegInterval.cs readonly DtSegInterval 2023-07-08 10:54:07 +09:00
DtStatus.cs Fix typo 2023-12-23 11:14:00 +09:00
DtStraightPath.cs feat: change namespace RcVec2f, RcVec3f, RcMatrix4x4f for dotent 8 2023-10-16 23:55:34 +09:00
DtStraightPathFlags.cs refactor: flags 2023-10-08 14:23:58 +09:00
DtStraightPathOption.cs feat: added DotRecast.Core.Collections namespace 2023-10-17 00:24:09 +09:00
DtStraightPathOptions.cs refactor: DtFindPathOptions, DtRaycastOptions 2023-10-08 14:28:56 +09:00
DtStrictDtPolygonByCircleConstraint.cs refactor: RcVec3f.Dist2D, Dist2DSqr, Perp2D 2023-10-25 23:50:54 +09:00
DtUtils.cs refactor: vector3 2023-10-27 23:52:55 +09:00
IDtPolyQuery.cs changed class names by c++ recastnavigation 2023-06-08 21:38:02 +09:00
IDtPolygonByCircleConstraint.cs feat: change namespace RcVec2f, RcVec3f, RcMatrix4x4f for dotent 8 2023-10-16 23:55:34 +09:00
IDtQueryFilter.cs feat: change namespace RcVec2f, RcVec3f, RcMatrix4x4f for dotent 8 2023-10-16 23:55:34 +09:00
IDtQueryHeuristic.cs feat: change namespace RcVec2f, RcVec3f, RcMatrix4x4f for dotent 8 2023-10-16 23:55:34 +09:00