Commit Graph

233 Commits

Author SHA1 Message Date
Cooldude2606
2df7482a77 Implemented requested changes 2021-04-26 00:20:55 +01:00
Cooldude2606
d83f1e3aea Fixed protection issues 2021-04-24 21:05:11 +01:00
Cooldude2606
7fb1a14cb3 Changed ignore_role to ignore_permission 2021-04-24 01:53:05 +01:00
Cooldude2606
cdded68ffb Added discord alert 2021-04-24 01:47:43 +01:00
Cooldude2606
43cb24f396 Added protection control 2021-04-24 01:43:58 +01:00
Cooldude2606
79b715561f Merge pull request #198 from bbassie/feature/cmd-last-command
Feature/cmd last command
2021-03-30 04:09:42 +01:00
Cooldude2606
8431b2e80a Merge pull request #190 from bbassie/feature/warp-net-id
Feature: Warps need to be connected to the same electricity network
2021-03-30 03:58:44 +01:00
oof2win2
74bca08eb4 Command to remove greeting 2021-02-13 13:50:32 +00:00
bbassie
c7c505b3b5 Basic implentation of a last location command 2021-02-09 22:21:11 +01:00
Cooldude2606
16524a92c9 Merge pull request #187 from bbassie/remove/temp-ban
Removed Temp ban related stuff
2021-01-27 00:26:43 +00:00
Cooldude2606
551873a768 Merge pull request #186 from bbassie/remove/kill-button
Remove/kill button
2020-11-21 05:58:26 +00:00
bbassie
2fcee48a97 Corpse light and line addition 2020-11-08 20:05:25 +01:00
bbassie
84fda87848 Changed warp area to fit the radius 2020-11-08 18:44:04 +01:00
Cooldude2606
66e45056bb Merge pull request #183 from bbassie/feature/more-warp-icons
Changed choose_elem from item type to signal
2020-11-07 00:35:31 +00:00
badgamernl
05b5b109f1 Removed kill button from playerlist actions 2020-11-07 01:22:02 +01:00
badgamernl
294766714a Removed Temp ban related stuff 2020-11-07 01:10:11 +01:00
badgamernl
bd59342497 Changed choose_elem from item type to signal 2020-11-07 00:42:34 +01:00
badgamernl
848207d8db Fixed unused argument player 2020-11-06 22:39:58 +01:00
badgamernl
ce565441c8 Removed debug message 2020-11-06 22:37:46 +01:00
badgamernl
1f549688fa Forgot to stage the roles.lua 2020-11-06 22:30:24 +01:00
badgamernl
61a3f92982 Add command /tag-color 2020-11-04 00:38:01 +01:00
Cooldude2606
376191830f Merge pull request #175 from bbassie/feature/autofill
Added Autofill toolbar button
2020-09-12 03:01:00 +01:00
Cooldude2606
3218bb6426 Merge branch 'patch/6.1.1' into dev 2020-09-08 19:11:00 +01:00
Cooldude2606
d317751a10 Added play time and maps played check 2020-09-08 18:55:13 +01:00
Cooldude2606
a84c42aa3c Improved Auto Assign 2020-09-08 18:40:33 +01:00
Cooldude2606
bdf94bf275 Fixed maps played not being counted 2020-09-03 17:55:57 +01:00
badgamernl
d19cb5e8d7 Removed EmmaLua because CI complained 2020-09-03 03:48:48 +02:00
badgamernl
f149e446a1 Fixed heavy repitition
- Introduced EmmyLua documentation (can be removed if needed)
- Remamed type to inv
2020-09-03 03:33:39 +02:00
badgamernl
ecadbd6534 Resolve redundant config locals 2020-09-03 02:04:39 +02:00
badgamernl
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;
2020-09-02 00:10:10 +02:00
badgamernl
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;
2020-09-01 05:43:05 +02:00
badgamernl
dac4d40682 Changed config/settings loop
- Fixed settings/entity loop should be faster now
- Fixed floating text position overlapping
- Added more comments
2020-08-20 22:29:50 +02:00
badgamernl
8efa1c0954 Locale and code quality improvements
- Added tank ammo autofill to config
- Fixed locale to be fancier
- Fixed some repatative code
2020-08-20 21:45:35 +02:00
badgamernl
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;
2020-08-20 00:10:36 +02:00
badgamernl
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;
2020-08-19 01:35:03 +02:00
badgamernl
0900fe13ea Added Autofill toolbar button
- May needs to be changed to have a left flow with option;
2020-08-17 23:04:20 +02:00
badgamernl
4dee863e41 Delete outdated feedback link:
- Doesn't seem to be used anymore and obstructs the view when at spawn.
2020-08-17 20:43:53 +02:00
Cooldude2606
2ec8581c52 Fixed clear-inv 2020-08-14 02:35:04 +01:00
Cooldude2606
97f2d9b967 Fixed Chat Reply 2020-08-14 02:17:51 +01:00
Cooldude2606
e0eba193a4 Cleaned up use of the Game module 2020-08-14 01:54:51 +01:00
Cooldude2606
1afd27fd9c Merge pull request #167 from Cooldude2606/feature/external
Added external server list
2020-08-14 00:29:29 +01:00
Cooldude2606
a8417b4d2d Merge branch 'patch/6.0.10' into dev 2020-06-16 14:57:02 +01:00
Cooldude2606
974021ab27 Blocked fluid clearing for guest 2020-06-16 14:42:07 +01:00
Cooldude2606
43c1bc2788 Added connect command 2020-06-15 00:29:23 +01:00
Cooldude2606
3f2382d2ac Added changes requested by mark 2020-06-03 00:01:19 +01:00
Cooldude2606
f1864985ff Added locale 2020-06-01 19:29:44 +01:00
Cooldude2606
54987bd8f1 Updated Player List 2020-05-30 23:12:00 +01:00
Cooldude2606
c7f2eb6047 Converted Warps 2020-05-30 22:47:01 +01:00
Cooldude2606
cd56cbe281 Added trees and reseach to stats 2020-05-30 16:23:42 +01:00
Cooldude2606
0af93b9bb5 Fixed Doc Issues 2020-05-30 01:55:15 +01:00