Version: 244.0.0

This commit is contained in:
metalgearsloth
2025-02-12 13:31:03 +11:00
parent bb9517fd19
commit fea592e1d5
2 changed files with 18 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
<Project>
<!-- This file automatically reset by Tools/version.py -->
<!-- This file automatically reset by Tools/version.py -->

View File

@@ -39,7 +39,7 @@ END TEMPLATE-->
### New features
* Add EntityManager overloads for ComponentRegistration that's faster than the generic methods.
*None yet*
### Bugfixes
@@ -54,6 +54,22 @@ END TEMPLATE-->
*None yet*
## 244.0.0
### Breaking changes
* Increase physics speedcap default from 35m/s to 400m/s in-line with box2d v3.
### New features
* Add EntityManager overloads for ComponentRegistration that's faster than the generic methods.
* Add CreateWindowCenteredRight for BUIs.
### Bugfixes
* Avoid calling UpdateState before opening a BUI.
## 243.0.1
### Bugfixes