Skip to content

Commit

Permalink
Update submodule to 137.0.0 (space-wizards#18010)
Browse files Browse the repository at this point in the history
  • Loading branch information
metalgearsloth authored Jul 13, 2023
1 parent 9243050 commit 72f4560
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RobustToolbox
Submodule RobustToolbox updated 37 files
+1 −1 MSBuild/Robust.Engine.Version.props
+16 −2 RELEASE-NOTES.md
+75 −0 Robust.Benchmarks/EntityManager/ComponentIteratorBenchmark.cs
+4 −6 Robust.Client.WebView/Cef/WebViewManagerCef.cs
+0 −23 Robust.Client/GameObjects/Components/Eye/EyeComponent.cs
+33 −0 Robust.Client/GameObjects/EntitySystems/EyeSystem.cs
+1 −1 Robust.Client/GameObjects/EntitySystems/VelocityDebugSystem.cs
+6 −10 Robust.Client/GameStates/ClientGameStateManager.cs
+48 −42 Robust.Client/Physics/GridFixtureSystem.cs
+29 −21 Robust.Client/UserInterface/Control.Layout.cs
+4 −1 Robust.Client/UserInterface/Control.Styling.cs
+2 −17 Robust.Client/UserInterface/Controls/SplitContainer.cs
+6 −1 Robust.Client/UserInterface/UserInterfaceManager.Layout.cs
+1 −0 Robust.Client/UserInterface/UserInterfaceManager.Roots.cs
+28 −0 Robust.Client/UserInterface/UserInterfaceManager.cs
+0 −5 Robust.Server/GameObjects/Components/Eye/EyeComponent.cs
+18 −0 Robust.Server/GameObjects/EntitySystems/EyeSystem.cs
+9 −3 Robust.Server/GameObjects/EntitySystems/MapLoaderSystem.cs
+1 −1 Robust.Server/GameObjects/IServerEntityManagerInternal.cs
+2 −2 Robust.Server/GameObjects/ServerEntityManager.cs
+2 −2 Robust.Shared.Scripting/ScriptGlobalsShared.cs
+0 −22 Robust.Shared/Containers/ContainerManagerComponent.cs
+23 −0 Robust.Shared/Containers/SharedContainerSystem.cs
+0 −15 Robust.Shared/GameObjects/Component.cs
+14 −12 Robust.Shared/GameObjects/ComponentFactory.cs
+137 −35 Robust.Shared/GameObjects/EntityManager.Components.cs
+7 −16 Robust.Shared/GameObjects/EntityManager.cs
+1 −1 Robust.Shared/GameObjects/EntitySystem.Proxy.cs
+0 −22 Robust.Shared/GameObjects/IComponent.cs
+2 −0 Robust.Shared/GameObjects/IComponentFactory.cs
+1 −1 Robust.Shared/GameObjects/IEntityManager.Components.cs
+6 −0 Robust.Shared/GameObjects/Systems/SharedEyeSystem.cs
+5 −0 Robust.Shared/Map/IMapManager.cs
+12 −0 Robust.Shared/Map/MapManager.Queries.cs
+1 −0 Robust.Shared/Map/MapManager.cs
+8 −3 Robust.UnitTesting/Client/GameObjects/Components/TransformComponentTests.cs
+8 −4 Robust.UnitTesting/Server/GameObjects/Components/Container_Test.cs

0 comments on commit 72f4560

Please sign in to comment.