Skip to content

Commit

Permalink
updated RBTK
Browse files Browse the repository at this point in the history
  • Loading branch information
Truoizys committed Aug 15, 2024
1 parent 604d127 commit 8edf43f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RobustToolbox
Submodule RobustToolbox updated 79 files
+2 −1 Directory.Packages.props
+1 −1 MSBuild/Robust.Engine.Version.props
+64 −0 RELEASE-NOTES.md
+2 −0 Resources/Locale/en-US/userinterface.ftl
+62 −0 Robust.Analyzers.Tests/PreferOtherTypeAnalyzerTest.cs
+81 −0 Robust.Analyzers.Tests/PreferOtherTypeFixerTest.cs
+2 −0 Robust.Analyzers.Tests/Robust.Analyzers.Tests.csproj
+75 −0 Robust.Analyzers/PreferOtherTypeAnalyzer.cs
+97 −0 Robust.Analyzers/PreferOtherTypeFixer.cs
+5 −0 Robust.Analyzers/Robust.Analyzers.csproj
+17 −7 Robust.Client/Audio/AudioSystem.cs
+12 −1 Robust.Client/Console/Commands/DumpMetadataMembersCommand.cs
+21 −1 Robust.Client/GameObjects/ClientEntityManager.cs
+7 −0 Robust.Client/GameObjects/EntitySystems/AppearanceSystem.cs
+15 −11 Robust.Client/GameObjects/EntitySystems/ClientOccluderSystem.cs
+30 −0 Robust.Client/GameObjects/EntitySystems/UserInterfaceSystem.cs
+1 −1 Robust.Client/Graphics/Clyde/Clyde.Events.cs
+1 −4 Robust.Client/Graphics/Clyde/Clyde.GridRendering.cs
+2 −1 Robust.Client/Graphics/Clyde/Clyde.HLR.cs
+9 −16 Robust.Client/Graphics/Clyde/Clyde.LightRendering.cs
+2 −3 Robust.Client/Graphics/Clyde/Clyde.Sprite.cs
+39 −0 Robust.Client/Graphics/Clyde/Clyde.Systems.cs
+3 −4 Robust.Client/Graphics/Clyde/Clyde.Windowing.cs
+6 −0 Robust.Client/Graphics/Clyde/Clyde.cs
+17 −15 Robust.Client/Graphics/Clyde/GLContext/GLContextAngle.cs
+11 −8 Robust.Client/Graphics/Clyde/GLContext/GLContextEgl.cs
+10 −3 Robust.Client/Map/ClydeTileDefinitionManager.cs
+0 −1 Robust.Client/Player/PlayerManager.cs
+33 −0 Robust.Client/UserInterface/BoundUserInterfaceExt.cs
+2 −0 Robust.Client/UserInterface/Control.cs
+1 −1 Robust.Client/UserInterface/CustomControls/DebugMonitorControls/DebugCoordsPanel.cs
+1 −1 Robust.Client/UserInterface/CustomControls/EntitySpawnButton.cs
+1 −1 Robust.Client/UserInterface/IUserInterfaceManager.cs
+37 −3 Robust.Client/UserInterface/UserInterfaceManager.Layout.cs
+1 −0 Robust.Client/UserInterface/UserInterfaceManager.cs
+9 −3 Robust.Client/ViewVariables/Editors/VVPropEditorReference.cs
+1 −0 Robust.Roslyn.Shared/Diagnostics.cs
+4 −4 Robust.Server/GameObjects/EntitySystems/MapLoaderSystem.cs
+1 −1 Robust.Server/server_config.toml
+2 −0 Robust.Shared.Maths/UIBox2i.cs
+18 −0 Robust.Shared/Analyzers/PreferOtherTypeAttribute.cs
+1 −0 Robust.Shared/Audio/Systems/SharedAudioSystem.cs
+20 −1 Robust.Shared/CVars.cs
+1 −1 Robust.Shared/Console/Commands/TeleportCommands.cs
+1 −1 Robust.Shared/ContentPack/AssemblyTypeChecker.Parsing.cs
+138 −3 Robust.Shared/ContentPack/Sandbox.yml
+31 −4 Robust.Shared/ContentPack/WritableDirProvider.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
+75 −7 Robust.Shared/GameObjects/Systems/EntityLookupSystem.cs
+22 −3 Robust.Shared/GameObjects/Systems/SharedAppearanceSystem.cs
+3 −6 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
+21 −5 Robust.Shared/GameObjects/Systems/SharedTransformSystem.Component.cs
+1 −0 Robust.Shared/GameObjects/Systems/SharedTransformSystem.cs
+45 −42 Robust.Shared/GameObjects/Systems/SharedUserInterfaceSystem.cs
+1 −6 Robust.Shared/Map/Enumerators/ChunkEnumerator.cs
+1 −4 Robust.Shared/Map/MapManager.MapCollection.cs
+8 −3 Robust.Shared/Map/MapManager.cs
+1 −1 Robust.Shared/Network/HappyEyeballsHttp.cs
+2 −1 Robust.Shared/Network/NetManager.ClientConnect.cs
+5 −0 Robust.Shared/Network/NetManager.NetChannel.cs
+112 −0 Robust.Shared/Network/NetManager.Send.cs
+10 −18 Robust.Shared/Network/NetManager.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
+3 −2 Robust.Shared/Physics/Systems/SharedPhysicsSystem.Island.cs
+1 −0 Robust.Shared/Prototypes/ProtoId.cs
+13 −4 Robust.Shared/Spawners/SharedTimedDespawnSystem.cs
+3 −3 Robust.Shared/Threading/ParallelManager.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
+8 −0 Tools/version.py

0 comments on commit 8edf43f

Please sign in to comment.