From 1c3ea968e4ab66d57ffe014f6ee207e4d0d2c403 Mon Sep 17 00:00:00 2001 From: metalgearsloth Date: Sat, 28 Sep 2024 19:16:35 +1000 Subject: [PATCH] Version: 236.0.0 --- MSBuild/Robust.Engine.Version.props | 2 +- RELEASE-NOTES.md | 27 +++++++++++++++++++++++++-- 2 files changed, 26 insertions(+), 3 deletions(-) diff --git a/MSBuild/Robust.Engine.Version.props b/MSBuild/Robust.Engine.Version.props index 5936870c994..28247977453 100644 --- a/MSBuild/Robust.Engine.Version.props +++ b/MSBuild/Robust.Engine.Version.props @@ -1,4 +1,4 @@ - 235.0.0 + 236.0.0 diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index a4a8cdca1e0..98785c46ea1 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -43,8 +43,7 @@ END TEMPLATE--> ### Bugfixes -* Auto-networked dictionaries now use `TryAdd()` to avoid duplicate key errors when a dictionary contains multiple unknown networked entities. -* Fixed `ICommonSession.Ping` always returning zero instead of the ping. Note that this will still return zero for client-side code when trying to get the ping of other players. +*None yet* ### Other @@ -55,6 +54,30 @@ END TEMPLATE--> *None yet* +## 236.0.0 + +### Breaking changes + +* Revert IsTouching only being set to true if the contact were laready touching in clientside physics prediction. +* Don't touch IsTouching if both bodies are asleep for clientside physics contacts. This change and the one above should fix a lot of clientside contact issues, particularly around repeated incorrect clientside contact events. + +### New features + +* Added an analyzer to detect duplicate Dependency fields. + +### Bugfixes + +* Auto-networked dictionaries now use `TryAdd()` to avoid duplicate key errors when a dictionary contains multiple unknown networked entities. +* Fixed `ICommonSession.Ping` always returning zero instead of the ping. Note that this will still return zero for client-side code when trying to get the ping of other players. +* Hot reload XAML files on rename to fix them potentially not being reloaded with Visual Studio. +* Fix TabContainer click detection for non-1.0 UI scales. + +### Other + +* Obsolete some static localization methods. +* Tried to improve PVS tolerance to exceptions occurring. + + ## 235.0.0 ### Breaking changes