Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-07-19 | added support for 6d facedir for all tube components, changed autoplace.lua ↵ | hdastwb | |
to follow tubes.connect_sides rather than having each component coded individually, and added support for placing deployers and node breakers facing vertically | |||
2013-07-08 | added locked chests to autoplace.lua | hdastwb | |
2013-06-30 | Phased out all deprecated minetest.env:* uses in favor of minetest.* | Vanessa Ezekowitz | |
2013-06-26 | Added support to autoroute code for technic deployer and nodebreaker | Vanessa Ezekowitz | |
2013-06-24 | actually, filters should only connect from the right/output side since they | Vanessa Ezekowitz | |
can't actually receive anything from the input side via a tube. | |||
2013-06-23 | rewrote autoplacement code to make it more aware of filters, | Vanessa Ezekowitz | |
autocrafter, nodebreaker, deployer, and made sure each item will only initiate a connection to those sides which can accept such. Fixed various autorouting bugs as I ran across them. Autorouting for various devices is now: filters: left and right sides only nodebreaker, deployer: back only autocrafter: all six sides chests: top, bottom, left, right, back (not front) furnace: bottom, left, right, back (not the top or front) | |||
2013-06-08 | Add vertical version of airtight pipe entry | Vanessa Ezekowitz | |
if automatically rotates to connect to the thing you point at, if a connection is possible. | |||
2013-05-10 | add flow sensor. Sends mesecons signal when water is flowing through it. | Vanessa Ezekowitz | |
2013-01-20 | Added chests and furnaces autoconnect to tubes. | Novatux | |
Fixed a bug where autocrafter could bbe used to clone items. Removed test code. | |||
2013-01-19 | Added autocrafter. | Novatux | |
Fixed a bug where items in mese tubes disappeared whan placing or removing a tube next to it. | |||
2013-01-16 | Added a function to register tubes. | Novatux | |
Added the mese pipe. | |||
2013-01-05 | made storage tanks connect from top/bottom, made storage tank and pipe | Vanessa Ezekowitz | |
textures use the ^ combine operator so they can show the actual liquid going through the pipes/tanks. | |||
2013-01-04 | minor spacing tweaks, nothing functional | Vanessa Ezekowitz | |
2013-01-04 | First stage of integrating Mauvebic's water flowing code. This is experimental | Vanessa Ezekowitz | |
and doesn't move water yet - but at least it doesn't break anything :-) | |||
2013-01-01 | fixed facedir/rotation bug in placement of expansion tanks. | Vanessa Ezekowitz | |
2013-01-01 | changed default orientation of spigot to make it easier to place. | Vanessa Ezekowitz | |
2013-01-01 | added a "sealed" entry/exit panel (really just a horizontal pipe with a metal | Vanessa Ezekowitz | |
panel overlayed into the middle). Also, tweaked pipes to always drop the empty ones. | |||
2013-01-01 | revamped pumps so that now they should sit in/on liquid and be connected only | Vanessa Ezekowitz | |
from the top, relegated grates to decorational-only, added outlet spigot. Got rid of a few obsolete textures. Got rid of that whole _x and _z naming thing, now all directional devices (pumps, valves, spigots, tanks) use facedir. Valves, spigots no longer auto-rotate to find nearby pipes. | |||
2012-09-17 | Added test object for pneumatic tube autorouting code, made tubes connect to | Vanessa Ezekowitz | |
it and any object that bears groups={tubedevice=1} (connects to any side) | |||
2012-08-24 | Added pneumatic tubes with their own autoplace code (does not connect to | Vanessa Ezekowitz | |
steel pipes). Fixed a recursion bug that sometimes caused a stack overflow. | |||
2012-08-22 | Added "expansion tank" that appears if the user stacks tanks upwards. | Vanessa Ezekowitz | |
(Downwards is not checked). | |||
2012-08-22 | Extended storage tank to show fill level in 10% steps (0% to 100%). | Vanessa Ezekowitz | |
2012-08-22 | Added outlet grate, made it participate in autoplace algorithm. | Vanessa Ezekowitz | |
2012-08-21 | made storage tanks' upper/lower fittings and intake grate fitting participate | Vanessa Ezekowitz | |
in pipe autoplace algorithm | |||
2012-08-21 | minor opps/bugfix - devices should not look above/below them normally :-) | Vanessa Ezekowitz | |
2012-08-21 | reorganized code a bit to allow for upcoming rules changes. | Vanessa Ezekowitz | |
2012-08-21 | Made storage tank participate in autoplace algorithm. Tuned API a | Vanessa Ezekowitz | |
little to allow for more flexible placement. | |||
2012-08-19 | Pumps and valves now fully participate in the auto-rotate/auto-route process. | Vanessa Ezekowitz | |
These devices can only be connected to horizontal pipes or to each other. Note that only the device being placed and the pipes around it will adapt; if you have a valve and pump next to one another and they won't connect, put a piece of pipe at one end to show the auto-rotator which way they should go. Removal of a pipe or device will not change the orientation of surrounding devices. |