DotRecastNetSim/CHANGELOG.md

40 lines
1.6 KiB
Markdown
Raw Normal View History

2024-02-01 17:02:58 +03:00
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
2024-02-01 17:18:01 +03:00
## [Unreleased] - yyyy-mm-dd
2024-02-01 17:02:58 +03:00
2024-02-01 17:18:01 +03:00
### Added
2024-02-02 19:23:57 +03:00
- Added DtNodePool tests
- Added avg, min, max, sampling updated times in CrowdAgentProfilingTool
2024-02-01 17:18:01 +03:00
### Fixed
2024-02-02 19:23:57 +03:00
- Fixed SOH issue in DtNavMeshQuery.Raycast
- Fixed SOH issue in DtProximityGrid.QueryItems
2024-02-01 17:18:01 +03:00
### Changed
2024-02-02 19:23:57 +03:00
- Upgrade NUnit.Analyzers 4.0.1
2024-02-01 17:18:01 +03:00
### Removed
2024-02-01 17:02:58 +03:00
## [2024.1.1] - 2024-01-05
2024-02-01 17:18:01 +03:00
### Added
2024-02-01 17:02:58 +03:00
### Fixed
2024-02-01 17:18:01 +03:00
- Fix typo ([#25](https://github.com/ikpil/DotRecast/pull/25)) [@c0nd3v](https://github.com/c0nd3v)
- Fix updated struct version ([#23](https://github.com/ikpil/DotRecast/pull/23)) [@c0nd3v](https://github.com/c0nd3v)
- Allow Radius 0 in Demo ([#22](https://github.com/ikpil/DotRecast/pull/22)) [@c0nd3v](https://github.com/c0nd3v)
2024-02-01 17:02:58 +03:00
### Changed
2024-02-01 17:18:01 +03:00
- [Upstream] Cleanup filter code and improved documentation ([#30](https://github.com/ikpil/DotRecast/pull/30)) [@ikpil](https://github.com/ikpil)
- [Upstream] Make detail mesh edge detection more robust ([#26](https://github.com/ikpil/DotRecast/pull/26)) [@ikpil](https://github.com/ikpil)
- [Upstream] 248275e - Fix: typo error (#153) ([#21](https://github.com/ikpil/DotRecast/pull/21)) [@ikpil](https://github.com/ikpil)
- Code cleanup and small optimizations in RecastFilter.cpp ([#29](https://github.com/ikpil/DotRecast/pull/29)) [@ikpil](https://github.com/ikpil)
- Added UI scaling feature based on monitor resolution in Demo ([#28](https://github.com/ikpil/DotRecast/pull/28)) [@ikpil](https://github.com/ikpil)
### Removed
2024-02-01 17:03:08 +03:00