Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-01-21 | Remove a copy and paste error, change wording of "creative mode" setting | FaceDeer | |
2017-01-21 | Revamp storage module textures, controller colorization | FaceDeer | |
2017-01-20 | add line breaks to tooltips | FaceDeer | |
2017-01-20 | Switch user-facing strings to use the word "block" instead of "node" | FaceDeer | |
2017-01-19 | add settings to settings menu | FaceDeer | |
2017-01-18 | Add a bunch of achievements via optional dependency on the Awards mod | FaceDeer | |
2017-01-17 | Add "Doc" modpack support. Also fix up some bugs with crate marker entities, ↵ | FaceDeer | |
and make them show protected nodes. | |||
2017-01-15 | Add crates for packing up, transporting, and unpacking digtron arrays | FaceDeer | |
2017-01-14 | Diagonal movement setting for the auto-controller. | FaceDeer | |
2017-01-10 | renaming class definition files | FaceDeer | |
2017-01-08 | Added a rotation controller | FaceDeer | |
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-06 | update some comments | FaceDeer | |
2017-01-06 | Add damage-dealing to the digger heads | FaceDeer | |
2017-01-06 | Adding combined storage module | FaceDeer | |
2017-01-05 | add lava and water alerts, and an option for setting lava impassible (true ↵ | FaceDeer | |
by default) | |||
2017-01-04 | Particle effects for digger heads | FaceDeer | |
2017-01-04 | Builders no longer keep a real copy of the object they're "programmed" with. ↵ | FaceDeer | |
Also, add a "creative mode" configuration flag | |||
2017-01-03 | combatibility with Carbone (and presumably other games that use older ↵ | FaceDeer | |
versions of the default mod) | |||
2017-01-02 | adding output location visualizer entities for the build heads. | FaceDeer | |
2017-01-01 | Adding fuel usage | FaceDeer | |
Adding fuel usage for digging and building. Fuel storage hopper module added to hold fuel. | |||
2016-12-31 | Changed sand digger to a more generic soft material digger, added more ↵ | FaceDeer | |
sophisticated traction, made structure climbable, added infotexts | |||
2016-12-30 | Initial commit | FaceDeer | |
Initial commit. Contains digger head, sand digger, builder, controller, pusher, structure node, light, inventory, and digtron core crafting item. |