From 2459a9d6880e123f6d0a411133156688e23be1fe Mon Sep 17 00:00:00 2001 From: metalgearsloth Date: Sun, 19 Nov 2023 15:09:59 +1100 Subject: [PATCH] Version: 180.0.0 --- MSBuild/Robust.Engine.Version.props | 2 +- RELEASE-NOTES.md | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/MSBuild/Robust.Engine.Version.props b/MSBuild/Robust.Engine.Version.props index 3db64ab85..dd434b1a1 100644 --- a/MSBuild/Robust.Engine.Version.props +++ b/MSBuild/Robust.Engine.Version.props @@ -1,4 +1,4 @@ - 179.0.0 + 180.0.0 diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 86cdbd1d4..bad73f495 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -54,6 +54,25 @@ END TEMPLATE--> *None yet* +## 180.0.0 + +### Breaking changes + +* Removed some obsolete methods from EntityLookupSystem. + +### New features + +* PhysicsSystem.TryGetNearest now supports chain shapes. +* Add IPhysShape methods to EntityLookupSystem rather than relying on AABB checks. +* Add some more helper methods to SharedTransformSystem. +* Add GetOrNew dictionary extension that also returns a bool on whether the key existed. +* Add a GetAnchoredEntities overload that takes in a list. + +### Other + +* Use NetEntities for the F3 debug panel to align with command usage. + + ## 179.0.0 ### Breaking changes