summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-09-30temporarily move ABM registration out of register_flow_logic.lua to allow ↵thetaepsilon-gamedev
refactoring it into flowable registry
2017-09-30register_flow_logic.lua: expose ABM registration functionsthetaepsilon-gamedev
2017-09-30register_flow_logic.lua: factor out per-node input ABM registrationthetaepsilon-gamedev
2017-09-30new_flow_logic.lua: fix callback crash due to check_for_liquids_v2() being ↵thetaepsilon-gamedev
moved to sub-table
2017-09-30register_flow_logic.lua: begin refactoring abm registration to allow use by ↵thetaepsilon-gamedev
other mods
2017-09-30new_flow_logic.lua: move logic functions inside pipeworks.flowlogic sub-tablethetaepsilon-gamedev
2017-09-30internal refactoring of flowable node registration in preparation for ↵thetaepsilon-gamedev
enhanced flow checking logic
2017-09-30add TODO list extracted from new_flow_logic changelog entriesthetaepsilon-gamedev
2017-09-30changelog.txt: back-entries for new flow logic workthetaepsilon-gamedev
2017-09-30Merge pull request #202 from thetaepsilon-gamedev/masterVanessa Ezekowitz
start of new_flow_logic reimplementation
2017-09-27register_flow_logic.lua: add author noticethetaepsilon-gamedev
2017-09-27init.lua: add missing dofile for new flow logicthetaepsilon-gamedev
2017-09-27flowing_logic.lua: separate out new logic into seperate filethetaepsilon-gamedev
2017-09-27init.lua: turn off by-default new flow logic for nowthetaepsilon-gamedev
2017-09-27flowing_logic.lua: add new spigot code + ABM registrationthetaepsilon-gamedev
2017-09-27pipes.lua: split out new flow logic registration and make it respect feature ↵thetaepsilon-gamedev
toggles
2017-09-27devices.lua: replace calls to add_node() with swap_node() to preserve node ↵thetaepsilon-gamedev
metadata
2017-09-27flowing_logic.lua: fix pressure limit bug due to accessing non-existant variablethetaepsilon-gamedev
2017-09-27pipes.lua: wire up pump intake ABM and add pumps to balancing logicthetaepsilon-gamedev
2017-09-27flowing_logic.lua: add start of new pump handler codethetaepsilon-gamedev
2017-09-27flowing_logic.lua: add new version of check_for_liquids()thetaepsilon-gamedev
2017-09-27pipes.lua: place old ABM code registration behind if-guard for new flagthetaepsilon-gamedev
2017-09-27flowing_logic.lua: implement initital pressure balancing behaviourthetaepsilon-gamedev
2017-09-27initial stub patches to re-implement new_flow_logicthetaepsilon-gamedev
2017-09-27hard dep on meseconsVanessa Ezekowitz
2017-09-25Replace old nodeupdate() with new minetest.check_for_falling() (#200)Thomas--S
Otherwise pipeworks crashes on 0.5.0-dev. This is not tested, but should work.
2017-09-25make the filters use ghostitems (#197)DS
2017-09-25fix digiline_filter crashing when getting a string as count (#196)DS
* fix digiline_filter crashing when getting a string as count * move it to somewhere else * :cat2:
2017-09-25Add lua controlled tube (#199)DS
* add lua controlled tube * make textures and fix some bugs
2017-09-25Add digiline_conductor and mesecon_and_digiline_conductor tubes (#195)DS
* add digiline_connecting_tube * add mesecon and digiline conductiong tube * add more recipes
2017-08-20give more possibilities to mods (#194)DS
* add owner to tubed items * allow custom inventories
2017-08-17filter: allow to take items out of locked chests if same owner (#193)DS
2017-07-20fix a crash (#190)DS
2017-07-03Adjust rate control code to work betterVanessa Ezekowitz
now it'll run at full speed if there's enough time else it'll throttle back to 1/3. (at that point, the movement imprecision caused by this will become hidden behind lag-induced imprecision)
2017-06-23prevent crash if node being taken from has no invVanessa Ezekowitz
2017-06-19only return true from receive_fields() when actually neededVanessa Ezekowitz
2017-06-18Pipeworks uses LGPL code from minetest_game, changed license accordingly.Vanessa Ezekowitz
2017-06-17Change compat-chests.lua to block top-mounted tube connections when chest is ↵ForbiddenJ
open
2017-06-17Change compat-chests.lua to handle modern chests and be clean. (Addresses ↵ForbiddenJ
https://github.com/minetest-mods/pipeworks/issues/177)
2017-06-08Change scope of local variable 'nodecolor': (#185)Jordan Irwin
Fixes warning about undefined global.
2017-05-18Replace deprecated methods: (#179)Jordan Irwin
- 'setting_get' with 'settings:get' - 'setting_getbool' with 'settings:get_bool'
2017-05-18improve node breaker textures (#173)DS
2017-04-13Nice settings (#171)DS
* improve style * do something * make settingtypes nicer * fix settingtypes new lines * fix it and so make it work :cat2:
2017-04-12also check for group "tubedevice" (fixes injecting into one-way tube)Vanessa Ezekowitz
2017-04-12make sure there's something appropriate to inject an item intoVanessa Ezekowitz
(fixes #123)
2017-04-12fix scale of on/off switch in teleport tubeVanessa Ezekowitz
2017-04-12allow external devices to connect to pipesVanessa Ezekowitz
and use that feature to handle most of the existing devices) also, fix the "xray" glitch in the grating
2017-04-12fix scale on autocrafter's on/off switchVanessa Ezekowitz
2017-04-11use "base" field in a couple more placesVanessa Ezekowitz
2017-04-11remove some debug printsVanessa Ezekowitz