summaryrefslogtreecommitdiff
path: root/mesecons
AgeCommit message (Expand)Author
2014-11-29Don't trigger an "off" event to itself when luacontroller turns a port offJeija
2014-11-25Merge branch 'improve-luacontroller'Jeija
2014-11-23Fix #189, clean code and update documentationJeija
2014-11-22Fix crafting with the default mesecon wireJeija
2014-11-22Merge branch 'improve-luacontroller' of https://github.com/ShadowNinja/minete...Jeija
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 #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-06-01Make sure #160 cannot be exploited to make servers crash.Jeija
2014-04-20Fix #155 (option 2 used). Remove non-ActionQueue system. Enable overheat for ...Jeija
2014-03-21Send changesignals for placed receptors when not powered, make on_placenode c...Jeija
2014-03-20Merge pull request #134 from Novatux/masterJeija
2014-03-19Fix #146Jeija
2014-03-19Remove timer() from LuaController and make interrupt() use the ActionQueue so...Jeija
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-11Make receptor_on/off overwritable, fix a serious bug.Novatux
2014-01-11Actionqueue tweaksJeija
2014-01-11Turnon/turnoff overwritableJeija
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-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-05Fix a few bugs that caused effectors not to turn off sometimes (rules_link is...Novatux
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
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-30Use minetest.swap_node() instead of mesecons' version, Minor code changesVanessa Ezekowitz
2013-08-27Merge pull request #112 from khonkhortisan/multi_ruleskhonkhortisan
2013-06-22Audit code for possible nil value indexing with unregistered nodes.Anthony Zhang
2013-06-20Crossoverkhonkhortisan