From c86cb0b7951cc4a662c7292138c5f45d868c5f58 Mon Sep 17 00:00:00 2001 From: metalgearsloth Date: Wed, 18 Sep 2024 12:13:35 +1000 Subject: [PATCH] Version: 235.0.0 --- MSBuild/Robust.Engine.Version.props | 2 +- RELEASE-NOTES.md | 30 +++++++++++++++++++++++------ 2 files changed, 25 insertions(+), 7 deletions(-) diff --git a/MSBuild/Robust.Engine.Version.props b/MSBuild/Robust.Engine.Version.props index 2b318b4e856..5936870c994 100644 --- a/MSBuild/Robust.Engine.Version.props +++ b/MSBuild/Robust.Engine.Version.props @@ -1,4 +1,4 @@ - 234.1.0 + 235.0.0 diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index e680b23661d..9006162384d 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -35,7 +35,7 @@ END TEMPLATE--> ### Breaking changes -* Several different `AudioSystem` methods were incorrectly given a `[return: NotNullIfNotNull]` attribute. Content code that uses these methods needs to be updated to perform null checks. +*None yet* ### New features @@ -43,6 +43,28 @@ END TEMPLATE--> ### Bugfixes +*None yet* + +### Other + +*None yet* + +### Internal + +*None yet* + + +## 235.0.0 + +### Breaking changes + +* Several different `AudioSystem` methods were incorrectly given a `[return: NotNullIfNotNull]` attribute. Content code that uses these methods needs to be updated to perform null checks. +* noSpawn is no longer obsolete and is now removed in lieu of the EntityCategory HideSpawnMenu. + +### Bugfixes + +* physics.maxlinvelocity is now a replicated cvar. +* Fix DistanceJoint debug drawing in physics not using the local anchors. * Fixed filtered AudioSystem methods playing a sound for all players when given an empty filter. * Fixed equality checks for `MarkupNode` not properly handling attributes. * Fixed `MarkupNode` not having a `GetHashCode()` implementation. @@ -52,11 +74,7 @@ END TEMPLATE--> ### Other -*None yet* - -### Internal - -*None yet* +* Improve precision for Quaternion2D constructor from angles. ## 234.1.0