Commit Graph

  • 294766714a Removed Temp ban related stuff badgamernl 2020-11-07 01:10:11 +01:00
  • e8dd5cedea Fixed the part that removes the ghost train staton key badgamernl 2020-11-07 00:50:31 +01:00
  • bd59342497 Changed choose_elem from item type to signal badgamernl 2020-11-07 00:42:34 +01:00
  • 9463496cca Automatic Doc Update Cooldude2606 2020-11-06 21:49:02 +00:00
  • 690a129785 Merge pull request #180 from bbassie/feature/tag-color Cooldude2606 2020-11-06 21:48:25 +00:00
  • 848207d8db Fixed unused argument player badgamernl 2020-11-06 22:39:58 +01:00
  • ce565441c8 Removed debug message badgamernl 2020-11-06 22:37:46 +01:00
  • 1f549688fa Forgot to stage the roles.lua badgamernl 2020-11-06 22:30:24 +01:00
  • eba9761c24 Automatic Doc Update Cooldude2606 2020-11-06 14:54:07 +00:00
  • c8340f27da Merge pull request #179 from bbassie/fix/quickbar Cooldude2606 2020-11-06 14:53:33 +00:00
  • 61a3f92982 Add command /tag-color badgamernl 2020-11-04 00:38:01 +01:00
  • defe77f629 Filter out blueprint and blueprint-book badgamernl 2020-11-03 23:24:22 +01:00
  • 9e150aff79 Automatic Doc Update Cooldude2606 2020-09-12 02:01:34 +00:00
  • 376191830f Merge pull request #175 from bbassie/feature/autofill Cooldude2606 2020-09-12 03:01:00 +01:00
  • c46244e7ed Fix floating text position badgamernl 2020-09-11 20:48:35 +02:00
  • 72a3378bfa Fix toggle item button badgamernl 2020-09-08 20:34:38 +02:00
  • b6933bddf8 Automatic Doc Update Cooldude2606 2020-09-08 18:12:02 +00:00
  • 3218bb6426 Merge branch 'patch/6.1.1' into dev Cooldude2606 2020-09-08 19:11:00 +01:00
  • 798dfaf64e Merge branch 'patch/6.1.1' Cooldude2606 2020-09-08 19:03:26 +01:00
  • b264974457 Fixed Maps Played Again Cooldude2606 2020-09-08 19:00:56 +01:00
  • d317751a10 Added play time and maps played check Cooldude2606 2020-09-08 18:55:13 +01:00
  • a84c42aa3c Improved Auto Assign Cooldude2606 2020-09-08 18:40:33 +01:00
  • 7449535aa7 Remove alignment flow - This should also help with longer entity names badgamernl 2020-09-08 17:13:18 +02:00
  • afcd16c56e Fixed table center Fixed locale badgamernl 2020-09-08 16:20:02 +02:00
  • a01ba807f5 Change padding (Was causing the gui width to change when entity expanded) badgamernl 2020-09-07 05:11:29 +02:00
  • f76d8b0a3a Fix unneeded string.match - Tip from cool to use tooltip on flow badgamernl 2020-09-07 05:03:28 +02:00
  • cbb925eb65 Fix item and entity name assingment - Replaced with a more readable version badgamernl 2020-09-07 00:52:40 +02:00
  • ca2ff8075e Extra space added to entity table (There was some extra horizontal space that was empty) badgamernl 2020-09-05 00:48:28 +02:00
  • ef823f2f69 Fix empty placeholder using unneeded gui element badgamernl 2020-09-05 00:44:11 +02:00
  • 00bb67e9a0 Fix scroll panel padding issues badgamernl 2020-09-05 00:32:21 +02:00
  • bdf94bf275 Fixed maps played not being counted Cooldude2606 2020-09-03 17:55:57 +01:00
  • 8ff7ad5019 Fixed auto promote Cooldude2606 2020-09-03 17:42:06 +01:00
  • 4100ba9876 Fix function calls badgamernl 2020-09-03 04:27:28 +02:00
  • b03dbf8674 Fix player.print badgamernl 2020-09-03 04:22:29 +02:00
  • d19cb5e8d7 Removed EmmaLua because CI complained badgamernl 2020-09-03 03:48:48 +02:00
  • e52f06ddf9 Fixed locale issues badgamernl 2020-09-03 03:46:23 +02:00
  • e23092aa77 Fixed mixup of docs badgamernl 2020-09-03 03:37:10 +02:00
  • 620051ddac Fix function chain badgamernl 2020-09-03 03:34:59 +02:00
  • f149e446a1 Fixed heavy repitition - Introduced EmmyLua documentation (can be removed if needed) - Remamed type to inv badgamernl 2020-09-03 03:33:39 +02:00
  • ecadbd6534 Resolve redundant config locals badgamernl 2020-09-03 02:04:39 +02:00
  • 58a23a901a Fix amount textbox validation & event badgamernl 2020-09-02 16:03:31 +02:00
  • 665ecfca7c Change in look and feel: - Change the way the header text is displayed; - Change entity toggle to be checkmark and cross; - Added burner mining drill to autofill; - Added comments; - Changed use of some scroll tables to just normal tables; - Fixed entity toggle not working when placing down entities; badgamernl 2020-09-02 00:10:10 +02:00
  • f1537af711 Major overhaul of inner workings: - Change config layout to entity based; - Change the gui layout to entity based; - Fix entity placed event to work with new system; - Change gui styles to fit other gui's more; - Added demo entities with items: * Car; * Locomotive; * Spidertron; * Gun Turret; * Stone furnace; * Steel furnace; badgamernl 2020-09-01 05:43:05 +02:00
  • 074f6b9ab4 Automatic Doc Update Cooldude2606 2020-08-26 14:31:27 +00:00
  • 15116d5026 Merge pull request #174 from bbassie/fix/outdated-feedback Cooldude2606 2020-08-26 15:30:52 +01:00
  • dac4d40682 Changed config/settings loop - Fixed settings/entity loop should be faster now - Fixed floating text position overlapping - Added more comments badgamernl 2020-08-20 22:29:50 +02:00
  • 9911a0e3d3 Fixed redundand contains function badgamernl 2020-08-20 21:48:53 +02:00
  • 8efa1c0954 Locale and code quality improvements - Added tank ammo autofill to config - Fixed locale to be fancier - Fixed some repatative code badgamernl 2020-08-20 21:45:35 +02:00
  • 05153c7a6c Fix desync settings table shared acros all players badgamernl 2020-08-20 21:03:45 +02:00
  • 453b4f8357 Added Entity build event autofill - Added autofill on entity placement; - Added nice flying text; - Fixed ability to insert more of a item than the stacksize allows; badgamernl 2020-08-20 00:10:36 +02:00
  • c2ea0bf590 Added setings left container - Changed toolbar button to left flow toggle; - Added Ammo section; - Added Fuel section; - Added default config settings; - Added autofill item toggle button and textboxes; badgamernl 2020-08-19 01:35:03 +02:00
  • 0900fe13ea Added Autofill toolbar button - May needs to be changed to have a left flow with option; badgamernl 2020-08-17 23:04:20 +02:00
  • 4dee863e41 Delete outdated feedback link: - Doesn't seem to be used anymore and obstructs the view when at spawn. badgamernl 2020-08-17 20:43:53 +02:00
  • e33188dd0c Merge branch 'release/6.1.0' Cooldude2606 2020-08-17 15:40:27 +01:00
  • e1087caa9a Automatic Doc Update Cooldude2606 2020-08-17 14:39:40 +00:00
  • 55a0fda2ea Automatic Doc Update Cooldude2606 2020-08-17 14:39:40 +00:00
  • 0e37465a56 Merge branch 'release/6.1.0' into dev Cooldude2606 2020-08-17 15:38:47 +01:00
  • f98599ca82 Fixed sups not showing when set to visible Cooldude2606 2020-08-17 15:20:08 +01:00
  • 5ad4301f67 Better sandboxing for /interface Cooldude2606 2020-08-17 15:18:34 +01:00
  • ad1686ad60 Fixed player list colours Cooldude2606 2020-08-16 21:12:29 +01:00
  • 0cb77601be Readme Update Cooldude2606 2020-08-16 19:56:55 +01:00
  • 868f6a28e5 Automatic Doc Update Cooldude2606 2020-08-16 19:46:40 +01:00
  • 4ade68b7df Merge pull request #172 from tovernaar123/feature/rename_changes Cooldude2606 2020-08-16 19:45:08 +01:00
  • a058c900fa Automatic Doc Update Cooldude2606 2020-08-16 18:39:40 +00:00
  • 5154b5e016 Merge pull request #172 from tovernaar123/feature/rename_changes Cooldude2606 2020-08-16 19:39:08 +01:00
  • 1d66513d42 Changed the endding string and cleaned white space Cooldude2606 2020-08-16 19:38:14 +01:00
  • 3129a6e59e done tovernaar123 2020-08-16 20:23:08 +02:00
  • aa5946e3d2 Fixed call to invalid entity during warp removal Cooldude2606 2020-08-16 19:01:50 +01:00
  • 48d924d69d Fixed player data error Cooldude2606 2020-08-16 19:00:29 +01:00
  • bbbd8e349b Update station-auto-name.lua tovernaar123 2020-08-16 19:38:54 +02:00
  • e3a0376b30 Fixed bug with nil index for decon Cooldude2606 2020-08-16 17:45:04 +01:00
  • 3101f4f07e not having admin tovernaar123 2020-08-16 18:17:55 +02:00
  • da65b35267 shood be done now tovernaar123 2020-08-16 17:20:56 +02:00
  • 1172baf2b9 Fixed role event emit Cooldude2606 2020-08-14 16:49:55 +01:00
  • f5a2f7ed70 Fixed role auto promote Cooldude2606 2020-08-14 16:23:22 +01:00
  • 7939d8d3f7 Added check for nil player for role get_players Cooldude2606 2020-08-14 16:18:02 +01:00
  • ad457343a4 Added check for nil cause for damaged Cooldude2606 2020-08-14 16:13:44 +01:00
  • 40f7d00cbe Added ligten to player colours Cooldude2606 2020-08-14 16:07:34 +01:00
  • 52aa754386 Automatic Doc Update Cooldude2606 2020-08-14 02:51:07 +00:00
  • f6710d14f9 Merge pull request #171 from Cooldude2606/feature/general-clean-up Cooldude2606 2020-08-14 03:50:27 +01:00
  • 67c2b8265c Fixed Discord Alerts Cooldude2606 2020-08-14 03:43:02 +01:00
  • 91d60ba6d7 Fixed game time in discord alerts Cooldude2606 2020-08-14 03:22:40 +01:00
  • 38cf0f10ec Added "Current" status to server list Cooldude2606 2020-08-14 03:18:15 +01:00
  • 2ec8581c52 Fixed clear-inv Cooldude2606 2020-08-14 02:35:04 +01:00
  • 97f2d9b967 Fixed Chat Reply Cooldude2606 2020-08-14 02:17:51 +01:00
  • e0eba193a4 Cleaned up use of the Game module Cooldude2606 2020-08-14 01:54:51 +01:00
  • 86370aeada Automatic Doc Update Cooldude2606 2020-08-13 23:30:03 +00:00
  • 1afd27fd9c Merge pull request #167 from Cooldude2606/feature/external Cooldude2606 2020-08-14 00:29:29 +01:00
  • 1ac81a8d13 Automatic Doc Update Cooldude2606 2020-08-06 19:01:02 +00:00
  • 24e865630f Merge pull request #170 from Cooldude2606/feature/ci-doc-fix Cooldude2606 2020-08-06 20:00:25 +01:00
  • e44b8d52ba Fixed Reports and warnings Cooldude2606 2020-08-06 19:58:10 +01:00
  • a2676f0cc1 Fixed Datastore Cooldude2606 2020-08-06 19:55:20 +01:00
  • 5c95ea17fa Merge remote-tracking branch 'origin/dev' into dev Cooldude2606 2020-08-06 17:08:15 +01:00
  • b1d92256bb Merge branch 'patch/6.0.11' Cooldude2606 2020-08-06 17:07:49 +01:00
  • d93b413ecf Fixed warnings not logging to discord Cooldude2606 2020-08-06 17:03:42 +01:00
  • 550e11c83d Automatic Doc Update Cooldude2606 2020-08-01 00:05:35 +00:00
  • cdc9372af5 Merge pull request #169 from Cooldude2606/feature/role-core-fix Cooldude2606 2020-08-01 01:05:00 +01:00
  • e5c8c6030f Fixed padding assignment on "order" Cooldude2606 2020-07-26 21:35:51 +01:00
  • b4772dc59d Fixed issue with add_player and remove_player Cooldude2606 2020-07-26 21:27:24 +01:00
  • 009cf14a10 Added versions for api and redmew Cooldude2606 2020-07-03 18:15:23 +01:00