Commit Graph

20 Commits

Author SHA1 Message Date
badgamernl
cbb925eb65 Fix item and entity name assingment
- Replaced with a more readable version
2020-09-07 00:52:40 +02:00
badgamernl
ca2ff8075e Extra space added to entity table
(There was some extra horizontal space that was empty)
2020-09-05 00:48:28 +02:00
badgamernl
ef823f2f69 Fix empty placeholder using unneeded gui element 2020-09-05 00:44:11 +02:00
badgamernl
00bb67e9a0 Fix scroll panel padding issues 2020-09-05 00:32:21 +02:00
badgamernl
4100ba9876 Fix function calls 2020-09-03 04:27:28 +02:00
badgamernl
b03dbf8674 Fix player.print 2020-09-03 04:22:29 +02:00
badgamernl
e52f06ddf9 Fixed locale issues 2020-09-03 03:46:23 +02:00
badgamernl
e23092aa77 Fixed mixup of docs 2020-09-03 03:37:10 +02:00
badgamernl
620051ddac Fix function chain 2020-09-03 03:34:59 +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
58a23a901a Fix amount textbox validation & event 2020-09-02 16:03:31 +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
9911a0e3d3 Fixed redundand contains function 2020-08-20 21:48:53 +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
05153c7a6c Fix desync settings table shared acros all players 2020-08-20 21:03:45 +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