Skip to content

Commit

Permalink
Update to RobustToolbox v214.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stellar-novas committed Mar 21, 2024
1 parent 0548c63 commit 2b06164
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RobustToolbox
Submodule RobustToolbox updated 57 files
+1 −1 MSBuild/Robust.Engine.Version.props
+88 −1 RELEASE-NOTES.md
+6 −0 Resources/Locale/en-US/commands.ftl
+57 −0 Robust.Client/Audio/AudioSystem.Limits.cs
+30 −14 Robust.Client/Audio/AudioSystem.cs
+1 −1 Robust.Client/Console/Commands/UITestCommand.cs
+19 −0 Robust.Client/GameObjects/ClientEntityManager.cs
+1 −1 Robust.Client/GameStates/ClientGameStateManager.cs
+1 −1 Robust.Client/Graphics/Clyde/Clyde.LightRendering.cs
+13 −1 Robust.Client/UserInterface/Controls/Range.cs
+16 −1 Robust.Client/UserInterface/Controls/ScrollContainer.cs
+8 −15 Robust.Client/UserInterface/Controls/SpriteView.cs
+8 −1 Robust.Client/UserInterface/Controls/TextEdit.cs
+1 −1 Robust.Client/UserInterface/Controls/TextureRect.cs
+9 −12 Robust.Client/UserInterface/Tooltips.cs
+16 −0 Robust.Client/ViewVariables/ClientViewVariablesManager.cs
+28 −0 Robust.Client/ViewVariables/Editors/VVPropEditorEntProtoId.cs
+38 −0 Robust.Client/ViewVariables/Editors/VVPropEditorProtoId.cs
+2 −1 Robust.Server/Audio/AudioSystem.cs
+2 −2 Robust.Server/BaseServer.cs
+3 −0 Robust.Server/GameObjects/EntitySystems/VisibilitySystem.cs
+43 −2 Robust.Server/GameObjects/ServerEntityManager.cs
+16 −9 Robust.Server/GameStates/PvsChunk.cs
+56 −22 Robust.Server/GameStates/PvsData.cs
+59 −0 Robust.Server/GameStates/PvsOverrideSystem.cs
+6 −5 Robust.Server/GameStates/PvsSystem.Ack.cs
+384 −0 Robust.Server/GameStates/PvsSystem.DataStorage.cs
+6 −0 Robust.Server/GameStates/PvsSystem.Dirty.cs
+11 −5 Robust.Server/GameStates/PvsSystem.Entity.cs
+5 −2 Robust.Server/GameStates/PvsSystem.Leave.cs
+18 −11 Robust.Server/GameStates/PvsSystem.Overrides.cs
+3 −2 Robust.Server/GameStates/PvsSystem.Pooling.cs
+4 −2 Robust.Server/GameStates/PvsSystem.Session.cs
+56 −37 Robust.Server/GameStates/PvsSystem.ToSendSet.cs
+35 −12 Robust.Server/GameStates/PvsSystem.cs
+2 −1 Robust.Server/Replays/ReplayRecordingManager.cs
+26 −0 Robust.Shared.Maths/MathHelper.cs
+1 −1 Robust.Shared/Audio/Systems/SharedAudioSystem.cs
+31 −1 Robust.Shared/CVars.cs
+12 −51 Robust.Shared/Containers/BaseContainer.cs
+23 −1 Robust.Shared/GameObjects/Components/MetaDataComponent.cs
+1 −0 Robust.Shared/GameObjects/EntityManager.Network.cs
+10 −0 Robust.Shared/GameObjects/EntityManager.cs
+13 −1 Robust.Shared/GameObjects/Systems/EntityLookup.Queries.cs
+1 −1 Robust.Shared/GameObjects/Systems/SharedTransformSystem.Component.cs
+40 −18 Robust.Shared/Network/NetChannelArgs.cs
+259 −0 Robust.Shared/Network/NetDisconnectMessage.cs
+9 −3 Robust.Shared/Network/NetManager.ServerAuth.cs
+0 −119 Robust.Shared/Network/NetStructuredDisconnectMessages.cs
+68 −0 Robust.Shared/Physics/Systems/SharedPhysicsSystem.Fixtures.cs
+12 −0 Robust.Shared/Prototypes/IPrototypeManager.cs
+42 −0 Robust.Shared/Prototypes/PrototypeManager.cs
+338 −0 Robust.Shared/Utility/ResizableMemoryRegion.cs
+52 −0 Robust.UnitTesting/Client/UserInterface/Controls/TextEditTest.cs
+0 −1 Robust.UnitTesting/Shared/Map/SingleTileRemoveTest.cs
+113 −0 Robust.UnitTesting/Shared/Networking/NetDisconnectMessageTest.cs
+19 −0 Robust.UnitTesting/Shared/Utility/MathHelper_Test.cs

0 comments on commit 2b06164

Please sign in to comment.