Delta-v/Content.Server/Atmos/EntitySystems
Pieter-Jan Briers 1c54b75da5
Dependency update / fixes / skrungle bungle (#23745)
* Give .props files 2-space indents.

* Move to Central Package Management.

Allows us to store NuGet package versions all in one place. Yay!

* Update NuGet packages and fix code for changes.

Notable:

Changes to ILVerify.
Npgsql doesn't need hacks for inet anymore, now we need hacks to make the old code work with this new reality.
NUnit's analyzers are already complaining and I didn't even update it to 4.x yet.
TerraFX changed to GetLastSystemError so error handling had to be changed.
Buncha APIs have more NRT annotations.

* Remove dotnet-eng NuGet package source.

I genuinely don't know what this was for, and Central Package Management starts throwing warnings about it, so YEET.

* Remove Robust.Physics project.

Never used.

* Remove erroneous NVorbis reference.

Should be VorbisPizza and otherwise wasn't used.

* Sandbox fixes

* Remove unused unit test package references.

Castle.Core and NUnit.ConsoleRunner.

* Update NUnit to 4.0.1

This requires replacing all the old assertion methods because they removed them 🥲

* Oh so that's what dotnet-eng was used for. Yeah ok that makes sense.

* Add Robust.Analyzers.Test

* Update submodule

* commit to re-run CI

(cherry picked from commit a6c9c36b688a1ba78ff4c12502e81661cf607b6c)
2024-01-26 22:33:46 +01:00
..
AirFilterSystem.cs Convert atmos device events to ref events (#22843) 2023-12-22 23:25:05 +01:00
AirtightSystem.cs Remove 700 usages of Component.Owner (#21100) 2023-10-20 15:31:13 +02:00
AtmosDebugOverlaySystem.cs Improve atmos debug overlay (#22520) 2023-12-16 20:31:51 +01:00
AtmosExposedSystem.cs Fix a bunch of compiler warnings (#10518) 2022-08-13 22:28:34 -07:00
AtmosObstructionEnumerator.cs Content changes for mapgrid kill (#12567) 2022-11-22 13:12:04 +11:00
AtmosPlaqueSystem.cs Remove usages of obsolete MetaDataComponent setters (#19582) 2023-08-28 19:20:31 +10:00
AtmosphereSystem.API.cs Adds a new `AtmosphereSystem.GetTileMixture()` override (#21804) 2023-12-02 20:26:02 +01:00
AtmosphereSystem.BreathTool.cs Remove 700 usages of Component.Owner (#21100) 2023-10-20 15:31:13 +02:00
AtmosphereSystem.CVars.cs Fix heat capacity scaling (#22464) 2023-12-16 20:19:56 +01:00
AtmosphereSystem.Commands.cs Remove 700 usages of Component.Owner (#21100) 2023-10-20 15:31:13 +02:00
AtmosphereSystem.ExcitedGroup.cs Refactors the AtmosphereSystem public-facing API to allow for multiple atmos backends. (#8134) 2022-07-04 09:51:34 -05:00
AtmosphereSystem.Gases.cs Hopefully fix atmos issues (#656) 2024-01-07 22:10:35 +00:00
AtmosphereSystem.GridAtmosphere.cs Fix index out of range exception in atmosphere system (#22770) 2023-12-22 23:04:49 +01:00
AtmosphereSystem.HighPressureDelta.cs Small adjustment for elookup api (#22447) 2024-01-26 21:35:47 +01:00
AtmosphereSystem.Hotspot.cs Small adjustment for elookup api (#22447) 2024-01-26 21:35:47 +01:00
AtmosphereSystem.LINDA.cs Gas tile overlay state handling changes (#12691) 2022-12-19 06:25:27 +11:00
AtmosphereSystem.Map.cs Draw MapAtmosphere gasses (#17688) 2023-06-28 21:22:03 +10:00
AtmosphereSystem.Monstermos.cs Remove 700 usages of Component.Owner (#21100) 2023-10-20 15:31:13 +02:00
AtmosphereSystem.Processing.cs Convert atmos device events to ref events (#22843) 2023-12-22 23:25:05 +01:00
AtmosphereSystem.Superconductivity.cs Refactors the AtmosphereSystem public-facing API to allow for multiple atmos backends. (#8134) 2022-07-04 09:51:34 -05:00
AtmosphereSystem.Utils.cs Tile prying removes decals (#13363) 2023-01-07 02:24:50 -08:00
AtmosphereSystem.cs Small adjustment for elookup api (#22447) 2024-01-26 21:35:47 +01:00
AutomaticAtmosSystem.cs Update tilechangedevent to ref structs (#13383) 2023-01-09 13:45:21 +11:00
BarotraumaSystem.cs Cached barotrauma resistance and immunity values instead of computing them each Update() (#15055) 2023-05-01 03:58:26 +10:00
FlammableSystem.cs Incendiary projectiles and lava firestack reduction (#23479) 2024-01-26 22:11:45 +01:00
GasAnalyzerSystem.cs Improve gas analyzer interface (#22779) 2023-12-22 23:04:49 +01:00
GasTankSystem.cs Examine prediction (#23565) 2024-01-26 21:48:02 +01:00
GasTileOverlaySystem.cs Dependency update / fixes / skrungle bungle (#23745) 2024-01-26 22:33:46 +01:00
HeatExchangerSystem.cs Convert atmos device events to ref events (#22843) 2023-12-22 23:25:05 +01:00