Skip to content

Commit

Permalink
Version: 214.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ElectroJr committed Mar 16, 2024
1 parent a2d0504 commit b1f9d01
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 3 deletions.
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>214.1.1</Version></PropertyGroup>
<PropertyGroup><Version>214.2.0</Version></PropertyGroup>
</Project>
Expand Down
19 changes: 17 additions & 2 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,7 @@ END TEMPLATE-->

### Bugfixes

* Fix tooltips not clamping to the left side of the viewport.
* Fix global audio property not being properly set.
*None yet*

### Other

Expand All @@ -55,6 +54,22 @@ END TEMPLATE-->
*None yet*


## 214.2.0

### New features

* Added a `Undetachable` entity metadata flag, which stops the client from moving an entity to nullspace when it moves out of PVS range.

### Bugfixes

* Fix tooltips not clamping to the left side of the viewport.
* Fix global audio property not being properly set.

### Internal

* The server game state / PVS code has been rewritten. It should be somewhat faster now, albeit at the cost of using more memory. The current engine version may be unstable.


## 214.1.1

### Bugfixes
Expand Down

0 comments on commit b1f9d01

Please sign in to comment.