Commit Graph

1045 Commits

Author SHA1 Message Date
wrenge 0b888b16fb Merge branch 'risky_optimizations' 2024-11-14 12:40:22 +03:00
wrenge 088edcd655 Intersection query alloc fix 2024-11-14 12:40:03 +03:00
wrenge 12e09475f0 Replace predicate find with simple find 2024-11-13 17:15:32 +03:00
wrenge 7de4b51135 Merge branch 'risky_optimizations' 2024-11-13 16:19:06 +03:00
wrenge 4824f29db7 Non alloc raycast 2024-11-13 15:51:02 +03:00
wrenge 2cf9d9de18 Merge branch 'risky_optimizations' 2024-11-13 14:20:49 +03:00
wrenge d2082c6586 Added clear 2024-11-13 14:20:38 +03:00
wrenge 0876d3adcf Merge branch 'risky_optimizations' 2024-11-13 13:55:25 +03:00
wrenge 1fa0320845 precache collections 2024-11-13 13:55:02 +03:00
wrenge 815a83e3cb Use precached queue instead of linked list 2024-11-13 13:42:43 +03:00
wrenge 592ecebe1e Proximity grid list reuse 2024-11-13 13:25:13 +03:00
wrenge b2a217d4a3 Object pool 2024-11-13 13:21:41 +03:00
wrenge 5c0ba9dba1 Reuse grid instead of creating new 2024-11-13 13:14:32 +03:00
wrenge 38a8029b6e Merge branch 'risky_optimizations' 2024-11-13 12:57:33 +03:00
wrenge 418a39a576 MergeCorridorEndMoved alloc fix 2024-11-13 12:57:19 +03:00
wrenge 05613f196f MergeCorridorStartShortcut alloc fix 2024-11-13 12:52:33 +03:00
wrenge 4dee6b20b5 typo fix 2024-11-13 12:48:02 +03:00
wrenge 49da3fb454 Removed allocations from MergeCorridorStartMoved 2024-11-13 12:09:48 +03:00
wrenge 2c6f6a50cc CollectionExtensions.cs List<T>.AddRange(Span<T>) 2024-11-13 12:09:29 +03:00
wrenge dbc92a9aef RcRentedArray AsSpan 2024-11-13 11:54:10 +03:00
wrenge c7c6e53d61 Made list in DtPathCorridor.cs readonly 2024-11-13 11:32:38 +03:00
wrenge 858e094ea0 Revert "Allocation free merge corridor"
This reverts commit acd3f8d879.
2024-11-13 11:11:12 +03:00
wrenge acd3f8d879 Allocation free merge corridor 2024-11-13 10:22:04 +03:00
wrenge fff0998613 Pass delegate 2024-11-13 09:35:27 +03:00
wrenge 2397f23fc3 Queries change 2024-11-12 16:56:11 +03:00
wrenge b6a1a81fdc Reverse comparer shenanigans 2024-11-12 16:37:39 +03:00
wrenge c989276f5e [NETSIM] rented array into struct 2024-11-12 16:01:35 +03:00
wrenge c0b916a0d1 Use object pools instead of allocating new lists 2024-11-12 14:47:57 +03:00
wrenge 3e754529e5 Node pool change 2024-11-12 14:10:20 +03:00
wrenge 8642d47738 version bump 2024-11-12 11:21:28 +03:00
wrenge ff930712ee Use rented array instead of allocating 2024-11-12 11:18:14 +03:00
wrenge 6fe6844efd Span access 2024-11-11 14:26:35 +03:00
wrenge c8104cec4d Replaced arrays with spans in query. Replaced array allocation with buffer rent in query. 2024-11-11 14:19:43 +03:00
wrenge db0717a77e package version bump 2024-11-11 11:37:12 +03:00
wrenge 724be6f3b2 Backport 20a86b5bae 2024-11-11 11:34:47 +03:00
wrenge 0f28fa26ec Merge branch 'main'
# Conflicts:
#	src/DotRecast.Detour.Crowd/DtObstacleAvoidanceQuery.cs
#	src/DotRecast.Detour/DtBVNode.cs
#	src/DotRecast.Detour/DtNavMesh.cs
#	src/DotRecast.Detour/DtNavMeshQuery.cs
#	src/DotRecast.Detour/DtPoly.cs
#	src/DotRecast.Detour/DtPolyDetail.cs
#	src/DotRecast.Recast.Toolset/RcNavMeshBuildSettings.cs
#	test/DotRecast.Core.Test/RcRentedArrayTest.cs
2024-11-11 11:09:29 +03:00
ikpil fba594724c Silk.NET" 2.22.0 2024-11-07 00:50:47 +09:00
Georgiy Sadovnikov 20a86b5bae fix getting normal vector from raycast 2024-11-05 16:22:24 +03:00
ikpil 193fe6dce5 fix publish error 2024-10-28 23:28:35 +09:00
Семенов Иван c84fb0b11e Fixed: decrease offmesh connection trigger radius for crowd 2024-10-28 17:08:29 +03:00
ikpil 43446d4443 add publish to unirecast 2024-10-28 22:36:20 +09:00
Семенов Иван 4a1b430ee6 Added: allow set userId for offmesh connections 2024-10-25 14:51:32 +03:00
Семенов Иван 53aac60713 Fixed: tiles cache mesh process with off mesh links 2024-10-25 10:21:22 +03:00
ikpil 4ec36fb8b4 Serilog.Sinks.Async 2.1.0 2024-10-25 14:03:51 +09:00
ikpil 5de6e06a94 Serilog 4.1.0 2024-10-23 08:54:31 +09:00
ikpil 1bf2ff48f2 Changed bmin/bmax from float[] to RcVec2f for improved memory efficiency and readability 2024-10-13 16:41:25 +09:00
ikpil ea437ef020 Changed bmin/bmax from int[] to RcVec3i for improved memory efficiency 2024-10-13 16:30:52 +09:00
ikpil ecc02f12e4 install dotnet all version for unittest 2024-10-13 15:04:37 +09:00
ikpil a225e32a5a Serilog.Settings.Configuration 8.0.4 2024-10-10 13:39:58 +09:00
ikpil e9ca704ab7 update Serilog.Settings.Configuration 8.0.3 2024-10-08 13:44:36 +09:00