forked from mirror/DotRecast
2.2 KiB
2.2 KiB
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog.
[Unreleased] - yyyy-mm-dd
Added
Fixed
Changed
- Changed RcSortedQueue.Remove() function to use binary search.
- Update Microsoft.NET.Test.Sdk 17.8.0 to 17.9.0
Removed
Special Thanks
[2024.1.2] - 2024-02-04
Added
- Added DtNodePool tests @ikpil
- Added WangHash() for DtNodePool @ikpil
- Added avg, min, max, sampling updated times in CrowdAgentProfilingTool @ikpil
Fixed
- Fixed SOH issue in DtNavMeshQuery.Raycast @ikpil
- Fixed SOH issue in DtProximityGrid.QueryItems @ikpil
Changed
- Upgrade NUnit.Analyzers 4.0.1
Removed
Special Thanks
[2024.1.1] - 2024-01-05
Fixed
- Fix typo (#25) @c0nd3v
- Fix updated struct version (#23) @c0nd3v
- Allow Radius 0 in Demo (#22) @c0nd3v
Changed
- [Upstream] Cleanup filter code and improved documentation (#30) @ikpil
- [Upstream] Make detail mesh edge detection more robust (#26) @ikpil
- [Upstream] 248275e - Fix: typo error (#153) (#21) @ikpil
- Code cleanup and small optimizations in RecastFilter.cpp (#29) @ikpil
- Added UI scaling feature based on monitor resolution in Demo (#28) @ikpil