Merge pull request #4684 from VOREStation/upstream-merge-5814

[MIRROR] [READY]Makes a bunch of processes subsystems instead
This commit is contained in:
Novacat
2019-03-27 17:46:31 -04:00
committed by GitHub
187 changed files with 4879 additions and 5021 deletions

View File

@@ -52,7 +52,7 @@
data["engines_info"] = enginfo
ui = GLOB.nanomanager.try_update_ui(user, src, ui_key, ui, data, force_open)
ui = SSnanoui.try_update_ui(user, src, ui_key, ui, data, force_open)
if (!ui)
ui = new(user, src, ui_key, "engines_control.tmpl", "[linked.name] Engines Control", 380, 530)
ui.set_initial_data(data)

View File

@@ -104,7 +104,7 @@
data["locations"] = locations
ui = GLOB.nanomanager.try_update_ui(user, src, ui_key, ui, data, force_open)
ui = SSnanoui.try_update_ui(user, src, ui_key, ui, data, force_open)
if (!ui)
ui = new(user, src, ui_key, "helm.tmpl", "[linked.name] Helm Control", 380, 530)
ui.set_initial_data(data)

View File

@@ -103,7 +103,7 @@
"can_force" = can_go && shuttle.can_force(),
)
ui = GLOB.nanomanager.try_update_ui(user, src, ui_key, ui, data, force_open)
ui = SSnanoui.try_update_ui(user, src, ui_key, ui, data, force_open)
if (!ui)
ui = new(user, src, ui_key, "shuttle_control_console_exploration.tmpl", "[shuttle_tag] Shuttle Control", 470, 310)