Skip to content

Commit

Permalink
rename new airloss kit
Browse files Browse the repository at this point in the history
  • Loading branch information
K-Dynamic committed Feb 5, 2025
1 parent 97ebac4 commit 47bd3a4
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
2 changes: 1 addition & 1 deletion RobustToolbox
Submodule RobustToolbox updated 62 files
+1 −1 MSBuild/Robust.Engine.Version.props
+0 −62 RELEASE-NOTES.md
+1 −23 Robust.Client/GameObjects/ClientEntityManager.cs
+237 −282 Robust.Client/GameStates/ClientGameStateManager.cs
+5 −1 Robust.Client/GameStates/IClientGameStateManager.cs
+2 −2 Robust.Client/Graphics/Clyde/Clyde.HLR.cs
+2 −2 Robust.Client/Graphics/Clyde/Clyde.Viewport.cs
+2 −2 Robust.Client/Graphics/Clyde/ClydeHeadless.cs
+1 −1 Robust.Client/Graphics/Font.cs
+2 −2 Robust.Client/Graphics/IClydeViewport.cs
+3 −9 Robust.Client/Graphics/Overlays/OverlayDrawArgs.cs
+1 −1 Robust.Client/Physics/PhysicsSystem.Predict.cs
+1 −3 Robust.Client/Replays/Loading/ReplayLoadManager.Checkpoints.cs
+2 −2 Robust.Client/Replays/Playback/ReplayPlaybackManager.Update.cs
+3 −3 Robust.Client/UserInterface/Control.Styling.cs
+1 −1 Robust.Client/UserInterface/Control.cs
+1 −0 Robust.Client/UserInterface/Controllers/Implementations/TileSpawningUIController.cs
+9 −25 Robust.Client/UserInterface/Controls/EntityPrototypeView.cs
+1 −1 Robust.Client/UserInterface/Controls/SpriteView.cs
+0 −7 Robust.Client/UserInterface/CustomControls/TileSpawnWindow.xaml.cs
+3 −3 Robust.Client/UserInterface/CustomControls/ViewportContainer.cs
+0 −11 Robust.Client/UserInterface/IUserInterfaceManager.cs
+2 −4 Robust.Client/UserInterface/UserInterfaceManager.Input.cs
+1 −1 Robust.Client/UserInterface/UserInterfaceManager.Roots.cs
+3 −28 Robust.Client/UserInterface/UserInterfaceManager.cs
+1 −5 Robust.Server/GameStates/PvsData.cs
+3 −7 Robust.Server/GameStates/PvsSystem.cs
+0 −1 Robust.Server/ServerStatus/StatusHost.cs
+1 −1 Robust.Shared.CompNetworkGenerator/ComponentNetworkGenerator.cs
+1 −0 Robust.Shared.Maths/Angle.cs
+0 −4 Robust.Shared/Containers/SharedContainerSystem.Insert.cs
+7 −0 Robust.Shared/GameObjects/Components/UserInterface/BoundUserInterface.cs
+1 −23 Robust.Shared/GameObjects/EntityManager.ComponentDeltas.cs
+2 −1 Robust.Shared/GameObjects/EntityManager.Components.cs
+0 −7 Robust.Shared/GameObjects/EntitySystem.Proxy.cs
+1 −1 Robust.Shared/GameObjects/Systems/CollisionWakeSystem.cs
+48 −60 Robust.Shared/GameObjects/Systems/EntityLookup.Queries.cs
+44 −61 Robust.Shared/GameObjects/Systems/EntityLookupSystem.ComponentQueries.cs
+6 −19 Robust.Shared/GameObjects/Systems/SharedTransformSystem.Component.cs
+0 −4 Robust.Shared/GameObjects/Systems/SharedTransformSystem.cs
+58 −76 Robust.Shared/GameObjects/Systems/SharedUserInterfaceSystem.cs
+10 −10 Robust.Shared/Map/IMapManager.cs
+45 −48 Robust.Shared/Map/MapManager.Queries.cs
+3 −3 Robust.Shared/Physics/Collision/CollisionManager.Overlap.cs
+7 −8 Robust.Shared/Physics/Collision/DistanceProxy.cs
+1 −3 Robust.Shared/Physics/Collision/IManifoldManager.cs
+0 −33 Robust.Shared/Physics/Dynamics/Contacts/Contact.cs
+10 −33 Robust.Shared/Physics/Shapes/Polygon.cs
+9 −17 Robust.Shared/Physics/Systems/SharedBroadphaseSystem.cs
+64 −50 Robust.Shared/Physics/Systems/SharedPhysicsSystem.Components.cs
+3 −15 Robust.Shared/Physics/Systems/SharedPhysicsSystem.Contacts.cs
+0 −55 Robust.Shared/Physics/Systems/SharedPhysicsSystem.Pool.cs
+11 −11 Robust.Shared/Physics/Systems/SharedPhysicsSystem.Queries.cs
+1 −29 Robust.Shared/Physics/Systems/SharedPhysicsSystem.cs
+4 −10 Robust.Shared/Prototypes/IPrototypeManager.cs
+2 −3 Robust.Shared/Prototypes/PrototypeManager.YamlLoad.cs
+57 −82 Robust.Shared/Prototypes/PrototypeManager.cs
+16 −23 Robust.Shared/Serialization/Manager/SerializationManager.Composition.cs
+0 −16 Robust.Shared/Serialization/Markdown/Mapping/MappingDataNode.cs
+1 −0 Robust.Shared/Upload/SharedPrototypeLoadManager.cs
+0 −446 Robust.UnitTesting/Server/GameStates/DetachedParentTest.cs
+0 −515 Robust.UnitTesting/Shared/Physics/CollisionPredictionTest.cs

0 comments on commit 47bd3a4

Please sign in to comment.