Skip to content

Commit

Permalink
Version: 202.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ElectroJr committed Jan 5, 2024
1 parent f2f8824 commit 7725dbf
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion MSBuild/Robust.Engine.Version.props
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project>
<!-- This file automatically reset by Tools/version.py -->
<PropertyGroup><Version>202.1.0</Version></PropertyGroup>
<PropertyGroup><Version>202.1.1</Version></PropertyGroup>
</Project>
Expand Down
11 changes: 11 additions & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,17 @@ END TEMPLATE-->
*None yet*


## 202.1.1

### Bugfixes

* Reverted some map/grid initialisation changes that might've been causing broadphase/physics errors.
* Fixed PVS sometimes sending entities without first sending their children.
* Fixed a container state handling bug caused by containers not removing expected entities when shutting down.
* Fixed a `EnsureEntity<T>` state handling bug caused by improper handling of entity deletions.
* Fixed a bad NetSyncEnabled debug assert.


## 202.1.0

### New features
Expand Down

0 comments on commit 7725dbf

Please sign in to comment.