]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Add Job preference tests (#28625)
authorLeon Friedrich <60421075+ElectroJr@users.noreply.github.com>
Wed, 5 Jun 2024 14:19:24 +0000 (02:19 +1200)
committerGitHub <noreply@github.com>
Wed, 5 Jun 2024 14:19:24 +0000 (00:19 +1000)
commitadeed705e64ee03f1e7d462c486f98859d6e2dc5
tree985938d6088560432a555520ff24950c7b4b2be6
parente1541351a5a26eac8fca0db8ae3e4cc827d65691
Add Job preference tests (#28625)

* Misc Job related changes

* Add JobTest

* A

* Aa

* Lets not confuse the yaml linter

* fixes

* a
44 files changed:
Content.Client/GameTicking/Managers/ClientGameTicker.cs
Content.Client/LateJoin/LateJoinGui.cs
Content.Client/Lobby/LobbyUIController.cs
Content.Client/Lobby/UI/CharacterPickerButton.xaml.cs
Content.IntegrationTests/Pair/TestPair.Helpers.cs
Content.IntegrationTests/Pair/TestPair.Recycle.cs
Content.IntegrationTests/Pair/TestPair.cs
Content.IntegrationTests/PoolManager.Cvars.cs
Content.IntegrationTests/Tests/EntityTest.cs
Content.IntegrationTests/Tests/GameRules/AntagPreferenceTest.cs
Content.IntegrationTests/Tests/GameRules/NukeOpsTest.cs
Content.IntegrationTests/Tests/PostMapInitTest.cs
Content.IntegrationTests/Tests/Round/JobTest.cs [new file with mode: 0644]
Content.IntegrationTests/Tests/Station/StationJobsTest.cs
Content.Server/Database/ServerDbBase.cs
Content.Server/GameTicking/GameTicker.RoundFlow.cs
Content.Server/Preferences/Managers/ServerPreferencesManager.cs
Content.Server/Spawners/Components/SpawnPointComponent.cs
Content.Server/Spawners/EntitySystems/SpawnPointSystem.cs
Content.Server/Station/Components/StationJobsComponent.cs
Content.Server/Station/Systems/StationJobsSystem.Roundstart.cs
Content.Server/Station/Systems/StationJobsSystem.cs
Content.Shared/GameTicking/SharedGameTicker.cs
Content.Shared/Preferences/HumanoidCharacterProfile.cs
Content.Shared/Roles/JobPrototype.cs
Content.Shared/Roles/Jobs/SharedJobSystem.cs
Resources/Prototypes/Maps/arenas.yml
Resources/Prototypes/Maps/atlas.yml
Resources/Prototypes/Maps/bagel.yml
Resources/Prototypes/Maps/box.yml
Resources/Prototypes/Maps/cluster.yml
Resources/Prototypes/Maps/core.yml
Resources/Prototypes/Maps/debug.yml
Resources/Prototypes/Maps/europa.yml
Resources/Prototypes/Maps/fland.yml
Resources/Prototypes/Maps/marathon.yml
Resources/Prototypes/Maps/meta.yml
Resources/Prototypes/Maps/oasis.yml
Resources/Prototypes/Maps/omega.yml
Resources/Prototypes/Maps/origin.yml
Resources/Prototypes/Maps/packed.yml
Resources/Prototypes/Maps/reach.yml
Resources/Prototypes/Maps/saltern.yml
Resources/Prototypes/Maps/train.yml