Delta-v/Content.Server/GameObjects/Components/Disposal
DrSmugleaf b9196d0a10
Add a test that puts all components on an entity and checks for no exceptions (#1815)
* Add test that puts all components on an entity and checks for no exceptions

Also fix all the exceptions that happened because of this

* Add comments to the test

* Fix nullable errors

* Fix more nullable errors

* More nullable error fixes

* Unignore basic actor component

* Fix more nullable errors

* NULLABLE ERROR

* Add string interpolation

* Merge if checks

* Remove redundant pragma warning disable 649

* Address reviews

* Remove null wrappers around TryGetComponent

* Merge conflict fixes

* APC battery component error fix

* Fix power test

* Fix atmos mapgrid usages
2020-08-22 22:29:20 +02:00
..
DisposalBendComponent.cs Stop caching connected tubes and discover them on each step (#1554) 2020-08-01 03:45:40 +02:00
DisposalCommands.cs Nullability fixes. 2020-08-20 16:48:15 +02:00
DisposalEntryComponent.cs Stop caching connected tubes and discover them on each step (#1554) 2020-08-01 03:45:40 +02:00
DisposalHolderComponent.cs Nullability fixes. 2020-08-20 16:48:15 +02:00
DisposalJunctionComponent.cs Stop caching connected tubes and discover them on each step (#1554) 2020-08-01 03:45:40 +02:00
DisposalRouterComponent.cs Add a test that puts all components on an entity and checks for no exceptions (#1815) 2020-08-22 22:29:20 +02:00
DisposalTaggerComponent.cs Add a test that puts all components on an entity and checks for no exceptions (#1815) 2020-08-22 22:29:20 +02:00
DisposalTransitComponent.cs Stop caching connected tubes and discover them on each step (#1554) 2020-08-01 03:45:40 +02:00
DisposalTubeComponent.cs Change NextTube in DisposalTubeComponent to consider multiple tube (#1851) 2020-08-22 13:55:58 +02:00
DisposalUnitComponent.cs Add a test that puts all components on an entity and checks for no exceptions (#1815) 2020-08-22 22:29:20 +02:00
IDisposalTubeComponent.cs Stop caching connected tubes and discover them on each step (#1554) 2020-08-01 03:45:40 +02:00