Commit Graph

237 Commits

Author SHA1 Message Date
Joachim Stolberg
deab00aa07 Improve move-controller, remove 'move' command 2021-11-11 22:04:43 +01:00
Joachim Stolberg
1698985cbc Add 2x-button, 2x- and 4x-signal-lamp 2021-11-06 20:15:17 +01:00
Joachim Stolberg
6e04374f89 Add 2x-button, 2x- and 4x-signal-lamp 2021-11-06 20:09:11 +01:00
Joachim Stolberg
a961ec8796 Add docu to sequencer and move controller 2021-10-30 16:37:21 +02:00
Joachim Stolberg
032f59c11a Add ta4 fourfold button 2021-09-24 22:19:36 +02:00
Joachim Stolberg
9218c3097b Improve detector, fix filler bug 2021-09-19 20:02:24 +02:00
Joachim Stolberg
d68105cf21 Simplify the use of the watermill 2021-08-18 16:10:33 +02:00
Joachim Stolberg
5f48e026c4 Improve manuals 2021-08-17 21:50:40 +02:00
Joachim Stolberg
e28f9de02c Add TA1 watermill 2021-08-16 22:22:48 +02:00
Joachim Stolberg
58d8142495 Add TA1 watermill 2021-08-16 17:57:54 +02:00
Joachim Stolberg
875c3dc9de Convert liquid filter and blackhole 2021-07-24 11:26:13 +02:00
Joachim Stolberg
b0e7e97dab Improve power terminal 2021-07-19 22:00:26 +02:00
Joachim Stolberg
0b34edb5de Fix bugs and Improve manuals 2021-07-18 16:25:03 +02:00
Joachim Stolberg
061ce04ade Improve manuals 2021-07-17 20:02:37 +02:00
Joachim Stolberg
d9a549480a Improve manuals 2021-07-17 13:36:47 +02:00
Joachim Stolberg
10b0957488 Improve manuals and menus 2021-07-12 21:55:40 +02:00
Joachim Stolberg
682e66ab0e Adapt manuals 2021-07-10 21:01:38 +02:00
Joachim Stolberg
7541677c28 Add ta2 storage system to the manual 2021-06-29 22:08:27 +02:00
Joachim Stolberg
3cca162bd7 Add ta2 gravity energy storage system 2021-06-14 21:36:58 +02:00
Joachim Stolberg
67fd148241 Add ta2 + ta4 concentrator tubes, add grinder farming recipes 2021-05-13 17:52:07 +02:00
Joachim Stolberg
4b7fd5725d Upgrade fuel cell/electrolyzser 2021-05-11 18:06:28 +02:00
Thomas--S
b6d709bb16 Limit the number of items in the filters of the distributor 2021-05-09 15:34:25 +02:00
Thomas--S
d544224dd6 Allow to configure item ratios in distributor filters
It allows to control the ratio in which certain items will use the different outputs.
This is done by adding an item multiple times to the same filter.

Because of this, the hardcoded permutations are replaced with a Fisher-Yates-Shuffle.
This is theoretically a little bit slower; but according to my measurements, about one million of copy-shuffle operations can be executed per second (tested with a table length of four); so it doesn't seem to be a big problem.

