mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-02-15 03:30:53 +01:00
Version: 0.85.2.0
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<Project>
|
||||
|
||||
<!-- This file automatically reset by Tools/version.py -->
|
||||
<!-- This file automatically reset by Tools/version.py -->
|
||||
|
||||
|
||||
@@ -39,18 +39,45 @@ END TEMPLATE-->
|
||||
|
||||
### New features
|
||||
|
||||
*None yet*
|
||||
|
||||
### Bugfixes
|
||||
|
||||
*None yet*
|
||||
|
||||
### Other
|
||||
|
||||
*None yet*
|
||||
|
||||
### Internal
|
||||
|
||||
*None yet*
|
||||
|
||||
|
||||
## 0.85.2.0
|
||||
|
||||
### New features
|
||||
|
||||
* Threaded windowing API usage is now behind a CVar, disabled by default on macOS to avoid crashes.
|
||||
* Box2i, ImmutableHashSet, ISet, and IReadonlySet can now be serialized.
|
||||
* Added helpers for Box2i Center / Vector2i Up-Down-Left-Right.
|
||||
* Implement blend modes for rendering.
|
||||
|
||||
### Bugfixes
|
||||
|
||||
* MacOS with the SDL2 backend now has DPI scaling enabled.
|
||||
* Fixed DPI scaling calculations on platforms outside Windows.
|
||||
* Grids on top of maps that are also grids should render correctly now.
|
||||
* Fixed bug in ScrollContainer that could cause permanent loops.
|
||||
* Fixed occluder tree error.
|
||||
* Fixed Texture.GetPixel.
|
||||
|
||||
### Other
|
||||
|
||||
* System F3 panel now correctly fetches processor model on Apple Silicon devices.
|
||||
* UI content scale is now listed in the F3 coordinates panel.
|
||||
* SDL2 backend is now wired up to update key names dynamically on keyboard mode change.
|
||||
* The prototype reload event is no longer wrapped under #if !FULL_RELEASE.
|
||||
|
||||
### Internal
|
||||
|
||||
|
||||
Reference in New Issue
Block a user