mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-06-09 10:06:34 +02:00
Release notes
This commit is contained in:
+8
-2
@@ -35,7 +35,7 @@ END TEMPLATE-->
|
||||
|
||||
### Breaking changes
|
||||
|
||||
*None yet*
|
||||
* Obsolete methods in `MapGridComponent` have been fully removed. Use the corresponding `MapSystem` API methods instead.
|
||||
|
||||
### New features
|
||||
|
||||
@@ -44,10 +44,16 @@ END TEMPLATE-->
|
||||
### Bugfixes
|
||||
|
||||
* Fixed `EntitySystem` dependencies throwing an exception when opening a BUI.
|
||||
* Fixed some cross-grid collisions being ignored.
|
||||
* Tagged more auto-generated code with `[RobustAutoGenerated]`.
|
||||
* `SharedTransformSystem.SetCoordinates` no longer causes a grid traversal check, which was causing unexpected parenting.
|
||||
* Fixed `ComponentNetworkGenerator` generating invalid code for nullable `IRobustCloneable` field deltas.
|
||||
* `TryGetEntitySystem` and `GetEntitySystemOrNull` no longer throw an exception if `EntitySystemManager` is uninitialized.
|
||||
* Fixed several more sources of netencryption exceptions.
|
||||
|
||||
### Other
|
||||
|
||||
*None yet*
|
||||
* `TestPair`s with multiple failed assertions now report all failures instead of saying to consult the server logs.
|
||||
|
||||
### Internal
|
||||
|
||||
|
||||
Reference in New Issue
Block a user