Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-01-08 | removing the old get_all_digtron_neighbours | FaceDeer | |
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-08 | Eliminate another minor code redundancy | FaceDeer | |
2017-01-08 | Just moving some code around in preparation to adding a "lateral shunt" ↵ | FaceDeer | |
option to the auto-controller | |||
2017-01-08 | Fix bug in rotation code that was breaking build_facing metadata | FaceDeer | |
2017-01-08 | Rotation unit didn't give the right thing back when dug | 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-07 | Auto-controller will keep trying if it encounters an unloaded node, this is ↵ | FaceDeer | |
a condition that can spontaneously self-correct | |||
2017-01-07 | Pusher wasn't clearing infotext if nothing was wrong. | FaceDeer | |
2017-01-07 | Builder wasn't saving manually-entered facing value. Also, make metadata ↵ | FaceDeer | |
movement more robust. | |||
2017-01-07 | Splitting some code files into more manageably-sized chunks. | FaceDeer | |
2017-01-06 | update some comments | FaceDeer | |
2017-01-06 | Add damage-dealing to the digger heads | FaceDeer | |
2017-01-06 | Add pipeworks as optional dependency | FaceDeer | |
2017-01-06 | Update readme | FaceDeer | |
2017-01-06 | Added Pipeworks compatibility | FaceDeer | |
2017-01-06 | quick tweak of one of the structural panel recipes to make it less likely to ↵ | FaceDeer | |
accidentally turn into a soft digger | |||
2017-01-06 | fixed recipe bug, can now craft soft diggers again | FaceDeer | |
2017-01-06 | Various structural panels | FaceDeer | |
2017-01-06 | add a bit of evil black smoke, why not | FaceDeer | |
2017-01-06 | Adding combined storage module | FaceDeer | |
2017-01-05 | Adding is_ground_content = false to all digtrons | FaceDeer | |
I just had a test digtron get mostly destroyed by a dungeon generating around it as it crossed a map chunk boundary. Apparently dungeon generation can extend into already-generated map chunks, to prevent dungeons from getting cut off. Hopefully this will prevent such a tragedy from happening again. | |||
2017-01-05 | added a bit of dinginess and dirt to the yellow/black pattern on the digger head | FaceDeer | |
2017-01-05 | New digger head texture by Hajo | FaceDeer | |
2017-01-05 | Add logging of various events. | FaceDeer | |
2017-01-05 | add lava and water alerts, and an option for setting lava impassible (true ↵ | FaceDeer | |
by default) | |||
2017-01-05 | fix crash when entering non-numeric period or offset in builder config | FaceDeer | |
2017-01-04 | Declare some variables local | FaceDeer | |
2017-01-04 | Remove unused texture | FaceDeer | |
2017-01-04 | Particle effects for digger heads | FaceDeer | |
2017-01-04 | Fix the marker math. Not sure what I was thinking. | FaceDeer | |
2017-01-04 | Prettier marker textures | 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-03 | Reduce the length of some error messages, was able to overflow the infotext ↵ | FaceDeer | |
under certain conditions. | |||
2017-01-03 | Added the auto-controller. | FaceDeer | |
2017-01-03 | Add intermittent and non-intermittent versions of the diggers. | FaceDeer | |
2017-01-02 | making digtron nodes diggable by hand. Also extracting controller code in ↵ | FaceDeer | |
prep for an autonomous controller | |||
2017-01-02 | remove some stray minetest.debug calls | FaceDeer | |
2017-01-02 | Adding item display entities to the builder heads | FaceDeer | |
2017-01-02 | adding output location visualizer entities for the build heads. | FaceDeer | |
2017-01-01 | add node sounds | FaceDeer | |
2017-01-01 | Some more readme tweaks, and a recycling recipe for the fuelstore | FaceDeer | |
2017-01-01 | add fuel storage hopper recipe to readme | FaceDeer | |
2017-01-01 | Adding fuel usage | FaceDeer | |
Adding fuel usage for digging and building. Fuel storage hopper module added to hold fuel. | |||
2017-01-01 | add a check for falling_nodes to make stuff fall after the digtron has passed | FaceDeer | |
2017-01-01 | If cycle fails due to out-of-inventory failure, reports first item that was ↵ | FaceDeer | |
out of stock | |||
2017-01-01 | Introduced a bug with builders in the last checkin | FaceDeer | |
Dumb oversight, didn't notice lazy execution of "and" here. | |||
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-31 | Fix formatting of recipes in readme | FaceDeer | |
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. |