ikpil
|
15384cacb0
|
fix: SOH issue (#41)
fix: SOH issue step2 (#41)
https://github.com/ikpil/DotRecast/issues/41
fix: SOH issue step3 (#41)
- https://github.com/ikpil/DotRecast/issues/41
fix : SOH issue (#41)
- https://github.com/ikpil/DotRecast/issues/41#issuecomment-1908359895
fix: SOH issue (#41)
- https://github.com/ikpil/DotRecast/issues/41#issuecomment-1908365394
fix: SOH issue(#41)
https://github.com/ikpil/DotRecast/issues/41#issuecomment-1908367226
array benchmark
benchmark array test step2
test
ss
|
2024-04-27 11:01:57 +09:00 |
ikpil
|
3c4723c907
|
added npath in MergeCorridor functions
|
2024-02-23 01:02:23 +09:00 |
ikpil
|
7836b78bb4
|
added DtCrowdConst.MAX_PATH_RESULT = 256
|
2024-02-23 00:52:23 +09:00 |
wreng
|
fa837a84ed
|
Replaced foreach with for to avoid enumerator allocations
|
2024-02-22 00:20:54 +09:00 |
ikpil
|
804cb275a7
|
Added struct DtCrowdScopedTimer to avoid allocations in scoped timer calls @wrenge
- https://github.com/ikpil/DotRecast/pull/54
|
2024-02-20 01:10:54 +09:00 |
wreng
|
3158dfc29c
|
Avoid allocation in ScopedTimer call
|
2024-02-20 00:52:31 +09:00 |
ikpil
|
01b3bcf771
|
added RcCylicBuffer<long> extensions
|
2024-02-19 00:36:44 +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 |
wreng
|
a359686171
|
Replaced list with cyclic buffer
|
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
|
41ab26c03f
|
rename _ext to _agentPlacementHalfExtents in DtCrowd
|
2024-02-15 00:36:58 +09:00 |
ikpil
|
742b7f7db8
|
reposition DT_CROWDAGENT_MAX_NEIGHBOURS, DT_CROWDAGENT_MAX_CORNERS
|
2024-02-15 00:25:55 +09:00 |
ikpil
|
bd4825dcd5
|
reposition DtCrwdAgent class comment
|
2024-02-14 01:48:33 +09:00 |
ikpil
|
aae0884f5a
|
reposition MIN_TARGET_DIST
|
2024-02-14 01:40:43 +09:00 |
ikpil
|
a5b3344c1f
|
replace DtPathCorridor comment
|
2024-02-14 01:34:16 +09:00 |
ikpil
|
6b033ab058
|
add release note url in nuget package
|
2024-02-03 22:53:17 +09:00 |
ikpil
|
c61c2ba875
|
update package description
|
2024-02-01 22:47:12 +09:00 |
ikpil
|
dbb03988f5
|
fix: DtRaycastHit SOH issue reslove
|
2024-02-01 13:59:22 +09:00 |
ikpil
|
aaff85b229
|
fix: Change DtRaycastHit class to struct to resolve SOH issue. step2
|
2024-02-01 13:59:22 +09:00 |
ikpil
|
41df518a08
|
fix: SOH issue step1 (#41)
- https://github.com/ikpil/DotRecast/issues/41
|
2024-01-30 00:40:20 +09:00 |
Ikpil
|
7e472fae55
|
Pr/support net8 (#20)
* support net8
|
2023-11-16 14:05:19 +09:00 |
ikpil
|
69c8c950d2
|
refactor: add type-safe array copy function
|
2023-11-11 13:08:52 +09:00 |
ikpil
|
26309e79f8
|
refactor: support net6.0
|
2023-10-28 12:30:49 +09:00 |
ikpil
|
2e7a75624c
|
refactor: vector3
|
2023-10-27 23:52:55 +09:00 |
ikpil
|
9a62fbf9f4
|
refactor: RcVec3f.Mad, IsFinite, Lerp
|
2023-10-26 00:05:00 +09:00 |
ikpil
|
18a195404f
|
refactor: RcVec3f.Dist2D, Dist2DSqr, Perp2D
|
2023-10-25 23:50:54 +09:00 |
ikpil
|
28ad34b032
|
refactor: RcVec3f.DistSqr, RcVec3f.LenSqr
|
2023-10-25 00:40:00 +09:00 |
ikpil
|
d99666048b
|
refactor: Math -> MathF
|
2023-10-25 00:09:34 +09:00 |
ikpil
|
04fa38bb96
|
refactor: RcVecUtils.SafeNormalize
|
2023-10-24 23:46:45 +09:00 |
ikpil
|
3861b0a2c1
|
refactor: RcVec3f.Normalize now corresponds to System.Numerics.Vector3.Normalize in the switching build
|
2023-10-22 12:26:54 +09:00 |
ikpil
|
8d5b4c0c95
|
refactor: preparing for switching build with System.Numerics.Vector3
|
2023-10-19 00:07:50 +09:00 |
ikpil
|
0368afea23
|
refactor: preparing for switching build with System.Numerics.Vector3
|
2023-10-18 23:52:47 +09:00 |
ikpil
|
5c2dd6b757
|
refactor: cleaning up the API to .net 8 Sytem.Numerics compatibility.
|
2023-10-18 00:08:28 +09:00 |
ikpil
|
587cebd32c
|
feat: added DotRecast.Core.Collections namespace
|
2023-10-17 00:24:09 +09:00 |
ikpil
|
cfcdf86f2d
|
feat: change namespace RcVec2f, RcVec3f, RcMatrix4x4f for dotent 8
|
2023-10-16 23:55:34 +09:00 |
ikpil
|
30cbf7119b
|
feat: multiple target frameworks
|
2023-10-14 19:46:55 +09:00 |
ikpil
|
228bdc9e4d
|
refactor: remove RcVec3f.Of(x,y,z)
|
2023-10-12 23:52:32 +09:00 |
ikpil
|
7965af390e
|
refactor: Change 'xyz' to uppercase in preparation for switching to System.Numeric.Vector3
|
2023-10-12 23:04:29 +09:00 |
ikpil
|
3df6036ebb
|
refactor: typo
|
2023-10-11 23:31:15 +09:00 |
ikpil
|
10231da589
|
typo
|
2023-10-08 14:54:57 +09:00 |
ikpil
|
2169a18c85
|
refactor: DtCrowdAgentUpdateFlags
|
2023-10-08 14:45:20 +09:00 |
ikpil
|
6416374f94
|
refactor: DtNodeFlags
|
2023-10-08 14:40:07 +09:00 |
ikpil
|
533afe49e2
|
refactor: flags
|
2023-10-08 14:23:58 +09:00 |
ikpil
|
34f38fc874
|
refactoring: typo
|
2023-10-05 23:35:18 +09:00 |
ikpil
|
e02e097577
|
refactoring: prefix Dt
|
2023-10-05 00:11:58 +09:00 |
ikpil
|
57571865fe
|
feat: ready nuget!!
|
2023-10-03 15:56:56 +09:00 |
ikpil
|
707d91afea
|
refactor: clamp
|
2023-09-23 07:38:46 +09:00 |
ikpil
|
a46aa0eaee
|
refactor: math
|
2023-09-23 07:30:47 +09:00 |
ikpil
|
3ff14834f0
|
rename in DotRecast.Detour.Dynamic
|
2023-09-16 12:49:58 +09:00 |
ikpil
|
67a1713e47
|
crowd profiling model + view
|
2023-09-09 23:57:07 +09:00 |