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
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
Cooldude2606
2dacbe9edd
Added Statistics
2020-05-30 01:45:02 +01:00
Cooldude2606
4286e25803
Fixed some bugs
2020-05-29 22:57:06 +01:00
Cooldude2606
d65a1fe0fe
Added Quickbar filters
2020-05-28 22:31:24 +01:00
Cooldude2606
c75c123b35
Added Custom Join Message
2020-05-28 22:19:18 +01:00
Cooldude2606
c26b54f277
Added player colours to player data
2020-05-28 22:08:21 +01:00
Cooldude2606
e37e846ea1
Updated Player Data Core
2020-05-28 21:27:18 +01:00
Cooldude2606
2484e0f6fc
Merge branch 'patch/6.0.9'
2020-05-28 20:26:07 +01:00
Cooldude2606
7f16a4439a
Fixed Science Info Not Updating
2020-05-28 19:45:00 +01:00
Cooldude2606
ca6de1365d
Merge pull request #159 from Cooldude2606/feature/datastore
...
Persistent Datastores Including Player Data
2020-05-26 19:11:42 +01:00
Cooldude2606
32507492b8
Fixed Existing Lua Check Errors
2020-05-26 18:21:10 +01:00
Cooldude2606
cd29e0490a
Merge branch 'patch/6.0.5' into dev
2020-05-25 20:07:43 +01:00
Cooldude2606
d5db186dc6
Added player inventory clear
2020-05-25 20:05:20 +01:00
Cooldude2606
537980cda4
Few bug fixes for datastore
2020-05-22 20:18:00 +01:00
Cooldude2606
d283acca3b
Removed player data from file loader
2020-05-21 22:32:10 +01:00
Cooldude2606
29fee79fea
Added player data
2020-05-21 22:17:02 +01:00
Cooldude2606
2bcbb58802
Merge branch 'patch/6.0.4' into dev
2020-05-21 15:55:08 +01:00
Cooldude2606
431fe5b89e
Removed erroneous colours
2020-05-21 15:51:47 +01:00
Kevin Taylor
e8c9043fbc
Updated preset
2020-05-17 20:18:02 +01:00
Kevin Taylor
6481cf9755
Added toolbar aliases, Save as LUA table
2020-05-17 11:24:13 +01:00
Kevin Taylor
d0a23a1a59
Iterate save using pairs instaid of ipairs, remove erronus require, add save fuction
2020-05-16 22:44:30 +01:00
Kevin Taylor
408b5d7abd
Removed player config level and useing error command
2020-05-16 17:45:10 +01:00
Kevin Taylor
ffbc96fb84
Load module under game commands
2020-05-16 16:44:28 +01:00
Kevin Taylor
a52f447ff9
Added quickbar preset command
2020-05-16 16:36:38 +01:00
Cooldude2606
b04d7fe040
Number of bug fixes
2020-04-08 15:32:41 +01:00
Cooldude2606
8569de50aa
Moved map time to info gui
2020-04-05 19:39:19 +01:00
Cooldude2606
7b1c5b6fa8
Added jail to discord alerts
2020-04-04 21:11:36 +01:00
Cooldude2606
b5d14f9bdd
Fixed Issues with jail
2020-04-04 20:37:17 +01:00
Cooldude2606
c9534de868
Updated Docs
2020-04-01 00:01:40 +01:00
Cooldude2606
95af6cfc34
Cleaned Config
2020-03-29 23:39:24 +01:00
Cooldude2606
6a2f99b069
Removed useless files
2020-03-29 22:50:21 +01:00