Skip to content

Commit

Permalink
Version: 241.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
metalgearsloth committed Jan 27, 2025
1 parent af6cac1 commit da2bfda
Show file tree
Hide file tree
Showing 2 changed files with 20 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>240.1.2</Version></PropertyGroup>
<PropertyGroup><Version>241.0.0</Version></PropertyGroup>
</Project>
Expand Down
21 changes: 19 additions & 2 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ END TEMPLATE-->

### New features

* Added `EntityManager.DirtyFields()`, which allows components with delta states to simultaneously mark several fields as dirty at the same time.
*None yet*

### Bugfixes

* Fixed `RaisePredictiveEvent()` not properly re-raising events during prediction for event handlers that did not take an `EntitySessionEventArgs` argument.
*None yet*

### Other

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


## 241.0.0

### Breaking changes

* Remove DeferredClose from BUIs.

### New features

* Added `EntityManager.DirtyFields()`, which allows components with delta states to simultaneously mark several fields as dirty at the same time.
* Add `CloserUserUIs<T>` to close keys of a specific key.

### Bugfixes

* Fixed `RaisePredictiveEvent()` not properly re-raising events during prediction for event handlers that did not take an `EntitySessionEventArgs` argument.
* BUI openings are now deferred to avoid having slight desync between deferred closes and opens occurring in the same tick.


## 240.1.2


Expand Down

0 comments on commit da2bfda

Please sign in to comment.