Delta-v/Content.Server/Kitchen/Components
0x6273 dfdad0ffe5
Refactor ReagentGrinder (#11751)
* Refactor ReagentGrinder

- It can now process partial stacks. (Before it would do nothing if the entire stack's solution didn't fit in the output container)
- Get rid of `SharedReagentGrinderComponent`, move shared stuff to `SharedReagentGrinder.cs`.
- Subscribe to events instead of massive switch/case.
- Get rid of update queue thing.
- Change `DoWork` so it's less duplicate code for grinding/juicing.
- Get rid of `ExtractableScalingEvent` and just scale directly based on item stack count.
- Add message for when you try to put something into the reagent grinder that doesn't fit.
- Fix obsolescence warnings.

* Use a timer on component instead of SpawnTimer

* s/StorageCap/StorageMaxEntities
2022-10-25 23:34:56 -07:00
..
ActiveMicrowaveComponent.cs Microwave ECS (#10766) 2022-08-27 16:40:29 -07:00
ExtractableComponent.cs Revert "Revert "Fix some friend access violations by allowing others access. (#8594) (#8703)" (working this time) (#8704) 2022-06-07 15:26:28 +02:00
KitchenSpikeComponent.cs Mining Fix (#10347) 2022-08-06 13:16:17 +10:00
MicrowaveComponent.cs Microwave ECS (#10766) 2022-08-27 16:40:29 -07:00
ReagentGrinderComponent.cs Refactor ReagentGrinder (#11751) 2022-10-25 23:34:56 -07:00
SharpComponent.cs Save seed data in components and remove the seed-database (#7499) 2022-04-16 15:32:35 +10:00