Skip to content

Commit

Permalink
aaaaaaaaaaaa
Browse files Browse the repository at this point in the history
  • Loading branch information
VMSolidus committed Jan 12, 2025
1 parent 84a69f2 commit 9f023d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RobustToolbox
Submodule RobustToolbox updated 92 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
+43 −46 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
+1 −36 RELEASE-NOTES.md
+6 −2 Robust.Analyzers.Tests/AccessAnalyzer_Test.cs
+3 −2 Robust.Analyzers.Tests/DataDefinitionAnalyzerTest.cs
+3 −2 Robust.Analyzers.Tests/DependencyAssignAnalyzerTest.cs
+3 −2 Robust.Analyzers.Tests/DuplicateDependencyAnalyzerTest.cs
+3 −2 Robust.Analyzers.Tests/MustCallBaseAnalyzerTest.cs
+3 −2 Robust.Analyzers.Tests/NoUncachedRegexAnalyzerTest.cs
+3 −2 Robust.Analyzers.Tests/PreferNonGenericVariantForTest.cs
+3 −2 Robust.Analyzers.Tests/PreferOtherTypeAnalyzerTest.cs
+3 −2 Robust.Analyzers.Tests/PreferOtherTypeFixerTest.cs
+3 −7 Robust.Analyzers.Tests/Robust.Analyzers.Tests.csproj
+0 −4 Robust.Benchmarks/Robust.Benchmarks.csproj
+0 −3 Robust.Client.NameGenerator/XamlUiPartialClassGenerator.cs
+0 −2 Robust.Client.WebView/Cef/BaseRobustCefClient.cs
+0 −2 Robust.Client.WebView/Cef/RobustCefApp.cs
+0 −1 Robust.Client.WebView/Cef/WebViewManagerCef.BrowserWindow.cs
+6 −9 Robust.Client.WebView/Cef/WebViewManagerCef.Control.cs
+0 −1 Robust.Client.WebView/Robust.Client.WebView.csproj
+0 −1 Robust.Client/GameController/GameController.Standalone.cs
+22 −24 Robust.Client/Graphics/Clyde/Clyde.Windowing.cs
+0 −18 Robust.Client/Graphics/Clyde/ClydeHeadless.cs
+1 −2 Robust.Client/Graphics/Clyde/Windowing/Glfw.Events.cs
+37 −16 Robust.Client/Graphics/Clyde/Windowing/Glfw.Windows.cs
+4 −0 Robust.Client/Graphics/Clyde/Windowing/Glfw.cs
+3 −3 Robust.Client/Graphics/Clyde/Windowing/IWindowingImpl.cs
+8,929 −0 Robust.Client/Graphics/Clyde/Windowing/SDL2Api.cs
+0 −25 Robust.Client/Graphics/Clyde/Windowing/SDL3-CS/LICENSE
+0 −56 Robust.Client/Graphics/Clyde/Windowing/SDL3-CS/SDL3.Core.Ext.cs
+0 −8,043 Robust.Client/Graphics/Clyde/Windowing/SDL3-CS/SDL3.Core.cs
+33 −37 Robust.Client/Graphics/Clyde/Windowing/Sdl2.Cursors.cs
+63 −48 Robust.Client/Graphics/Clyde/Windowing/Sdl2.Events.cs
+224 −0 Robust.Client/Graphics/Clyde/Windowing/Sdl2.Keys.cs
+133 −0 Robust.Client/Graphics/Clyde/Windowing/Sdl2.Monitors.cs
+316 −0 Robust.Client/Graphics/Clyde/Windowing/Sdl2.RawEvents.cs
+100 −130 Robust.Client/Graphics/Clyde/Windowing/Sdl2.WindowThread.cs
+586 −0 Robust.Client/Graphics/Clyde/Windowing/Sdl2.Windows.cs
+190 −0 Robust.Client/Graphics/Clyde/Windowing/Sdl2.cs
+0 −145 Robust.Client/Graphics/Clyde/Windowing/Sdl3.FileDialog.cs
+0 −225 Robust.Client/Graphics/Clyde/Windowing/Sdl3.Key.cs
+0 −133 Robust.Client/Graphics/Clyde/Windowing/Sdl3.Monitor.cs
+0 −282 Robust.Client/Graphics/Clyde/Windowing/Sdl3.RawEvent.cs
+0 −654 Robust.Client/Graphics/Clyde/Windowing/Sdl3.Window.cs
+0 −105 Robust.Client/Graphics/Clyde/Windowing/Sdl3.WindowIcons.cs
+0 −226 Robust.Client/Graphics/Clyde/Windowing/Sdl3.cs
+0 −37 Robust.Client/Graphics/Clyde/Windowing/WsiShared.cs
+24 −0 Robust.Client/Graphics/IClyde.cs
+0 −2 Robust.Client/Graphics/IClydeInternal.cs
+0 −24 Robust.Client/Graphics/IClydeWindow.cs
+1 −4 Robust.Client/Robust.Client.csproj
+4 −6 Robust.Client/UserInterface/Controls/LineEdit.cs
+5 −6 Robust.Client/UserInterface/Controls/TextEdit.cs
+0 −6 Robust.Client/UserInterface/FileDialogManager.cs
+2 −2 Robust.Server/GameObjects/EntitySystems/MapLoaderSystem.cs
+0 −4 Robust.Server/Robust.Server.csproj
+97 −118 Robust.Shared.CompNetworkGenerator/ComponentNetworkGenerator.cs
+4 −4 Robust.Shared.Scripting/ILCommand.cs
+1 −3 Robust.Shared.Scripting/Robust.Shared.Scripting.csproj
+3 −10 Robust.Shared/Configuration/ConfigurationManager.cs
+0 −2 Robust.Shared/Configuration/IConfigurationManagerInternal.cs
+2 −4 Robust.Shared/Console/Commands/LogCommands.cs
+3 −3 Robust.Shared/ContentPack/AssemblyTypeChecker.cs
+0 −2 Robust.Shared/ContentPack/Sandbox.yml
+0 −9 Robust.Shared/GameObjects/Entity.cs
+0 −9 Robust.Shared/Log/ISawmill.cs
+1 −6 Robust.Shared/Log/LogManager.Sawmill.cs
+3 −8 Robust.Shared/Network/NetManager.cs
+0 −4 Robust.Shared/Robust.Shared.csproj
+0 −9 Robust.Shared/Serialization/Manager/Attributes/NotYamlSerializableAttribute.cs
+2 −1 Robust.Shared/Serialization/Manager/SerializationManager.Validation.cs
+0 −59 Robust.Shared/Serialization/Manager/SerializationManager.cs
+1 −2 Robust.Shared/Serialization/Markdown/NodeMark.cs
+1 −5 Robust.Shared/Serialization/TypeSerializers/Implementations/ComponentRegistrySerializer.cs
+2 −4 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
+0 −53 Robust.UnitTesting/MockInterfaces.cs
+0 −1 Robust.UnitTesting/Shared/GameObjects/GenericEntityPrint.cs
+1 −1 cefglue
+1 −1 global.json

0 comments on commit 9f023d0

Please sign in to comment.