Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-10-15 | fix crate protection (#25)origin/masterorigin/HEAD | Thomas Rudin | |
* fix crate protection all crates check area protection (minetest.is_protected) protected crates check area and owner (even if not in protected area) * separate check and action * whitespace stuff * another missing whitespace * add suggestion from T4im | |||
2018-08-28 | Fix undeclared global variable warnings | Thomas Rudin | |
Closes #26 (trivial) | |||
2018-06-10 | add ability for Digtron to emerge unloaded map blocks | FaceDeer | |
2018-05-09 | Merge pull request #20 from numberZero/fix-global | FaceDeer | |
No need to make auto_cycle global | |||
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-11-16 | Add filters to prevent non-whitelisted craft items from being built | 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-15 | account for extrusion in power consumption, add on_place blacklist | FaceDeer | |
2017-10-15 | mark_diggable needed a player reference to dig steel doors without crashing | 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-14 | add inventory ejector | 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 | various tidies and tweaks to technic support | FaceDeer | |
2017-10-10 | Support for RE batteries for fuel | h-v-smacker | |
2017-09-19 | update localizationorigin/cleanup | FaceDeer | |
2017-09-19 | reuse period/offset markers for intermittent diggers | FaceDeer | |
2017-09-19 | making formspecs more systematic and upgradable | FaceDeer | |
2017-09-19 | simplify code behind builder formspec | FaceDeer | |
2017-09-19 | add builder read substitutions dictionary | FaceDeer | |
2017-09-14 | add ability to read node type as well as facing, simplifies programming | FaceDeer | |
2017-09-12 | standardize config settings | FaceDeer | |
2017-09-11 | move node defs and recipes into a subfolder | FaceDeer | |