DotRecastNetSim/src/DotRecast.Core
ikpil ca019c19b3 refactor: support netstandard2.1 vector3 2023-10-28 13:39:05 +09:00
..
Collections feat: added DotRecast.Core.Collections namespace 2023-10-17 00:24:09 +09:00
Compression feat: DotFastLZ 2023-10-04 23:05:29 +09:00
Numerics refactor: support netstandard2.1 vector3 2023-10-28 13:39:05 +09:00
DotRecast.Core.csproj refactor: support net6.0 2023-10-28 12:30:49 +09:00
IRcCompressor.cs changing compression feature into an Interface 2023-08-05 21:45:05 +09:00
IRcRand.cs add IRcRand for unity3d 2023-07-14 22:42:48 +09:00
RcAnonymousDisposable.cs add scoped timer 2023-07-08 12:20:20 +09:00
RcArrayUtils.cs changed: typo 2023-10-01 18:50:04 +09:00
RcAtomicBoolean.cs preventing name conflicts 2023-05-06 11:44:57 +09:00
RcAtomicFloat.cs preventing name conflicts 2023-05-06 11:44:57 +09:00
RcAtomicInteger.cs preventing name conflicts 2023-05-06 11:44:57 +09:00
RcAtomicLong.cs preventing name conflicts 2023-05-06 11:44:57 +09:00
RcByteBuffer.cs change name 2023-05-10 22:44:51 +09:00
RcByteOrder.cs change name 2023-05-10 22:44:51 +09:00
RcByteUtils.cs rename in DotRecast.Detour.Dynamic 2023-09-16 12:49:58 +09:00
RcConvexUtils.cs feat: change namespace RcVec2f, RcVec3f, RcMatrix4x4f for dotent 8 2023-10-16 23:55:34 +09:00
RcDirectory.cs fix: search directory 2023-09-21 23:13:39 +09:00
RcEdge.cs changed class names by c++ recastnavigation 2023-06-08 20:53:03 +09:00
RcFrequency.cs preventing name conflicts 2023-05-06 11:44:57 +09:00
RcHashCodes.cs implement Vector3f, Vector2f Equals, GetHashCode 2023-05-08 23:12:11 +09:00
RcIntersections.cs refactor: Math -> MathF 2023-10-25 00:09:34 +09:00
RcMath.cs feat: change namespace RcVec2f, RcVec3f, RcMatrix4x4f for dotent 8 2023-10-16 23:55:34 +09:00
RcObjImporter.cs feat: change namespace RcVec2f, RcVec3f, RcMatrix4x4f for dotent 8 2023-10-16 23:55:34 +09:00
RcObjImporterContext.cs refactor: ObjImporter, InputGeomProvider 2023-09-24 18:42:41 +09:00
RcRand.cs refactoring: typo 2023-10-05 23:35:18 +09:00
RcResources.cs bugfix: not working reousrce.load 2023-09-23 14:47:04 +09:00
RcSegmentVert.cs feat: change namespace RcVec2f, RcVec3f, RcMatrix4x4f for dotent 8 2023-10-16 23:55:34 +09:00
RcTelemetry.cs typo 2023-08-19 16:13:37 +09:00
RcTelemetryTick.cs remove Tuple<string, long> 2023-07-01 13:12:29 +09:00
RcTimerLabel.cs add scoped timer 2023-07-08 12:20:20 +09:00