Skip to content

Commit 7bfa10e

Browse files
Version: 283.0.0
1 parent 86464ca commit 7bfa10e

2 files changed

Lines changed: 39 additions & 3 deletions

File tree

MSBuild/Robust.Engine.Version.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<Project>
22
<!-- This file automatically reset by Tools/version.py -->
3-
<PropertyGroup><Version>282.0.0</Version></PropertyGroup>
3+
<PropertyGroup><Version>283.0.0</Version></PropertyGroup>
44
</Project>

RELEASE-NOTES.md

Lines changed: 38 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@ END TEMPLATE-->
3939

4040
### New features
4141

42-
* Added a NetMessage.EstimateBufferSize() to provide an estimate of the initialCapacity required for NetMessages. This will make NetMessage take an existing adequately sized pooled buffer for your message. This is opt-in and will default to the old 4-byte size if not specified.
42+
*None yet*
4343

4444
### Bugfixes
4545

46-
* Static + StaticSundries will now also be considered for grid-traversal when a grid moves over these entities.
46+
*None yet*
4747

4848
### Other
4949

@@ -54,6 +54,42 @@ END TEMPLATE-->
5454
*None yet*
5555

5656

57+
## 283.0.0
58+
59+
### Breaking changes
60+
61+
* The CompNetworkGenerator now .Clears and .Adds for collections where possible on the client.
62+
* Defer UI state application until the Update loop.
63+
* Expose the file name for selected file in dialog.
64+
* Removed unused GridEventHandler.
65+
66+
### New features
67+
68+
* Added a NetMessage.EstimateBufferSize() to provide an estimate of the initialCapacity required for NetMessages. This will make NetMessage take an existing adequately sized pooled buffer for your message. This is opt-in and will default to the old 4-byte size if not specified.
69+
* Add AudioParams.AddVariation.
70+
* Made AudioAuxiliaryComponent public.
71+
* Added API for OwnedTexture to load a texture without caching it.
72+
* Make TableContainer virtual and public.
73+
* Try to make connection failure message more useful by not defaulting to the first message (on IPV4 or IPV6).
74+
* Add methods for generating Color palettes.
75+
* Expose FovRenderTarget for the viewport.
76+
* Add TryComp(EntityUid, Type, IComponent?) proxy methods to EntitySystem.
77+
78+
### Bugfixes
79+
80+
* Static + StaticSundries will now also be considered for grid-traversal when a grid moves over these entities.
81+
* Fix field deltas not supporting 1-field states.
82+
* Fix interface cast in serialization generator.
83+
* Dispose PVS session states on disconnect.
84+
* Fix BaseWindow jittering on resize.
85+
86+
### Internal
87+
88+
* Improve clean and incremental build times around serialization generators.
89+
* Cleanup engine warnings around transform handling.
90+
* Made several internal performance improvements on debug and release.
91+
92+
5793
## 282.0.0
5894

5995
### Breaking changes

0 commit comments

Comments
 (0)