Skip to content

Commit

Permalink
Version: 163.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
metalgearsloth committed Sep 30, 2023
1 parent ac37b0a commit 889b835
Show file tree
Hide file tree
Showing 2 changed files with 24 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>162.2.1</Version></PropertyGroup>
<PropertyGroup><Version>163.0.0</Version></PropertyGroup>
</Project>
Expand Down
23 changes: 23 additions & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,29 @@ END TEMPLATE-->
*None yet*


## 163.0.0

### Breaking changes

* Moved TimedDespawn to engine for a component that deletes the attached entity after a timer has elapsed.

### New features

* Add ExecuteCommand for integration tests.
* Allow adding / removing widgets of cub-controls.
* Give maps / grids a default name to help with debugging.
* Use ToPrettyString in component resolve errors to help with debugging.

### Bugfixes

* Fix console backspace exception.
* Fix rendering invalid maps spamming exceptions every frame.

### Internal

* Move ClientGameStatemanager local variables to fields to avoid re-allocating every tick.


## 162.2.1


Expand Down

0 comments on commit 889b835

Please sign in to comment.