diff --git a/MSBuild/Robust.Engine.Version.props b/MSBuild/Robust.Engine.Version.props index 28518d90817..4dcb01ee645 100644 --- a/MSBuild/Robust.Engine.Version.props +++ b/MSBuild/Robust.Engine.Version.props @@ -1,4 +1,4 @@ - 214.1.1 + 214.2.0 diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 709e19d4c37..9d6f5fb0749 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -43,8 +43,7 @@ END TEMPLATE--> ### Bugfixes -* Fix tooltips not clamping to the left side of the viewport. -* Fix global audio property not being properly set. +*None yet* ### Other @@ -55,6 +54,22 @@ END TEMPLATE--> *None yet* +## 214.2.0 + +### New features + +* Added a `Undetachable` entity metadata flag, which stops the client from moving an entity to nullspace when it moves out of PVS range. + +### Bugfixes + +* Fix tooltips not clamping to the left side of the viewport. +* Fix global audio property not being properly set. + +### Internal + +* The server game state / PVS code has been rewritten. It should be somewhat faster now, albeit at the cost of using more memory. The current engine version may be unstable. + + ## 214.1.1 ### Bugfixes