]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Decouple interactions from hands, cleanup old events, add new fears (#28393)
authorNemanja <98561806+EmoGarbage404@users.noreply.github.com>
Fri, 31 May 2024 20:26:19 +0000 (16:26 -0400)
committerGitHub <noreply@github.com>
Fri, 31 May 2024 20:26:19 +0000 (13:26 -0700)
commita1a8f04036a6f7aa623028ccb77d6ec119267dd8
tree94091f5e6c6c71474b18cce2a7102d1238263258
parentc4291920a628a13684769f54adc4b0df7b7b09ad
Decouple interactions from hands, cleanup old events, add new fears (#28393)

* ok basic shit

* second part

* pretend it isn't real it can't hurt you.

* :eye: :eye:

* shadowcommander review
72 files changed:
Content.Client/Guidebook/GuidebookSystem.cs
Content.IntegrationTests/Tests/Buckle/BuckleTest.cs
Content.IntegrationTests/Tests/GameObjects/Components/ActionBlocking/HandCuffTest.cs
Content.IntegrationTests/Tests/Interaction/Click/InteractionSystemTests.cs
Content.IntegrationTests/Tests/Interaction/InteractionTest.cs
Content.IntegrationTests/Tests/VendingMachineRestockTest.cs
Content.Server/Actions/ActionOnInteractSystem.cs
Content.Server/Atmos/EntitySystems/FlammableSystem.cs
Content.Server/Atmos/Monitor/Systems/AirAlarmSystem.cs
Content.Server/Atmos/Piping/Binary/EntitySystems/GasPressurePumpSystem.cs
Content.Server/Atmos/Piping/Binary/EntitySystems/GasValveSystem.cs
Content.Server/Atmos/Piping/Binary/EntitySystems/GasVolumePumpSystem.cs
Content.Server/Atmos/Piping/Trinary/EntitySystems/GasFilterSystem.cs
Content.Server/Atmos/Piping/Trinary/EntitySystems/GasMixerSystem.cs
Content.Server/Atmos/Piping/Unary/EntitySystems/GasCanisterSystem.cs
Content.Server/Atmos/Piping/Unary/EntitySystems/GasOutletInjectorSystem.cs
Content.Server/CardboardBox/CardboardBoxSystem.cs
Content.Server/DeviceLinking/Systems/SignalSwitchSystem.cs
Content.Server/Disposal/Mailing/MailingUnitSystem.cs
Content.Server/Disposal/Unit/EntitySystems/DisposalUnitSystem.cs
Content.Server/Doors/Systems/AirlockSystem.cs
Content.Server/Explosion/EntitySystems/TriggerSystem.cs
Content.Server/Fluids/EntitySystems/AbsorbentSystem.cs
Content.Server/Gatherable/GatherableSystem.cs
Content.Server/Light/EntitySystems/HandheldLightSystem.cs
Content.Server/Mech/Equipment/EntitySystems/MechGrabberSystem.cs
Content.Server/Nutrition/EntitySystems/SmokingSystem.Cigar.cs
Content.Server/Pinpointer/PinpointerSystem.cs
Content.Server/Radiation/Systems/GeigerSystem.cs
Content.Server/Radio/EntitySystems/JammerSystem.cs
Content.Server/Radio/EntitySystems/RadioDeviceSystem.cs
Content.Server/Revenant/EntitySystems/RevenantSystem.Abilities.cs
Content.Server/Shuttles/Systems/ThrusterSystem.cs
Content.Server/Tabletop/TabletopSystem.cs
Content.Server/Zombies/ZombieSystem.Transform.cs
Content.Shared/ActionBlocker/ActionBlockerSystem.cs
Content.Shared/Burial/BurialSystem.cs
Content.Shared/Chemistry/EntitySystems/SharedSolutionContainerMixerSystem.cs
Content.Shared/DeviceLinking/Systems/TwoWayLeverSystem.cs
Content.Shared/Doors/Systems/SharedDoorSystem.cs
Content.Shared/Hands/EntitySystems/SharedHandsSystem.Interactions.cs
Content.Shared/Interaction/ActivateInWorldEvent.cs
Content.Shared/Interaction/Components/ComplexInteractionComponent.cs [new file with mode: 0644]
Content.Shared/Interaction/Events/UseAttemptEvent.cs
Content.Shared/Interaction/InteractHand.cs
Content.Shared/Interaction/InteractionPopupSystem.cs
Content.Shared/Interaction/SharedInteractionSystem.cs
Content.Shared/Lock/LockSystem.cs
Content.Shared/Mech/EntitySystems/SharedMechSystem.cs
Content.Shared/Projectiles/SharedProjectileSystem.cs
Content.Shared/Storage/EntitySystems/SharedEntityStorageSystem.cs
Content.Shared/Storage/EntitySystems/SharedStorageSystem.cs
Content.Shared/Strip/SharedStrippableSystem.cs
Content.Shared/SubFloor/SharedTrayScannerSystem.cs
Content.Shared/Teleportation/Systems/SwapTeleporterSystem.cs
Content.Shared/Toilet/Systems/SharedToiletSystem.cs
Content.Shared/Tools/Systems/SharedToolSystem.MultipleTool.cs
Content.Shared/UserInterface/ActivatableUISystem.cs
Content.Shared/Verbs/SharedVerbSystem.cs
Content.Shared/Weapons/Misc/SharedGrapplingGunSystem.cs
Content.Shared/Weapons/Misc/SharedTetherGunSystem.Force.cs
Content.Shared/Weapons/Misc/SharedTetherGunSystem.cs
Content.Shared/Weapons/Ranged/Systems/BatteryWeaponFireModesSystem.cs
Content.Shared/Weapons/Ranged/Systems/RechargeCycleAmmoSystem.cs
Content.Shared/Weapons/Ranged/Systems/SharedGunSystem.ChamberMagazine.cs
Resources/Prototypes/Entities/Mobs/Cyborgs/base_borg_chassis.yml
Resources/Prototypes/Entities/Mobs/NPCs/animals.yml
Resources/Prototypes/Entities/Mobs/NPCs/mimic.yml
Resources/Prototypes/Entities/Mobs/NPCs/xeno.yml
Resources/Prototypes/Entities/Mobs/Player/admin_ghost.yml
Resources/Prototypes/Entities/Mobs/Player/guardian.yml
Resources/Prototypes/Entities/Mobs/Species/base.yml