Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-01-27 | Add a "stop block" setting to auto-controller | FaceDeer | |
2017-01-22 | Traction revamp. Digtrons can now ignore traction when moving down, and ↵ | FaceDeer | |
pushers ignore traction entirely. | |||
2017-01-21 | Ensure rounding never brings fuel_burning display below 0 | FaceDeer | |
2017-01-20 | Switch user-facing strings to use the word "block" instead of "node" | FaceDeer | |
2017-01-18 | Add a bunch of achievements via optional dependency on the Awards mod | FaceDeer | |
2017-01-14 | Diagonal movement setting for the auto-controller. | FaceDeer | |
2017-01-13 | Add dual digger heads for eventual use with diagonal movement | FaceDeer | |
2017-01-12 | missed a debug call | FaceDeer | |
2017-01-12 | Update axle to new layout class, drop dug items in the right placeorigin/layout-refactor | FaceDeer | |
2017-01-11 | Merge remote-tracking branch 'refs/remotes/origin/master' into layout-refactor | FaceDeer | |
2017-01-11 | fix bug in player-movement code, and also turn controller tints into a ↵ | FaceDeer | |
texture for easier modding by end users | |||
2017-01-10 | Turn layout into a class. | 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 | 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 | 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 | Splitting some code files into more manageably-sized chunks. | FaceDeer | |