Commit Graph

121 Commits

Author SHA1 Message Date
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
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
f79eb9f8ea Add recipe 2021-05-16 19:58:06 +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
Joachim Stolberg
49fd5bc29a Add rack version for techage:ta4_server 2021-05-09 19:34:21 +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
4141fefdf6 Change use_texture_alpha to work with MT 5.0+ 2021-03-19 20:06:22 +01:00
Joachim Stolberg
29ad918960 Fix MT v5.4 issues #52 and #53 2021-03-17 19:36:47 +01: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
662adb2ecc Improve furnace, fix bakedclay dependency 2021-02-10 21:35:06 +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
b46b422a5a Add top/side view labels to the construction plan 2020-12-18 21:41:34 +01:00
Joachim Stolberg
ddc41394d0 Add door controller II 2020-12-18 20:17:21 +01:00
Joachim Stolberg
270f97a5d8 Improve TA3 terminal, adapt manuals 2020-11-21 18:08:36 +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
a848e87034 TA4 Wind tubine: Change the setup requirements 2020-11-02 21:40:05 +01:00
Joachim Stolberg
5a5a248d1d Add nodes TA2 Power Generator and TA3 Electric Motor 2020-11-01 21:38:52 +01:00
Joachim Stolberg
b4a658c29f Remove debug print 2020-10-23 16:09:06 +02:00
Joachim Stolberg
c2438a9ba4 Add manual API for external mods 2020-10-20 22:27:01 +02:00
Joachim Stolberg
028a1591c2 Switch license from GPL to AGPL 2020-10-19 19:09:17 +02:00
Joachim Stolberg
51f08765ba Fix translation errors 2020-10-10 15:08:40 +02:00
Joachim Stolberg
347d858810 fix manual bug 2020-10-08 22:18:39 +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
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