]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Refactor map loading & saving
authorElectroJr <leonsfriedrich@gmail.com>
Sun, 22 Dec 2024 02:13:10 +0000 (15:13 +1300)
committerElectroJr <leonsfriedrich@gmail.com>
Sun, 22 Dec 2024 13:42:17 +0000 (02:42 +1300)
commit6242567aff9cf3c1281ac7cf785df30d135800a2
tree8780450c472e57afb1d4101b0b8c7363bb406d85
parent1abe9db99c016d5fd74ced110d9c1aeaa3275716
Refactor map loading & saving
33 files changed:
Content.IntegrationTests/Tests/Body/LungTest.cs
Content.IntegrationTests/Tests/Body/SaveLoadReparentTest.cs
Content.IntegrationTests/Tests/Minds/MindTest.DeleteAllThenGhost.cs
Content.IntegrationTests/Tests/PostMapInitTest.cs
Content.IntegrationTests/Tests/SalvageTest.cs
Content.IntegrationTests/Tests/SaveLoadMapTest.cs
Content.IntegrationTests/Tests/SaveLoadSaveTest.cs
Content.IntegrationTests/Tests/Shuttle/DockTest.cs
Content.Server/Administration/Commands/LoadGameMapCommand.cs
Content.Server/Administration/Commands/PersistenceSaveCommand.cs
Content.Server/Administration/Systems/AdminTestArenaSystem.cs
Content.Server/GameTicking/GameTicker.RoundFlow.cs
Content.Server/GameTicking/GameTicker.cs
Content.Server/GameTicking/Rules/Components/LoadMapRuleComponent.cs
Content.Server/GameTicking/Rules/LoadMapRuleSystem.cs
Content.Server/GridPreloader/GridPreloaderSystem.cs
Content.Server/Mapping/MappingCommand.cs
Content.Server/Mapping/MappingManager.cs
Content.Server/Mapping/MappingSystem.cs
Content.Server/Maps/GameMapPrototype.cs
Content.Server/Maps/MapMigrationSystem.cs
Content.Server/Maps/ResaveCommand.cs
Content.Server/Procedural/DungeonSystem.cs
Content.Server/Salvage/SalvageSystem.Magnet.cs
Content.Server/Salvage/SalvageSystem.cs
Content.Server/Shuttles/Systems/ArrivalsSystem.cs
Content.Server/Shuttles/Systems/EmergencyShuttleSystem.cs
Content.Server/Shuttles/Systems/ShuttleSystem.GridFill.cs
Content.Server/Shuttles/Systems/ShuttleSystem.cs
Content.Shared/Movement/Systems/SharedMoverController.Input.cs
Resources/Prototypes/GameRules/events.yml
Resources/Prototypes/Maps/centcomm.yml
RobustToolbox