Commit Graph

588 Commits

Author SHA1 Message Date
bbassie
8defd39762 Draw corpse lines improvement
* Itterate over deaths in reverse.
* Check expired bodies and break out of the loop.
2020-11-14 21:01:49 +01:00
bbassie
2fcee48a97 Corpse light and line addition 2020-11-08 20:05:25 +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
Cooldude2606
3fa1523a2c Merge pull request #184 from bbassie/fix/train-station-names
Fixed the part that removes the ghost train staton key
2020-11-07 00:24:24 +00:00
badgamernl
e8dd5cedea Fixed the part that removes the ghost train staton key 2020-11-07 00:50:31 +01:00
badgamernl
bd59342497 Changed choose_elem from item type to signal 2020-11-07 00:42:34 +01:00
Cooldude2606
690a129785 Merge pull request #180 from bbassie/feature/tag-color
Add command /tag-color
2020-11-06 21:48:25 +00:00
badgamernl
61a3f92982 Add command /tag-color 2020-11-04 00:38:01 +01:00
badgamernl
defe77f629 Filter out blueprint and blueprint-book 2020-11-03 23:24:22 +01:00
Cooldude2606
376191830f Merge pull request #175 from bbassie/feature/autofill
Added Autofill toolbar button
2020-09-12 03:01:00 +01:00
badgamernl
c46244e7ed Fix floating text position 2020-09-11 20:48:35 +02:00
badgamernl
72a3378bfa Fix toggle item button 2020-09-08 20:34:38 +02:00
Cooldude2606
b264974457 Fixed Maps Played Again 2020-09-08 19:00:56 +01:00
badgamernl
7449535aa7 Remove alignment flow
- This should also help with longer entity names
2020-09-08 17:13:18 +02:00
badgamernl
afcd16c56e Fixed table center
Fixed locale
2020-09-08 16:20:02 +02:00
badgamernl
a01ba807f5 Change padding
(Was causing the gui width to change when entity expanded)
2020-09-07 05:11:29 +02:00
badgamernl
f76d8b0a3a Fix unneeded string.match
- Tip from cool to use tooltip on flow
2020-09-07 05:03:28 +02:00
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
Cooldude2606
bdf94bf275 Fixed maps played not being counted 2020-09-03 17:55:57 +01: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
Cooldude2606
f98599ca82 Fixed sups not showing when set to visible 2020-08-17 15:20:08 +01:00
Cooldude2606
5ad4301f67 Better sandboxing for /interface 2020-08-17 15:18:34 +01:00
Cooldude2606
ad1686ad60 Fixed player list colours 2020-08-16 21:12:29 +01:00
Cooldude2606
4ade68b7df Merge pull request #172 from tovernaar123/feature/rename_changes
This will fix the bug where already named station get renamed
2020-08-16 19:45:08 +01:00
Cooldude2606
aa5946e3d2 Fixed call to invalid entity during warp removal 2020-08-16 19:01:50 +01:00
Cooldude2606
e3a0376b30 Fixed bug with nil index for decon 2020-08-16 17:45:04 +01:00
Cooldude2606
ad457343a4 Added check for nil cause for damaged 2020-08-14 16:13:44 +01:00
Cooldude2606
40f7d00cbe Added ligten to player colours 2020-08-14 16:07:34 +01:00
Cooldude2606
67c2b8265c Fixed Discord Alerts 2020-08-14 03:43:02 +01:00
Cooldude2606
91d60ba6d7 Fixed game time in discord alerts 2020-08-14 03:22:40 +01:00
Cooldude2606
38cf0f10ec Added "Current" status to server list 2020-08-14 03:18:15 +01:00
Cooldude2606
2ec8581c52 Fixed clear-inv 2020-08-14 02:35:04 +01:00