Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-01-10 | renaming class definition files | FaceDeer | |
2017-01-10 | Turn layout into a class. | FaceDeer | |
2017-01-09 | Don't need player parameter for can_write_layout_image any more | FaceDeer | |
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 | Fix bug in rotation code that was breaking build_facing metadata | 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 | Splitting some code files into more manageably-sized chunks. | FaceDeer | |