bbassie
e72f927d64
Fixes to warp module
...
* Variable name.
* Moved variable initialisation to outside a function.
2021-01-24 20:11:11 +01:00
bbassie
7e7660f1e1
Add tooltip to icon for better accessibility
2021-01-24 02:26:26 +01:00
bbassie
8b717ee1a5
Warp improvements
...
* Fixed that it clears table every warp update.
* Dirty fix unknown signal icon, it gets replaced by the old icon
2021-01-24 01:58:30 +01:00
bbassie
d0afee78a4
Color status to icon status
...
Because debate about the color usage I made the change to using icons.
2021-01-23 23:01:05 +01:00
bbassie
c308aa8c21
* If statement restructured like suggested, seems to work fine;
...
* Changed cooldown color to be same as the disabled one;
2020-11-17 23:35:14 +01:00
bbassie
94fa2bc8ea
Warp additions
...
* Add bypass styling and functionality
* Fix using wrong warp position for goto label
* Add warp placement checks
* Edit remove warp to keep the corpses of the entities
* Fix warp label and textbox
* Make Warp container wider by 20
2020-11-15 01:46:59 +01:00
bbassie
ebfe24c21c
Removed temp debug rendering
2020-11-08 19:04:44 +01:00
bbassie
1d980c6d64
Warp water check
2020-11-08 19:02:55 +01:00
bbassie
84fda87848
Changed warp area to fit the radius
2020-11-08 18:44:04 +01:00
badgamernl
e851b48a0e
Remove spawn debug message
2020-11-08 16:04:07 +01:00
badgamernl
c95616d1f8
Fix network id checks
2020-11-08 15:38:00 +01:00
badgamernl
bb5790a33d
Fix function name
2020-11-08 15:30:10 +01:00
badgamernl
90e025aa1a
Warp-list changes:
...
- Refactor gui layout
- Changed update flow
2020-11-08 05:04:53 +01:00
badgamernl
94cfceb5a3
Fix electric pole name
2020-11-08 05:00:35 +01:00
badgamernl
8197b172ad
Working implementation
2020-11-07 02:30:37 +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