]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Climbing refactor (#20516)
authormetalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
Tue, 10 Oct 2023 23:41:11 +0000 (10:41 +1100)
committerGitHub <noreply@github.com>
Tue, 10 Oct 2023 23:41:11 +0000 (16:41 -0700)
commitedbfef22d6913361e09cc45b44995940ea3cae63
treee7c8b728dd9bb79836fbb935ad4c878720293f09
parentab75941bc0b6ef154a267235dcd477836557312a
Climbing refactor (#20516)
30 files changed:
Content.Client/Interaction/DragDropHelper.cs [moved from Content.Client/DragDrop/DragDropHelper.cs with 99% similarity]
Content.Client/Interaction/DragDropSystem.cs [moved from Content.Client/DragDrop/DragDropSystem.cs with 97% similarity]
Content.Client/Movement/Systems/ClimbSystem.cs [deleted file]
Content.Client/UserInterface/Systems/Actions/ActionUIController.cs
Content.IntegrationTests/Tests/Climbing/ClimbingTest.cs
Content.Server/Climbing/ClimbSystem.cs [deleted file]
Content.Server/Interaction/DragDropSystem.cs [new file with mode: 0644]
Content.Server/Interaction/InteractionSystem.cs
Content.Server/Medical/BiomassReclaimer/BiomassReclaimerSystem.cs
Content.Server/Medical/CryoPodSystem.cs
Content.Server/Medical/MedicalScannerSystem.cs
Content.Server/NPC/Pathfinding/PathfindingSystem.Grid.cs
Content.Server/NPC/Systems/NPCSteeringSystem.Context.cs
Content.Server/NPC/Systems/NPCSteeringSystem.Obstacles.cs
Content.Server/NPC/Systems/NPCSteeringSystem.cs
Content.Shared/ActionBlocker/ActionBlockerSystem.cs
Content.Shared/Climbing/ClimbingComponent.cs [deleted file]
Content.Shared/Climbing/Components/BonkableComponent.cs [moved from Content.Shared/Climbing/BonkableComponent.cs with 90% similarity]
Content.Shared/Climbing/Components/ClimbableComponent.cs [moved from Content.Shared/Climbing/ClimbableComponent.cs with 84% similarity]
Content.Shared/Climbing/Components/ClimbingComponent.cs [new file with mode: 0644]
Content.Shared/Climbing/Components/GlassTableComponent.cs [moved from Content.Server/Climbing/Components/GlassTableComponent.cs with 90% similarity]
Content.Shared/Climbing/Events/ClimbedOnEvent.cs [new file with mode: 0644]
Content.Shared/Climbing/Events/EndClimbEvent.cs
Content.Shared/Climbing/Events/StartClimbEvent.cs [new file with mode: 0644]
Content.Shared/Climbing/SharedClimbSystem.cs [deleted file]
Content.Shared/Climbing/Systems/BonkSystem.cs [moved from Content.Shared/Climbing/BonkSystem.cs with 88% similarity]
Content.Shared/Climbing/Systems/ClimbSystem.cs [new file with mode: 0644]
Content.Shared/DoAfter/SharedDoAfterSystem.cs
Content.Shared/DragDrop/SharedDragDropSystem.cs
Content.Shared/Interaction/SharedInteractionSystem.cs