]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Add some tests and fix some miscellaneous bugs (#22836)
authorLeon Friedrich <60421075+ElectroJr@users.noreply.github.com>
Wed, 27 Dec 2023 23:05:20 +0000 (18:05 -0500)
committerGitHub <noreply@github.com>
Wed, 27 Dec 2023 23:05:20 +0000 (10:05 +1100)
commit35ba42af9ccbbe41e8a3e59b30f2799ef8ca4b8d
tree81d2e9ba241e2600e3d509fd9cb056fea308ce52
parent44adc3261361970ac00d7675fc33fd5d78ca9220
Add some tests and fix some miscellaneous bugs (#22836)

* Add some tests and fix some bugs

* Add more helper methods

* remove submodule

* fix merge

* also fix DirtyAll()

* poke
14 files changed:
Content.Client/UserInterface/Systems/Actions/ActionUIController.cs
Content.IntegrationTests/Pair/TestPair.cs
Content.IntegrationTests/PoolTestLogHandler.cs
Content.IntegrationTests/Tests/DoAfter/DoAfterCancellationTests.cs
Content.IntegrationTests/Tests/Interaction/InteractionTest.Helpers.cs
Content.IntegrationTests/Tests/Interaction/InteractionTest.cs
Content.IntegrationTests/Tests/Networking/PvsCommandTest.cs [new file with mode: 0644]
Content.IntegrationTests/Tests/Physics/ItemThrowingTest.cs [new file with mode: 0644]
Content.Server/Administration/Commands/DirtyCommand.cs
Content.Server/Hands/Systems/HandsSystem.cs
Content.Server/Spreader/SpreaderSystem.cs
Content.Shared/Damage/Components/DamageOnHighSpeedImpactComponent.cs
Content.Shared/Damage/Systems/DamageOnHighSpeedImpactSystem.cs
Content.Shared/Throwing/ThrowingSystem.cs