Skip to content

Commit

Permalink
robust bug
Browse files Browse the repository at this point in the history
  • Loading branch information
SkaldetSkaeg committed Aug 9, 2024
1 parent 5dc6778 commit d5204d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RobustToolbox
Submodule RobustToolbox updated 38 files
+1 −0 Directory.Packages.props
+1 −1 MSBuild/Robust.Engine.Version.props
+14 −0 RELEASE-NOTES.md
+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 −0 Robust.Client/GameObjects/ClientEntityManager.cs
+15 −11 Robust.Client/GameObjects/EntitySystems/ClientOccluderSystem.cs
+1 −1 Robust.Client/Graphics/Clyde/Clyde.Events.cs
+1 −4 Robust.Client/Graphics/Clyde/Clyde.GridRendering.cs
+2 −4 Robust.Client/Graphics/Clyde/Clyde.HLR.cs
+10 −17 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
+2 −0 Robust.Client/UserInterface/Control.cs
+9 −3 Robust.Client/ViewVariables/Editors/VVPropEditorReference.cs
+1 −0 Robust.Roslyn.Shared/Diagnostics.cs
+1 −1 Robust.Server/server_config.toml
+18 −0 Robust.Shared/Analyzers/PreferOtherTypeAttribute.cs
+13 −1 Robust.Shared/CVars.cs
+0 −3 Robust.Shared/GameObjects/Systems/SharedMapSystem.Grid.cs
+1 −6 Robust.Shared/Map/Enumerators/ChunkEnumerator.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
+1 −0 Robust.Shared/Prototypes/ProtoId.cs
+3 −3 Robust.Shared/Threading/ParallelManager.cs

0 comments on commit d5204d7

Please sign in to comment.