]> git.smokeofanarchy.ru Git - space-station-14.git/commit
DoAfter Refactor (#13225)
authorkeronshb <54602815+keronshb@users.noreply.github.com>
Sat, 25 Feb 2023 00:01:25 +0000 (19:01 -0500)
committerGitHub <noreply@github.com>
Sat, 25 Feb 2023 00:01:25 +0000 (01:01 +0100)
commit9ebb452a3cd713d2ef673ea5561cc577dcaa769c
tree2985680a3f0b17e51de2cfefecfe29301a52aea2
parent7a9baa79c2bb6bf5c8b745b1d4a344d6bb61f35e
DoAfter Refactor (#13225)

Co-authored-by: DrSmugleaf <drsmugleaf@gmail.com>
129 files changed:
Content.Client/DoAfter/DoAfterComponent.cs [deleted file]
Content.Client/DoAfter/DoAfterOverlay.cs
Content.Client/DoAfter/DoAfterSystem.cs
Content.Client/Medical/Cryogenics/CryoPodSystem.cs
Content.IntegrationTests/Tests/DoAfter/DoAfterServerTest.cs
Content.Server/AirlockPainter/AirlockPainterSystem.cs
Content.Server/Alert/Click/RemoveEnsnare.cs
Content.Server/Animals/Systems/UdderSystem.cs
Content.Server/Anomaly/AnomalySystem.Scanner.cs
Content.Server/Anomaly/AnomalySystem.cs
Content.Server/Anomaly/Components/AnomalyScannerComponent.cs
Content.Server/Body/Components/InternalsComponent.cs
Content.Server/Body/Systems/InternalsSystem.cs
Content.Server/Botany/Components/BotanySwabComponent.cs
Content.Server/Botany/Systems/BotanySwabSystem.cs
Content.Server/Chemistry/Components/InjectorComponent.cs
Content.Server/Chemistry/EntitySystems/ChemistrySystem.Injector.cs
Content.Server/Climbing/ClimbSystem.cs
Content.Server/Construction/AnchorableSystem.cs
Content.Server/Construction/Components/PartExchangerComponent.cs
Content.Server/Construction/ConstructionSystem.Initial.cs
Content.Server/Construction/ConstructionSystem.Interactions.cs
Content.Server/Construction/ConstructionSystem.cs
Content.Server/Construction/PartExchangerSystem.cs
Content.Server/Construction/RefiningSystem.cs
Content.Server/Cuffs/Components/CuffableComponent.cs
Content.Server/Cuffs/Components/HandcuffComponent.cs
Content.Server/Disease/Components/DiseaseSwabComponent.cs
Content.Server/Disease/Components/DiseaseVaccineComponent.cs
Content.Server/Disease/DiseaseDiagnosisSystem.cs
Content.Server/Disease/DiseaseSystem.cs
Content.Server/Disposal/Unit/EntitySystems/DisposalUnitSystem.cs
Content.Server/DoAfter/DoAfter.cs [deleted file]
Content.Server/DoAfter/DoAfterComponent.cs [deleted file]
Content.Server/DoAfter/DoAfterEventArgs.cs [deleted file]
Content.Server/DoAfter/DoAfterSystem.cs
Content.Server/Doors/Systems/DoorSystem.cs
Content.Server/Dragon/Components/DragonComponent.cs
Content.Server/Dragon/DragonSystem.cs
Content.Server/Engineering/EntitySystems/DisassembleOnAltVerbSystem.cs
Content.Server/Engineering/EntitySystems/SpawnAfterInteractSystem.cs
Content.Server/Ensnaring/EnsnareableSystem.Ensnaring.cs
Content.Server/Ensnaring/EnsnareableSystem.cs
Content.Server/Eye/Blinding/EyeProtection/EyeProtectionSystem.cs
Content.Server/Fluids/Components/SpillableComponent.cs
Content.Server/Fluids/EntitySystems/MoppingSystem.cs
Content.Server/Fluids/EntitySystems/SpillableSystem.cs
Content.Server/Forensics/Components/ForensicPadComponent.cs
Content.Server/Forensics/Systems/ForensicPadSystem.cs
Content.Server/Forensics/Systems/ForensicScannerSystem.cs
Content.Server/Gatherable/Components/GatheringToolComponent.cs
Content.Server/Gatherable/GatherableSystem.cs
Content.Server/Guardian/GuardianSystem.cs
Content.Server/Implants/ImplanterSystem.cs
Content.Server/Kitchen/EntitySystems/KitchenSpikeSystem.cs
Content.Server/Kitchen/EntitySystems/SharpSystem.cs
Content.Server/Light/Components/PoweredLightComponent.cs
Content.Server/Light/EntitySystems/PoweredLightSystem.cs
Content.Server/Magic/Components/SpellbookComponent.cs
Content.Server/Magic/MagicSystem.cs
Content.Server/Mech/Components/MechComponent.cs
Content.Server/Mech/Equipment/Components/MechGrabberComponent.cs
Content.Server/Mech/Equipment/EntitySystems/MechGrabberSystem.cs
Content.Server/Mech/Systems/MechEquipmentSystem.cs
Content.Server/Mech/Systems/MechSystem.cs
Content.Server/Medical/BiomassReclaimer/BiomassReclaimerComponent.cs
Content.Server/Medical/BiomassReclaimer/BiomassReclaimerSystem.cs
Content.Server/Medical/Components/HealingComponent.cs
Content.Server/Medical/Components/HealthAnalyzerComponent.cs
Content.Server/Medical/CryoPodSystem.cs
Content.Server/Medical/HealingSystem.cs
Content.Server/Medical/HealthAnalyzerSystem.cs
Content.Server/Medical/Stethoscope/Components/StethoscopeComponent.cs
Content.Server/Medical/Stethoscope/StethoscopeSystem.cs
Content.Server/Nuke/NukeComponent.cs
Content.Server/Nuke/NukeSystem.cs
Content.Server/Nutrition/Components/DrinkComponent.cs
Content.Server/Nutrition/Components/FoodComponent.cs
Content.Server/Nutrition/EntitySystems/DrinkSystem.cs
Content.Server/Nutrition/EntitySystems/FoodSystem.cs
Content.Server/Nutrition/EntitySystems/UtensilSystem.cs
Content.Server/Nutrition/IngestionEvents.cs
Content.Server/Power/EntitySystems/ApcSystem.cs
Content.Server/Power/EntitySystems/CableSystem.cs
Content.Server/RCD/Systems/RCDSystem.cs
Content.Server/Repairable/RepairableSystem.cs
Content.Server/Resist/CanEscapeInventoryComponent.cs
Content.Server/Resist/EscapeInventorySystem.cs
Content.Server/Resist/ResistLockerComponent.cs
Content.Server/Resist/ResistLockerSystem.cs
Content.Server/Revenant/EntitySystems/RevenantSystem.Abilities.cs
Content.Server/Sticky/Components/StickyComponent.cs
Content.Server/Sticky/Systems/StickySystem.cs
Content.Server/Storage/Components/BluespaceLockerComponent.cs
Content.Server/Storage/Components/ServerStorageComponent.cs
Content.Server/Storage/EntitySystems/BluespaceLockerSystem.cs
Content.Server/Storage/EntitySystems/DumpableSystem.cs
Content.Server/Storage/EntitySystems/StorageSystem.cs
Content.Server/Strip/StrippableSystem.cs
Content.Server/Teleportation/HandTeleporterSystem.cs
Content.Server/Toilet/ToiletSystem.cs
Content.Server/Tools/Components/LatticeCuttingComponent.cs
Content.Server/Tools/Components/TilePryingComponent.cs
Content.Server/Tools/Systems/WeldableSystem.cs
Content.Server/Tools/ToolSystem.LatticeCutting.cs
Content.Server/Tools/ToolSystem.TilePrying.cs
Content.Server/Tools/ToolSystem.cs
Content.Server/VendingMachines/Restock/VendingMachineRestockComponent.cs
Content.Server/VendingMachines/Restock/VendingMachineRestockSystem.cs
Content.Server/VendingMachines/VendingMachineSystem.cs
Content.Server/Wieldable/WieldableSystem.cs
Content.Server/Wires/WiresSystem.cs
Content.Shared/Construction/Components/AnchorableComponent.cs
Content.Shared/DoAfter/ActiveDoAfterComponent.cs [new file with mode: 0644]
Content.Shared/DoAfter/DoAfter.cs [new file with mode: 0644]
Content.Shared/DoAfter/DoAfterComponent.cs [new file with mode: 0644]
Content.Shared/DoAfter/DoAfterEventArgs.cs [new file with mode: 0644]
Content.Shared/DoAfter/SharedDoAfterComponent.cs [deleted file]
Content.Shared/DoAfter/SharedDoAfterSystem.cs [new file with mode: 0644]
Content.Shared/Ensnaring/Components/EnsnaringComponent.cs
Content.Shared/Mech/Equipment/Components/MechEquipmentComponent.cs
Content.Shared/Medical/Cryogenics/SharedCryoPodComponent.cs
Content.Shared/Medical/Cryogenics/SharedCryoPodSystem.cs
Content.Shared/Radio/EntitySystems/EncryptionKeySystem.cs
Content.Shared/Revenant/Components/RevenantComponent.cs
Content.Shared/Storage/Components/DumpableComponent.cs
Content.Shared/Teleportation/Components/HandTeleporterComponent.cs
Content.Shared/Tools/Components/ToolComponent.cs
Content.Shared/Tools/Systems/SharedToolSystem.MultipleTool.cs