Skip to content
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.

Commit

Permalink
HOTFIX submodule update (#32897)
Browse files Browse the repository at this point in the history
Update submodule

This fixes an important memory leak.
  • Loading branch information
PJB3005 authored Oct 19, 2024
1 parent 109e0bc commit 73a82d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RobustToolbox
Submodule RobustToolbox updated 27 files
+1 −1 MSBuild/Robust.Engine.Version.props
+32 −0 RELEASE-NOTES.md
+8 −1 Resources/Locale/en-US/custom-controls.ftl
+3 −0 Robust.Client/Graphics/Clyde/Clyde.Events.cs
+13 −1 Robust.Client/Graphics/Clyde/Clyde.Windowing.cs
+1 −1 Robust.Client/Graphics/Clyde/ClydeHeadless.cs
+9 −0 Robust.Client/Graphics/Clyde/Windowing/Glfw.WindowThread.cs
+14 −0 Robust.Client/Graphics/Clyde/Windowing/Glfw.Windows.cs
+1 −0 Robust.Client/Graphics/Clyde/Windowing/IWindowingImpl.cs
+9 −0 Robust.Client/Graphics/Clyde/Windowing/Sdl2.WindowThread.cs
+11 −0 Robust.Client/Graphics/Clyde/Windowing/Sdl2.Windows.cs
+1 −1 Robust.Client/Graphics/IClydeWindow.cs
+1 −1 Robust.Client/Replays/Loading/ReplayLoadManager.Read.cs
+36 −10 Robust.Client/UserInterface/Controllers/Implementations/TileSpawningUIController.cs
+22 −8 Robust.Client/UserInterface/Controls/OSWindow.cs
+1 −1 Robust.Client/UserInterface/CustomControls/EntitySpawnWindow.xaml
+4 −1 Robust.Client/UserInterface/CustomControls/TileSpawnWindow.xaml
+4 −2 Robust.Client/UserInterface/UserInterfaceManager.Roots.cs
+1 −1 Robust.Server/BaseServer.cs
+1 −0 Robust.Server/ServerIoC.cs
+80 −0 Robust.Server/ServerStatus/IWatchdogApi.cs
+55 −8 Robust.Server/ServerStatus/WatchdogApi.cs
+25 −9 Robust.Shared.Scripting/ScriptGlobalsShared.cs
+21 −3 Robust.Shared.Scripting/ScriptInstanceShared.cs
+6 −1 Robust.Shared/Console/IConsoleShell.cs
+55 −67 Robust.Shared/Serialization/RobustSerializer.cs
+1 −7 Robust.Shared/Utility/UniqueIndexHkm.cs

0 comments on commit 73a82d5

Please sign in to comment.