summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-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-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-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
2014-03-11Merge pull request #151 from CiaranG/lua-formspecAnthony
2014-03-11Handle luacontroller formspec events correctlyCiaran Gultnieks
2014-03-11Send digiline messages after luacontroller executionCiaran Gultnieks
2014-02-16Merge pull request #148 from CiaranG/upperJeija
2014-02-16Add missing string.upper to luacontrollerCiaran Gultnieks
2014-01-19Fix #140 by adding a save button to the Player DetectorJeija
2014-01-19Merge branch 'actionqueue'Jeija
2014-01-19Fix delayers and disable resuming if not using MESECONS_GLOBALSTEPJeija
2014-01-11Merge pull request #144 from Novatux/gates-fixJeija
2014-01-11Merge pull request #142 from Novatux/actionqueueJeija
2014-01-11Make receptor_on/off overwritable, fix a serious bug.Novatux
2014-01-11Actionqueue tweaksJeija
2014-01-11Turnon/turnoff overwritableJeija
2014-01-11Use a textarea for the commandblock to accept multiple commandsShadowNinja
2014-01-11Fix #136 by always running commands as the placerShadowNinja
2014-01-11Revert "Remove command block until #136 is fixed"ShadowNinja
2014-01-11Fix infinite priority bug in mesecon:turnoff, thanks to NovatuxJeija
2014-01-11Resume turnon/off calls as soon as area is loaded in case turnon/off calls en...Jeija
2014-01-11Fix unloaded area in receptor_off, yet it was only fixed in receptor_onJeija