summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-02-05Fix onstate sticky piston drop: Must be sticky instead of normal pistonJeija
2015-02-05Merge pull request #216 from MT-Modder/mvps-additionsFlorian Euchner
2015-02-05Add meshes for water turbine and and wall lever instead of nodeboxesVanessa Ezekowitz
2015-02-05Register chests and bookshelves as stoppersMT-Modder
2015-02-04Added more sounds to noteblocks, see the documentation on http://mesecons.net...C1ff
2015-02-03Do not send action_off signal when newly placing nodes, this didn'tJeija
2015-02-03Prepare trapdoors code for merging, make trapdoors always toggle theirJeija
2015-02-02Add trapdoor to mesecons_doorsMT-Modder
2015-01-23Merge pull request #211 from MT-Modder/masterFlorian Euchner
2015-01-22Rewrite doors:Jeija
2015-01-21Use dye for lightstone recipes - for balanceMT-Modder
2015-01-21Merge pull request #210 from MT-Modder/masterFlorian Euchner
2015-01-20Fix doors texture namesMT-Modder
2015-01-20Merge pull request #208 from MT-Modder/masterFlorian Euchner
2015-01-20Use group:sapling for all recipesMT-Modder
2015-01-12Merge pull request #202 from dora71/masterFlorian Euchner
2015-01-12Update init.luaRainer
2015-01-09Merge pull request #199 from 163140/masterFlorian Euchner
2015-01-09Making glue from any sapling163140
2015-01-03Fix #198 by adding gates to the "overheat" groupJeija
2015-01-03**This commit changes functionality**, please readJeija
2015-01-03Fix #197, doesn't remove the legacy code that triggered it thoughJeija
2014-12-20Fix #196, removes soft-depend on commonlibJeija
2014-12-06Fix receiver looks, fixes #195, thanks to MT-Modder for reportingJeija
2014-11-29Rewrite Logic Gates: Makes it super-easy to add new gates and cleans up codeJeija
2014-11-29Don't trigger an "off" event to itself when luacontroller turns a port offJeija
2014-11-25Fix luacontroller: attempt to perform arithmetic on global 'print_count' (a n...Jeija
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