]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Flatpacks and the Flatpacker 1001 (#23338)
authorNemanja <98561806+EmoGarbage404@users.noreply.github.com>
Wed, 3 Jan 2024 06:16:02 +0000 (01:16 -0500)
committerGitHub <noreply@github.com>
Wed, 3 Jan 2024 06:16:02 +0000 (17:16 +1100)
commit1c11332fa4b77d556e7f3db17f391dbd2664cda5
treeaac852064b2d480b0ce12224d9258bc5fde2ac39
parent04fc06e9d4758ceec34e0fb6c2c7c8cc7a2a22bc
Flatpacks and the Flatpacker 1001 (#23338)

* Flatpacker and flatpacks

* ok that's good enough

* convert solars/AME to flatpacks

* mats, mats, we are the mats

* basic mechanics are DONE

* thing

* final UI

* sloth

* rped jumpscare

* rename
40 files changed:
Content.Client/Construction/FlatpackSystem.cs [new file with mode: 0644]
Content.Client/Construction/UI/FlatpackCreatorBoundUserInterface.cs [new file with mode: 0644]
Content.Client/Construction/UI/FlatpackCreatorMenu.xaml [new file with mode: 0644]
Content.Client/Construction/UI/FlatpackCreatorMenu.xaml.cs [new file with mode: 0644]
Content.Client/Materials/UI/MaterialDisplay.xaml
Content.Client/Materials/UI/MaterialStorageControl.xaml.cs
Content.Server/Ame/Components/AmePartComponent.cs [deleted file]
Content.Server/Ame/EntitySystems/AmePartSystem.cs [deleted file]
Content.Server/Construction/FlatpackSystem.cs [new file with mode: 0644]
Content.Shared/Construction/Components/FlatpackComponent.cs [new file with mode: 0644]
Content.Shared/Construction/Components/FlatpackCreatorComponent.cs [new file with mode: 0644]
Content.Shared/Construction/MachinePartSystem.cs
Content.Shared/Construction/SharedFlatpackSystem.cs [new file with mode: 0644]
Content.Shared/Lathe/SharedLatheSystem.cs
Content.Shared/Materials/SharedMaterialStorageSystem.cs
Resources/Locale/en-US/construction/components/flatpack.ftl [new file with mode: 0644]
Resources/Locale/en-US/research/technologies.ftl
Resources/Locale/en-US/wires/wire-names.ftl
Resources/Prototypes/Entities/Objects/Devices/Circuitboards/Machine/production.yml
Resources/Prototypes/Entities/Objects/Devices/flatpack.yml [new file with mode: 0644]
Resources/Prototypes/Entities/Objects/Devices/station_beacon.yml
Resources/Prototypes/Entities/Objects/Power/antimatter_part.yml
Resources/Prototypes/Entities/Objects/Power/solar_parts.yml
Resources/Prototypes/Entities/Structures/Machines/flatpacker.yml [new file with mode: 0644]
Resources/Prototypes/Entities/Structures/Machines/lathe.yml
Resources/Prototypes/Entities/Structures/Power/Generation/solar.yml
Resources/Prototypes/Recipes/Lathes/electronics.yml
Resources/Prototypes/Research/industrial.yml
Resources/Prototypes/tags.yml
Resources/Textures/Objects/Devices/flatpack.rsi/base.png [new file with mode: 0644]
Resources/Textures/Objects/Devices/flatpack.rsi/icon-default.png [new file with mode: 0644]
Resources/Textures/Objects/Devices/flatpack.rsi/meta.json [new file with mode: 0644]
Resources/Textures/Objects/Devices/flatpack.rsi/overlay.png [new file with mode: 0644]
Resources/Textures/Structures/Machines/flatpacker.rsi/base.png [new file with mode: 0644]
Resources/Textures/Structures/Machines/flatpacker.rsi/inserting.png [new file with mode: 0644]
Resources/Textures/Structures/Machines/flatpacker.rsi/meta.json [new file with mode: 0644]
Resources/Textures/Structures/Machines/flatpacker.rsi/packing.png [new file with mode: 0644]
Resources/Textures/Structures/Machines/flatpacker.rsi/panel.png [new file with mode: 0644]
Resources/Textures/Structures/Machines/flatpacker.rsi/screen.png [new file with mode: 0644]
SpaceStation14.sln.DotSettings