ikpil
|
7ffda46c2f
|
NUnit3TestAdapter 4.6.0
|
2024-07-26 22:10:17 +09:00 |
ikpil
|
cf7aec90ee
|
Changed DtNavMeshQuery.GetPolyWallSegments() to use Span<T> for enhanced performance, memory efficiency.
|
2024-07-16 22:19:41 +09:00 |
ikpil
|
e5d5867c56
|
rename RcVecUtils to RcVec
|
2024-06-25 00:02:59 +09:00 |
ikpil
|
b18845a749
|
Removed RcVecUtils.Scale()
|
2024-06-07 21:31:11 +09:00 |
ikpil
|
17ecdb1cc7
|
added RcMath.Lerp()
|
2024-05-30 22:53:01 +09:00 |
ikpil
|
2acbdf8c53
|
changed RecastTestMeshBuilder to TestMeshDataFactory
|
2024-05-28 00:06:21 +09:00 |
ikpil
|
e9c8b3eddf
|
added RcIO Tests
|
2024-05-27 00:01:14 +09:00 |
ikpil
|
104b5b02b2
|
cleanup TestMeshDataFactory
|
2024-05-25 23:01:16 +09:00 |
ikpil
|
34d2ef639a
|
update `DotRecast Copyright (c) 2023-2024 Choi Ikpil ikpil@naver.com`
|
2024-05-25 22:42:57 +09:00 |
ikpil
|
7664ae9f3d
|
code cleanup in RcResources
|
2024-05-25 09:36:00 +09:00 |
ikpil
|
2f50768909
|
upgrade Microsoft.NET.Test.Sdk 17.10.0
|
2024-05-23 22:42:17 +09:00 |
ikpil
|
886be3712f
|
Changed `DtWriter` to a static class and renamed it to `RcIO`
|
2024-05-23 22:39:03 +09:00 |
ikpil
|
99224251dc
|
Changed `List<DtStraightPath>` to `Span<DtStraightPath>` for enhanced memory efficiency
|
2024-05-23 21:19:16 +09:00 |
ikpil
|
c7f03d00ff
|
Changed `Dictionary<int, List<DtMeshTile>>` to `DtMeshTile[]` to optimize memory usage
|
2024-05-22 01:34:11 +09:00 |
ikpil
|
c9a54d4b4e
|
Added `DtCollectPolysQuery` and `FindCollectPolyTest`
|
2024-05-19 09:16:25 +09:00 |
ikpil
|
3808c13876
|
Changed `IDtPolyQuery` interface to make `Process()` more versatile
|
2024-05-18 14:50:22 +09:00 |
ikpil
|
47be4eca70
|
added DtNavMesh.Init()
|
2024-05-12 22:05:19 +09:00 |
ikpil
|
40306a5302
|
rename RcRecast, DtDetour
|
2024-05-12 01:11:03 +09:00 |
ikpil
|
e926c23195
|
SOH #41
|
2024-05-09 00:34:22 +09:00 |
ikpil
|
deb02778cc
|
rename corridor test
|
2024-05-08 23:50:12 +09:00 |
ikpil
|
cfdcc1336c
|
preparatory work to resolve the SOH issue during path merging.
|
2024-05-08 00:25:32 +09:00 |
ikpil
|
884789a934
|
added RcSpan unit test
|
2024-05-05 13:11:12 +09:00 |
ikpil
|
a84d66195e
|
added RcRentedArray test
|
2024-05-01 12:54:57 +09:00 |
ikpil
|
29fab9f5b2
|
soh-1
|
2024-04-30 00:13:52 +09:00 |
ikpil
|
f81975d97a
|
benchmark
|
2024-04-30 00:13:42 +09:00 |
ikpil
|
3ae7582043
|
added RcSpans util
|
2024-04-27 11:08:55 +09:00 |
ikpil
|
2ef6c0b27c
|
upgrade NUnit.Analyzers Version="4.2.0"
|
2024-04-27 11:00:33 +09:00 |
ikpil
|
adbb265ca2
|
added T[] vs Span<T> benchmark
|
2024-04-27 11:00:32 +09:00 |
ikpil
|
97777511a7
|
Added the keepInterResults option to RcBuilder.Build()
- https://github.com/ikpil/DotRecast/issues/66
|
2024-04-25 01:18:04 +09:00 |
ikpil
|
8fe46a6450
|
Keep Itermediate Results in JumpLinkBuilderSampleTools
|
2024-04-18 00:10:06 +09:00 |
ikpil
|
26a1dfddeb
|
fix bug where return value of dynamic update result is reversed
|
2024-04-13 12:43:54 +09:00 |
ikpil
|
402b25a436
|
fixed an issue where await deadlock could occur in various platform environments.
|
2024-04-12 00:08:06 +09:00 |
ikpil
|
7874b4403c
|
Renamed RcBuilderResult class to C# style naming
|
2024-04-10 20:39:06 +09:00 |
ikpil
|
82027dffd7
|
Limiting the number of tasks during build
|
2024-04-10 19:52:58 +09:00 |
ikpil
|
573386c473
|
update library K4os.Compression.LZ4 1.3.8, NUnit.Analyzers 4.1.0, coverlet.collector 6.0.2
|
2024-03-22 23:12:55 +09:00 |
ikpil
|
4b8cd8e31b
|
NUnit 4.1.0
|
2024-02-29 13:54:36 +09:00 |
ikpil
|
b81a5923a3
|
benchmark arrays
|
2024-02-24 20:36:33 +09:00 |
ikpil
|
3fbfb968d0
|
test RcRentedArray
|
2024-02-24 20:00:51 +09:00 |
ikpil
|
5b6fddcedc
|
coverlet.collector 6.0.1
|
2024-02-22 01:25:19 +09:00 |
wreng
|
609508c94f
|
Support split special case
|
2024-02-22 00:33:06 +09:00 |
wreng
|
c47cc79552
|
CyclicBuffers SIMD
|
2024-02-22 00:33:06 +09:00 |
ikpil
|
c908daa8c3
|
RcCyclicBuffer<T> optimizations @wrenge
|
2024-02-20 01:53:50 +09:00 |
wreng
|
097a365528
|
CyclicBuffer optimizations
|
2024-02-20 01:17:34 +09:00 |
ikpil
|
ad504fe217
|
Changed from List<T> to RcCyclicBuffer in DtCrowdTelemetry execution timing sampling @wrenge
- https://github.com/ikpil/DotRecast/issues/51
|
2024-02-18 00:43:29 +09:00 |
ikpil
|
d0bec3714e
|
added corridor maxpath for SOH issue
- https://github.com/ikpil/DotRecast/issues/41
|
2024-02-16 00:26:23 +09:00 |
ikpil
|
b26847d90f
|
change GetNodeMap to AsEnumerable in DtNodePool
|
2024-02-13 13:53:43 +09:00 |
ikpil
|
a65e5a3125
|
added DtNodeQueue unittest
|
2024-02-09 17:56:16 +09:00 |
ikpil
|
1db7fed92d
|
fix: RcSortedQueue.Remove can not use binary-search
|
2024-02-08 00:22:32 +09:00 |
ikpil
|
45e4426df6
|
Changed RcSortedQueue.Remove() function to use binary search
|
2024-02-08 00:03:06 +09:00 |
ikpil
|
a1b730da7d
|
Update Microsoft.NET.Test.Sdk 17.8.0 to 17.9.0
|
2024-02-07 22:54:52 +09:00 |