]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Merge `ActorSystem` and `IPlayerManager` (#21314)
authorLeon Friedrich <60421075+ElectroJr@users.noreply.github.com>
Sat, 11 Nov 2023 02:08:10 +0000 (13:08 +1100)
committerGitHub <noreply@github.com>
Sat, 11 Nov 2023 02:08:10 +0000 (13:08 +1100)
commit654cc7f0714cc773350e29a374f89ed5c1f14149
tree4c7e2a49febdb4edaadc89030b684425a6bab67e
parenta367097c33591f461aa875461054a9a596ccee3f
Merge `ActorSystem` and `IPlayerManager` (#21314)
25 files changed:
Content.Client/Actions/ActionsSystem.cs
Content.Client/Alerts/ClientAlertsSystem.cs
Content.Client/Construction/ConstructionSystem.cs
Content.Client/Drugs/DrugOverlaySystem.cs
Content.Client/Drunk/DrunkSystem.cs
Content.Client/Eye/Blinding/BlindingSystem.cs
Content.Client/Eye/Blinding/BlurryVisionSystem.cs
Content.Client/Eye/EyeLerpingSystem.cs
Content.Client/Ghost/GhostSystem.cs
Content.Client/Hands/Systems/HandsSystem.cs
Content.Client/Inventory/ClientInventorySystem.cs
Content.Client/Overlays/EquipmentHudSystem.cs
Content.Client/Physics/Controllers/MoverController.cs
Content.Client/Replay/Spectator/ReplaySpectatorSystem.Position.cs
Content.Client/Replay/Spectator/ReplaySpectatorSystem.cs
Content.Client/Traits/ParacusiaSystem.cs
Content.Client/UserInterface/Systems/DamageOverlays/DamageOverlayUiController.cs
Content.IntegrationTests/Tests/Interaction/InteractionTest.cs
Content.Server/Alert/ServerAlertsSystem.cs
Content.Server/Chat/TypingIndicator/TypingIndicatorSystem.cs
Content.Server/GameTicking/GameTicker.Player.cs
Content.Server/Mind/MindSystem.cs
Content.Server/Physics/Controllers/MoverController.cs
Content.Server/Placement/PlacementLoggerSystem.cs
Content.Shared/Alert/AlertsSystem.cs