Skip to content

Commit

Permalink
Update RobustToolbox
Browse files Browse the repository at this point in the history
  • Loading branch information
KittenColony committed Mar 5, 2024
1 parent 9107cf2 commit 1048ed4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RobustToolbox
Submodule RobustToolbox updated 69 files
+1 −1 MSBuild/Robust.Engine.Version.props
+0 −100 RELEASE-NOTES.md
+1 −1 Robust.Client/Audio/AudioOverlay.cs
+9 −2 Robust.Client/Audio/AudioSystem.cs
+15 −11 Robust.Client/Audio/Midi/MidiManager.cs
+1 −18 Robust.Client/Audio/Midi/MidiRenderer.cs
+1 −1 Robust.Client/BaseClient.cs
+3 −2 Robust.Client/Console/ClientConsoleHost.cs
+2 −1 Robust.Client/Console/Commands/ClientSpawnCommand.cs
+1 −1 Robust.Client/Debugging/DebugPhysicsSystem.cs
+0 −2 Robust.Client/GameObjects/ClientEntityManager.Network.cs
+1 −1 Robust.Client/GameObjects/ClientEntityManager.cs
+16 −6 Robust.Client/GameObjects/EntitySystems/InputSystem.cs
+7 −1 Robust.Client/GameObjects/EntitySystems/SpriteSystem.cs
+6 −2 Robust.Client/GameObjects/EntitySystems/UserInterfaceSystem.cs
+1 −1 Robust.Client/GameObjects/EntitySystems/VelocityDebugSystem.cs
+2 −2 Robust.Client/GameStates/ClientGameStateManager.cs
+1 −1 Robust.Client/GameStates/NetGraphOverlay.cs
+0 −74 Robust.Client/Graphics/Drawing/DrawingHandleScreen.cs
+1 −4 Robust.Client/Graphics/IRenderHandle.cs
+2 −2 Robust.Client/Graphics/Shaders/ShaderPrototype.cs
+1 −1 Robust.Client/Input/IInputManager.cs
+13 −28 Robust.Client/Input/InputManager.cs
+1 −3 Robust.Client/Map/TileEdgeOverlay.cs
+3 −3 Robust.Client/Placement/PlacementManager.cs
+1 −1 Robust.Client/Placement/PlacementMode.cs
+3 −2 Robust.Client/Player/FilterSystem.cs
+2 −2 Robust.Client/Replays/ReplayRecordingManager.cs
+0 −12 Robust.Client/UserInterface/Control.Layout.cs
+0 −30 Robust.Client/UserInterface/Control.cs
+7 −43 Robust.Client/UserInterface/Controls/BaseButton.cs
+3 −15 Robust.Client/UserInterface/Controls/ItemList.cs
+1 −12 Robust.Client/UserInterface/Controls/OptionButton.cs
+4 −4 Robust.Client/UserInterface/Controls/PanelContainer.cs
+0 −3 Robust.Client/UserInterface/IUserInterfaceManagerInternal.cs
+2 −3 Robust.Client/UserInterface/UserInterfaceManager.Layout.cs
+5 −24 Robust.Client/UserInterface/UserInterfaceManager.cs
+8 −1 Robust.Server/GameObjects/EntitySystems/MapSystem.cs
+1 −2 Robust.Server/GameObjects/EntitySystems/PhysicsSystem.cs
+10 −6 Robust.Server/GameStates/PvsSystem.cs
+2 −1 Robust.Server/Physics/GridFixtureSystem.cs
+21 −30 Robust.Shared.Maths/Box2.cs
+2 −218 Robust.Shared.Maths/Easings.cs
+7 −1 Robust.Shared/Audio/Systems/SharedAudioSystem.cs
+5 −15 Robust.Shared/CVars.cs
+5 −60 Robust.Shared/Configuration/ConfigurationManager.cs
+0 −7 Robust.Shared/ContentPack/Sandbox.yml
+12 −24 Robust.Shared/GameObjects/EntitySystem.Subscriptions.cs
+2 −11 Robust.Shared/GameObjects/EntitySystem.cs
+0 −130 Robust.Shared/GameObjects/EntitySystemSubscriptionExt.cs
+8 −67 Robust.Shared/GameObjects/Systems/EntityLookupSystem.ComponentQueries.cs
+10 −2 Robust.Shared/GameObjects/Systems/SharedGridFixtureSystem.cs
+0 −83 Robust.Shared/GameObjects/Systems/SharedMapSystem.Coordinates.cs
+4 −4 Robust.Shared/GameObjects/Systems/SharedMapSystem.Grid.cs
+0 −4 Robust.Shared/GameObjects/Systems/SharedMapSystem.cs
+0 −84 Robust.Shared/GameObjects/Systems/SharedTransformSystem.Coordinates.cs
+12 −0 Robust.Shared/Map/CoordinatesExtensions.cs
+1 −11 Robust.Shared/Network/NetUserId.cs
+0 −15 Robust.Shared/Physics/Dynamics/Joints/Joint.cs
+8 −1 Robust.Shared/Physics/Systems/SharedBroadphaseSystem.cs
+0 −12 Robust.Shared/Physics/Systems/SharedJointSystem.Relay.cs
+32 −14 Robust.Shared/Physics/Systems/SharedPhysicsSystem.Island.cs
+5 −3 Robust.Shared/Physics/Systems/SharedPhysicsSystem.cs
+5 −22 Robust.Shared/Replays/SharedReplayRecordingManager.cs
+0 −65 Robust.Shared/Serialization/TypeSerializers/Implementations/DateTimeSerializer.cs
+1 −2 Robust.UnitTesting/RobustIntegrationTest.cs
+0 −115 Robust.UnitTesting/Shared/GameState/NoSharedReferencesTest.cs
+2 −2 Robust.UnitTesting/Shared/Networking/DisconnectTest.cs
+0 −31 Robust.UnitTesting/Shared/Serialization/TypeSerializers/DateTimeSerializerTest.cs

0 comments on commit 1048ed4

Please sign in to comment.