e5ee0dee90add turn-to-vertical handling to valve, flow sensor reuse the code from entry panel
Vanessa Ezekowitz
2017-03-17 09:36:17 -0400
88ad79163dadd screwdriver rotation handling on most pipes-related nodes caveats: in order to cleanly handle the entry panel, valve, and sensor I had to rotate the valve and sensor models 90 degrees so that their in-/outlet pipes point the same direction as the entry panel.
Vanessa Ezekowitz
2017-03-17 09:02:34 -0400
bd4a27d172make valve and pump turn on/off via on_rightclick (instead of on_punch)
Vanessa Ezekowitz
2017-03-17 05:26:10 -0400
3d845a3f28Make filter-injector work with latest chest versions
Thomas--S
2017-03-07 17:40:22 +0100
a858145098Add missing table entries
Carter Kolwey
2017-03-01 00:10:46 -0600
1a15a8b453Add digilines support to autocrafter "on" and "off" messages turn it on or off, "single" crafts one item, and sending nested tables in the shape of the crafting grid sets the craft. Example message: { {"default:wood","default:wood","default:wood"}, {"default:wood","","default:wood"}, {"default:wood","default:wood","default:wood"} }
Carter Kolwey
2017-02-26 15:33:14 -0600
9ade40ac65update description a bit (typo, outdated a little)
Vanessa Ezekowitz
2017-02-07 16:04:02 -0500
62768d243dUse node texture colorization for priority tube, instead of [colorize (except for inv image). Saves a tiny bit of RAM.
Vanessa Ezekowitz
2017-01-25 04:33:27 -0500
a3d2e69a42Allow Digiline Filter-Injector to match wear, metadata, and group
electrodude
2016-05-27 15:31:45 -0400
bb4a1756ff"Implement" two further functions for fake player
est31
2015-09-25 03:27:57 +0200
4eeb6950c4Fix crash when deleting luaentities with //clearobjects.
Novatux
2015-08-01 16:36:50 +0200
bedcf4d646Try to fix items dropping in unloaded areas
Novatux
2015-07-25 14:29:57 +0200
8e642df6a2Try to fix crash (2)
Novatux
2015-06-23 19:26:01 +0200
528b21da7fTry to fix crash
Novatux
2015-06-23 19:16:22 +0200
dada8474feRevert "fix multiple crash points if luaentity.entities or values returned from"
Novatux
2015-06-23 19:00:17 +0200
d0952a97fcfix multiple crash points if luaentity.entities or values returned from luaentity.add_entity() are nil
Vanessa Ezekowitz
2015-06-23 12:24:35 -0400
5822f60ba9fix deprecated time_images use
Vanessa Ezekowitz
2015-04-26 18:46:00 -0400
f80dec1220drop direct support for dedicated protection mods just use minetest's standard protection functions instead
Vanessa Ezekowitz
2015-03-23 17:40:00 -0400
c4aa351fa0add missing alias for entry panel
Vanessa Ezekowitz
2015-03-12 10:21:55 -0400
d167aacf4dadd ownership/protection handling for device configuration
Tim
2015-03-05 11:14:30 +0100
86ee58b17cNew wiki url in README
Phvli
2015-03-09 00:05:13 +0200
674450236blabel the vacuum tube logic abms for profiling purposes useable with the mtt profiler starting with t4im/mtt@48eff13
Tim
2015-03-04 22:18:26 -0500
e8ab36a2c9document wielder pointed_thing problems and revert "fix wielder mixing up above and under, which had for example an effect on the deployer trying to place seeds" This reverts commit 6e2f1fcd635398387a49911a996ccaba65bffdd3.
Tim
2015-03-02 13:30:49 +0100
aa5f155100Use group:sand for sand_tube_1 recipes
MT-Modder
2015-03-01 10:54:18 -0500
ac4f761919fix wielder mixing up above and under, which had for example an effect on the deployer trying to place seeds
Tim
2015-03-01 09:59:38 +0100
c505088fbbSet the owner for locked chests on placing
est31
2015-02-11 19:37:19 +0100
9af43b9f6ffix conductor_tube_on texture
Tim
2015-02-08 11:00:07 +0100
6abed742e8also fix chests and furnaces
Vanessa Ezekowitz
2015-02-07 03:01:25 -0500
ce12c83306fix filters also
Vanessa Ezekowitz
2015-02-07 02:51:06 -0500
364633d884make all tubes call the routing functions using their after_place/after_dig callbacks
Vanessa Ezekowitz
2015-02-07 02:45:17 -0500
e33b662274remove obsolete calls to register_on_placenode/dignode they're slow and obsolete
Vanessa Ezekowitz
2015-02-07 01:41:44 -0500
f46de19ff0use the right variable to test on_receive_fields
Tim
2015-02-05 08:22:53 +0100
cb8ecbf8cfdon't tostring "nil" in the teleportation tube on escape
Tim
2015-02-04 15:37:20 +0100
efe2af2d20let the requested wielditem be the actual current wielditem and not just the initialized one clean up some code to make a few lesser calls to it
Tim
2015-02-04 13:01:55 +0100
e53cd28fcbremove dead code to remove undeclared variable access warning
Tim
2015-02-04 12:40:16 +0100
7a82393547fix typo in texturename
Tim
2015-02-04 10:58:53 +0100
50bc351804Fix injector crash when dug or punched when its empty
est31
2015-02-04 03:08:16 +0100
8e9affc841Make sorting tubes not drop elements if all outputs filtering for a specific element are filled.
est31
2015-02-03 23:12:10 +0100
50b417ce13Add the High Priority tube segment that can be used as replacement of sorting tubes where they are only used to deactivate paths. The Priority tube uses as less cpu as the default tube, is easier to maintain as well as cheaper as the sorting tube.
Tim
2015-02-03 15:35:44 +0100
f499f6a8c7Fix vacuum tube formspec and make radius parsing smarter
est31
2015-02-03 09:23:38 +0100
5114dfe5f4fix recipe in panel tube
Vanessa Ezekowitz
2015-02-01 12:24:20 -0500
4379b1904dadd decorative tubes: one steel block embedded the other passing through an airtight pane
Tim
2015-01-31 00:06:27 +0100
e9432321e9increase vacuum distance to radius * sqrt(3) again, but cache everything to local variables
Tim
2015-01-31 22:45:30 +0100
c941a24889remove field for 01-2012 facedir legacy support for the one-way tube, which was added after
Tim
2015-01-31 20:42:28 +0100
70f38104a0reduce table lookups and string concat
Tim
2015-01-31 16:48:03 +0100
e60f86a588switch to the minetest-conventional def-table style of registering tubes to clean up their registrations
Tim
2015-01-31 16:10:25 +0100
810ae99008reduce texturename repetition via __index
Tim
2015-01-31 14:47:06 +0100
4dc3f159c9remove unnecessary pcall() around tonumber, as it will return nil for invalid input and not throw an exception
Tim
2015-01-30 23:51:11 +0100
f065349972restyle formspecs and add infotexts to adjustable vacuuming tube
Tim
2015-01-30 21:38:04 +0100
7f0372559boptimize vacuum tubes by getting rid of an extra abm, an extra loop per abm, table lookups and reduce the necessary search distance a bit
Tim
2015-01-30 18:18:19 +0100
f79956c0b6improve handling of shapeless recipes in the autocrafter recipe filling function
Tim
2015-01-30 21:09:43 +0100
51c5b63ee7fix crashing typo in sorting_tube formspec update
Tim
2015-01-30 16:41:10 +0100
61af474116rename tubes to tube_registration to avoid catch-all usage
Tim
2015-01-29 22:52:13 +0100
4eff124ec8fix crafts to only register when their respective tubes are enabled also add the one-way tube recipe back
Tim
2015-01-29 22:47:33 +0100
5a79a60e0fuse the default tube textures as fallback for any missing textures during tube registration
Tim
2015-01-29 22:36:16 +0100
a98af7bf15split the big tubes file up into functional modules independend from the tube registration and add their respective crafting recipes use this opportunity to remove some whitespaces issues from it
Tim
2015-01-29 22:24:14 +0100
b54a868c33chmod -x *.lua
Tim
2015-01-29 21:59:35 +0100
471e1131c6add tube inventory image to the restyled tp tube formspec
Tim
2015-01-29 20:58:28 +0100
d15d27391bstyle trashcan formspec
Tim
2015-01-29 20:13:44 +0100
fcba05fd78move autocrafter, tp-tube and filter-injector crafts to their respective code files
Tim
2015-01-29 20:10:45 +0100
c9d18f74e4update all formspecs "current_name" to "context" to reflect current api
Tim
2015-01-29 20:08:34 +0100
009b9e9276split the filter-injector specific code out of the generic item_transport
Tim
2015-01-29 19:55:00 +0100