From 881a3d0cd4406e3ecf2c8de10ee0c9083d3e1fbe Mon Sep 17 00:00:00 2001 From: Cooldude2606 Date: Fri, 24 May 2019 20:09:29 +0100 Subject: [PATCH] File Cleanup --- expcore/Gui/test.lua | 3 +++ .../{ExpGamingCore => DONE/Core}/Gui/center/control.lua | 0 .../{ExpGamingCore => DONE/Core}/Gui/center/softmod.json | 0 old/modules/{ExpGamingCore => DONE/Core}/Gui/control.lua | 0 .../{ExpGamingCore => DONE/Core}/Gui/inputs/control.lua | 0 .../{ExpGamingCore => DONE/Core}/Gui/inputs/softmod.json | 0 old/modules/{ExpGamingCore => DONE/Core}/Gui/left/control.lua | 0 .../{ExpGamingCore => DONE/Core}/Gui/left/order_config.lua | 0 old/modules/{ExpGamingCore => DONE/Core}/Gui/left/softmod.json | 0 old/modules/{ExpGamingCore => DONE/Core}/Gui/locale/de.cfg | 0 old/modules/{ExpGamingCore => DONE/Core}/Gui/locale/en.cfg | 0 old/modules/{ExpGamingCore => DONE/Core}/Gui/locale/fr.cfg | 0 old/modules/{ExpGamingCore => DONE/Core}/Gui/locale/nl.cfg | 0 old/modules/{ExpGamingCore => DONE/Core}/Gui/locale/sv-SE.cfg | 0 old/modules/{ExpGamingCore => DONE/Core}/Gui/popup/control.lua | 0 .../{ExpGamingCore => DONE/Core}/Gui/popup/softmod.json | 0 old/modules/{ExpGamingCore => DONE/Core}/Gui/softmod.json | 0 old/modules/{ExpGamingCore => DONE/Core}/Gui/src/server.lua | 0 old/modules/{ExpGamingCore => DONE/Core}/Gui/src/test.lua | 0 .../{ExpGamingCore => DONE/Core}/Gui/toolbar/control.lua | 0 .../{ExpGamingCore => DONE/Core}/Gui/toolbar/order_config.lua | 0 .../{ExpGamingCore => DONE/Core}/Gui/toolbar/softmod.json | 0 22 files changed, 3 insertions(+) rename old/modules/{ExpGamingCore => DONE/Core}/Gui/center/control.lua (100%) rename old/modules/{ExpGamingCore => DONE/Core}/Gui/center/softmod.json (100%) rename old/modules/{ExpGamingCore => DONE/Core}/Gui/control.lua (100%) rename old/modules/{ExpGamingCore => DONE/Core}/Gui/inputs/control.lua (100%) rename old/modules/{ExpGamingCore => DONE/Core}/Gui/inputs/softmod.json (100%) rename old/modules/{ExpGamingCore => DONE/Core}/Gui/left/control.lua (100%) rename old/modules/{ExpGamingCore => DONE/Core}/Gui/left/order_config.lua (100%) rename old/modules/{ExpGamingCore => DONE/Core}/Gui/left/softmod.json (100%) rename old/modules/{ExpGamingCore => DONE/Core}/Gui/locale/de.cfg (100%) rename old/modules/{ExpGamingCore => DONE/Core}/Gui/locale/en.cfg (100%) rename old/modules/{ExpGamingCore => DONE/Core}/Gui/locale/fr.cfg (100%) rename old/modules/{ExpGamingCore => DONE/Core}/Gui/locale/nl.cfg (100%) rename old/modules/{ExpGamingCore => DONE/Core}/Gui/locale/sv-SE.cfg (100%) rename old/modules/{ExpGamingCore => DONE/Core}/Gui/popup/control.lua (100%) rename old/modules/{ExpGamingCore => DONE/Core}/Gui/popup/softmod.json (100%) rename old/modules/{ExpGamingCore => DONE/Core}/Gui/softmod.json (100%) rename old/modules/{ExpGamingCore => DONE/Core}/Gui/src/server.lua (100%) rename old/modules/{ExpGamingCore => DONE/Core}/Gui/src/test.lua (100%) rename old/modules/{ExpGamingCore => DONE/Core}/Gui/toolbar/control.lua (100%) rename old/modules/{ExpGamingCore => DONE/Core}/Gui/toolbar/order_config.lua (100%) rename old/modules/{ExpGamingCore => DONE/Core}/Gui/toolbar/softmod.json (100%) diff --git a/expcore/Gui/test.lua b/expcore/Gui/test.lua index a4e7701f57..4de0a0485a 100644 --- a/expcore/Gui/test.lua +++ b/expcore/Gui/test.lua @@ -50,6 +50,7 @@ end) local test_gui = Gui.new_center_frame('gui-test-open') :set_caption('Open Test Gui') +:set_tooltip('Main test gui triggers all other tests') :set_post_authenticator(function(player,button_name) return global.show_test_gui end) @@ -99,6 +100,7 @@ end) local left_frame = Gui.new_left_frame('test-left-frame') :set_caption('Test Left Gui') +:set_tooltip('Left frame which holds all online player names, updates when player leaves or joins') :set_post_authenticator(function(player,button_name) return global.show_test_gui end) @@ -136,6 +138,7 @@ end) Gui.new_toolbar_button('test-popup-open') :set_caption('Test Popup') +:set_tooltip('Allows opening a popup which contains the players name and tick it was opened') :set_post_authenticator(function(player,button_name) return global.show_test_gui end) diff --git a/old/modules/ExpGamingCore/Gui/center/control.lua b/old/modules/DONE/Core/Gui/center/control.lua similarity index 100% rename from old/modules/ExpGamingCore/Gui/center/control.lua rename to old/modules/DONE/Core/Gui/center/control.lua diff --git a/old/modules/ExpGamingCore/Gui/center/softmod.json b/old/modules/DONE/Core/Gui/center/softmod.json similarity index 100% rename from old/modules/ExpGamingCore/Gui/center/softmod.json rename to old/modules/DONE/Core/Gui/center/softmod.json diff --git a/old/modules/ExpGamingCore/Gui/control.lua b/old/modules/DONE/Core/Gui/control.lua similarity index 100% rename from old/modules/ExpGamingCore/Gui/control.lua rename to old/modules/DONE/Core/Gui/control.lua diff --git a/old/modules/ExpGamingCore/Gui/inputs/control.lua b/old/modules/DONE/Core/Gui/inputs/control.lua similarity index 100% rename from old/modules/ExpGamingCore/Gui/inputs/control.lua rename to old/modules/DONE/Core/Gui/inputs/control.lua diff --git a/old/modules/ExpGamingCore/Gui/inputs/softmod.json b/old/modules/DONE/Core/Gui/inputs/softmod.json similarity index 100% rename from old/modules/ExpGamingCore/Gui/inputs/softmod.json rename to old/modules/DONE/Core/Gui/inputs/softmod.json diff --git a/old/modules/ExpGamingCore/Gui/left/control.lua b/old/modules/DONE/Core/Gui/left/control.lua similarity index 100% rename from old/modules/ExpGamingCore/Gui/left/control.lua rename to old/modules/DONE/Core/Gui/left/control.lua diff --git a/old/modules/ExpGamingCore/Gui/left/order_config.lua b/old/modules/DONE/Core/Gui/left/order_config.lua similarity index 100% rename from old/modules/ExpGamingCore/Gui/left/order_config.lua rename to old/modules/DONE/Core/Gui/left/order_config.lua diff --git a/old/modules/ExpGamingCore/Gui/left/softmod.json b/old/modules/DONE/Core/Gui/left/softmod.json similarity index 100% rename from old/modules/ExpGamingCore/Gui/left/softmod.json rename to old/modules/DONE/Core/Gui/left/softmod.json diff --git a/old/modules/ExpGamingCore/Gui/locale/de.cfg b/old/modules/DONE/Core/Gui/locale/de.cfg similarity index 100% rename from old/modules/ExpGamingCore/Gui/locale/de.cfg rename to old/modules/DONE/Core/Gui/locale/de.cfg diff --git a/old/modules/ExpGamingCore/Gui/locale/en.cfg b/old/modules/DONE/Core/Gui/locale/en.cfg similarity index 100% rename from old/modules/ExpGamingCore/Gui/locale/en.cfg rename to old/modules/DONE/Core/Gui/locale/en.cfg diff --git a/old/modules/ExpGamingCore/Gui/locale/fr.cfg b/old/modules/DONE/Core/Gui/locale/fr.cfg similarity index 100% rename from old/modules/ExpGamingCore/Gui/locale/fr.cfg rename to old/modules/DONE/Core/Gui/locale/fr.cfg diff --git a/old/modules/ExpGamingCore/Gui/locale/nl.cfg b/old/modules/DONE/Core/Gui/locale/nl.cfg similarity index 100% rename from old/modules/ExpGamingCore/Gui/locale/nl.cfg rename to old/modules/DONE/Core/Gui/locale/nl.cfg diff --git a/old/modules/ExpGamingCore/Gui/locale/sv-SE.cfg b/old/modules/DONE/Core/Gui/locale/sv-SE.cfg similarity index 100% rename from old/modules/ExpGamingCore/Gui/locale/sv-SE.cfg rename to old/modules/DONE/Core/Gui/locale/sv-SE.cfg diff --git a/old/modules/ExpGamingCore/Gui/popup/control.lua b/old/modules/DONE/Core/Gui/popup/control.lua similarity index 100% rename from old/modules/ExpGamingCore/Gui/popup/control.lua rename to old/modules/DONE/Core/Gui/popup/control.lua diff --git a/old/modules/ExpGamingCore/Gui/popup/softmod.json b/old/modules/DONE/Core/Gui/popup/softmod.json similarity index 100% rename from old/modules/ExpGamingCore/Gui/popup/softmod.json rename to old/modules/DONE/Core/Gui/popup/softmod.json diff --git a/old/modules/ExpGamingCore/Gui/softmod.json b/old/modules/DONE/Core/Gui/softmod.json similarity index 100% rename from old/modules/ExpGamingCore/Gui/softmod.json rename to old/modules/DONE/Core/Gui/softmod.json diff --git a/old/modules/ExpGamingCore/Gui/src/server.lua b/old/modules/DONE/Core/Gui/src/server.lua similarity index 100% rename from old/modules/ExpGamingCore/Gui/src/server.lua rename to old/modules/DONE/Core/Gui/src/server.lua diff --git a/old/modules/ExpGamingCore/Gui/src/test.lua b/old/modules/DONE/Core/Gui/src/test.lua similarity index 100% rename from old/modules/ExpGamingCore/Gui/src/test.lua rename to old/modules/DONE/Core/Gui/src/test.lua diff --git a/old/modules/ExpGamingCore/Gui/toolbar/control.lua b/old/modules/DONE/Core/Gui/toolbar/control.lua similarity index 100% rename from old/modules/ExpGamingCore/Gui/toolbar/control.lua rename to old/modules/DONE/Core/Gui/toolbar/control.lua diff --git a/old/modules/ExpGamingCore/Gui/toolbar/order_config.lua b/old/modules/DONE/Core/Gui/toolbar/order_config.lua similarity index 100% rename from old/modules/ExpGamingCore/Gui/toolbar/order_config.lua rename to old/modules/DONE/Core/Gui/toolbar/order_config.lua diff --git a/old/modules/ExpGamingCore/Gui/toolbar/softmod.json b/old/modules/DONE/Core/Gui/toolbar/softmod.json similarity index 100% rename from old/modules/ExpGamingCore/Gui/toolbar/softmod.json rename to old/modules/DONE/Core/Gui/toolbar/softmod.json