summaryrefslogtreecommitdiff
path: root/util.lua
AgeCommit message (Collapse)Author
2017-09-19reuse period/offset markers for intermittent diggersFaceDeer
2017-09-12standardize config settingsFaceDeer
2017-01-27add a "digtron_protected" node group for modders to use if they want to ↵FaceDeer
prevent digtrons from digging their nodes
2017-01-17Add "Doc" modpack support. Also fix up some bugs with crate marker entities, ↵FaceDeer
and make them show protected nodes.
2017-01-14Diagonal movement setting for the auto-controller.FaceDeer
2017-01-13Add dual digger heads for eventual use with diagonal movementFaceDeer
2017-01-10the old movement code is now unneeded.FaceDeer
2017-01-10renaming class definition filesFaceDeer
2017-01-08removing the old get_all_digtron_neighboursFaceDeer
This is basically working, but still needs revisions to take advantage of the new information being stored in the image data. It should be possible to do all the temporary inventory work directly on the image file so that no put-back-in-inventory steps will be needed any more. Much nicer.
2017-01-07Splitting some code files into more manageably-sized chunks.FaceDeer
2017-01-06Add damage-dealing to the digger headsFaceDeer
2017-01-06Added Pipeworks compatibilityFaceDeer
2017-01-06Adding combined storage moduleFaceDeer
2017-01-05Add logging of various events.FaceDeer
2017-01-05add lava and water alerts, and an option for setting lava impassible (true ↵FaceDeer
by default)
2017-01-04Builders no longer keep a real copy of the object they're "programmed" with. ↵FaceDeer
Also, add a "creative mode" configuration flag
2017-01-03combatibility with Carbone (and presumably other games that use older ↵FaceDeer
versions of the default mod)
2017-01-03Added the auto-controller.FaceDeer
2017-01-02remove some stray minetest.debug callsFaceDeer
2017-01-02Adding item display entities to the builder headsFaceDeer
2017-01-01Adding fuel usageFaceDeer
Adding fuel usage for digging and building. Fuel storage hopper module added to hold fuel.
2016-12-31Changed sand digger to a more generic soft material digger, added more ↵FaceDeer
sophisticated traction, made structure climbable, added infotexts
2016-12-30Initial commitFaceDeer
Initial commit. Contains digger head, sand digger, builder, controller, pusher, structure node, light, inventory, and digtron core crafting item.