Skip to content

2024.2.3

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 03 Jun 14:34
· 37 commits to main since this release

[2024.2.3] - 2024-06-03

Added

  • Added DtCollectPolysQuery and FindCollectPolyTest

Fixed

  • Nothing

Changed

  • Changed IDtPolyQuery interface to make Process() more versatile
  • Changed PolyQueryInvoker to DtActionPolyQuery
  • Changed DtTileCacheBuilder to a static class
  • Changed DtTileCacheLayerHeaderReader to a static class
  • Changed Dictionary<int, List<DtMeshTile>> to DtMeshTile[] to optimize memory usage
  • Changed MAX_STEER_POINTS from class constant to local.
  • Changed List<DtStraightPath> to Span<DtStraightPath> for enhanced memory efficiency
  • Changed DtWriter to a static class and renamed it to RcIO
  • Changed class Trajectory to interface ITrajectory

Removed

  • Nothing

Special Thanks

PR

  • Changed List<DtStraightPath> to Span<DtStraightPath> for enhanced… (#70) @ikpil
  • Changed Dictionary<int, List<DtMeshTile>> to DtMeshTile[] to opti… (#69) @ikpil
  • Changed IDtPolyQuery interface to make Process() more versatile (#68) @ikpil

Full Changelog: 2024.2.2...2024.2.3