]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Allow station tiles to be placed on solid ground and other platings. (#38898)
authorVelken <8467292+Velken@users.noreply.github.com>
Tue, 13 Jan 2026 13:51:40 +0000 (10:51 -0300)
committerGitHub <noreply@github.com>
Tue, 13 Jan 2026 13:51:40 +0000 (13:51 +0000)
commit418b2b70b0cade0d73b46d4c4230dfcbba6abced
tree64b51c9fcf41937b11477c1219683f79085626fe
parent53607b8ca1d586ded6c478b3a19a23f3e27dbc81
Allow station tiles to be placed on solid ground and other platings. (#38898)

* WORK IN PROGRESS 1

* ITS ALIVE, ALIVE!!!!

* clean up

* WIP 1

* fix small oversight

* big diff of doom

* added CVAR to tile history stack size

* component time

* filescoped namespaces + remove redundant nametag

* fix silly little mistakes

* typo

* TileStacksTest

* bweeeeeeh :P

* nuke cvar

* :3

* WIP2025

* Fix submodule

* It's beginning to look a lot like Christmas

* It's the Most Wonderful Time of the Year

* tiny fix

* fixed extra spacing on yaml

* slightly improve tilestacking test

* Part 1 out of 2 (part 2 tomorrow)

* Part 2

* add a simple tile construction test for tilestacking

* guh

* address reviews (no documentation yet)

* documentation be upon ye

* remove extra spaces

* prediction fix

* dirt

* oops :p

---------

Co-authored-by: Killerqu00 <killerqueen1777@gmail.com>
Co-authored-by: Killerqu00 <47712032+Killerqu00@users.noreply.github.com>
Co-authored-by: ScarKy0 <scarky0@onet.eu>
15 files changed:
Content.IntegrationTests/Tests/Construction/RCDTest.cs
Content.IntegrationTests/Tests/Interaction/InteractionTest.Constants.cs
Content.IntegrationTests/Tests/Tiles/TileConstructionTests.cs
Content.IntegrationTests/Tests/Tiles/TileStackRecursionTest.cs [new file with mode: 0644]
Content.Server/Explosion/EntitySystems/ExplosionSystem.Processing.cs
Content.Server/Maps/TileGridSplitSystem.cs [new file with mode: 0644]
Content.Shared/CCVar/CCVars.Game.cs
Content.Shared/Maps/ContentTileDefinition.cs
Content.Shared/Maps/TileHistoryComponent.cs [new file with mode: 0644]
Content.Shared/Maps/TileSystem.cs
Content.Shared/RCD/Systems/RCDSystem.cs
Content.Shared/Tiles/FloorTileSystem.cs
Resources/Prototypes/Tiles/floors.yml
Resources/Prototypes/Tiles/planet.yml
Resources/Prototypes/Tiles/plating.yml