index
:
digtron
master
bananach/master
origin/HEAD
origin/cleanup
origin/extrusion
origin/layout-refactor
origin/master
origin/more_technic
Unnamed repository; edit this file 'description' to name the repository.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
node_axle.lua
Age
Commit message (
Collapse
)
Author
2017-01-20
Move crate recipe into the recipes file
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-14
Diagonal movement setting for the auto-controller.
FaceDeer
2017-01-12
Update axle to new layout class, drop dug items in the right place
origin/layout-refactor
FaceDeer
2017-01-10
Merge remote-tracking branch 'refs/remotes/origin/master' into layout-refactor
FaceDeer
2017-01-10
convert all the textures to transparent overlays on digtron_plate to allow ↵
FaceDeer
easier reskinning
2017-01-09
Don't need player parameter for can_write_layout_image any more
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.