summaryrefslogtreecommitdiff
path: root/init.lua
AgeCommit message (Collapse)Author
2017-02-14I was reading the "uses resources" setting incorrectly, defaulted to false ↵FaceDeer
on new games
2017-01-28remove leftover debug.FaceDeer
2017-01-28Protect digtron against catacomb creationFaceDeer
2017-01-21Remove a copy and paste error, change wording of "creative mode" settingFaceDeer
2017-01-21Revamp storage module textures, controller colorizationFaceDeer
2017-01-20add line breaks to tooltipsFaceDeer
2017-01-20Switch user-facing strings to use the word "block" instead of "node"FaceDeer
2017-01-19add settings to settings menuFaceDeer
2017-01-18Add a bunch of achievements via optional dependency on the Awards modFaceDeer
2017-01-17Add "Doc" modpack support. Also fix up some bugs with crate marker entities, ↵FaceDeer
and make them show protected nodes.
2017-01-15Add crates for packing up, transporting, and unpacking digtron arraysFaceDeer
2017-01-14Diagonal movement setting for the auto-controller.FaceDeer
2017-01-10renaming class definition filesFaceDeer
2017-01-08Added a rotation controllerFaceDeer
Well that was a lot of work. Also, switched the "waiting" timer management to the actual on_timer system - I noticed that minetest.after wasn't persisting through server shutdown and restart, that could put a controller in a "broken" state.
2017-01-06update some commentsFaceDeer
2017-01-06Add damage-dealing to the digger headsFaceDeer
2017-01-06Adding combined storage moduleFaceDeer
2017-01-05add lava and water alerts, and an option for setting lava impassible (true ↵FaceDeer
by default)
2017-01-04Particle effects for digger headsFaceDeer
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-02adding output location visualizer entities for the build heads.FaceDeer
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.