Delta-v/Content.Server/Construction/Conditions
TemporalOroboros d4876be6f0
Kills TurfHelpers (#37939)
* Create TurfSystem equivalent for and obsolete TurfHelpers.GetTileRef

* Fix EntitySystem uses of TurfHelpers.GetTileRef

* Fix EntitySystem uses of TurfHelpers.TryGetTileRef

* Fix construction condition uses of TurfHelpers.GetTileRef

* Fix last use of TurfHelpers.IsBlockedTurf

* Create TurfSystem equivalent to and obsolete TurfHelpers.GetContentTileDefinition

* Fix uses of TurfHelpers.GetContentTileDefinition(TileRef)

* Fix uses of TurfHelpers.GetContentTileDefinition(Tile)

* Create TurfSystem equivalent to and obsolete TurfHelpers.IsSpace

* Fix EntitySystem uses of TurfHelpers.IsSpace(Tile)

* Fix EntitySystem uses of TurfHelpers.IsSpace(TileRef)

* Fix remaining uses of TurfHelpers.IsSpace

* Fix uses of TurfHelpers.GetEntitiesInTile

* Delete TurfHelpers.cs

* Add GetEntitiesInTile lookup methods

* Convert some GetEntitiesInTile methods to LookupSystem extension methods

* Use new GetEntitiesInTile methods

* Recycle spiderweb hashset

* Recycle floor tile hashset
2025-06-21 11:23:19 -04:00
..
AirlockBolted.cs Refactor serialization copying to use source generators (#19412) 2023-08-22 18:14:33 -07:00
AllConditions.cs Refactor serialization copying to use source generators (#19412) 2023-08-22 18:14:33 -07:00
AllWiresCut.cs Refactor serialization copying to use source generators (#19412) 2023-08-22 18:14:33 -07:00
AmeShieldIntegrity.cs AME Deconstruction Changes (#29317) 2024-06-22 14:15:21 +10:00
AnyConditions.cs Refactor serialization copying to use source generators (#19412) 2023-08-22 18:14:33 -07:00
ComponentInTile.cs Kills TurfHelpers (#37939) 2025-06-21 11:23:19 -04:00
ContainerEmpty.cs Construction spring cleaning (#36163) 2025-04-16 13:02:41 +02:00
ContainerNotEmpty.cs Construction spring cleaning (#36163) 2025-04-16 13:02:41 +02:00
DoorWelded.cs Refactor serialization copying to use source generators (#19412) 2023-08-22 18:14:33 -07:00
EntityAnchored.cs Refactor serialization copying to use source generators (#19412) 2023-08-22 18:14:33 -07:00
HasTag.cs Use construction graphs for hacking protections (#20265) 2023-10-05 19:15:03 -08:00
Locked.cs Actual fix for lockers and deconstruction (#27431) 2024-04-28 15:26:55 +10:00
MachineFrameComplete.cs Machine-code cleanup (#28489) 2024-06-05 16:23:23 -04:00
MinHealth.cs Add MinHealth Construction Condition (#30892) 2024-08-11 19:14:35 +10:00
MinSolution.cs Replace instances of SolutionContainerSystem with SharedSolutionContainerSystem (#30084) 2024-09-02 13:26:04 +02:00
SolutionEmpty.cs Replace instances of SolutionContainerSystem with SharedSolutionContainerSystem (#30084) 2024-09-02 13:26:04 +02:00
StorageWelded.cs fix weldable (#19878) 2023-09-06 14:18:11 -04:00
WirePanel.cs Refactor serialization copying to use source generators (#19412) 2023-08-22 18:14:33 -07:00