Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-06-18 | trap bad fdir on spigot, reset it to proper orientation if it's wrong | Vanessa Ezekowitz | |
2015-06-18 | combine spigot and fountain ABMs together, | Vanessa Ezekowitz | |
reduce pump abm interval to 1 increase max water pressure fix spigots and fountains not turning off when they should | |||
2015-06-18 | moved device connection search code into its own function | Vanessa Ezekowitz | |
merged entry panel evaluation code into "other devices" ABM | |||
2015-06-18 | tweak max pressure that pump will add to pipes | Vanessa Ezekowitz | |
2015-06-18 | return early if snapping valve/sensor to normal facedir | Vanessa Ezekowitz | |
2015-06-18 | make entry panels work with new flow logic | Vanessa Ezekowitz | |
2015-06-18 | if someone screwdrivers a valve or sensor out of horizontal, reset it back | Vanessa Ezekowitz | |
to horizontal | |||
2015-06-18 | make pressure sensor turn off if it doesn't have at least one | Vanessa Ezekowitz | |
side connected to a source of pressure | |||
2015-06-18 | fix indentation error | Vanessa Ezekowitz | |
2015-06-18 | remove debug statements | Vanessa Ezekowitz | |
2015-06-18 | tube hysteresis, adjust pipe abm interval | Vanessa Ezekowitz | |
2015-06-18 | make flow sensor activate mesecons wires again | Vanessa Ezekowitz | |
only swap flow sensor if it actually changes | |||
2015-06-18 | make valves and flow sensors work with new flow logic | Vanessa Ezekowitz | |
2015-06-18 | remove debug statements | Vanessa Ezekowitz | |
2015-06-18 | tune pressure, leakdown and related parameters | Vanessa Ezekowitz | |
2015-06-18 | complete rewrite of water flowing logic | Vanessa Ezekowitz | |
also implements leak-down in "off" pumps fixes failure to remove water source when digging active spigot/fountain | |||
2015-04-26 | fix deprecated time_images use | Vanessa Ezekowitz | |
2015-03-23 | drop direct support for dedicated protection mods | Vanessa Ezekowitz | |
just use minetest's standard protection functions instead (leave it up to those protection mods to do their job properly) | |||
2015-03-14 | teleport_tube.lua recipe change | Rainer | |
The default mese block has been changed to default:mese, so a change of the recipe of the teleport_tube_1 had to be made | |||
2015-03-12 | add missing alias for entry panel | Vanessa Ezekowitz | |
side effect left over from new_flow_logic tests | |||
2015-03-11 | add ownership/protection handling for device configuration | Tim | |
take any available ownership into account before deciding on area protection | |||
2015-03-09 | New wiki url in README | Phvli | |
2015-03-04 | label the vacuum tube logic abms for profiling purposes | Tim | |
useable with the mtt profiler starting with t4im/mtt@48eff13 | |||
2015-03-04 | document wielder pointed_thing problems and revert "fix wielder mixing up ↵ | Tim | |
above and under, which had for example an effect on the deployer trying to place seeds" This reverts commit 6e2f1fcd635398387a49911a996ccaba65bffdd3. | |||
2015-03-04 | Use group:sand for sand_tube_1 recipes | MT-Modder | |
2015-03-04 | fix wielder mixing up above and under, which had for example an effect on ↵ | Tim | |
the deployer trying to place seeds | |||
2015-02-11 | Set the owner for locked chests on placing | est31 | |
2015-02-08 | fix conductor_tube_on texture | Tim | |
2015-02-07 | also fix chests and furnaces | Vanessa Ezekowitz | |
2015-02-07 | fix filters also | Vanessa Ezekowitz | |
2015-02-07 | make all tubes call the routing functions | Vanessa Ezekowitz | |
using their after_place/after_dig callbacks | |||
2015-02-07 | remove obsolete calls to register_on_placenode/dignode | Vanessa Ezekowitz | |
they're slow and obsolete | |||
2015-02-05 | use the right variable to test on_receive_fields | Tim | |
2015-02-04 | don't tostring "nil" in the teleportation tube on escape | Tim | |
2015-02-04 | let the requested wielditem be the actual current wielditem and not just the ↵ | Tim | |
initialized one clean up some code to make a few lesser calls to it | |||
2015-02-04 | remove dead code to remove undeclared variable access warning | Tim | |
2015-02-04 | fix typo in texturename | Tim | |
2015-02-04 | Fix injector crash when dug or punched when its empty | est31 | |
2015-02-03 | Make sorting tubes not drop elements if all outputs filtering for a specific ↵ | est31 | |
element are filled. Send them to some other open (empty) port instead. | |||
2015-02-03 | Add the High Priority tube segment that can be used as replacement of ↵ | Tim | |
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. | |||
2015-02-03 | Fix vacuum tube formspec and make radius parsing smarter | est31 | |
2015-02-03 | rename infotext mese tube -> sorttube | est31 | |
2015-02-03 | Enable to specify size for stacks a stackwise filter takes | est31 | |
2015-02-03 | trim teleport_tube string input | Tim | |
2015-02-02 | fix broken mese tube recipe | Vanessa Ezekowitz | |
2015-02-02 | revert accidental revert (810ae99 -- autocrafter.lua) of f79956c | Tim | |
2015-02-01 | better texture for tube pane sides | Vanessa Ezekowitz | |
2015-02-01 | fix recipe in panel tube | Vanessa Ezekowitz | |
2015-02-01 | add decorative tubes: one steel block embedded the other passing through an ↵ | Tim | |
airtight pane | |||
2015-01-31 | increase vacuum distance to radius * sqrt(3) again, but cache everything to ↵ | Tim | |
local variables |