Skip to content

Commit

Permalink
Update Robust to v177.0.0 (space-wizards#21528)
Browse files Browse the repository at this point in the history
  • Loading branch information
DrSmugleaf authored Nov 8, 2023
1 parent 8f72e0a commit b360391
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RobustToolbox
Submodule RobustToolbox updated 27 files
+1 −1 MSBuild/Robust.Engine.Version.props
+34 −0 RELEASE-NOTES.md
+7 −1 Robust.Client/Replays/Playback/IReplayPlaybackManager.cs
+1 −0 Robust.Client/Replays/Playback/ReplayPlaybackManager.Checkpoint.cs
+3 −1 Robust.Client/Replays/Playback/ReplayPlaybackManager.Time.cs
+3 −1 Robust.Client/Replays/Playback/ReplayPlaybackManager.Update.cs
+2 −0 Robust.Client/Replays/Playback/ReplayPlaybackManager.cs
+1 −0 Robust.Client/UserInterface/Controls/RichTextLabel.cs
+5 −99 Robust.Server/GameObjects/EntitySystems/UserInterfaceSystem.cs
+1 −6 Robust.Server/GameStates/ServerGameStateManager.cs
+41 −31 Robust.Server/Placement/PlacementManager.cs
+12 −27 Robust.Shared/Containers/BaseContainer.cs
+35 −7 Robust.Shared/Containers/SharedContainerSystem.Insert.cs
+34 −0 Robust.Shared/Containers/SharedContainerSystem.Remove.cs
+7 −15 Robust.Shared/Containers/SharedContainerSystem.cs
+1 −0 Robust.Shared/GameObjects/Components/Transform/TransformComponent.cs
+15 −0 Robust.Shared/GameObjects/EntityManager.Components.cs
+9 −0 Robust.Shared/GameObjects/EntitySystem.Proxy.cs
+2 −2 Robust.Shared/GameObjects/EntitySystem.Resolve.cs
+12 −3 Robust.Shared/GameObjects/Systems/EntityLookup.Queries.cs
+2 −2 Robust.Shared/GameObjects/Systems/EntityLookupSystem.ComponentQueries.cs
+2 −2 Robust.Shared/GameObjects/Systems/EntityLookupSystem.cs
+104 −49 Robust.Shared/GameObjects/Systems/SharedTransformSystem.Component.cs
+0 −15 Robust.Shared/GameObjects/Systems/SharedTransformSystem.cs
+94 −0 Robust.Shared/GameObjects/Systems/SharedUserInterfaceSystem.cs
+1 −1 Robust.Shared/Map/MapManager.GridCollection.cs
+94 −94 Robust.UnitTesting/Server/GameObjects/Components/Transform_Test.cs

0 comments on commit b360391

Please sign in to comment.