Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-08-28 | Fix undeclared global variable warnings | Thomas Rudin | |
Closes #26 (trivial) | |||
2018-05-09 | fix crash vector | shivajiva101 | |
add nil check to prevent crash, fixes #17 | |||
2018-01-07 | attempt to recover from failure to write to map | FaceDeer | |
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). | |||
2017-12-31 | add logging and crash-proofing for issue 17 | FaceDeer | |
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. | |||
2017-10-21 | add automation option to item ejector | FaceDeer | |
2017-10-16 | fakeplayer for callbacks, switch to whitelist for on_place calls | FaceDeer | |
2017-10-15 | restoring "emergency abort" functionality to auto-controller | FaceDeer | |
2017-10-15 | callbacks moved to after full Digtron layout write is finished | FaceDeer | |
2017-10-12 | finishing up technic power tap, other misc fixes | FaceDeer | |
2017-10-12 | add initial support for tapping technic power cables | FaceDeer | |
2017-10-10 | Support for RE batteries for fuel | h-v-smacker | |
2017-10-01 | Was only testing controller node for player protection | FaceDeer | |
2017-09-19 | add formspec auto-upgrade when layout is read | FaceDeer | |
2017-09-12 | standardize config settings | FaceDeer | |
2017-02-04 | Internationalization support | FaceDeer | |
What a lot of strings. | |||
2017-01-18 | Add a bunch of achievements via optional dependency on the Awards mod | FaceDeer | |
2017-01-15 | Add crates for packing up, transporting, and unpacking digtron arrays | FaceDeer | |
2017-01-14 | Diagonal movement setting for the auto-controller. | FaceDeer | |
2017-01-13 | add compatibility with the hopper mod, via the API I just added over in a ↵ | FaceDeer | |
fork of the hopper mod. Hopefully this API will be merged. | |||
2017-01-12 | fix crash when auto-controller reaches unloaded nodes. | FaceDeer | |
2017-01-12 | Fix a bug in protection-testing when writing layout images to world | FaceDeer | |
2017-01-12 | Update axle to new layout class, drop dug items in the right placeorigin/layout-refactor | FaceDeer | |
2017-01-10 | renaming class definition files | FaceDeer | |