Skip to content

Commit

Permalink
Update submodule to 229.0.0 (space-wizards#30186)
Browse files Browse the repository at this point in the history
  • Loading branch information
metalgearsloth authored Jul 20, 2024
1 parent 8d5792e commit 53eb942
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RobustToolbox
Submodule RobustToolbox updated 34 files
+1 −1 MSBuild/Robust.Engine.Version.props
+15 −0 RELEASE-NOTES.md
+17 −7 Robust.Client/Audio/AudioSystem.cs
+4 −1 Robust.Client/GameObjects/ClientEntityManager.cs
+7 −0 Robust.Client/GameObjects/EntitySystems/AppearanceSystem.cs
+30 −0 Robust.Client/GameObjects/EntitySystems/UserInterfaceSystem.cs
+5 −2 Robust.Client/Graphics/Clyde/Clyde.HLR.cs
+2 −2 Robust.Client/Graphics/Clyde/Clyde.LightRendering.cs
+0 −1 Robust.Client/Player/PlayerManager.cs
+33 −0 Robust.Client/UserInterface/BoundUserInterfaceExt.cs
+1 −1 Robust.Client/UserInterface/CustomControls/DebugMonitorControls/DebugCoordsPanel.cs
+1 −1 Robust.Client/UserInterface/CustomControls/EntitySpawnButton.cs
+4 −4 Robust.Server/GameObjects/EntitySystems/MapLoaderSystem.cs
+2 −0 Robust.Shared.Maths/UIBox2i.cs
+7 −0 Robust.Shared/CVars.cs
+0 −19 Robust.Shared/GameObjects/Components/Transform/TransformComponent.cs
+27 −0 Robust.Shared/GameObjects/Components/UserInterface/BoundUserInterface.cs
+1 −1 Robust.Shared/GameObjects/EntityManager.cs
+9 −9 Robust.Shared/GameObjects/Systems/EntityLookup.Queries.cs
+3 −3 Robust.Shared/GameObjects/Systems/EntityLookupSystem.ComponentQueries.cs
+22 −3 Robust.Shared/GameObjects/Systems/SharedAppearanceSystem.cs
+3 −3 Robust.Shared/GameObjects/Systems/SharedMapSystem.Grid.cs
+1 −1 Robust.Shared/GameObjects/Systems/SharedMapSystem.Light.cs
+17 −0 Robust.Shared/GameObjects/Systems/SharedMapSystem.Map.cs
+20 −4 Robust.Shared/GameObjects/Systems/SharedTransformSystem.Component.cs
+1 −0 Robust.Shared/GameObjects/Systems/SharedTransformSystem.cs
+45 −42 Robust.Shared/GameObjects/Systems/SharedUserInterfaceSystem.cs
+1 −4 Robust.Shared/Map/MapManager.MapCollection.cs
+16 −4 Robust.Shared/Physics/Collision/PhysicsHull.cs
+12 −18 Robust.Shared/Physics/Collision/Shapes/PolygonShape.cs
+3 −3 Robust.Shared/Physics/Systems/SharedBroadphaseSystem.cs
+2 −1 Robust.UnitTesting/Shared/GameObjects/Systems/TransformSystemTests.cs
+4 −2 Robust.UnitTesting/Shared/Map/GridSplit_Tests.cs
+64 −40 Robust.UnitTesting/Shared/Map/MapGrid_Tests.cs

0 comments on commit 53eb942

Please sign in to comment.