Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-06-19 | Fixed links in READMEbananach/master | Gabriel PĂ©rez-Cerezo | |
2018-06-18 | The cause for "no fuel" while digging with filled fuel storage | Och 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-10 | add ability for Digtron to emerge unloaded map blocks | FaceDeer | |
2018-06-09 | update readme | FaceDeer | |
2018-05-09 | Merge pull request #20 from numberZero/fix-global | FaceDeer | |
No need to make auto_cycle global | |||
2018-05-09 | Merge pull request #21 from shivajiva101/shivajiva101-patch-1 | FaceDeer | |
fix crash vector | |||
2018-05-09 | fix crash vector | shivajiva101 | |
add nil check to prevent crash, fixes #17 | |||
2018-02-25 | Merge pull request #18 from joejulian/broken_inventory_hack | FaceDeer | |
Create missing tables | |||
2018-01-26 | No need to make auto_cycle global | number Zero | |
2018-01-11 | Create missing tables | Joe 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-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-11-17 | configurable duration for crate markers | FaceDeer | |
2017-11-16 | Add filters to prevent non-whitelisted craft items from being built | FaceDeer | |
2017-10-24 | documentation and locale update | FaceDeer | |
2017-10-24 | add locked Digtron crate | FaceDeer | |
2017-10-24 | add node_box definitions to fix inventory images | FaceDeer | |
2017-10-22 | add Digtron duplicator block | FaceDeer | |
2017-10-22 | fix fuelstore formspec on construct | FaceDeer | |
2017-10-22 | prevent crate from storing null Digtrons | FaceDeer | |
2017-10-21 | add automation option to item ejector | FaceDeer | |
2017-10-18 | update mod.conf | FaceDeer | |
2017-10-18 | support farming_plus plants. | FaceDeer | |
2017-10-17 | enable [crops] planting. | FaceDeer | |
2017-10-17 | add recent new nodes to the catacombs protected list | FaceDeer | |
2017-10-16 | fakeplayer for callbacks, switch to whitelist for on_place calls | FaceDeer | |
2017-10-15 | account for extrusion in power consumption, add on_place blacklist | FaceDeer | |
2017-10-15 | prevent default on_place from screwing everything up. | FaceDeer | |
2017-10-15 | mark_diggable needed a player reference to dig steel doors without crashing | FaceDeer | |
2017-10-15 | remove unnecessary fallback, the default is already safe | FaceDeer | |
2017-10-15 | use node_def on_place when it exists. Enables seed placement. | FaceDeer | |
2017-10-15 | prevent power connector formspec from resetting every time the Digtron moved | FaceDeer | |
2017-10-15 | restoring "emergency abort" functionality to auto-controller | FaceDeer | |
2017-10-15 | add a marking to the back of item ejectors | FaceDeer | |
2017-10-15 | callbacks moved to after full Digtron layout write is finished | FaceDeer | |
2017-10-14 | update locale | FaceDeer | |
2017-10-14 | add inventory ejector | FaceDeer | |
2017-10-12 | update docs and locale | FaceDeer | |
2017-10-12 | Merge pull request #13 from minetest-mods/more_technic | FaceDeer | |
More technic | |||
2017-10-12 | allow digtrons to dig undefined nodes without crashingorigin/more_technic | 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 | update locale | FaceDeer | |
2017-10-10 | fix particle effect settings check | FaceDeer | |
2017-10-10 | Switching to MIT license | FaceDeer | |
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-10 | various tidies and tweaks to technic support | FaceDeer | |
2017-10-10 | Merge pull request #12 from h-v-smacker/technic-RE-batteries | FaceDeer | |
Support for RE batteries for fuel | |||
2017-10-10 | Support for RE batteries for fuel | h-v-smacker | |
2017-10-09 | Merge pull request #9 from EdwardThorsten/master | FaceDeer | |
Fixed deprecated calls. Whitespaces cleanup. | |||
2017-10-02 | Fixed deprecated calls. | anonymous | |