Version: 0.71.1.0

This commit is contained in:
metalgearsloth
2022-12-10 20:16:47 +11:00
parent 1e2756e4f7
commit 509aca8c03
2 changed files with 21 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
<Project>
<!-- This file automatically reset by Tools/version.py -->
<!-- This file automatically reset by Tools/version.py -->

View File

@@ -54,6 +54,26 @@ END TEMPLATE-->
*None yet*
## 0.71.1.0
### New features
* Better RSI validator script.
* When a new map file is loaded onto an existing map the entities will be transferred over.
* Add an API to get the hard layer / mask for a particular physics body.
### Bugfixes
* Fixed non-filled circle drawing via world handle.
* Fix max_connections in the default server config.
* Fix removal of PVS states for players without ingame status.
* Fix max rotation from the physics solver.
### Internal
* Wrap window rendering in a try-catch.
## 0.71.0.0
### Breaking changes