Commit Graph

559 Commits (d80304b449435bbb10c4c76e9fc2870b409d0f0a)

Author SHA1 Message Date
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
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 aa97c061cf TA4 Wind tubine: Change the setup requirements 2020-11-02 21:27:12 +01:00
Joachim Stolberg 7b12603fb3
Merge pull request #39 from Thomas--S/refactor-8x2000
Refactor TA4 8x2000 chest
2020-11-02 19:24:07 +01:00
Joachim Stolberg 7aa4a595b7
Merge pull request #41 from Thomas--S/coalburner-flame-protection
Coalburner: Quickfix for protection bug
2020-11-01 21:53:06 +01:00
Joachim Stolberg 2540d52ccb Add nodes TA2 Power Generator and TA3 Electric Motor 2020-11-01 21:50:44 +01:00
Joachim Stolberg 078e445adc Add nodes TA2 Power Generator and TA3 Electric Motor 2020-11-01 21:45:42 +01:00
Joachim Stolberg 41b5db5330 Add nodes TA2 Power Generator and TA3 Electric Motor 2020-11-01 21:40:32 +01:00
Joachim Stolberg 5a5a248d1d Add nodes TA2 Power Generator and TA3 Electric Motor 2020-11-01 21:38:52 +01:00
Thomas--S 90e03a3c6d Coalburner: Quickfix for protection bug
The arbitrarily high flames could destroy everything, including protection blocks.
Found by the player "UltimateNoob"
2020-11-01 17:46:06 +01:00
Thomas--S 9c9dcf8a37 Refactor TA4 8x2000 chest
Advantages:
* Code uses common functions for manual usage and automation where possible. This avoids forgetting half of the adjustments like it happened in #14
* Support for meta and wear
* Code duplication for the different automatic modes is reduced/avoided

Additionally, the `techage.item_image` function was adjusted:
* added support meta and wear
* removed duplicate stack size labels for non-tools with max_stack=1
* added optional parameter to "overwrite" stacksize for tools (necessary because of minetest limitations)
2020-10-31 19:10:47 +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 b5bc1751b5 Fix bug: Tubes do not recognize when TA2 nodes are added/removed 2020-10-30 17:49:01 +01:00
Joachim Stolberg 976dd379ca Autocrafter: Add register function for uncraftable items 2020-10-23 16:33:39 +02:00
Joachim Stolberg b4a658c29f Remove debug print 2020-10-23 16:09:06 +02:00
Joachim Stolberg 501b46d7ac
Merge pull request #37 from Thomas--S/charcoalpile-ignore
Charcoal Pile: Ignore "ignore" nodes
2020-10-23 15:57:12 +02:00
Joachim Stolberg e9ba040733
Merge pull request #38 from Thomas--S/trowel-protection
Trowel: Add protection support
2020-10-23 15:56:58 +02:00
Thomas--S 77d19db338 Trowel: Add protection support
Thanks to felix7 for finding and reporting the bug!
2020-10-21 19:04:41 +02:00
Joachim Stolberg 5b4ea5e658 Update readme.md for v0.24 2020-10-20 22:43:09 +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
Thomas--S d61845dd92 Charcoal Pile: Ignore "ignore" nodes
This ensures that the charcoal pile doesn't collapse on semi-loaded areas.
2020-10-18 20:21:56 +02:00
Joachim Stolberg 67507d008b Fix doorcontroller and ta4 doser bugs 2020-10-14 19:11:20 +02:00
Joachim Stolberg 43a2161d7e Add check for wind turbine areas 2020-10-11 17:57:15 +02:00
Joachim Stolberg 51f08765ba Fix translation errors 2020-10-10 15:08:40 +02:00
Joachim Stolberg 176aa758ce
Merge pull request #35 from CosmicConveyor/master
Fixed Gravel Sieve bug
2020-10-10 15:04:22 +02:00
CosmicConveyor 1da84cdf91
Fixed Gravel Sieve bug 2020-10-10 00:27:13 +07:00