DotRecastNetSim/src/DotRecast.Core
ikpil c61c2ba875 update package description 2024-02-01 22:47:12 +09:00
..
Buffers added RcRentedArray (#41) 2024-01-21 19:06:01 +09:00
Collections added RcRentedArray (#41) 2024-01-21 19:06:01 +09:00
Compression refactor: add type-safe array copy function 2023-11-11 13:08:52 +09:00
Numerics small refactoring static readonly 2023-12-30 16:17:42 +09:00
DotRecast.Core.csproj update package description 2024-02-01 22:47:12 +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
RcArrays.cs refactor: add type-safe array copy function 2023-11-11 13:08:52 +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
RcContext.cs rename RcTelemetry to RcContext 2024-01-07 13:00:38 +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 refactor: added RcStackArray4, RcStackArray8 2024-01-21 13:05:08 +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
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
ThrowHelper.cs extended RcStackArray up to 512 elements (#41) 2024-01-21 13:05:08 +09:00