]> git.smokeofanarchy.ru Git - space-station-14.git/commit
ECS dragdrop (#12973)
authormetalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
Mon, 13 Feb 2023 13:29:34 +0000 (00:29 +1100)
committerGitHub <noreply@github.com>
Mon, 13 Feb 2023 13:29:34 +0000 (13:29 +0000)
commitc8f89eca6038747d249fbdb674983546e2a9712d
treec6978ade9db01f77daab2c9ceac9622e6bab6f1a
parent4183b5f44919dbf27a90004fb5245884a8b3780e
ECS dragdrop (#12973)

* ECS dragdrop

No more excuses.

AAAAAAAAAAAAAA

* kry

* events

aaaaaaaaaa

* HUH

* Fix stripping

* aaaaaa

* spoike

* asease

* fix table vaulting

* ded

* rebiew

aaaaaaaaaaaaa

* drag

* aeaeae

* weh
53 files changed:
Content.Client/DragDrop/DragDropHelper.cs
Content.Client/DragDrop/DragDropSystem.cs
Content.Client/Kitchen/Components/KitchenSpikeComponent.cs
Content.Client/Kitchen/KitchenSpikeSystem.cs [new file with mode: 0644]
Content.Client/MedicalScanner/MedicalScannerComponent.cs
Content.Client/Movement/Systems/ClimbSystem.cs
Content.Client/Strip/StrippableComponent.cs [deleted file]
Content.Client/Strip/StrippableSystem.cs
Content.Server/Buckle/Systems/BuckleSystem.Buckle.cs
Content.Server/Buckle/Systems/BuckleSystem.Strap.cs
Content.Server/Climbing/ClimbSystem.cs
Content.Server/Disposal/Unit/EntitySystems/DisposalUnitSystem.cs
Content.Server/Interaction/InteractionSystem.cs
Content.Server/Kitchen/Components/KitchenSpikeComponent.cs
Content.Server/Kitchen/EntitySystems/KitchenSpikeSystem.cs
Content.Server/Kitchen/EntitySystems/SharpSystem.cs
Content.Server/Medical/BiomassReclaimer/BiomassReclaimerSystem.cs
Content.Server/Medical/Components/MedicalScannerComponent.cs
Content.Server/Medical/CryoPodSystem.cs
Content.Server/Medical/MedicalScannerSystem.cs
Content.Server/Strip/StrippableComponent.cs [deleted file]
Content.Server/Strip/StrippableSystem.cs
Content.Shared/ActionBlocker/ActionBlockerSystem.cs
Content.Shared/Body/Components/BodyComponent.cs
Content.Shared/Body/Systems/SharedBodySystem.Body.cs
Content.Shared/Buckle/SharedBuckleSystem.Strap.cs
Content.Shared/Climbing/BonkSystem.cs
Content.Shared/Climbing/SharedClimbSystem.cs
Content.Shared/Cuffs/SharedCuffableSystem.cs
Content.Shared/Disposal/SharedDisposalUnitSystem.cs
Content.Shared/DragDrop/CanDragDropOnEvent.cs [deleted file]
Content.Shared/DragDrop/DragDropRequestEvent.cs
Content.Shared/DragDrop/DraggableEvents.cs [new file with mode: 0644]
Content.Shared/DragDrop/DropAttemptEvent.cs [deleted file]
Content.Shared/DragDrop/IDragDropOn.cs [deleted file]
Content.Shared/DragDrop/IDraggable.cs [deleted file]
Content.Shared/DragDrop/SharedDragDropSystem.cs
Content.Shared/Ghost/SharedGhostSystem.cs
Content.Shared/Hands/HandEvents.cs
Content.Shared/Inventory/InventorySystem.Equip.cs
Content.Shared/Kitchen/Components/SharedKitchenSpikeComponent.cs
Content.Shared/Kitchen/SharedKitchenSpikeSystem.cs [new file with mode: 0644]
Content.Shared/Medical/Cryogenics/SharedCryoPodComponent.cs
Content.Shared/Medical/Cryogenics/SharedCryoPodSystem.cs
Content.Shared/MedicalScanner/SharedMedicalScannerComponent.cs
Content.Shared/Mobs/Systems/MobStateSystem.Subscribers.cs
Content.Shared/Nutrition/Components/ButcherableComponent.cs [moved from Content.Shared/Nutrition/Components/SharedButcherableComponent.cs with 51% similarity]
Content.Shared/PAI/SharedPAISystem.cs
Content.Shared/Strip/Components/SharedStrippingComponent.cs [deleted file]
Content.Shared/Strip/Components/StrippableComponent.cs [moved from Content.Shared/Strip/Components/SharedStrippableComponent.cs with 72% similarity]
Content.Shared/Strip/Components/StrippingComponent.cs [new file with mode: 0644]
Content.Shared/Strip/SharedStrippableSystem.cs [new file with mode: 0644]
Content.Shared/Stunnable/SharedStunSystem.cs