fish-station/Content.Server/GameObjects/Components
Acruid 2ea8bbf4eb Reagents & Solutions (#280)
* Added the ReagentPrototype class.

* Added the new Solution class.

* Added new shared SolutionComponent to the ECS system.

* Added some basic element and chemical reagent prototypes.

* Added a new Beaker item utilizing the SolutionComponent. This is a testing/debug entity, and should be removed or changed soon.

* Added filters for code coverage.

* Nightly work.

* Added the server SolutionComponent class.

* Added a bucket.
Verbs set up for solution interaction.

* Adds water tank entity to the game.

* Added a full water tank entity.
Solutions are properly serialized.
Solution can be poured between two containers.

* Solution class can now be enumerated.
SolutionComponent now calculates the color of the solution.

* Minor Cleanup.
2019-07-31 14:10:06 +02:00
..
Chemistry Reagents & Solutions (#280) 2019-07-31 14:10:06 +02:00
Construction Removal of TrySpawn* methods, update submodule. 2019-07-07 22:24:44 +02:00
Damage Removal of TrySpawn* methods, update submodule. 2019-07-07 22:24:44 +02:00
Doors Interaction rework. 2019-05-16 15:51:32 +02:00
Explosion Polish explosions somewhat. 2019-07-07 00:39:00 +02:00
GUI Better inventory window, inventory buttons on game HUD. 2019-07-23 23:24:47 +02:00
Healing Rename toolbox references from ss14 to robust 2019-04-15 21:11:38 -06:00
Interactable Update submodule: light cleanup. 2019-07-30 13:31:46 +02:00
Items Opening lockers or crates makes sound now. 2019-07-27 09:23:00 +02:00
Markers Rename toolbox references from ss14 to robust 2019-04-15 21:11:38 -06:00
Mobs Adds IThrown, ILand interfaces. Adds dice. (#273) 2019-07-18 23:33:02 +02:00
Movement Add basic teleportation and portals (#269) 2019-07-19 10:09:33 +02:00
Power Update submodule: light cleanup. 2019-07-30 13:31:46 +02:00
Projectiles Adds IThrown, ILand interfaces. Adds dice. (#273) 2019-07-18 23:33:02 +02:00
Research Removal of TrySpawn* methods, update submodule. 2019-07-07 22:24:44 +02:00
Sound Adds security and clown outfits, and SoundEmitters (#253) 2019-06-03 20:16:47 +02:00
Stack Rename toolbox references from ss14 to robust 2019-04-15 21:11:38 -06:00
Temperature Rename toolbox references from ss14 to robust 2019-04-15 21:11:38 -06:00
Trigger/TimerTrigger Explosions and Grenades, Triggers, OnDestroy, OnExAct, Fueltanks and destructible tables (#247) 2019-06-07 13:15:20 +02:00
Weapon Stupidly shoddy combat mode system. 2019-06-30 00:01:41 +02:00
CatwalkComponent.cs Rename toolbox references from ss14 to robust 2019-04-15 21:11:38 -06:00
PlaceableSurfaceComponent.cs Moved dropping items over PlaceableSurfaces from AfterAttack to AttackBy (#209) 2019-04-25 23:22:51 +02:00