Skip to content

Commit

Permalink
Update engine to v195.0.1 (space-wizards#22994)
Browse files Browse the repository at this point in the history
  • Loading branch information
ElectroJr authored Dec 26, 2023
1 parent fd3c922 commit d3ae377
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RobustToolbox
Submodule RobustToolbox updated 58 files
+1 −1 MSBuild/Robust.Engine.Version.props
+39 −0 RELEASE-NOTES.md
+85 −0 Robust.Client.WebView/Cef/BaseRobustCefClient.cs
+2 −5 Robust.Client.WebView/Cef/RequestResults.cs
+5 −3 Robust.Client.WebView/Cef/RobustCefApp.cs
+1 −1 Robust.Client.WebView/Cef/RobustCefClient.cs
+1 −1 Robust.Client.WebView/Cef/WebViewManagerCef.BrowserWindow.cs
+1 −1 Robust.Client.WebView/Robust.Client.WebView.csproj
+28 −0 Robust.Client.WebView/TestBrowseWindow.cs
+4 −0 Robust.Client.WebView/WebViewManager.cs
+35 −15 Robust.Client/Audio/AudioSystem.cs
+0 −6 Robust.Client/Audio/IAudioInternal.cs
+9 −0 Robust.Client/Audio/IAudioManager.cs
+1 −1 Robust.Client/Console/ClientConsoleHost.Completions.cs
+2 −1 Robust.Client/Console/ClientConsoleHost.cs
+7 −1 Robust.Client/GameController/GameController.Standalone.cs
+0 −1 Robust.Client/GameStates/ClientGameStateManager.cs
+2 −2 Robust.Client/Physics/PhysicsSystem.Predict.cs
+3 −0 Robust.Client/ResourceManagement/IResourceCache.cs
+7 −0 Robust.Client/ResourceManagement/ResourceCache.cs
+12 −0 Robust.Client/ResourceManagement/ResourceTypes/AudioResource.cs
+8 −4 Robust.Server/Audio/AudioSystem.cs
+8 −1 Robust.Server/Console/ServerConsoleHost.cs
+5 −1 Robust.Server/Placement/PlacementManager.cs
+4 −0 Robust.Server/ServerStatus/WatchdogApi.cs
+2 −0 Robust.Shared/Audio/Components/AudioComponent.cs
+8 −5 Robust.Shared/Audio/Systems/SharedAudioSystem.cs
+10 −6 Robust.Shared/GameObjects/ComponentFactory.cs
+1 −0 Robust.Shared/GameObjects/Components/Transform/TransformComponent.cs
+8 −12 Robust.Shared/GameObjects/Systems/CollisionWakeSystem.cs
+2 −2 Robust.Shared/GameObjects/Systems/EntityLookupSystem.ComponentQueries.cs
+13 −26 Robust.Shared/GameObjects/Systems/EntityLookupSystem.cs
+37 −74 Robust.Shared/GameObjects/Systems/SharedGridTraversalSystem.cs
+0 −2 Robust.Shared/GameObjects/Systems/SharedMapSystem.Grid.cs
+1 −2 Robust.Shared/IoC/DependencyCollection.cs
+22 −2 Robust.Shared/Map/EntityCoordinates.cs
+1 −0 Robust.Shared/Physics/PhysicsWakeEvent.cs
+19 −16 Robust.Shared/Physics/Systems/FixtureSystem.cs
+19 −11 Robust.Shared/Physics/Systems/SharedBroadphaseSystem.cs
+2 −7 Robust.Shared/Physics/Systems/SharedJointSystem.cs
+20 −7 Robust.Shared/Physics/Systems/SharedPhysicsSystem.Components.cs
+2 −2 Robust.Shared/Physics/Systems/SharedPhysicsSystem.Map.cs
+14 −14 Robust.Shared/Physics/Systems/SharedPhysicsSystem.cs
+9 −4 Robust.Shared/Prototypes/Attributes.cs
+25 −3 Robust.Shared/Prototypes/PrototypeManager.cs
+5 −2 Robust.Shared/Serialization/RobustMappedStringSerializer.MappedStringDict.cs
+80 −5 Robust.Shared/Utility/DebugTools.cs
+12 −11 Robust.UnitTesting/Client/GameObjects/Components/TransformComponentTests.cs
+9 −0 Robust.UnitTesting/RobustIntegrationTest.cs
+11 −0 Robust.UnitTesting/RobustUnitTest.cs
+1 −0 Robust.UnitTesting/Server/RobustServerSimulation.cs
+18 −0 Robust.UnitTesting/Shared/EngineIntegrationTest_Test.cs
+142 −0 Robust.UnitTesting/Shared/Map/SingleTileRemoveTest.cs
+0 −4 Robust.UnitTesting/Shared/Physics/Joints_Test.cs
+24 −0 Robust.UnitTesting/TestingConsoleHost.cs
+6 −3 Tools/package_client_build.py
+12 −10 Tools/package_webview.py
+1 −1 cefglue

0 comments on commit d3ae377

Please sign in to comment.