Age | Commit message (Expand) | Author |
2015-01-03 | Fix #197, doesn't remove the legacy code that triggered it though | Jeija |
2014-12-20 | Fix #196, removes soft-depend on commonlib | Jeija |
2014-12-06 | Fix receiver looks, fixes #195, thanks to MT-Modder for reporting | Jeija |
2014-11-29 | Rewrite Logic Gates: Makes it super-easy to add new gates and cleans up code | Jeija |
2014-11-29 | Don't trigger an "off" event to itself when luacontroller turns a port off | Jeija |
2014-11-25 | Fix luacontroller: attempt to perform arithmetic on global 'print_count' (a n... | Jeija |
2014-11-25 | Merge branch 'improve-luacontroller' | Jeija |
2014-11-25 | Fix movestone to wire connection looks | Jeija |
2014-11-23 | Fix onstate switch appearing the the creative inventory | Jeija |
2014-11-23 | Fix luacontroller interrupts not working if no iid is supplied | Jeija |
2014-11-23 | Fix #189, clean code and update documentation | Jeija |
2014-11-22 | Fix crafting with the default mesecon wire | Jeija |
2014-11-22 | Fix burnt luacontroller, nodebox + crash | Jeija |
2014-11-22 | Merge branch 'improve-luacontroller' of https://github.com/ShadowNinja/minete... | Jeija |
2014-11-22 | Merge branch 'doorsounds' | Jeija |
2014-11-22 | Merge pull request #156 from HybridDog/ov_it | Florian Euchner |
2014-11-22 | Re-implement settings system: | Jeija |
2014-11-22 | Fix bug in mesecon.find_receptor that caused false turnoffs and rewrite lever + | Jeija |
2014-11-22 | Fix compatibility with not yet updated mods that use mesecon:receptor_* | Jeija |
2014-11-22 | Use iterative algorithm for mesecon.find_receptor_on, major performance impro... | Jeija |
2014-11-22 | Fix bug in mesecon.mergetable that caused false rules | Jeija |
2014-11-22 | Replace mesecon:<some_function> with mesecon.<some_function> for greater | Jeija |
2014-11-22 | Use an iterative algorithm for turnon() and turnoff(), fixes #160 | Jeija |
2014-11-22 | Pressure plates and the object detector will send power to vertical | Jeija |
2014-11-22 | Rewrite mesecon wires. This should increase the efficiency and speed of | Jeija |
2014-11-21 | Fix #183, noteblock now uses default drawtype | Jeija |
2014-11-21 | Fix #182, bug when placing wire crossings next to a powered source | Jeija |
2014-11-21 | Fix #184, Fix #186, Fix #187 | Jeija |
2014-10-07 | Improve the LuaController | ShadowNinja |
2014-09-01 | use the right mesecon:receptor_* call for on/off blinkyplant | Vanessa Ezekowitz |
2014-09-01 | use one ABM for blinkyplant instead of two. | Vanessa Ezekowitz |
2014-07-14 | add door sounds from minetest_game | Martin Doege |
2014-07-12 | Merge pull request #168 from ShadowNinja/fix-commandblock-quit | Anthony Zhang |
2014-06-08 | Merge branch 'master' of github.com:Novatux/minetest-mod-mesecons | Vanessa Ezekowitz |
2014-06-08 | Localize a few variables, add "GET" command to node detector. | Novatux |
2014-06-08 | Merge branch 'master' of github.com:Novatux/minetest-mod-mesecons | Vanessa Ezekowitz |
2014-06-08 | Fix #164 | Novatux |
2014-06-08 | Add node detector, which works like the player detector but detects a specifi... | Novatux |
2014-06-06 | Fix the commandblock's check for quiting the formspec | ShadowNinja |
2014-06-01 | Make sure #160 cannot be exploited to make servers crash. | Jeija |
2014-05-02 | Don't allow non-inventory items as ingredients | Zefram |
2014-04-30 | Fix #140 once again | Jeija |
2014-04-25 | fix programming microcontroller through form | Zefram |
2014-04-21 | use minetest.override_item to redefine mese | HybridDog |
2014-04-20 | Fix #155 (option 2 used). Remove non-ActionQueue system. Enable overheat for ... | Jeija |
2014-03-23 | Fix bug that made delayers oscillate their input port | Jeija |
2014-03-21 | Send changesignals for placed receptors when not powered, make on_placenode c... | Jeija |
2014-03-20 | Merge pull request #141 from ShadowNinja/commandblock_textarea | Jeija |
2014-03-20 | Merge pull request #134 from Novatux/master | Jeija |
2014-03-19 | Fix #146 | Jeija |