Additionally, a bit of outdated information was removed from the manuals.
2021-05-08 16:57:53 +02:00
Joachim Stolberg
c7ae0a236b Change TA4 Furnace Heater recipe, fix TA4 Doser bug 2021-05-02 16:59:29 +02:00
Joachim Stolberg
efc364bbfc Improve techage:ta4_wind_turbine checks 2021-03-14 16:00:45 +01:00
Joachim Stolberg
b632ee6212 Add new power terminal commands 2021-03-13 21:27:39 +01:00
Joachim Stolberg
276a6a37f3 Revice TA4 Injector, add TA3 Injector 2021-03-08 21:27:51 +01:00
Joachim Stolberg
bc059bc234 Fix water inlet bug, change logic block 2021-02-27 18:29:52 +01:00
Joachim Stolberg
e12262172b Add 'exchange' command to the door controller 2021-02-26 11:25:22 +01:00
Joachim Stolberg
e82c621f5c Add new logic block which will replace the current one 2021-02-22 20:35:22 +01:00
Joachim Stolberg
ae4e687363 Add laser beam nodes for energy transfer 2021-02-16 19:43:44 +01:00
Joachim Stolberg
87822e9426 Improve furnace, fix bakedclay dependency 2021-02-10 21:34:22 +01:00
Joachim Stolberg
abd79a3034 Add ta4_waterinlet as replacement for the t4_waterpump 2021-02-09 20:37:38 +01:00
Joachim Stolberg
c4e381687d Add TA4 recycle machine 2021-02-06 17:20:45 +01:00
Joachim Stolberg
96743632cb Update electric cable because of tubelib2 PR #5 2021-01-19 20:38:35 +01:00
Joachim Stolberg
ddc41394d0 Add door controller II 2020-12-18 20:17:21 +01:00
Joachim Stolberg
56923f623a Fix remove_node bug 2020-12-12 11:22:30 +01:00
Joachim Stolberg
7bf7ce09a3 Improve node number recycling 2020-12-11 15:50:40 +01:00
Joachim Stolberg
88ce0f7d32 Furnace: Add 'output' command 2020-11-27 13:46:48 +01:00
Joachim Stolberg
270f97a5d8 Improve TA3 terminal, adapt manuals 2020-11-21 18:08:36 +01:00
Joachim Stolberg
b9454b2173 Use textures from last commit 2020-11-07 19:53:25 +01:00
Thomas--S
997b6f3562 Necessary adjustments for upcoming Touchscreen mod
* Make some LCD display related things globally accessible
* Deprecate `read_data` to avoid confusion (use `send_cmnd` instead)
* Allow arbitrary data for `send_msg` and `get_msg` (with optional parameter)
2020-11-06 06:53:07 +01:00
Joachim Stolberg
bff2824f2c
Merge pull request #40 from Thomas--S/touchscreen-adjustments
Necessary adjustments for upcoming Touchscreen mod
2020-11-05 20:57:02 +01:00
Thomas--S
7934a17ba5 Necessary adjustments for upcoming Touchscreen mod
* Make some LCD display related things globally accessible
* Deprecate `read_data` to avoid confusion (use `send_cmnd` instead)
* Allow arbitrary data for `send_msg` and `get_msg` (with optional parameter)
2020-11-05 20:04:21 +01:00
Joachim Stolberg
aa97c061cf TA4 Wind tubine: Change the setup requirements 2020-11-02 21:27:12 +01:00
Joachim Stolberg
5a5a248d1d Add nodes TA2 Power Generator and TA3 Electric Motor 2020-11-01 21:38:52 +01:00
Joachim Stolberg
90e1af7e85 TA4 chest/tank: Add 'public' checkbox to allow public access 2020-10-30 20:46:58 +01:00
Joachim Stolberg
c2438a9ba4 Add manual API for external mods 2020-10-20 22:27:01 +02:00
Joachim Stolberg
51f08765ba Fix translation errors 2020-10-10 15:08:40 +02:00
Joachim Stolberg
14e1465923 QSG: Add power consumptions 2020-10-08 23:08:18 +02:00
Joachim Stolberg
347d858810 fix manual bug 2020-10-08 22:18:39 +02:00
Joachim Stolberg
ce9fddf6a7 Add load command to the controller battery 2020-10-08 21:02:17 +02:00
Joachim Stolberg
eb1ed8890c silo/tank: Add second return value for load command 2020-10-07 22:06:43 +02:00
Joachim Stolberg
a2405122fc TA4 silo: Add load command 2020-10-06 21:15:56 +02:00
Thomas--S
af97e126c0 Add TA4 High Performance Distributor
(36 items/4s; 8 items can be configured per direction)

Additionally the distributor bottom textures are fixed.
2020-10-03 10:58:08 +02:00
Thomas--S
ec7e5cdce5 TA4: Add Liquid Filter
Red Mud -> Lye/Desert Cobble
The filter is an entirely passive machine.

