]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Add arrivals (#14755)
authormetalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
Wed, 22 Mar 2023 09:29:55 +0000 (20:29 +1100)
committerGitHub <noreply@github.com>
Wed, 22 Mar 2023 09:29:55 +0000 (04:29 -0500)
commitf3a06a06969b91fc6a4c88f0edef3bc41c952b96
tree281f4f55f49f3d57e5f8c720d83243ad6dd87b3f
parenta26b284349496e2a3ada4791e14807a5f6d823e5
Add arrivals (#14755)

* Arrivals

* More arrivals and shitty uhh preload

* cvar

* a

* clockin + maps

* shitter prevention

* Placement

* a

* cvar for tests and dev

* weh
39 files changed:
Content.Client/GameTicking/Managers/ClientGameTicker.cs
Content.Client/Lobby/LobbyState.cs
Content.IntegrationTests/PoolManager.cs
Content.Server/GameTicking/GameTicker.Lobby.cs
Content.Server/GameTicking/GameTicker.RoundFlow.cs
Content.Server/GameTicking/GameTicker.Spawning.cs
Content.Server/GameTicking/GameTicker.cs
Content.Server/Physics/Controllers/MoverController.cs
Content.Server/Shuttles/Components/ArrivalsShuttleComponent.cs [new file with mode: 0644]
Content.Server/Shuttles/Components/ArrivalsSourceComponent.cs [new file with mode: 0644]
Content.Server/Shuttles/Components/ClockedInComponent.cs [new file with mode: 0644]
Content.Server/Shuttles/Components/PendingClockInComponent.cs [new file with mode: 0644]
Content.Server/Shuttles/Components/StationArrivalsComponent.cs [new file with mode: 0644]
Content.Server/Shuttles/Events/FTLStartedEvent.cs [new file with mode: 0644]
Content.Server/Shuttles/Systems/ArrivalsSystem.cs [new file with mode: 0644]
Content.Server/Shuttles/Systems/DockingSystem.AutoDock.cs
Content.Server/Shuttles/Systems/ShuttleConsoleSystem.cs
Content.Server/Shuttles/Systems/ShuttleSystem.EmergencyShuttle.cs
Content.Server/Shuttles/Systems/ShuttleSystem.FasterThanLight.cs
Content.Server/Spawners/EntitySystems/SpawnPointSystem.cs
Content.Server/Station/Systems/StationSpawningSystem.cs
Content.Server/Tiles/FloorTileSystem.cs [deleted file]
Content.Server/Voting/Managers/VoteManager.DefaultVotes.cs
Content.Shared/CCVar/CCVars.cs
Content.Shared/GameTicking/SharedGameTicker.cs
Content.Shared/Shuttles/Components/PreventPilotComponent.cs [new file with mode: 0644]
Content.Shared/Tiles/FloorTileAttemptEvent.cs [new file with mode: 0644]
Content.Shared/Tiles/FloorTileComponent.cs [moved from Content.Server/Tiles/FloorTileComponent.cs with 87% similarity]
Content.Shared/Tiles/FloorTileSystem.cs [new file with mode: 0644]
Content.Shared/Tiles/ProtectedGridComponent.cs [new file with mode: 0644]
Resources/ConfigPresets/Build/development.toml
Resources/Locale/en-US/game-ticking/game-ticker.ftl
Resources/Locale/en-US/lobby/lobby-state.ftl
Resources/Locale/en-US/shuttles/arrivals.ftl [new file with mode: 0644]
Resources/Locale/en-US/shuttles/console.ftl
Resources/Locale/en-US/tiles/placement.ftl [new file with mode: 0644]
Resources/Locale/en-US/voting/managers/vote-manager.ftl
Resources/Maps/Misc/terminal.yml [new file with mode: 0644]
Resources/Maps/Shuttles/arrivals.yml [new file with mode: 0644]