03-04-2020, 03:57 PM
Currently, the chemicompiler uses one of the most horrific control loops I've ever seen. (recursive SPAWN_DBG(0)). This patch fixes that by moving the chemicompiler into the regular machine processing system, as well as hopefully fixing the heat function (again) (see note).
Bonus QOL features: Two new operators (I'll update the wiki with a better description later if this goes through):
',': read the volume in the specified container into memory
'#': transfer-isolate specified reagent
pull request
*A note if anyone decides to merge this: I'm not 100% sure how git will try to handle this, but /datum/chemicompiler_executor/proc/heatReagents at line 829 of chemicompiler_core.dm in my patch was already merged (incorrectly) into the goon master branch (line 722 I believe). I would just like to specify that the version of the proc included in THIS patch is the correct one.
Bonus QOL features: Two new operators (I'll update the wiki with a better description later if this goes through):
',': read the volume in the specified container into memory
'#': transfer-isolate specified reagent
pull request
*A note if anyone decides to merge this: I'm not 100% sure how git will try to handle this, but /datum/chemicompiler_executor/proc/heatReagents at line 829 of chemicompiler_core.dm in my patch was already merged (incorrectly) into the goon master branch (line 722 I believe). I would just like to specify that the version of the proc included in THIS patch is the correct one.