Skip to content

Commit

Permalink
yeag
Browse files Browse the repository at this point in the history
  • Loading branch information
sleepyyapril committed Jan 10, 2025
1 parent 8e921d3 commit 8b4d382
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RobustToolbox
Submodule RobustToolbox updated 62 files
+1 −1 .github/workflows/build-docfx.yml
+1 −1 .github/workflows/build-test.yml
+1 −1 .github/workflows/publish-client.yml
+1 −1 .github/workflows/test-content.yml
+46 −43 Directory.Packages.props
+1 −1 Lidgren.Network/Lidgren.Network.csproj
+1 −1 MSBuild/Robust.Engine.Version.props
+2 −2 MSBuild/Robust.Engine.props
+1 −1 MSBuild/Robust.Properties.targets
+36 −1 RELEASE-NOTES.md
+2 −6 Robust.Analyzers.Tests/AccessAnalyzer_Test.cs
+2 −3 Robust.Analyzers.Tests/DataDefinitionAnalyzerTest.cs
+2 −3 Robust.Analyzers.Tests/DependencyAssignAnalyzerTest.cs
+2 −3 Robust.Analyzers.Tests/DuplicateDependencyAnalyzerTest.cs
+2 −3 Robust.Analyzers.Tests/MustCallBaseAnalyzerTest.cs
+2 −3 Robust.Analyzers.Tests/NoUncachedRegexAnalyzerTest.cs
+2 −3 Robust.Analyzers.Tests/PreferNonGenericVariantForTest.cs
+2 −3 Robust.Analyzers.Tests/PreferOtherTypeAnalyzerTest.cs
+2 −3 Robust.Analyzers.Tests/PreferOtherTypeFixerTest.cs
+7 −3 Robust.Analyzers.Tests/Robust.Analyzers.Tests.csproj
+4 −0 Robust.Benchmarks/Robust.Benchmarks.csproj
+3 −0 Robust.Client.NameGenerator/XamlUiPartialClassGenerator.cs
+2 −0 Robust.Client.WebView/Cef/BaseRobustCefClient.cs
+2 −0 Robust.Client.WebView/Cef/RobustCefApp.cs
+1 −0 Robust.Client.WebView/Cef/WebViewManagerCef.BrowserWindow.cs
+5 −2 Robust.Client.WebView/Cef/WebViewManagerCef.Control.cs
+1 −0 Robust.Client.WebView/Robust.Client.WebView.csproj
+4 −0 Robust.Client/Graphics/Clyde/Windowing/SDL3-CS/SDL3.Core.Ext.cs
+1 −1 Robust.Client/Graphics/Clyde/Windowing/Sdl3.WindowThread.cs
+4 −1 Robust.Client/Robust.Client.csproj
+2 −2 Robust.Server/GameObjects/EntitySystems/MapLoaderSystem.cs
+4 −0 Robust.Server/Robust.Server.csproj
+118 −97 Robust.Shared.CompNetworkGenerator/ComponentNetworkGenerator.cs
+4 −4 Robust.Shared.Scripting/ILCommand.cs
+3 −1 Robust.Shared.Scripting/Robust.Shared.Scripting.csproj
+10 −3 Robust.Shared/Configuration/ConfigurationManager.cs
+2 −0 Robust.Shared/Configuration/IConfigurationManagerInternal.cs
+4 −2 Robust.Shared/Console/Commands/LogCommands.cs
+3 −3 Robust.Shared/ContentPack/AssemblyTypeChecker.cs
+1 −0 Robust.Shared/ContentPack/Sandbox.yml
+9 −0 Robust.Shared/GameObjects/Entity.cs
+9 −0 Robust.Shared/Log/ISawmill.cs
+6 −1 Robust.Shared/Log/LogManager.Sawmill.cs
+8 −3 Robust.Shared/Network/NetManager.cs
+4 −0 Robust.Shared/Robust.Shared.csproj
+9 −0 Robust.Shared/Serialization/Manager/Attributes/NotYamlSerializableAttribute.cs
+1 −2 Robust.Shared/Serialization/Manager/SerializationManager.Validation.cs
+59 −0 Robust.Shared/Serialization/Manager/SerializationManager.cs
+2 −1 Robust.Shared/Serialization/Markdown/NodeMark.cs
+5 −1 Robust.Shared/Serialization/TypeSerializers/Implementations/ComponentRegistrySerializer.cs
+4 −2 Robust.Shared/Serialization/TypeSerializers/Implementations/Custom/Prototype/PrototypeIdSerializer.cs
+2 −2 Robust.Shared/Serialization/TypeSerializers/Implementations/EntProtoIdSerializer.cs
+1 −1 Robust.Shared/Serialization/TypeSerializers/Implementations/Generic/ProtoIdSerializer.cs
+1 −1 Robust.Shared/Serialization/TypeSerializers/Implementations/Vector2Serializer.cs
+1 −1 Robust.Shared/Serialization/TypeSerializers/Implementations/Vector2iSerializer.cs
+1 −1 Robust.Shared/Serialization/TypeSerializers/Implementations/Vector3Serializer.cs
+1 −1 Robust.Shared/Serialization/TypeSerializers/Implementations/Vector4Serializer.cs
+53 −0 Robust.UnitTesting/MockInterfaces.cs
+1 −0 Robust.UnitTesting/Shared/GameObjects/GenericEntityPrint.cs
+4 −2 Tools/package_webview.py
+1 −1 cefglue
+1 −1 global.json

0 comments on commit 8b4d382

Please sign in to comment.