summaryrefslogtreecommitdiff
path: root/node_axle.lua
AgeCommit message (Collapse)Author
2017-02-04Internationalization supportFaceDeer
What a lot of strings.
2017-01-20Move crate recipe into the recipes fileFaceDeer
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-12Update axle to new layout class, drop dug items in the right placeorigin/layout-refactorFaceDeer
2017-01-10Merge remote-tracking branch 'refs/remotes/origin/master' into layout-refactorFaceDeer
2017-01-10convert all the textures to transparent overlays on digtron_plate to allow ↵FaceDeer
easier reskinning
2017-01-09Don't need player parameter for can_write_layout_image any moreFaceDeer
2017-01-08Rotation unit didn't give the right thing back when dugFaceDeer
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.