Skip to content

Commit

Permalink
troll
Browse files Browse the repository at this point in the history
  • Loading branch information
MilonPL committed Oct 4, 2024
1 parent d79cd0f commit 46d82c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RobustToolbox
Submodule RobustToolbox updated 31 files
+3 −1 RELEASE-NOTES.md
+2 −0 Robust.Client/ClientIoC.cs
+3 −2 Robust.Client/Console/Commands/LauncherAuthCommand.cs
+18 −6 Robust.Client/GameController/GameController.cs
+8 −0 Robust.Client/GameObjects/EntitySystems/AnimationPlayerSystem.cs
+86 −0 Robust.Client/HWId/BasicHWId.cs
+15 −0 Robust.Client/IGameController.cs
+16 −3 Robust.Client/UserInterface/Controls/BaseButton.cs
+22 −1 Robust.Client/UserInterface/Controls/LineEdit.cs
+1 −1 Robust.Client/UserInterface/Controls/SpriteView.cs
+7 −3 Robust.Client/Utility/UserDataDir.cs
+1 −0 Robust.Server/ServerIoC.cs
+12 −0 Robust.Shared/CVars.cs
+2 −1 Robust.Shared/ContentPack/Sandbox.yml
+2 −2 Robust.Shared/GameObjects/Components/UserInterface/BoundUserInterface.cs
+10 −0 Robust.Shared/GameObjects/Systems/EntityLookupSystem.ComponentQueries.cs
+11 −0 Robust.Shared/Network/AuthManager.cs
+0 −46 Robust.Shared/Network/HWId.cs
+67 −0 Robust.Shared/Network/IHWId.cs
+3 −0 Robust.Shared/Network/Messages/Handshake/MsgEncryptionRequest.cs
+5 −0 Robust.Shared/Network/Messages/Handshake/MsgEncryptionResponse.cs
+0 −5 Robust.Shared/Network/Messages/Handshake/MsgLoginStart.cs
+14 −6 Robust.Shared/Network/NetManager.ClientConnect.cs
+23 −4 Robust.Shared/Network/NetManager.ServerAuth.cs
+1 −0 Robust.Shared/Network/NetManager.cs
+17 −0 Robust.Shared/Network/NetUserData.cs
+12 −0 Robust.Shared/Utility/Base64Helpers.cs
+15 −0 Robust.UnitTesting/GameControllerDummy.cs
+2 −1 Robust.UnitTesting/RobustIntegrationTest.NetManager.cs
+2 −0 Robust.UnitTesting/Server/RobustServerSimulation.cs
+1 −0 Robust.UnitTesting/Shared/GameObjects/EntityState_Tests.cs

0 comments on commit 46d82c8

Please sign in to comment.