Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-01-12 | Update axle to new layout class, drop dug items in the right placeorigin/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. |