Joachim Stolberg
fdfc8a2d96
Improve doorcontroller2 to be able to exchange nodes
2021-02-23 21:05:06 +01:00
Joachim Stolberg
48f22090e8
Allow pusher to pull honey from xdecor:hive and mobs:beehive
2021-02-22 20:42:16 +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
3aed046eb7
Fix laser shutoff bug
2021-02-17 20:15:22 +01:00
Joachim Stolberg
ae4e687363
Add laser beam nodes for energy transfer
2021-02-16 19:43:44 +01:00
Joachim Stolberg
ea19274fbd
Add laser beam nodes for energy transfer
2021-02-15 22:12:47 +01:00
Joachim Stolberg
eae7746c02
Add laser beam nodes for energy transfer
2021-02-15 21:51:15 +01:00
Joachim Stolberg
453a306f66
Add missing translation
2021-02-10 22:36:15 +01:00
Joachim Stolberg
662adb2ecc
Improve furnace, fix bakedclay dependency
2021-02-10 21:35:06 +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
ae74f90532
Fix server boolean variable bug
2021-02-07 14:33:20 +01:00
Joachim Stolberg
dfc49e127b
Add TA4 recycle machine
2021-02-06 17:33:21 +01:00
Joachim Stolberg
c4e381687d
Add TA4 recycle machine
2021-02-06 17:20:45 +01:00
Joachim Stolberg
e69e6f5370
Add TA4 recycle machine
2021-02-05 20:12:12 +01:00
Joachim Stolberg
2f7dbc1771
Improve energy storage detection, increase Lua controller editor contrast
2021-02-01 23:20:47 +01:00
Joachim Stolberg
b74c596b00
Merge pull request #49 from realmicu/master
...
Allow read of Distributor slot status
2021-02-01 23:09:44 +01:00
Michal Cieslakiewicz
336fef53af
Allow read of Distributor slot status
...
Add support for reading distributor slot status. This action
is complementary to already present filter setting function.
'port' distributor message is modified to accept filter color
only (without '=on/off'), device returns selected filter state.
A wrapper function ($get_filter(...)) for Lua Controller and
condition selector for ICTA Controller are implemented as well.
Signed-off-by: Michal Cieslakiewicz <michal.cieslakiewicz@wp.pl>
2021-01-31 19:10:14 +01:00
Joachim Stolberg
a0a8acc602
Switch back to tubelib2 v1.9
2021-01-21 23:26:18 +01:00
Joachim Stolberg
96743632cb
Update electric cable because of tubelib2 PR #5
2021-01-19 20:38:35 +01:00
Joachim Stolberg
576e02c91a
Merge pull request #48 from Thomas--S/terminal-crash
...
TA4 Terminal: Fix possible crash
2021-01-07 01:50:06 +01:00
Thomas--S
699b73d366
TA4 Terminal: Fix possible crash
2021-01-06 20:17:47 +01:00
Joachim Stolberg
a596ef07e1
Merge pull request #45 from Thomas--S/display-api-fix
...
Fix bugs in display API
2021-01-05 00:24:09 +01:00
Thomas--S
ab5e980511
Fix bugs in display API
...
- Don't hardcode display node names in API function
- Fix a bug where the wrong variable is used
2021-01-02 15:24:34 +01:00
Joachim Stolberg
d2f2564f43
textures improved again
2020-12-22 15:15:52 +01:00
Joachim Stolberg
dba2b84b73
Fix silo load value bug
2020-12-20 23:58:49 +01:00
Joachim Stolberg
d1daeef7d7
Fix door controller bug
2020-12-19 22:53:14 +01:00
Joachim Stolberg
29aacdd579
Fix door controller bugs & add item source test block
2020-12-19 19:14:20 +01:00
Joachim Stolberg
b46b422a5a
Add top/side view labels to the construction plan
2020-12-18 21:41:34 +01:00
Joachim Stolberg
1e0a36920f
Add door controller II
2020-12-18 20:43:59 +01:00
Joachim Stolberg
8d8bebccbf
Add door controller II
2020-12-18 20:25:02 +01:00
Joachim Stolberg
ddc41394d0
Add door controller II
2020-12-18 20:17:21 +01:00
Joachim Stolberg
29202e5e8a
Fix bug in get_node_lvm()
2020-12-15 19:13:59 +01:00
Joachim Stolberg
5126bfb595
Fix bug in get_node_lvm()
2020-12-15 09:26:09 +01:00
Joachim Stolberg
47134e0309
Shrink PNGs, fix sieve animation bug
2020-12-14 22:03:47 +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
dd462aa220
Generators: Show network overload
2020-12-04 17:52:27 +01:00
Joachim Stolberg
81852ec210
Merge pull request #44 from realmicu/master
...
electrolyzer and growlight fixes
2020-11-29 18:19:17 +01:00
Michal Cieslakiewicz
085b36f044
growlight: do not grow waterlily on soil
...
Ignore waterlily as growable flower under growlight. This plant
should be floating on water. Furthermore, it is completely transparent
when grown on soil, giving player a false impression of empty space
there (unless F5 debug mode is used).
Signed-off-by: Michal Cieslakiewicz <michal.cieslakiewicz@wp.pl>
2020-11-28 14:50:07 +01:00
Joachim Stolberg
88ce0f7d32
Furnace: Add 'output' command
2020-11-27 13:46:48 +01:00
Michal Cieslakiewicz
21d583b7dd
electrolyzer: add untake handler
...
Without this method (which shares code with 'put') hydrogen from
electrolyzer is removed and disappear when connected via pump to
full destination device (tank, fuel cell etc).
Signed-off-by: Michal Cieslakiewicz <michal.cieslakiewicz@wp.pl>
2020-11-26 15:18:38 +01:00
Joachim Stolberg
270f97a5d8
Improve TA3 terminal, adapt manuals
2020-11-21 18:08:36 +01:00
Joachim Stolberg
9ab69c10e1
Merge pull request #43 from Thomas--S/oil-duplication
...
Prevent Oil Duplication
2020-11-15 10:28:54 +01:00
Thomas--S
8efc68240b
Prevent Oil Duplication
2020-11-13 18:37:37 +01:00
Joachim Stolberg
eeca2f3d6a
Fix bug: tank_cart gets empty even if dest tank is already full
2020-11-12 22:10:54 +01:00
Joachim Stolberg
5c14b3bfbe
ta4_doser: Fix a bug that caused a server crash
2020-11-07 19:53:25 +01:00
Joachim Stolberg
b9454b2173
Use textures from last commit
2020-11-07 19:53:25 +01:00
Joachim Stolberg
a2d3000949
Merge pull request #42 from Thomas--S/touchscreen-adjustments
...
Forgotten adjustments for upcoming Touchscreen mod
2020-11-07 12:41:57 +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