Commit Graph

119 Commits

Author SHA1 Message Date
Joachim Stolberg
d44a950eae
Merge pull request #76 from oversword/issue-75
Implement valid sides for other nodes
2021-01-24 11:20:08 +01:00
Cam B
87ea208d64 Even newer valid_sides method 2021-01-23 17:41:09 +00:00
Cam B
d073560d10 Invalid sides too 2021-01-23 17:34:48 +00:00
Cam B
dab766b30d Even newer way of defining valid sides 2021-01-23 17:20:59 +00:00
Cam B
a2f903cac2 Implement valid sides for other nodes 2021-01-22 01:48:23 +00:00
Cam B
15557e6dc4 Return nil on pull, not false 2021-01-21 23:52:02 +00:00
Cam B
aca989f351 Allow definition of valid sides through tubelib.register_node 2021-01-21 23:43:04 +00:00
Cam B
bb18a583d1 Whitespace cleanup 2021-01-21 00:27:41 +00:00
Cam B
1b5f83116c Clumsy on_push testing replaced with new method 2021-01-21 00:18:22 +00:00
Cam B
2af68b9f18 Merge branch 'issue-67-revised' into issue-72 2021-01-20 21:38:15 +00:00
Cam B
29827a5487 Reversed faces direction, moved sides to tubelib2 2021-01-20 20:54:24 +00:00
Cam B
8f896b65c4 Disallow pushing into invalid faces 2021-01-20 14:52:05 +00:00
afkplayer5000
9b636dd8bd prevent digging of active tubelib nodes 2021-01-17 14:47:23 -07:00
Joachim Stolberg
ce82cf68bc
Merge pull request #58 from oversword/bls-254
Add a on_blast callback to tubes so they update after being destroyed
2020-12-14 22:35:57 +01:00
Cam B
d8954bf846 Indentation fixed 2020-12-12 22:49:37 +00:00
Cam B
7b02f3dfe3 Add a on_blast callback to tubes so they update after being destroyed 2020-12-12 22:42:09 +00:00
Joachim Stolberg
9192bcadc8 v2.04: Switch to AGPL v3, adapt to minetest 5.3, add translation support, fix minor bugs 2020-11-20 14:45:28 +01:00
Joachim Stolberg
0acb2e82cd Add minetest.translator support (issue #56) 2020-11-13 20:32:21 +01:00
Joachim Stolberg
996b3e6fad Add minetest.translator support (issue #56) 2020-11-03 20:23:38 +01:00
Joachim Stolberg
8f35b0793b Add minetest.translator support (issue #56) 2020-11-03 20:19:38 +01:00
Joachim Stolberg
51fdab3c8a Fix issue #55 (tubelib_addons2:doorblock works incorrectly) 2020-09-24 20:19:10 +02:00
Joachim Stolberg
677c1f4148 tubes: remove stone group 2020-09-01 19:51:26 +02:00
Sven Volkmann
0adb8dadff fixing bug issue #50 2020-08-14 09:01:32 +02:00
flux
e2b9d73f8e fix crash of unknown origin 2020-04-07 18:05:11 +00:00
flux
01a836130b Merge branch 'master' of https://github.com/joe7575/techpack into HEAD 2020-04-07 18:04:12 +00:00
Joachim Stolberg
472fb56b9d Tubelib database optimized to reduce the size of the mod storage file 2020-03-23 22:34:03 +01:00
flux
1f2e270a04 add dependencies to mod.conf 2019-11-03 17:55:05 +00:00
flux
281f4b539b undo preventing machines from pushing to themselves; make detector only accept items on the input side 2019-09-12 22:53:29 +00:00
flux
ebd9864ce0 disable machines outputting to themselves 2019-09-12 22:25:06 +00:00
flux
342083bf03 fix crash when tube too long (and spurious whitespace changes) 2019-08-29 19:28:44 +00:00
flux
d6b0696746 Merge branch 'master' of https://github.com/joe7575/techpack into HEAD 2019-08-29 17:44:47 +00:00
Andrey Kozlovskiy
db11cc0e92 Fixes to metadata_inventory functions in distributor code 2019-08-08 16:59:17 +03:00
Andrey Kozlovskiy
2e14f13c46 Revert "Fix incorrect count check on item put"
This reverts commit 3082c64dac5d5107d87c339559edfe3c4113eabe. (incorrect branch)
2019-08-07 21:46:32 +03:00
Andrey Kozlovskiy
3082c64dac Fix incorrect count check on item put 2019-08-07 21:43:21 +03:00
flux
dd4869d1dc merge 2019-07-25 05:12:07 +00:00
Joachim Stolberg
21c8be48f5 Overzealous replacement by defect dummies #33 2019-07-20 11:30:56 +02:00
y
fb32942625 prevent defect dummies when metadata is messed up 2019-07-14 00:30:18 +01:00
Joachim Stolberg
778ec375ed v2.03.03 with bug fixes (issues #27, #28, #29) 2019-05-22 11:49:13 +02:00
obl3pplifp
666a2c6059 fix some more crashes due to outdated nodes not having the right metadata 2019-05-20 22:41:53 +01:00
obl3pplifp
4b7ec0cda9 Revert "fix some more crashes due to outdated nodes not having the right metadata"
This reverts commit 7a7784fc5ea41f104a3f12d58a0ae009cc61f761.
2019-05-20 22:40:20 +01:00
obl3pplifp
7a7784fc5e fix some more crashes due to outdated nodes not having the right metadata 2019-05-20 22:36:14 +01:00
y
013013149a prevent calls to random w/ illegal numbers 2019-05-16 23:05:59 +01:00
Joachim Stolberg
824ed5cb18 V2.03.02 with changes according to issues #22, #23, #24, #25, #26 2019-05-09 21:48:16 +02:00
Joachim Stolberg
e7b1da2636 V2.03.02 with changes according to issues #22, #23, #24, #25, #26 2019-05-09 21:04:47 +02:00
Joachim Stolberg
a7a6b50492 V2.03, Piston/WorldEdit/replacer detection added, farming and grinder recipes added 2019-04-23 21:46:08 +02:00
Joachim Stolberg
dc71bf90f4 Blackhole tube side backfix 2019-03-14 23:18:56 +01:00
Joachim Stolberg
0e95c2a76d forceload block bugfix. 2019-02-16 10:35:33 +01:00
Joachim Stolberg
9e12dc1ae7 controller event bugfix 2019-02-10 13:28:17 +01:00
Michal Cieslakiewicz
54abd7bf55 Added new button image for BLOCKED state.
Warning image (black exclamation mark on yellow field) added and
used for BLOCKED state. Player can now see the difference between
BLOCKED and FAULT states while accessing machine panel (formspec).

Signed-off-by: Michal Cieslakiewicz <michal.cieslakiewicz@wp.pl>
2019-02-07 10:51:45 +01:00
Joachim Stolberg
1206e5a461 Formspec bugfixes 2019-01-15 21:01:24 +01:00