Age | Commit message (Expand) | Author |
2016-02-15 | Fix vertical wires not updating power when adding to / removing from a vertic... | Jeija |
2016-02-15 | Fix pistons not connecting to wire and not activating when placing | Jeija |
2016-02-14 | Always use minetest.set_node instead of minetest.add_node for consistency | Jeija |
2016-02-14 | Use vector helper functions instead of old builtin cmpPos and addPosRule func... | Jeija |
2016-02-14 | Merge branch 'playerdetector_update' of https://github.com/HybridDog/minetest... | Jeija |
2016-02-14 | Merge branch 'fix_pistons' of https://github.com/HybridDog/minetest-mod-mesec... | Jeija |
2016-02-14 | Doors: Use new mesh door API if available | Auke Kok |
2016-02-09 | this way it works better because unknown nodes may not stay unknown | HybridDog |
2016-02-09 | fix pistons not working in every buildable_to node | HybridDog |
2016-01-03 | playerdetector: short code and don't get scanname for every object | HybridDog |
2016-01-02 | Merge branch 'HybridDog-noteblock_update' | Jeija |
2016-01-02 | Noteblock: Code cleanup | HybridDog |
2016-01-02 | Add os.datetable(), a (very) limited wrapper for os.date(). Fixes #246. | Carter Kolwey |
2015-12-29 | Merge branch 'sofar-sound' | Jeija |
2015-12-26 | Fix sound volume level of noteblock. | Auke Kok |
2015-12-15 | Gates: Update nor gate craft recipe, fixes #243 | Jeija |
2015-11-20 | Major change: Documentation is now included with mesecons, the website just e... | Jeija |
2015-11-20 | Gates: Add OR and NOR gate | Jeija |
2015-10-18 | Luacontroller: Add configurable size limit for mem table, 100kBytes by defaul... | Jeija |
2015-10-04 | Remove trailing whitespace | Jeija |
2015-10-04 | Revert "Do not send action_off signal when newly placing nodes" | Jeija |
2015-10-04 | Doors: Use new sound name (fixes #236) | Jeija |
2015-10-04 | Merge pull request #239 from beyondlimits/master | Florian Euchner |
2015-10-01 | Use right mouse button instead of left to press button and change state of sw... | Marcin |
2015-08-25 | update "sticky block" to use 0.4.13-style footprints | Vanessa Ezekowitz |
2015-07-27 | Fix #234 | Jeija |
2015-05-20 | reworked hydroturbine model for the same reasons | Vanessa Ezekowitz |
2015-05-20 | revamp wall lever models | Vanessa Ezekowitz |
2015-05-11 | Merge pull request #233 from technomancy/default-light-max | Florian Euchner |
2015-05-11 | Don't refer to LIGHT_MAX global; use default. | Phil Hagelberg |
2015-03-26 | Return if invalid parameters are given to node_detector_scan (e.g. unloaded a... | Jeija |
2015-02-28 | Add support for sticky blocks for pistons and a a sample sticky block | Jeija |
2015-02-25 | Fix pressure plates calling receptor_on on a regular basis | Jeija |
2015-02-19 | Re-add mesecon.register_mvps_unmov(objectname) since other mods (pipeworks) a... | Jeija |
2015-02-17 | Fix movestones sometimes not starting to move again when they are at the | Jeija |
2015-02-14 | Rewrite movestones, make them nodes instead of entities | Jeija |
2015-02-14 | Merge pull request #222 from MT-Modder/stoppers-2 | Florian Euchner |
2015-02-13 | Register only locked nodes as stoppers | MT-Modder |
2015-02-14 | Fix #219, do not try to override unregistered doors | Jeija |
2015-02-13 | Merge pull request #221 from MT-Modder/remove-from-group | Florian Euchner |
2015-02-13 | Remove insulated t-junction and crossover from craftable group | MT-Modder |
2015-02-05 | Fix onstate sticky piston drop: Must be sticky instead of normal piston | Jeija |
2015-02-05 | Merge pull request #216 from MT-Modder/mvps-additions | Florian Euchner |
2015-02-05 | Add meshes for water turbine and and wall lever instead of nodeboxes | Vanessa Ezekowitz |
2015-02-05 | Register chests and bookshelves as stoppers | MT-Modder |
2015-02-04 | Added more sounds to noteblocks, see the documentation on http://mesecons.net... | C1ff |
2015-02-03 | Do not send action_off signal when newly placing nodes, this didn't | Jeija |
2015-02-03 | Prepare trapdoors code for merging, make trapdoors always toggle their | Jeija |
2015-02-02 | Add trapdoor to mesecons_doors | MT-Modder |
2015-01-23 | Merge pull request #211 from MT-Modder/master | Florian Euchner |