Age | Commit message (Collapse) | Author |
|
fix crash vector
|
|
add nil check to prevent crash, fixes #17
|
|
Create missing tables
|
|
After a failure to move the digtron with its metadata, some nodes were
broken. This worked around crashes that occurred if the inventory table
was missing.
|
|
There have been reports of large, distant-from-player Digtrons apparently failing to completely write their layouts to the map, resulting in an inconsistency.
This adds an attempt to brute-force a solution. When a map write fails it will be retried until it succeeds, or until 1 second elapses (at which point the write is aborted in a hopefully somewhat clean manner).
|
|
A user has reported a crash that appears to involve a builder node (group 4) that lacks a "main" inventory somehow. This code prevents a crash in this circumstance and logs the node_image to hopefully identify the culprit.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
More technic
|
|
|
|
|
|
|
|
|
|
|
|
As permitted by Hans von Smacker for his recent contribution of technic
support:
https://www.reddit.com/r/Minetest/comments/6u6irr/digtron_and_automated_bridge_building/do6os86/
I'm switching to MIT to be maximally permissive.
|
|
|
|
Support for RE batteries for fuel
|
|
|
|
Fixed deprecated calls. Whitespaces cleanup.
|
|
|
|
|
|
Cleanup
|
|
|
|
|
|
|
|
|