summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-06-19Fixed links in READMEbananach/masterGabriel PĂ©rez-Cerezo
2018-06-18The cause for "no fuel" while digging with filled fuel storageOch Noe
was found. The patch from 2017-01-21 washiding the problem instead of removing the real cause. This patch removes the real cause: the variable 'fuel_burning' can get below 0 but the code does not take this possibilitiy into account.
2018-06-10add ability for Digtron to emerge unloaded map blocksFaceDeer
2018-06-09update readmeFaceDeer
2018-05-09Merge pull request #20 from numberZero/fix-globalFaceDeer
No need to make auto_cycle global
2018-05-09Merge pull request #21 from shivajiva101/shivajiva101-patch-1FaceDeer
fix crash vector
2018-05-09fix crash vectorshivajiva101
add nil check to prevent crash, fixes #17
2018-02-25Merge pull request #18 from joejulian/broken_inventory_hackFaceDeer
Create missing tables
2018-01-26No need to make auto_cycle globalnumber Zero
2018-01-11Create missing tablesJoe Julian
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.
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-11-17configurable duration for crate markersFaceDeer
2017-11-16Add filters to prevent non-whitelisted craft items from being builtFaceDeer
2017-10-24documentation and locale updateFaceDeer
2017-10-24add locked Digtron crateFaceDeer
2017-10-24add node_box definitions to fix inventory imagesFaceDeer
2017-10-22add Digtron duplicator blockFaceDeer
2017-10-22fix fuelstore formspec on constructFaceDeer
2017-10-22prevent crate from storing null DigtronsFaceDeer
2017-10-21add automation option to item ejectorFaceDeer
2017-10-18update mod.confFaceDeer
2017-10-18support farming_plus plants.FaceDeer
2017-10-17enable [crops] planting.FaceDeer
2017-10-17add recent new nodes to the catacombs protected listFaceDeer
2017-10-16fakeplayer for callbacks, switch to whitelist for on_place callsFaceDeer
2017-10-15account for extrusion in power consumption, add on_place blacklistFaceDeer
2017-10-15prevent default on_place from screwing everything up.FaceDeer
2017-10-15mark_diggable needed a player reference to dig steel doors without crashingFaceDeer
2017-10-15remove unnecessary fallback, the default is already safeFaceDeer
2017-10-15use node_def on_place when it exists. Enables seed placement.FaceDeer
2017-10-15prevent power connector formspec from resetting every time the Digtron movedFaceDeer
2017-10-15restoring "emergency abort" functionality to auto-controllerFaceDeer
2017-10-15add a marking to the back of item ejectorsFaceDeer
2017-10-15callbacks moved to after full Digtron layout write is finishedFaceDeer
2017-10-14update localeFaceDeer
2017-10-14add inventory ejectorFaceDeer
2017-10-12update docs and localeFaceDeer
2017-10-12Merge pull request #13 from minetest-mods/more_technicFaceDeer
More technic
2017-10-12allow digtrons to dig undefined nodes without crashingorigin/more_technicFaceDeer
2017-10-12finishing up technic power tap, other misc fixesFaceDeer
2017-10-12add initial support for tapping technic power cablesFaceDeer
2017-10-10update localeFaceDeer
2017-10-10fix particle effect settings checkFaceDeer
2017-10-10Switching to MIT licenseFaceDeer
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.
2017-10-10various tidies and tweaks to technic supportFaceDeer
2017-10-10Merge pull request #12 from h-v-smacker/technic-RE-batteriesFaceDeer
Support for RE batteries for fuel
2017-10-10Support for RE batteries for fuelh-v-smacker
2017-10-09Merge pull request #9 from EdwardThorsten/masterFaceDeer
Fixed deprecated calls. Whitespaces cleanup.
2017-10-02Fixed deprecated calls.anonymous