Age | Commit message (Collapse) | Author |
|
|
|
|
|
texture for easier modding by end users
|
|
|
|
easier reskinning
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
option to the auto-controller
|
|
|
|
|
|
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.
|
|
a condition that can spontaneously self-correct
|
|
|
|
movement more robust.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
accidentally turn into a soft digger
|
|
|
|
|
|
|
|
|
|
I just had a test digtron get mostly destroyed by a dungeon generating
around it as it crossed a map chunk boundary. Apparently dungeon
generation can extend into already-generated map chunks, to prevent
dungeons from getting cut off. Hopefully this will prevent such a
tragedy from happening again.
|
|
|
|
|
|
|
|
by default)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also, add a "creative mode" configuration flag
|
|
versions of the default mod)
|
|
under certain conditions.
|
|
|
|
|
|
prep for an autonomous controller
|
|
|
|
|
|
|
|
|