This repository was archived by the owner on Dec 23, 2025. It is now read-only.
Commit 957b478
Submodule RobustToolbox updated 46 files
- MSBuild/Robust.Engine.Version.props+1-1
- RELEASE-NOTES.md+77
- Robust.Client/GameObjects/Components/Renderable/SpriteComponent.cs+7-9
- Robust.Client/GameObjects/EntitySystems/ContainerSystem.cs+6-7
- Robust.Client/GameObjects/EntitySystems/SpriteSystem.Bounds.cs+3-3
- Robust.Client/GameObjects/EntitySystems/SpriteSystem.Layer.cs+1-1
- Robust.Client/GameObjects/EntitySystems/SpriteSystem.LayerMap.cs+7-9
- Robust.Client/GameObjects/EntitySystems/SpriteSystem.Render.cs+13
- Robust.Client/GameObjects/EntitySystems/VisualizerSystem.cs+1
- Robust.Client/Graphics/Clyde/Clyde.GridRendering.cs+5-2
- Robust.Client/Graphics/Clyde/Clyde.Sprite.cs+1-1
- Robust.Client/Graphics/Clyde/Clyde.Systems.cs+3
- Robust.Client/Placement/PlacementManager.cs+27-17
- Robust.Client/Player/PlayerManager.cs+1-1
- Robust.Client/UserInterface/Controls/OutputPanel.cs+10
- Robust.Client/UserInterface/Controls/ProgressBar.cs+37-4
- Robust.Client/UserInterface/Controls/RichTextLabel.cs+32-24
- Robust.Client/UserInterface/RichText/BoldItalicTag.cs+1-1
- Robust.Client/UserInterface/RichText/BoldTag.cs+1-1
- Robust.Client/UserInterface/RichText/BulletTag.cs+1-1
- Robust.Client/UserInterface/RichText/ColorTag.cs+1-1
- Robust.Client/UserInterface/RichText/CommandLinkTag.cs+2-2
- Robust.Client/UserInterface/RichText/FontTag.cs+1-1
- Robust.Client/UserInterface/RichText/HeadingTag.cs+1-1
- Robust.Client/UserInterface/RichText/IMarkupTag.cs+27-5
- Robust.Client/UserInterface/RichText/ItalicTag.cs+1-1
- Robust.Client/UserInterface/RichText/MarkupTagManager.cs+32-6
- Robust.Client/UserInterface/RichTextEntry.cs+37-11
- Robust.Shared/GameObjects/ComponentFactory.cs+4-4
- Robust.Shared/GameObjects/Components/MetaDataComponent.cs+1
- Robust.Shared/GameObjects/Entity.cs+32-32
- Robust.Shared/GameObjects/EntityManager.Spawn.cs+18
- Robust.Shared/GameObjects/EntitySystem.cs+2
- Robust.Shared/GameObjects/IEntityManager.Spawn.cs+2
- Robust.Shared/GameObjects/Systems/SharedMapSystem.Grid.cs+18-2
- Robust.Shared/GameObjects/Systems/SharedMapSystem.GridChunk.cs+2-2
- Robust.Shared/GameObjects/Systems/SharedMapSystem.cs+34-18
- Robust.Shared/GameObjects/Systems/SharedTransformSystem.cs+7-4
- Robust.Shared/Physics/Events/StartCollideEvent.cs+11-5
- Robust.Shared/Physics/Systems/SharedPhysicsSystem.Contacts.cs+18-8
- Robust.Shared/Utility/ResPath.cs+31-12
- Robust.UnitTesting/Client/Sprite/SpriteBoundsTest.cs+132
- Robust.UnitTesting/Shared/GameObjects/GenericEntityPrint.cs+4-4
- Robust.UnitTesting/Shared/Physics/Broadphase_Test.cs+56
- Robust.UnitTesting/Shared/Physics/PhysicsComponent_Test.cs-1
- Robust.UnitTesting/Shared/Utility/ResPathTest.cs+11-3
0 commit comments