summaryrefslogtreecommitdiff
path: root/class_layout.lua
AgeCommit message (Collapse)Author
2018-01-07attempt to recover from failure to write to mapFaceDeer
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-31add logging and crash-proofing for issue 17FaceDeer
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-21add automation option to item ejectorFaceDeer
2017-10-16fakeplayer for callbacks, switch to whitelist for on_place callsFaceDeer
2017-10-15restoring "emergency abort" functionality to auto-controllerFaceDeer
2017-10-15callbacks moved to after full Digtron layout write is finishedFaceDeer
2017-10-12finishing up technic power tap, other misc fixesFaceDeer
2017-10-12add initial support for tapping technic power cablesFaceDeer
2017-10-10Support for RE batteries for fuelh-v-smacker
2017-10-01Was only testing controller node for player protectionFaceDeer
2017-09-19add formspec auto-upgrade when layout is readFaceDeer
2017-09-12standardize config settingsFaceDeer
2017-02-04Internationalization supportFaceDeer
What a lot of strings.
2017-01-18Add a bunch of achievements via optional dependency on the Awards modFaceDeer
2017-01-15Add crates for packing up, transporting, and unpacking digtron arraysFaceDeer
2017-01-14Diagonal movement setting for the auto-controller.FaceDeer
2017-01-13add 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-12fix crash when auto-controller reaches unloaded nodes.FaceDeer
2017-01-12Fix a bug in protection-testing when writing layout images to worldFaceDeer
2017-01-12Update axle to new layout class, drop dug items in the right placeorigin/layout-refactorFaceDeer
2017-01-10renaming class definition filesFaceDeer