]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Predict StorageComponent (#19682)
authormetalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
Mon, 11 Sep 2023 11:20:46 +0000 (21:20 +1000)
committerGitHub <noreply@github.com>
Mon, 11 Sep 2023 11:20:46 +0000 (21:20 +1000)
commitd5bd1c6f86579103351536861d4dcda876b0ed7c
tree22a54017a307f1a39e64a5247f2c5464f86060f9
parent99b77bc2d3ef31140adc7e09b5d4cff822aa9ae9
Predict StorageComponent (#19682)
68 files changed:
Content.Client/Access/UI/IdCardConsoleBoundUserInterface.cs
Content.Client/Atmos/Monitor/UI/AirAlarmBoundUserInterface.cs
Content.Client/Atmos/UI/GasThermomachineBoundUserInterface.cs
Content.Client/Interactable/InteractionSystem.cs
Content.Client/Inventory/ClientInventorySystem.cs
Content.Client/Storage/ClientStorageComponent.cs [deleted file]
Content.Client/Storage/StorageBoundUserInterface.cs
Content.Client/Storage/Systems/StorageSystem.cs
Content.Client/Storage/UI/StorageUIController.cs [new file with mode: 0644]
Content.Client/Storage/UI/StorageWindow.cs
Content.Client/Strip/StrippableSystem.cs
Content.Client/UserInterface/Systems/Inventory/InventoryUIController.cs
Content.IntegrationTests/Tests/Interaction/InteractionTest.Helpers.cs
Content.IntegrationTests/Tests/StorageTest.cs
Content.IntegrationTests/Tests/VendingMachineRestockTest.cs
Content.Server/Arcade/BlockGame/BlockGameArcadeSystem.cs
Content.Server/Atmos/Piping/Unary/EntitySystems/GasThermoMachineSystem.cs
Content.Server/Cargo/Systems/CargoSystem.Bounty.cs
Content.Server/Chemistry/EntitySystems/ChemMasterSystem.cs
Content.Server/Communications/CommunicationsConsoleComponent.cs
Content.Server/Construction/ConstructionSystem.Initial.cs
Content.Server/Construction/PartExchangerSystem.cs
Content.Server/Crayon/CrayonComponent.cs
Content.Server/Eye/Blinding/ActivatableUIRequiresVisionSystem.cs
Content.Server/Hands/Systems/HandsSystem.cs
Content.Server/Instruments/InstrumentComponent.cs
Content.Server/Interaction/InteractionSystem.cs
Content.Server/Inventory/ServerInventorySystem.cs
Content.Server/Item/ItemSystem.cs
Content.Server/Light/EntitySystems/LightReplacerSystem.cs
Content.Server/Medical/Components/HealthAnalyzerComponent.cs
Content.Server/Nutrition/EntitySystems/FoodSystem.cs
Content.Server/PDA/PdaSystem.cs
Content.Server/Power/EntitySystems/ApcSystem.cs
Content.Server/Resist/EscapeInventorySystem.cs
Content.Server/Salvage/SalvageSystem.ExpeditionConsole.cs
Content.Server/SensorMonitoring/SensorMonitoringConsoleComponent.cs
Content.Server/Solar/EntitySystems/PowerSolarControlConsoleSystem.cs
Content.Server/Stack/StackSystem.cs
Content.Server/Storage/Components/ServerStorageComponent.cs [deleted file]
Content.Server/Storage/Components/StorageFillComponent.cs [deleted file]
Content.Server/Storage/EntitySystems/ItemCounterSystem.cs
Content.Server/Storage/EntitySystems/PickRandomSystem.cs
Content.Server/Storage/EntitySystems/StorageFillVisualizerSystem.cs
Content.Server/Storage/EntitySystems/StorageSystem.Fill.cs
Content.Server/Storage/EntitySystems/StorageSystem.cs
Content.Server/Store/Systems/StoreSystem.Ui.cs
Content.Server/UserInterface/ActivatableUIComponent.cs
Content.Server/UserInterface/ActivatableUISystem.cs
Content.Server/UserInterface/IntrinsicUISystem.cs
Content.Server/UserInterface/UserInterfaceHelpers.cs
Content.Server/Wires/WiresSystem.cs
Content.Shared/Access/SharedAgentIDCardSystem.cs
Content.Shared/Atmos/Piping/Binary/Components/SharedGasCanisterComponent.cs
Content.Shared/Buckle/SharedBuckleSystem.Strap.cs
Content.Shared/Labels/LabelEvents.cs
Content.Shared/Speech/Components/MeleeSpeechComponent.cs
Content.Shared/Storage/Components/StorageFillComponent.cs [new file with mode: 0644]
Content.Shared/Storage/EntitySystems/DumpableSystem.cs
Content.Shared/Storage/EntitySystems/SharedStorageSystem.cs [new file with mode: 0644]
Content.Shared/Storage/SharedStorageComponent.cs [deleted file]
Content.Shared/Storage/StorageComponent.cs [new file with mode: 0644]
Resources/Prototypes/Catalog/Fills/Lockers/service.yml
Resources/Prototypes/Entities/Clothing/Belt/base_clothingbelt.yml
Resources/Prototypes/Entities/Mobs/NPCs/space.yml
Resources/Prototypes/Entities/Objects/Fun/dice_bag.yml
Resources/Prototypes/Entities/Objects/Misc/paper.yml
Resources/Prototypes/Entities/Objects/Specific/Kitchen/foodcarts.yml