summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2014-01-11Fix ActionQueue delaysJeija
2014-01-11Add ActionQueue priority systemJeija
2014-01-11Fix the bugs spotted by Novatux - thanks for spotting themJeija
2014-01-11Try to fix gateswith serverstep code.Novatux
2014-01-10Add dummy mesecons_commandblock/init.lua as we keep the textures in that folderJeija
2014-01-10Merge pull request #138 from ShadowNinja/split_texturesJeija
2014-01-10First draft of some kind of Action Queue (just like the globalstep queue in t...Jeija
2014-01-10Move textures into their modsShadowNinja
2014-01-09Remove command block until #136 is fixedJeija
2014-01-05Fix a few bugs that caused effectors not to turn off sometimes (rules_link is...Novatux
2014-01-05Merge pull request #133 from Novatux/masterJeija
2014-01-05Use swap_node instead of add_node when replacing conductors.Novatux
2014-01-04Fix when there are several rules with different specialsNovatux
2014-01-04Fix crash if metarule not foundNovatux
2014-01-04Fixes with multi-conductors that have special connectsNovatux
2014-01-04Fix bugs with multi-rules conductors (like crossing) that have param2Novatux
2014-01-03Add mesecon:register_on_mvps_move, fix mesecon:mvps_pull_allNovatux
2013-12-18Vertical wire update.Uberi
2013-12-18Change field receipt handling to work properly with Minetest 0.4.8.Uberi
2013-12-02Merge pull request #126 from qwrwed/masterAnthony
2013-12-02change on_punch to on_rightclick, make disabled blinky plants drop normal onesqwrwed
2013-11-30Update code to standards of Minetest 0.4.8.Uberi
2013-11-30Compat shim for minetest.swap_node, lightstone conducts from the bottom.Uberi
2013-11-30Merge branch 'master' of github.com:Jeija/minetest-mod-meseconsVanessa Ezekowitz