summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-11-25Merge branch 'improve-luacontroller'Jeija
2014-11-25Fix movestone to wire connection looksJeija
2014-11-23Fix onstate switch appearing the the creative inventoryJeija
2014-11-23Fix luacontroller interrupts not working if no iid is suppliedJeija
2014-11-23Fix #189, clean code and update documentationJeija
2014-11-22Fix crafting with the default mesecon wireJeija
2014-11-22Fix burnt luacontroller, nodebox + crashJeija
2014-11-22Merge branch 'improve-luacontroller' of https://github.com/ShadowNinja/minete...Jeija
2014-11-22Merge branch 'doorsounds'Jeija
2014-11-22Merge pull request #156 from HybridDog/ov_itFlorian Euchner
2014-11-22Re-implement settings system:Jeija
2014-11-22Fix bug in mesecon.find_receptor that caused false turnoffs and rewrite lever +Jeija
2014-11-22Fix compatibility with not yet updated mods that use mesecon:receptor_*Jeija
2014-11-22Use iterative algorithm for mesecon.find_receptor_on, major performance impro...Jeija
2014-11-22Fix bug in mesecon.mergetable that caused false rulesJeija
2014-11-22Replace mesecon:<some_function> with mesecon.<some_function> for greaterJeija
2014-11-22Use an iterative algorithm for turnon() and turnoff(), fixes #160Jeija
2014-11-22Pressure plates and the object detector will send power to verticalJeija
2014-11-22Rewrite mesecon wires. This should increase the efficiency and speed ofJeija
2014-11-21Fix #183, noteblock now uses default drawtypeJeija
2014-11-21Fix #182, bug when placing wire crossings next to a powered sourceJeija
2014-11-21Fix #184, Fix #186, Fix #187Jeija
2014-10-07Improve the LuaControllerShadowNinja
2014-09-01use the right mesecon:receptor_* call for on/off blinkyplantVanessa Ezekowitz
2014-09-01use one ABM for blinkyplant instead of two.Vanessa Ezekowitz
2014-07-14add door sounds from minetest_gameMartin Doege
2014-07-12Merge pull request #168 from ShadowNinja/fix-commandblock-quitAnthony Zhang
2014-06-08Merge branch 'master' of github.com:Novatux/minetest-mod-meseconsVanessa Ezekowitz
2014-06-08Localize a few variables, add "GET" command to node detector.Novatux
2014-06-08Merge branch 'master' of github.com:Novatux/minetest-mod-meseconsVanessa Ezekowitz
2014-06-08Fix #164Novatux
2014-06-08Add node detector, which works like the player detector but detects a specifi...Novatux
2014-06-06Fix the commandblock's check for quiting the formspecShadowNinja
2014-06-01Make sure #160 cannot be exploited to make servers crash.Jeija
2014-05-02Don't allow non-inventory items as ingredientsZefram
2014-04-30Fix #140 once againJeija
2014-04-25fix programming microcontroller through formZefram
2014-04-21use minetest.override_item to redefine meseHybridDog
2014-04-20Fix #155 (option 2 used). Remove non-ActionQueue system. Enable overheat for ...Jeija
2014-03-23Fix bug that made delayers oscillate their input portJeija
2014-03-21Send changesignals for placed receptors when not powered, make on_placenode c...Jeija
2014-03-20Merge pull request #141 from ShadowNinja/commandblock_textareaJeija
2014-03-20Merge pull request #134 from Novatux/masterJeija
2014-03-19Fix #146Jeija
2014-03-19Fix #83 (experimental)Jeija
2014-03-19Remove timer() from LuaController and make interrupt() use the ActionQueue so...Jeija
2014-03-19Improve and clean up luacontroller digiline_send on globalstep featureJeija
2014-03-16Merge branch 'digiline-non-reentrant' of https://github.com/CiaranG/minetest-...Jeija
2014-03-16Merge pull request #152 from CiaranG/timerJeija
2014-03-11Add timer() function/event (node timer based) to luacontrollerCiaran Gultnieks