From b1f9d011ce08166f47fdef60cd310ab7765ca2b1 Mon Sep 17 00:00:00 2001 From: ElectroJr Date: Sat, 16 Mar 2024 16:17:59 -0400 Subject: [PATCH] Version: 214.2.0 --- MSBuild/Robust.Engine.Version.props | 2 +- RELEASE-NOTES.md | 19 +++++++++++++++++-- 2 files changed, 18 insertions(+), 3 deletions(-) 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