From feb9e1db69ab97acfd07580918f5d20ffaa6b770 Mon Sep 17 00:00:00 2001 From: ElectroJr Date: Tue, 14 Oct 2025 22:35:41 +1300 Subject: [PATCH] Version: 267.3.0 --- MSBuild/Robust.Engine.Version.props | 2 +- RELEASE-NOTES.md | 24 ++++++++++++++++++++---- 2 files changed, 21 insertions(+), 5 deletions(-) diff --git a/MSBuild/Robust.Engine.Version.props b/MSBuild/Robust.Engine.Version.props index 47fea264f..00a28fef6 100644 --- a/MSBuild/Robust.Engine.Version.props +++ b/MSBuild/Robust.Engine.Version.props @@ -1,4 +1,4 @@ - 267.2.1 + 267.3.0 diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index defa4284f..e173e421f 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -39,11 +39,31 @@ END TEMPLATE--> ### New features +*None yet* + +### Bugfixes + +*None yet* + +### Other + +*None yet* + +### Internal + +*None yet* + + +## 267.3.0 + +### New features + * Sandbox: * Added `System.DateOnly` and `System.TimeOnly`. * `MapId`, `MapCoordinates`, and `EntityCoordinates` are now yaml serialisable * The base component tree lookup system has new methods including several new `QueryAabb()` overloads that take in a collection and various new `IntersectRay()` overloads that should replace `IntersectRayWithPredicate`. * Added `OccluderSystem.InRangeUnoccluded()` for checking for occluders that lie between two points. +* `LocalizedCommands` now pass the command name as an argument to the localized help text. ### Bugfixes @@ -56,10 +76,6 @@ END TEMPLATE--> * Updated natives again to attempt to fix issues caused by the previous update. -### Internal - -*None yet* - ## 267.2.1