Delta-v/Content.Client/Mapping
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
..
MappingActionsButton.xaml Add mapping editor (#23427) 2024-08-04 13:31:45 +10:00
MappingActionsButton.xaml.cs Add mapping editor (#23427) 2024-08-04 13:31:45 +10:00
MappingDoNotMeasure.xaml Add mapping editor (#23427) 2024-08-04 13:31:45 +10:00
MappingDoNotMeasure.xaml.cs Add mapping editor (#23427) 2024-08-04 13:31:45 +10:00
MappingManager.cs Add mapping editor (#23427) 2024-08-04 13:31:45 +10:00
MappingOverlay.cs Cleanup more `SpriteComponent` warnings (part 2) (#37527) 2025-05-17 13:29:03 +10:00
MappingPrototype.cs Add mapping editor (#23427) 2024-08-04 13:31:45 +10:00
MappingPrototypeList.xaml Add mapping editor (#23427) 2024-08-04 13:31:45 +10:00
MappingPrototypeList.xaml.cs Add mapping editor (#23427) 2024-08-04 13:31:45 +10:00
MappingScreen.xaml Fix separated game screen bumping (#33046) 2024-10-29 16:07:57 +11:00
MappingScreen.xaml.cs Fix separated game screen bumping (#33046) 2024-10-29 16:07:57 +11:00
MappingSpawnButton.xaml Add mapping editor (#23427) 2024-08-04 13:31:45 +10:00
MappingSpawnButton.xaml.cs Add mapping editor (#23427) 2024-08-04 13:31:45 +10:00
MappingState.cs Kills TurfHelpers (#37939) 2025-06-21 11:23:19 -04:00
MappingSystem.cs action refactor proper ecs edition (#27422) 2025-05-28 15:52:11 -04:00