From 01fb5cc7001b16b4e113d1d96e83568dbdacbaa9 Mon Sep 17 00:00:00 2001 From: tgstation-server Date: Mon, 30 Mar 2020 21:52:28 -0700 Subject: [PATCH] Automatic changelog generation for PR #49307 [ci skip] --- html/changelogs/AutoChangeLog-pr-49307.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 html/changelogs/AutoChangeLog-pr-49307.yml diff --git a/html/changelogs/AutoChangeLog-pr-49307.yml b/html/changelogs/AutoChangeLog-pr-49307.yml new file mode 100644 index 00000000000..a539cd2077f --- /dev/null +++ b/html/changelogs/AutoChangeLog-pr-49307.yml @@ -0,0 +1,5 @@ +author: "SteelSlayer" +delete-after: True +changes: + - code_imp: "Updates various machines, which currently use SSfastprocess, so that they only start processing when it's necessary. Some of these updated machines have been changed so that they don't ever need to process." + - refactor: "Replaces the speed_process var with two new variables. The processing_flags variable stores bitflags with information about a machine's preferences on when it should start processing. The subsystem_type var holds the path to which type of subsystem that machine should use."