]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Atmospherics Substepping (#40465)
authorArtisticRoomba <145879011+ArtisticRoomba@users.noreply.github.com>
Fri, 31 Oct 2025 20:45:50 +0000 (13:45 -0700)
committerGitHub <noreply@github.com>
Fri, 31 Oct 2025 20:45:50 +0000 (20:45 +0000)
commit1f38a342175fe519b6fae1a0c3a7be86724079a6
treeeb2c5bceffbd2ce5a2056299e869689cd1712440
parentd893cda971cffe231e921da8d99298a4d534bbda
Atmospherics Substepping (#40465)

* initial shitcode commit

* command boilerplate

* command flushed out and docs fixes

* missed one important thing in method extraction

* do loc properly

* rest later

* address review

* this worked on my laptop but not on my desktop but okay

* review comments

* address review
Content.Server/Atmos/Commands/PauseAtmosCommand.cs [new file with mode: 0644]
Content.Server/Atmos/Commands/SubstepAtmosCommand.cs [new file with mode: 0644]
Content.Server/Atmos/EntitySystems/AtmosphereSystem.BenchmarkHelpers.cs
Content.Server/Atmos/EntitySystems/AtmosphereSystem.Processing.cs
Resources/Locale/en-US/commands/pauseatmos-command.ftl [new file with mode: 0644]
Resources/Locale/en-US/commands/substepatmos-command.ftl [new file with mode: 0644]