From 129610679e53f6b5626ae81b83382e5ccf1cff01 Mon Sep 17 00:00:00 2001
From: Cooldude2606
Date: Sat, 31 Aug 2019 17:46:19 +0100
Subject: [PATCH] Added progress bar
---
docs/addons/Advanced-Start.html | 2 +-
docs/addons/Chat-Popups.html | 2 +-
docs/addons/Chat-Reply.html | 2 +-
docs/addons/Compilatron.html | 2 +-
docs/addons/Damage-Popups.html | 2 +-
docs/addons/Death-Logger.html | 2 +-
docs/addons/Discord-Alerts.html | 2 +-
docs/addons/Player-Colours.html | 2 +-
docs/addons/Pollution-Grading.html | 2 +-
docs/addons/Scorched-Earth.html | 2 +-
docs/addons/Spawn-Area.html | 2 +-
docs/commands/Admin-Chat.html | 2 +-
docs/commands/Bonus.html | 2 +-
docs/commands/Cheat-Mode.html | 2 +-
docs/commands/Clear-Inventory.html | 2 +-
docs/commands/Debug.html | 2 +-
docs/commands/Find.html | 2 +-
docs/commands/Help.html | 2 +-
docs/commands/Home.html | 2 +-
docs/commands/Interface.html | 2 +-
docs/commands/Jail.html | 2 +-
docs/commands/Kill.html | 2 +-
docs/commands/Me.html | 2 +-
docs/commands/Rainbow.html | 2 +-
docs/commands/Repair.html | 2 +-
docs/commands/Reports.html | 2 +-
docs/commands/Roles.html | 2 +-
docs/commands/Spawn.html | 2 +-
docs/commands/Tag.html | 2 +-
docs/commands/Teleport.html | 2 +-
docs/commands/Warnings.html | 2 +-
docs/configs/Advanced-Start.html | 2 +-
docs/configs/Bonuses.html | 2 +-
docs/configs/Chat-Reply.html | 2 +-
docs/configs/Commands-Auth-Admin.html | 2 +-
docs/configs/Commands-Auth-Roles.html | 2 +-
.../Commands-Auth-Runtime-Disable.html | 2 +-
docs/configs/Commands-Parse-Roles.html | 2 +-
docs/configs/Commands-Parse.html | 2 +-
docs/configs/Compilatron.html | 2 +-
docs/configs/Death-Logger.html | 2 +-
docs/configs/Discord-Alerts.html | 2 +-
docs/configs/File-Loader.html | 2 +-
docs/configs/Permission-Groups.html | 2 +-
docs/configs/Player-List.html | 2 +-
docs/configs/Pollution-Grading.html | 2 +-
docs/configs/Popup-Messages.html | 2 +-
docs/configs/Preset-Player-Colours.html | 2 +-
docs/configs/Repair.html | 2 +-
docs/configs/Rockets.html | 2 +-
docs/configs/Roles.html | 2 +-
docs/configs/Science.html | 2 +-
docs/configs/Scorched-Earth.html | 2 +-
docs/configs/Spawn-Area.html | 2 +-
docs/configs/Tasks.html | 2 +-
docs/configs/Warnings.html | 2 +-
docs/configs/Warps.html | 2 +-
docs/control/Jail.html | 2 +-
docs/control/Production.html | 2 +-
docs/control/Reports.html | 2 +-
docs/control/Rockets.html | 2 +-
docs/control/Tasks.html | 2 +-
docs/control/Warnings.html | 2 +-
docs/control/Warps.html | 2 +-
docs/core/Commands.html | 2 +-
docs/core/Common-Library.html | 2 +-
docs/core/Gui.html | 558 +++++++++++++++++-
docs/core/Permissions-Groups.html | 2 +-
docs/core/Roles.html | 2 +-
docs/core/Store.html | 2 +-
docs/core/Sudo.html | 2 +-
docs/guis/Player-List.html | 2 +-
docs/guis/Rocket-Info.html | 2 +-
docs/guis/Science-Info.html | 2 +-
docs/guis/Task-List.html | 2 +-
docs/guis/Warps-List.html | 2 +-
docs/index.html | 2 +-
docs/modules/control.html | 2 +-
.../utils.alien_evolution_progress.html | 2 +-
docs/modules/utils.core.html | 2 +-
docs/modules/utils.debug.html | 2 +-
docs/modules/utils.dump_env.html | 2 +-
docs/modules/utils.event.html | 2 +-
docs/modules/utils.event_core.html | 2 +-
docs/modules/utils.math.html | 2 +-
docs/modules/utils.recipe_locker.html | 2 +-
docs/modules/utils.state_machine.html | 2 +-
docs/modules/utils.table.html | 2 +-
docs/modules/utils.task.html | 2 +-
docs/modules/utils.timestamp.html | 2 +-
docs/topics/license.html | 2 +-
docs/topics/readme.md.html | 2 +-
expcore/gui.lua | 1 +
expcore/gui/concepts/elem_button.lua | 2 +-
expcore/gui/concepts/frame.lua | 5 +-
expcore/gui/concepts/progress_bar.lua | 155 +++++
expcore/gui/prototype.lua | 2 +-
expcore/gui/test.lua | 93 +++
expcore/store.lua | 2 +-
99 files changed, 903 insertions(+), 97 deletions(-)
create mode 100644 expcore/gui/concepts/progress_bar.lua
diff --git a/docs/addons/Advanced-Start.html b/docs/addons/Advanced-Start.html
index bd36c9e1..fac87435 100644
--- a/docs/addons/Advanced-Start.html
+++ b/docs/addons/Advanced-Start.html
@@ -348,7 +348,7 @@
generated by LDoc
- Last updated 2019-08-31 15:13:50 UTC
+ Last updated 2019-08-31 17:46:10 UTC
diff --git a/docs/addons/Chat-Popups.html b/docs/addons/Chat-Popups.html
index 479610b9..fb1aed14 100644
--- a/docs/addons/Chat-Popups.html
+++ b/docs/addons/Chat-Popups.html
@@ -349,7 +349,7 @@
generated by LDoc
- Last updated 2019-08-31 15:13:50 UTC
+ Last updated 2019-08-31 17:46:10 UTC
diff --git a/docs/addons/Chat-Reply.html b/docs/addons/Chat-Reply.html
index 76c57702..f67c7100 100644
--- a/docs/addons/Chat-Reply.html
+++ b/docs/addons/Chat-Reply.html
@@ -376,7 +376,7 @@
generated by LDoc
- Last updated 2019-08-31 15:13:50 UTC
+ Last updated 2019-08-31 17:46:10 UTC
diff --git a/docs/addons/Compilatron.html b/docs/addons/Compilatron.html
index a2c3181a..1867f7c4 100644
--- a/docs/addons/Compilatron.html
+++ b/docs/addons/Compilatron.html
@@ -585,7 +585,7 @@
generated by LDoc
- Last updated 2019-08-31 15:13:50 UTC
+ Last updated 2019-08-31 17:46:10 UTC
diff --git a/docs/addons/Damage-Popups.html b/docs/addons/Damage-Popups.html
index e0f4ca89..669a44a1 100644
--- a/docs/addons/Damage-Popups.html
+++ b/docs/addons/Damage-Popups.html
@@ -349,7 +349,7 @@
generated by LDoc
- Last updated 2019-08-31 15:13:50 UTC
+ Last updated 2019-08-31 17:46:10 UTC
diff --git a/docs/addons/Death-Logger.html b/docs/addons/Death-Logger.html
index f20331ff..a54f6e89 100644
--- a/docs/addons/Death-Logger.html
+++ b/docs/addons/Death-Logger.html
@@ -404,7 +404,7 @@
generated by LDoc
- Last updated 2019-08-31 15:13:50 UTC
+ Last updated 2019-08-31 17:46:10 UTC
diff --git a/docs/addons/Discord-Alerts.html b/docs/addons/Discord-Alerts.html
index bde7543f..cdfd6557 100644
--- a/docs/addons/Discord-Alerts.html
+++ b/docs/addons/Discord-Alerts.html
@@ -460,7 +460,7 @@
generated by LDoc
- Last updated 2019-08-31 15:13:50 UTC
+ Last updated 2019-08-31 17:46:10 UTC
diff --git a/docs/addons/Player-Colours.html b/docs/addons/Player-Colours.html
index a30f16fb..cbadfe62 100644
--- a/docs/addons/Player-Colours.html
+++ b/docs/addons/Player-Colours.html
@@ -404,7 +404,7 @@
generated by LDoc
- Last updated 2019-08-31 15:13:50 UTC
+ Last updated 2019-08-31 17:46:10 UTC
diff --git a/docs/addons/Pollution-Grading.html b/docs/addons/Pollution-Grading.html
index a97f5329..48e68d6e 100644
--- a/docs/addons/Pollution-Grading.html
+++ b/docs/addons/Pollution-Grading.html
@@ -320,7 +320,7 @@
generated by LDoc
- Last updated 2019-08-31 15:13:50 UTC
+ Last updated 2019-08-31 17:46:10 UTC
diff --git a/docs/addons/Scorched-Earth.html b/docs/addons/Scorched-Earth.html
index 043de6a1..fea61aeb 100644
--- a/docs/addons/Scorched-Earth.html
+++ b/docs/addons/Scorched-Earth.html
@@ -404,7 +404,7 @@
generated by LDoc
- Last updated 2019-08-31 15:13:50 UTC
+ Last updated 2019-08-31 17:46:10 UTC
diff --git a/docs/addons/Spawn-Area.html b/docs/addons/Spawn-Area.html
index 9bdb2207..cdc65900 100644
--- a/docs/addons/Spawn-Area.html
+++ b/docs/addons/Spawn-Area.html
@@ -376,7 +376,7 @@
generated by LDoc
- Last updated 2019-08-31 15:13:50 UTC
+ Last updated 2019-08-31 17:46:10 UTC
diff --git a/docs/commands/Admin-Chat.html b/docs/commands/Admin-Chat.html
index 290d196a..02095229 100644
--- a/docs/commands/Admin-Chat.html
+++ b/docs/commands/Admin-Chat.html
@@ -388,7 +388,7 @@
generated by LDoc
- Last updated 2019-08-31 15:13:50 UTC
+ Last updated 2019-08-31 17:46:10 UTC
diff --git a/docs/commands/Bonus.html b/docs/commands/Bonus.html
index 64f67823..2c7f2f13 100644
--- a/docs/commands/Bonus.html
+++ b/docs/commands/Bonus.html
@@ -500,7 +500,7 @@
generated by LDoc
- Last updated 2019-08-31 15:13:50 UTC
+ Last updated 2019-08-31 17:46:10 UTC
diff --git a/docs/commands/Cheat-Mode.html b/docs/commands/Cheat-Mode.html
index 2e5d4d77..5167e8a3 100644
--- a/docs/commands/Cheat-Mode.html
+++ b/docs/commands/Cheat-Mode.html
@@ -361,7 +361,7 @@
generated by LDoc
- Last updated 2019-08-31 15:13:50 UTC
+ Last updated 2019-08-31 17:46:10 UTC
diff --git a/docs/commands/Clear-Inventory.html b/docs/commands/Clear-Inventory.html
index aa7e882e..add5b72a 100644
--- a/docs/commands/Clear-Inventory.html
+++ b/docs/commands/Clear-Inventory.html
@@ -388,7 +388,7 @@
generated by LDoc
- Last updated 2019-08-31 15:13:50 UTC
+ Last updated 2019-08-31 17:46:10 UTC
diff --git a/docs/commands/Debug.html b/docs/commands/Debug.html
index 8957b0bc..aed6e1cd 100644
--- a/docs/commands/Debug.html
+++ b/docs/commands/Debug.html
@@ -365,7 +365,7 @@
generated by LDoc
- Last updated 2019-08-31 15:13:50 UTC
+ Last updated 2019-08-31 17:46:10 UTC
diff --git a/docs/commands/Find.html b/docs/commands/Find.html
index 47e49267..83f04b51 100644
--- a/docs/commands/Find.html
+++ b/docs/commands/Find.html
@@ -360,7 +360,7 @@
generated by LDoc
- Last updated 2019-08-31 15:13:50 UTC
+ Last updated 2019-08-31 17:46:10 UTC
diff --git a/docs/commands/Help.html b/docs/commands/Help.html
index ed4208d0..1ce2c9c7 100644
--- a/docs/commands/Help.html
+++ b/docs/commands/Help.html
@@ -404,7 +404,7 @@
generated by LDoc
- Last updated 2019-08-31 15:13:50 UTC
+ Last updated 2019-08-31 17:46:10 UTC
diff --git a/docs/commands/Home.html b/docs/commands/Home.html
index e08e5ea5..620a6927 100644
--- a/docs/commands/Home.html
+++ b/docs/commands/Home.html
@@ -458,7 +458,7 @@
generated by LDoc
- Last updated 2019-08-31 15:13:50 UTC
+ Last updated 2019-08-31 17:46:10 UTC
diff --git a/docs/commands/Interface.html b/docs/commands/Interface.html
index f5c672f5..a8be6f65 100644
--- a/docs/commands/Interface.html
+++ b/docs/commands/Interface.html
@@ -416,7 +416,7 @@
generated by LDoc
- Last updated 2019-08-31 15:13:50 UTC
+ Last updated 2019-08-31 17:46:10 UTC
diff --git a/docs/commands/Jail.html b/docs/commands/Jail.html
index 2b88c16f..e7baa4a2 100644
--- a/docs/commands/Jail.html
+++ b/docs/commands/Jail.html
@@ -611,7 +611,7 @@
generated by LDoc
- Last updated 2019-08-31 15:13:50 UTC
+ Last updated 2019-08-31 17:46:10 UTC
diff --git a/docs/commands/Kill.html b/docs/commands/Kill.html
index 5ade1288..01af9a7b 100644
--- a/docs/commands/Kill.html
+++ b/docs/commands/Kill.html
@@ -389,7 +389,7 @@
generated by LDoc
- Last updated 2019-08-31 15:13:50 UTC
+ Last updated 2019-08-31 17:46:10 UTC
diff --git a/docs/commands/Me.html b/docs/commands/Me.html
index a396bdd9..a566461f 100644
--- a/docs/commands/Me.html
+++ b/docs/commands/Me.html
@@ -360,7 +360,7 @@
generated by LDoc
- Last updated 2019-08-31 15:13:50 UTC
+ Last updated 2019-08-31 17:46:10 UTC
diff --git a/docs/commands/Rainbow.html b/docs/commands/Rainbow.html
index 78b3a6ab..528dcb0a 100644
--- a/docs/commands/Rainbow.html
+++ b/docs/commands/Rainbow.html
@@ -388,7 +388,7 @@
generated by LDoc
- Last updated 2019-08-31 15:13:50 UTC
+ Last updated 2019-08-31 17:46:10 UTC
diff --git a/docs/commands/Repair.html b/docs/commands/Repair.html
index ae84d625..379eb796 100644
--- a/docs/commands/Repair.html
+++ b/docs/commands/Repair.html
@@ -321,7 +321,7 @@
generated by LDoc
- Last updated 2019-08-31 15:13:50 UTC
+ Last updated 2019-08-31 17:46:10 UTC
diff --git a/docs/commands/Reports.html b/docs/commands/Reports.html
index b161ceac..823053bd 100644
--- a/docs/commands/Reports.html
+++ b/docs/commands/Reports.html
@@ -585,7 +585,7 @@
generated by LDoc
- Last updated 2019-08-31 15:13:50 UTC
+ Last updated 2019-08-31 17:46:10 UTC
diff --git a/docs/commands/Roles.html b/docs/commands/Roles.html
index 255aa570..f4b345cc 100644
--- a/docs/commands/Roles.html
+++ b/docs/commands/Roles.html
@@ -557,7 +557,7 @@
generated by LDoc
- Last updated 2019-08-31 15:13:50 UTC
+ Last updated 2019-08-31 17:46:10 UTC
diff --git a/docs/commands/Spawn.html b/docs/commands/Spawn.html
index a368c0b5..fa096552 100644
--- a/docs/commands/Spawn.html
+++ b/docs/commands/Spawn.html
@@ -389,7 +389,7 @@
generated by LDoc
- Last updated 2019-08-31 15:13:50 UTC
+ Last updated 2019-08-31 17:46:10 UTC
diff --git a/docs/commands/Tag.html b/docs/commands/Tag.html
index 165ffd2a..490b4d15 100644
--- a/docs/commands/Tag.html
+++ b/docs/commands/Tag.html
@@ -443,7 +443,7 @@
generated by LDoc
- Last updated 2019-08-31 15:13:50 UTC
+ Last updated 2019-08-31 17:46:10 UTC
diff --git a/docs/commands/Teleport.html b/docs/commands/Teleport.html
index 61c9bce6..cbf8bca6 100644
--- a/docs/commands/Teleport.html
+++ b/docs/commands/Teleport.html
@@ -484,7 +484,7 @@
generated by LDoc
- Last updated 2019-08-31 15:13:50 UTC
+ Last updated 2019-08-31 17:46:10 UTC
diff --git a/docs/commands/Warnings.html b/docs/commands/Warnings.html
index db4a29aa..4cf981c7 100644
--- a/docs/commands/Warnings.html
+++ b/docs/commands/Warnings.html
@@ -569,7 +569,7 @@
generated by LDoc
- Last updated 2019-08-31 15:13:50 UTC
+ Last updated 2019-08-31 17:46:10 UTC
diff --git a/docs/configs/Advanced-Start.html b/docs/configs/Advanced-Start.html
index b9c394c4..42e2964c 100644
--- a/docs/configs/Advanced-Start.html
+++ b/docs/configs/Advanced-Start.html
@@ -506,7 +506,7 @@
generated by LDoc
- Last updated 2019-08-31 15:13:50 UTC
+ Last updated 2019-08-31 17:46:10 UTC
diff --git a/docs/configs/Bonuses.html b/docs/configs/Bonuses.html
index 66a28a9f..0537a1ae 100644
--- a/docs/configs/Bonuses.html
+++ b/docs/configs/Bonuses.html
@@ -237,7 +237,7 @@
generated by LDoc
- Last updated 2019-08-31 15:13:50 UTC
+ Last updated 2019-08-31 17:46:10 UTC
diff --git a/docs/configs/Chat-Reply.html b/docs/configs/Chat-Reply.html
index 25085c59..78489463 100644
--- a/docs/configs/Chat-Reply.html
+++ b/docs/configs/Chat-Reply.html
@@ -485,7 +485,7 @@
generated by LDoc
- Last updated 2019-08-31 15:13:50 UTC
+ Last updated 2019-08-31 17:46:10 UTC
diff --git a/docs/configs/Commands-Auth-Admin.html b/docs/configs/Commands-Auth-Admin.html
index 84bb6c48..b5d967a2 100644
--- a/docs/configs/Commands-Auth-Admin.html
+++ b/docs/configs/Commands-Auth-Admin.html
@@ -294,7 +294,7 @@
generated by LDoc
- Last updated 2019-08-31 15:13:50 UTC
+ Last updated 2019-08-31 17:46:10 UTC
diff --git a/docs/configs/Commands-Auth-Roles.html b/docs/configs/Commands-Auth-Roles.html
index e50c4466..e7b05121 100644
--- a/docs/configs/Commands-Auth-Roles.html
+++ b/docs/configs/Commands-Auth-Roles.html
@@ -320,7 +320,7 @@
generated by LDoc
- Last updated 2019-08-31 15:13:50 UTC
+ Last updated 2019-08-31 17:46:10 UTC
diff --git a/docs/configs/Commands-Auth-Runtime-Disable.html b/docs/configs/Commands-Auth-Runtime-Disable.html
index 147b5499..1efdf6ee 100644
--- a/docs/configs/Commands-Auth-Runtime-Disable.html
+++ b/docs/configs/Commands-Auth-Runtime-Disable.html
@@ -442,7 +442,7 @@
generated by LDoc
- Last updated 2019-08-31 15:13:50 UTC
+ Last updated 2019-08-31 17:46:10 UTC
diff --git a/docs/configs/Commands-Parse-Roles.html b/docs/configs/Commands-Parse-Roles.html
index 379dd604..9a3828fe 100644
--- a/docs/configs/Commands-Parse-Roles.html
+++ b/docs/configs/Commands-Parse-Roles.html
@@ -354,7 +354,7 @@
generated by LDoc
- Last updated 2019-08-31 15:13:50 UTC
+ Last updated 2019-08-31 17:46:10 UTC
diff --git a/docs/configs/Commands-Parse.html b/docs/configs/Commands-Parse.html
index 12051041..96d3023d 100644
--- a/docs/configs/Commands-Parse.html
+++ b/docs/configs/Commands-Parse.html
@@ -338,7 +338,7 @@ see ./expcore/commands.lua for more details
generated by LDoc
- Last updated 2019-08-31 15:13:50 UTC
+ Last updated 2019-08-31 17:46:10 UTC
diff --git a/docs/configs/Compilatron.html b/docs/configs/Compilatron.html
index 17533a11..df1dfd7c 100644
--- a/docs/configs/Compilatron.html
+++ b/docs/configs/Compilatron.html
@@ -354,7 +354,7 @@
generated by LDoc
- Last updated 2019-08-31 15:13:50 UTC
+ Last updated 2019-08-31 17:46:10 UTC
diff --git a/docs/configs/Death-Logger.html b/docs/configs/Death-Logger.html
index a77eddd3..05bd91dd 100644
--- a/docs/configs/Death-Logger.html
+++ b/docs/configs/Death-Logger.html
@@ -416,7 +416,7 @@
generated by LDoc
- Last updated 2019-08-31 15:13:50 UTC
+ Last updated 2019-08-31 17:46:10 UTC
diff --git a/docs/configs/Discord-Alerts.html b/docs/configs/Discord-Alerts.html
index 1b262704..a917fb49 100644
--- a/docs/configs/Discord-Alerts.html
+++ b/docs/configs/Discord-Alerts.html
@@ -237,7 +237,7 @@
generated by LDoc
- Last updated 2019-08-31 15:13:50 UTC
+ Last updated 2019-08-31 17:46:10 UTC
diff --git a/docs/configs/File-Loader.html b/docs/configs/File-Loader.html
index 56af4b90..63292dc1 100644
--- a/docs/configs/File-Loader.html
+++ b/docs/configs/File-Loader.html
@@ -240,7 +240,7 @@
generated by LDoc
- Last updated 2019-08-31 15:13:50 UTC
+ Last updated 2019-08-31 17:46:10 UTC
diff --git a/docs/configs/Permission-Groups.html b/docs/configs/Permission-Groups.html
index 7a1cde25..34f79892 100644
--- a/docs/configs/Permission-Groups.html
+++ b/docs/configs/Permission-Groups.html
@@ -295,7 +295,7 @@
generated by LDoc
- Last updated 2019-08-31 15:13:50 UTC
+ Last updated 2019-08-31 17:46:10 UTC
diff --git a/docs/configs/Player-List.html b/docs/configs/Player-List.html
index 62676d41..51bae4fd 100644
--- a/docs/configs/Player-List.html
+++ b/docs/configs/Player-List.html
@@ -812,7 +812,7 @@
generated by LDoc
- Last updated 2019-08-31 15:13:50 UTC
+ Last updated 2019-08-31 17:46:10 UTC
diff --git a/docs/configs/Pollution-Grading.html b/docs/configs/Pollution-Grading.html
index 857acf8e..94422ee0 100644
--- a/docs/configs/Pollution-Grading.html
+++ b/docs/configs/Pollution-Grading.html
@@ -384,7 +384,7 @@
generated by LDoc
- Last updated 2019-08-31 15:13:50 UTC
+ Last updated 2019-08-31 17:46:10 UTC
diff --git a/docs/configs/Popup-Messages.html b/docs/configs/Popup-Messages.html
index 806575da..16b8eff8 100644
--- a/docs/configs/Popup-Messages.html
+++ b/docs/configs/Popup-Messages.html
@@ -414,7 +414,7 @@
generated by LDoc
- Last updated 2019-08-31 15:13:50 UTC
+ Last updated 2019-08-31 17:46:10 UTC
diff --git a/docs/configs/Preset-Player-Colours.html b/docs/configs/Preset-Player-Colours.html
index 81761726..b8ca80a1 100644
--- a/docs/configs/Preset-Player-Colours.html
+++ b/docs/configs/Preset-Player-Colours.html
@@ -324,7 +324,7 @@
generated by LDoc
- Last updated 2019-08-31 15:13:50 UTC
+ Last updated 2019-08-31 17:46:10 UTC
diff --git a/docs/configs/Repair.html b/docs/configs/Repair.html
index 918196b3..d0bf54de 100644
--- a/docs/configs/Repair.html
+++ b/docs/configs/Repair.html
@@ -414,7 +414,7 @@
generated by LDoc
- Last updated 2019-08-31 15:13:50 UTC
+ Last updated 2019-08-31 17:46:10 UTC
diff --git a/docs/configs/Rockets.html b/docs/configs/Rockets.html
index 360875bd..3bd16022 100644
--- a/docs/configs/Rockets.html
+++ b/docs/configs/Rockets.html
@@ -834,7 +834,7 @@
generated by LDoc
- Last updated 2019-08-31 15:13:50 UTC
+ Last updated 2019-08-31 17:46:10 UTC
diff --git a/docs/configs/Roles.html b/docs/configs/Roles.html
index 16206a78..7c8665c8 100644
--- a/docs/configs/Roles.html
+++ b/docs/configs/Roles.html
@@ -292,7 +292,7 @@
generated by LDoc
- Last updated 2019-08-31 15:13:50 UTC
+ Last updated 2019-08-31 17:46:10 UTC
diff --git a/docs/configs/Science.html b/docs/configs/Science.html
index 140a3c6c..4a829958 100644
--- a/docs/configs/Science.html
+++ b/docs/configs/Science.html
@@ -354,7 +354,7 @@
generated by LDoc
- Last updated 2019-08-31 15:13:50 UTC
+ Last updated 2019-08-31 17:46:10 UTC
diff --git a/docs/configs/Scorched-Earth.html b/docs/configs/Scorched-Earth.html
index e07eac6f..3ee50e94 100644
--- a/docs/configs/Scorched-Earth.html
+++ b/docs/configs/Scorched-Earth.html
@@ -388,7 +388,7 @@
generated by LDoc
- Last updated 2019-08-31 15:13:50 UTC
+ Last updated 2019-08-31 17:46:10 UTC
diff --git a/docs/configs/Spawn-Area.html b/docs/configs/Spawn-Area.html
index ba44a6bf..a320c897 100644
--- a/docs/configs/Spawn-Area.html
+++ b/docs/configs/Spawn-Area.html
@@ -744,7 +744,7 @@
generated by LDoc
- Last updated 2019-08-31 15:13:50 UTC
+ Last updated 2019-08-31 17:46:10 UTC
diff --git a/docs/configs/Tasks.html b/docs/configs/Tasks.html
index 8eb4fc0a..e3b6d034 100644
--- a/docs/configs/Tasks.html
+++ b/docs/configs/Tasks.html
@@ -384,7 +384,7 @@
generated by LDoc
- Last updated 2019-08-31 15:13:50 UTC
+ Last updated 2019-08-31 17:46:10 UTC
diff --git a/docs/configs/Warnings.html b/docs/configs/Warnings.html
index 9e4a11b2..2e3b3df7 100644
--- a/docs/configs/Warnings.html
+++ b/docs/configs/Warnings.html
@@ -355,7 +355,7 @@
generated by LDoc
- Last updated 2019-08-31 15:13:50 UTC
+ Last updated 2019-08-31 17:46:10 UTC
diff --git a/docs/configs/Warps.html b/docs/configs/Warps.html
index ca467866..f32aafed 100644
--- a/docs/configs/Warps.html
+++ b/docs/configs/Warps.html
@@ -684,7 +684,7 @@
generated by LDoc
- Last updated 2019-08-31 15:13:50 UTC
+ Last updated 2019-08-31 17:46:10 UTC
diff --git a/docs/control/Jail.html b/docs/control/Jail.html
index 067ebc0d..a5cfdf31 100644
--- a/docs/control/Jail.html
+++ b/docs/control/Jail.html
@@ -1208,7 +1208,7 @@
generated by LDoc
- Last updated 2019-08-31 15:13:50 UTC
+ Last updated 2019-08-31 17:46:10 UTC
diff --git a/docs/control/Production.html b/docs/control/Production.html
index 9545db59..07b51b32 100644
--- a/docs/control/Production.html
+++ b/docs/control/Production.html
@@ -1329,7 +1329,7 @@
generated by LDoc
- Last updated 2019-08-31 15:13:50 UTC
+ Last updated 2019-08-31 17:46:10 UTC
diff --git a/docs/control/Reports.html b/docs/control/Reports.html
index 0b8e6efc..677291b4 100644
--- a/docs/control/Reports.html
+++ b/docs/control/Reports.html
@@ -1110,7 +1110,7 @@
generated by LDoc
- Last updated 2019-08-31 15:13:50 UTC
+ Last updated 2019-08-31 17:46:10 UTC
diff --git a/docs/control/Rockets.html b/docs/control/Rockets.html
index 4b3c9f31..e765ea4d 100644
--- a/docs/control/Rockets.html
+++ b/docs/control/Rockets.html
@@ -984,7 +984,7 @@
generated by LDoc
- Last updated 2019-08-31 15:13:50 UTC
+ Last updated 2019-08-31 17:46:10 UTC
diff --git a/docs/control/Tasks.html b/docs/control/Tasks.html
index d484ec72..f7d7e25b 100644
--- a/docs/control/Tasks.html
+++ b/docs/control/Tasks.html
@@ -1039,7 +1039,7 @@
generated by LDoc
- Last updated 2019-08-31 15:13:50 UTC
+ Last updated 2019-08-31 17:46:10 UTC
diff --git a/docs/control/Warnings.html b/docs/control/Warnings.html
index bb21eb87..9109db95 100644
--- a/docs/control/Warnings.html
+++ b/docs/control/Warnings.html
@@ -1465,7 +1465,7 @@
generated by LDoc
- Last updated 2019-08-31 15:13:50 UTC
+ Last updated 2019-08-31 17:46:10 UTC
diff --git a/docs/control/Warps.html b/docs/control/Warps.html
index 3d7f786d..e40b5944 100644
--- a/docs/control/Warps.html
+++ b/docs/control/Warps.html
@@ -1413,7 +1413,7 @@
generated by LDoc
- Last updated 2019-08-31 15:13:50 UTC
+ Last updated 2019-08-31 17:46:10 UTC
diff --git a/docs/core/Commands.html b/docs/core/Commands.html
index 7bfe081a..552f913d 100644
--- a/docs/core/Commands.html
+++ b/docs/core/Commands.html
@@ -1972,7 +1972,7 @@
generated by LDoc
- Last updated 2019-08-31 15:13:50 UTC
+ Last updated 2019-08-31 17:46:10 UTC
diff --git a/docs/core/Common-Library.html b/docs/core/Common-Library.html
index bff67067..fd82f345 100644
--- a/docs/core/Common-Library.html
+++ b/docs/core/Common-Library.html
@@ -2680,7 +2680,7 @@ Common.table_insert(tbl,50,tbl2)
generated by LDoc
- Last updated 2019-08-31 15:13:50 UTC
+ Last updated 2019-08-31 17:46:10 UTC
diff --git a/docs/core/Gui.html b/docs/core/Gui.html
index 66b0e63d..23c3bc23 100644
--- a/docs/core/Gui.html
+++ b/docs/core/Gui.html
@@ -43,6 +43,7 @@