Additional changes:
* Remove `not_in_creative_inventory` from battery (forgotten in #29)
* Improve pump leftover handling (needed for the filter)
* markdown2formspec.py: Switch to Python 3 (Python 2 is deprecated)
2020-09-20 13:58:14 +02:00
Joachim Stolberg
947f4c56e5 Add 'get_gametime' function 2020-08-31 17:48:18 +02:00
Joachim Stolberg
dcb06e210e improve ta4 sensor box 2020-08-30 19:16:32 +02:00
Joachim Stolberg
96b227da2d lua manual adapted, bugfix in core function 2020-08-08 12:31:56 +02:00
Thomas--S
e431e655fc Fix "Lava" -> "Basalt" in Manual 2020-07-14 11:23:31 +02:00
Joachim Stolberg
5fec894a11 cracking and hydrogenation recipes added 2020-07-06 19:13:42 +02:00
Joachim Stolberg
d898aeacdb v0.15 with improvements and bugfixes 2020-07-02 21:26:18 +02:00
Joachim Stolberg
3e45868372 v0.14 with several changes (see readme) 2020-06-29 19:09:12 +02:00
Joachim Stolberg
56c84fcbd2 mesecons converter added 2020-06-19 11:55:33 +02:00
Joachim Stolberg
63a123be46 Ethereal support added, manual correction, tin ingot recipe bugfix 2020-06-17 19:59:05 +02:00
Joachim Stolberg
28e3fd4dfe support for moreores added 2020-06-14 21:36:45 +02:00
Joachim Stolberg
3a22eab80c manual typos 2020-06-14 13:03:47 +02:00
Joachim Stolberg
a45bf2249c node number bugfixes 2020-06-13 23:32:00 +02:00
Joachim Stolberg
2d1afbe0d0 minor quarry und distibutor bugfixes, quarry depth cmnd added, TA1 stone hammer added 2020-06-04 18:56:10 +02:00
Joachim Stolberg
43acb8596b QSG added 2020-06-01 14:42:49 +02:00
Joachim Stolberg
97f7dad3af tubes upgraded, manuals updated 2020-05-31 20:41:17 +02:00
Joachim Stolberg
376e29b854 sqlite3 support added, furnace bugfix 2020-05-23 14:11:35 +02:00
Joachim Stolberg
fe835455c4 waterpump bugfix 2020-05-20 20:49:30 +02:00
Joachim Stolberg
bb6f85c9c7 storage backend prepared for sqlite 2020-05-19 18:43:24 +02:00
Joachim Stolberg
daa84ed931 tank and chest cart added, cart detector improved 2020-05-14 22:06:35 +02:00
Joachim Stolberg
831783dda6 english translation added 2020-04-26 21:19:09 +02:00
Joachim Stolberg
f8cb4429cf english translation added 2020-04-26 21:18:25 +02:00
Joachim Stolberg
67338d82aa english translation added 2020-04-26 21:01:39 +02:00
Joachim Stolberg
9a4a8c58c2 ta4 injector added, ta4 pusher and distributor changed, maintenance and minor bugfixes 2020-04-25 21:06:19 +02:00
Joachim Stolberg
bf07927382 two wall entry nodes added, docu corrections 2020-04-15 22:21:22 +02:00
Joachim Stolberg
0bf3ca6a71 improvements on door controller and pusher 2020-04-15 18:39:02 +02:00
Joachim Stolberg
59a0a3248e ta4_chest and display improvements 2020-04-14 18:46:50 +02:00
Joachim Stolberg
ea4765ce46 distri 1:1 mode changed, drill pipe wrench added, ta4_chest modes enhanced, further improvements 2020-04-13 13:20:38 +02:00
Joachim Stolberg
09fbe588d1 XL display, stackable 8x2000 chests added 2020-04-11 23:29:46 +02:00
Joachim Stolberg
3dbf81365b XL display, stackable 8x2000 chests added 2020-04-11 23:21:54 +02:00
Joachim Stolberg
7e40b18cf1 new power terminal added 2020-04-11 10:14:52 +02:00
Joachim Stolberg
f956c19988 quarry and power distribution improvements 2020-04-05 12:59:02 +02:00
Joachim Stolberg
50d0ae4ebd TA4 8x2000 chest improvement 2020-04-02 23:00:02 +02:00
Joachim Stolberg
1024f8ccc5 TA4 chest,quarry, and oil explorer reworked 2020-03-31 18:27:15 +02:00
Joachim Stolberg
89b1685bd8 TA4 industrial lamp added and minicell bugfix 2020-03-28 13:22:12 +01:00
Joachim Stolberg
dea3092e68 TA4 street lamp added 2020-03-28 01:19:37 +01:00
Joachim Stolberg
7536a2fa47 LEDs, TA4 ele fab, LED grow light added and some bugfixes 2020-03-27 19:44:19 +01:00
Joachim Stolberg
9a4dc77503 door controller added 2020-03-22 19:07:04 +01:00
Joachim Stolberg
28eb8e0487 TA4 chest and pusher changed and redone 2020-03-22 11:01:44 +01:00
Joachim Stolberg
78d0f3dccd ta4 tube bugfix, ta4 item detector added 2020-03-18 22:35:23 +01:00
Joachim Stolberg
b2eb3ce11a further ta4 machines and ta4 tube added 2020-03-17 21:43:30 +01:00
Joachim Stolberg
4d67e95c17 display bugfix, TA4 state collector, button and player detector added 2020-03-15 23:50:15 +01:00
Joachim Stolberg
d9ee957dad Lua controller added 2020-03-14 23:02:13 +01:00
Joachim Stolberg
3e7ba3e04b links to manuals added 2020-03-09 22:20:01 +01:00
Joachim Stolberg
b22fcf2237 icta controller manual DE added 2020-03-09 22:07:43 +01:00
Joachim Stolberg
7ed4e5fd32 bugfix #2 (oil explorer), lua controller manuall and terminal node added 2020-03-08 22:36:23 +01:00
Joachim Stolberg
96a6cd4c56 DE manual enhanced, tank capa increased 2020-03-07 15:36:49 +01:00
Joachim Stolberg
f20a3952ab icta controller, wall pipe improved, red stone added 2020-03-02 22:09:18 +01:00
Joachim Stolberg
1ba43d2ef4 manuals updated 2020-03-01 12:32:11 +01:00
Joachim Stolberg
c8f685c0d5 LBMs and repair tool added for the migration 2020-02-22 20:43:14 +01:00
Joachim Stolberg
4f17604cb1 funnel removed, quarry added, hopper removed, instead use of minecart hopper 2020-02-16 18:10:40 +01:00
Joachim Stolberg
54c7267af7 fuelcell and electrolyzer reactivated 2020-02-10 21:20:54 +01:00
Joachim Stolberg
05f0fe64bd complete restructured 2020-01-25 23:15:44 +01:00
Joachim Stolberg
08c89b178a bugfixes for consumer, pumpjack and reboiler
bauxite depth set to -500
heatexchanger capa command changed
2019-11-21 23:21:44 +01:00
Joachim Stolberg
ff36c809cb silo bugfix 2019-11-18 20:29:41 +01:00
Joachim Stolberg
df209ecfef plastic recipe added
TA4 silo added
minor changes and bugfixes on recipes and textures
2019-11-17 14:52:59 +01:00
Joachim Stolberg
406b5ad6a5 bugfixes, recipes changed, electronic fab menu changed 2019-11-10 21:08:37 +01:00
Joachim Stolberg
ad4f6f2384 distillation tower added
bitumen, fueloil, naphtha, gasoline, gas addded
2019-11-09 23:36:28 +01:00
Joachim Stolberg
1a248ff49c bugfixes for power terminal and tank/pump lines
distiller protopype added
2019-11-08 21:10:05 +01:00
Joachim Stolberg
a2c6433c10 manual updated 2019-11-04 20:07:53 +01:00
Joachim Stolberg
c33bc5d11c Oil as liquid, barrels, tanks, and pumps added 2019-11-03 21:21:03 +01:00
Joachim Stolberg
bc9a885bb5 networks, liquids, reactor, barrels, tanks, and pumps introduced 2019-11-02 23:39:10 +01:00
Joachim Stolberg
68c8a74da8 networks, liquids, reactor, barrels, tanks, and pumps introduced, still untested 2019-10-27 11:14:37 +01:00
Joachim Stolberg
4df55a7ce7 solar cell improvements 2019-10-08 21:19:18 +02:00
Joachim Stolberg
4611cc05ae fuell cell and electrolyzer added
power improvements
2019-10-07 00:09:39 +02:00
Joachim Stolberg
0c60d3f08f bugfixes for solar inverter and energy storage
power distribution changed
solar inverter in two nodes divided
manuals revised
2019-10-05 20:53:08 +02:00
Joachim Stolberg
14bc0b19cb bugfixes for solar inverter and energy storage
power distribution changed
solar inverter in two nodes divided
manuals revised
2019-10-05 19:19:18 +02:00
Joachim Stolberg
a3fadf4143 bugfixes for inverter and power line protection
api.md added
-
2019-10-04 01:24:49 +02:00
Joachim Stolberg
3a454bd8ec bugfixes for inverter and power line protection
api.md added
-
2019-10-04 01:07:15 +02:00
Joachim Stolberg
bb2b4d2b0a bugfixes for inverter and power line protection
api.md added
-
2019-10-04 00:54:51 +02:00
Joachim Stolberg
c16b4396ad power markers for info tool added
error message for inverter and further improvements
2019-10-02 19:39:47 +02:00
Joachim Stolberg
1fac45260e solar plant nodes added 2019-09-29 23:37:35 +02:00
Joachim Stolberg
9fd726bd47 started with manual_ta4_DE 2019-09-29 00:23:49 +02:00
Joachim Stolberg
10aa9f70dd manual links and titles changed 2019-09-28 21:43:48 +02:00
Joachim Stolberg
8f5303ae13 test 2019-09-28 21:09:21 +02:00
Joachim Stolberg
1359baff7b Further manual_ta3_DE chapters added 2019-09-28 19:40:49 +02:00
Joachim Stolberg
36c8b1c917 toc and further pages of the DE manual added 2019-09-27 23:14:03 +02:00
Joachim Stolberg
87fb1b1ef8 toc added 2019-09-27 20:12:35 +02:00
Joachim Stolberg
97d3a7b5d8
Update manual_ta2_DE.md 2019-09-27 19:30:07 +02:00
Joachim Stolberg
3047bd5a31
Update manual_ta2_DE.md 2019-09-27 19:22:37 +02:00
Joachim Stolberg
4346e0e584 translation and manual improvements 2019-09-26 23:44:34 +02:00
Joachim Stolberg
77a7417cf4 switched from internal doc strings to md file based documentation
translation strings added
door block bugfix
player detector bugfix
2019-09-26 22:32:37 +02:00