summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-03-13Luacontroller: Fix function usage in LuaJIT, make 'do' no longerJeija
2016-02-28Revert "Toggle trapdoors on signal, workaround for #252"Jeija
2016-02-27Toggle trapdoors on signal, workaround for #252Jeija
2016-02-23Merge branch 'ssieb-master'Jeija
2016-02-22Fix crash due to force loading changes.Samuel Sieb
2016-02-19Remove unused VERSION fileJeija
2016-02-19Force-load areas with mesecon usageJeija
2016-02-16Update documentation: Fix mesecons.net linksJeija
2016-02-15Consistently use UNIX line endings (LF instead of CR LF)Jeija
2016-02-15Fix vertical wires not updating power when adding to / removing from a vertic...Jeija
2016-02-15Fix pistons not connecting to wire and not activating when placingJeija
2016-02-14Always use minetest.set_node instead of minetest.add_node for consistencyJeija
2016-02-14Use vector helper functions instead of old builtin cmpPos and addPosRule func...Jeija
2016-02-14Merge branch 'playerdetector_update' of https://github.com/HybridDog/minetest...Jeija
2016-02-14Merge branch 'fix_pistons' of https://github.com/HybridDog/minetest-mod-mesec...Jeija
2016-02-14Doors: Use new mesh door API if availableAuke Kok
2016-02-09this way it works better because unknown nodes may not stay unknownHybridDog
2016-02-09fix pistons not working in every buildable_to nodeHybridDog
2016-01-03playerdetector: short code and don't get scanname for every objectHybridDog
2016-01-02Merge branch 'HybridDog-noteblock_update'Jeija
2016-01-02Noteblock: Code cleanupHybridDog
2016-01-02Add os.datetable(), a (very) limited wrapper for os.date(). Fixes #246.Carter Kolwey
2015-12-29Merge branch 'sofar-sound'Jeija
2015-12-26Fix sound volume level of noteblock.Auke Kok
2015-12-15Gates: Update nor gate craft recipe, fixes #243Jeija
2015-11-20Major change: Documentation is now included with mesecons, the website just e...Jeija
2015-11-20Gates: Add OR and NOR gateJeija
2015-10-18Luacontroller: Add configurable size limit for mem table, 100kBytes by defaul...Jeija
2015-10-04Remove trailing whitespaceJeija
2015-10-04Revert "Do not send action_off signal when newly placing nodes"Jeija
2015-10-04Doors: Use new sound name (fixes #236)Jeija
2015-10-04Merge pull request #239 from beyondlimits/masterFlorian Euchner
2015-10-01Use right mouse button instead of left to press button and change state of sw...Marcin
2015-08-25update "sticky block" to use 0.4.13-style footprintsVanessa Ezekowitz
2015-07-27Fix #234Jeija
2015-05-20reworked hydroturbine model for the same reasonsVanessa Ezekowitz
2015-05-20revamp wall lever modelsVanessa Ezekowitz
2015-05-11Merge pull request #233 from technomancy/default-light-maxFlorian Euchner
2015-05-11Don't refer to LIGHT_MAX global; use default.Phil Hagelberg
2015-03-26Return if invalid parameters are given to node_detector_scan (e.g. unloaded a...Jeija
2015-02-28Add support for sticky blocks for pistons and a a sample sticky blockJeija
2015-02-25Fix pressure plates calling receptor_on on a regular basisJeija
2015-02-19Re-add mesecon.register_mvps_unmov(objectname) since other mods (pipeworks) a...Jeija
2015-02-17Fix movestones sometimes not starting to move again when they are at theJeija
2015-02-14Rewrite movestones, make them nodes instead of entitiesJeija
2015-02-14Merge pull request #222 from MT-Modder/stoppers-2Florian Euchner
2015-02-13Register only locked nodes as stoppersMT-Modder
2015-02-14Fix #219, do not try to override unregistered doorsJeija
2015-02-13Merge pull request #221 from MT-Modder/remove-from-groupFlorian Euchner
2015-02-13Remove insulated t-junction and crossover from craftable groupMT-Modder