summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-05-11Merge pull request #233 from technomancy/default-light-maxFlorian Euchner
Don't refer to LIGHT_MAX global; use default.
2015-05-11Don't refer to LIGHT_MAX global; use default.Phil Hagelberg
The LIGHT_MAX global is created in the legacy.lua file in the default mod; it states that it's there for backwards compatibility, but it would be better to reference the proper value inside the default table.
2015-03-26Return if invalid parameters are given to node_detector_scan (e.g. unloaded ↵Jeija
area), should fix #228
2015-02-28Add support for sticky blocks for pistons and a a sample sticky blockJeija
2015-02-25Fix pressure plates calling receptor_on on a regular basisJeija
2015-02-19Re-add mesecon.register_mvps_unmov(objectname) since other mods (pipeworks) ↵Jeija
are using it
2015-02-17Fix movestones sometimes not starting to move again when they are at theJeija
end of the wire
2015-02-14Rewrite movestones, make them nodes instead of entitiesJeija
2015-02-14Merge pull request #222 from MT-Modder/stoppers-2Florian Euchner
Register only locked nodes as stoppers
2015-02-13Register only locked nodes as stoppersMT-Modder
This was suggested here: https://github.com/Jeija/minetest-mod-mesecons/pull/216
2015-02-14Fix #219, do not try to override unregistered doorsJeija
2015-02-13Merge pull request #221 from MT-Modder/remove-from-groupFlorian Euchner
Remove insulated t-junction and crossover from craftable group
2015-02-13Remove insulated t-junction and crossover from craftable groupMT-Modder
2015-02-05Fix onstate sticky piston drop: Must be sticky instead of normal pistonJeija
Thanks to HybridDog for spotting that
2015-02-05Merge pull request #216 from MT-Modder/mvps-additionsFlorian Euchner
Register chests and bookshelves as stoppers
2015-02-05Add meshes for water turbine and and wall lever instead of nodeboxesVanessa Ezekowitz
Adjust textures and inventory images to it
2015-02-05Register chests and bookshelves as stoppersMT-Modder
2015-02-04Added more sounds to noteblocks, see the documentation on ↵C1ff
http://mesecons.net for more information
2015-02-03Do not send action_off signal when newly placing nodes, this didn'tJeija
cause any bugs, but unneccessary sounds (experimental change)
2015-02-03Prepare trapdoors code for merging, make trapdoors always toggle theirJeija
state when the mesecons signal changes, no matter what state they're in
2015-02-02Add trapdoor to mesecons_doorsMT-Modder
2015-01-23Merge pull request #211 from MT-Modder/masterFlorian Euchner
Use dye for lightstone recipes
2015-01-22Rewrite doors:Jeija
* Enable glass and obsidian glass doors to be used with mesecons * Doors can receive signals from a vertical wire placed two blocks beneath them, use this to create mesecon-controlled double doors * Fix textures for both git upstream and stable minetest_game * Shrink code size * Rename mesecons_compatibility to mesecons_doors.
2015-01-21Use dye for lightstone recipes - for balanceMT-Modder
2015-01-21Merge pull request #210 from MT-Modder/masterFlorian Euchner
Fix doors texture names
2015-01-20Fix doors texture namesMT-Modder
2015-01-20Merge pull request #208 from MT-Modder/masterFlorian Euchner
Use group:sapling for power plant, blinky plant recipes
2015-01-20Use group:sapling for all recipesMT-Modder
2015-01-12Merge pull request #202 from dora71/masterFlorian Euchner
Silicon production from normal and desert sand
2015-01-12Update init.luaRainer
Ability to produce silicon either from "normal" sand or from desert sand.
2015-01-09Merge pull request #199 from 163140/masterFlorian Euchner
Allow using any node in group:sapling for making glue
2015-01-09Making glue from any sapling163140
Moretree and Ethereal mods add a lot of saplings
2015-01-03Fix #198 by adding gates to the "overheat" groupJeija
2015-01-03**This commit changes functionality**, please readJeija
Remove legacy code that enabled / disabled mesecon wires that were placed 2 blocks below a pressure plate. From now on, please place a vertical wire at that place. That way, no false signals will be triggered (the wire won't "flash" turned off if you enable it by a pressure plate and turn off a switch connected to it). If you depend on this functionality, please just revert this commit. That should be possible in the near future as well, since no major rewrites are planned for mesecons_pressureplates. In the long run, please update your mesecon strucutres to use vertical wires instead of relying on this old hack.
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
Fix bugs in the Luacontroller (when placing, false input pin values were given) and fix variables leaking into the global environment in pistons.
2014-11-29Don't trigger an "off" event to itself when luacontroller turns a port offJeija
I hope this doesn't break anyone's setup.
2014-11-25Fix luacontroller: attempt to perform arithmetic on global 'print_count' (a ↵Jeija
nil value)
2014-11-25Merge branch 'improve-luacontroller'Jeija
However, without the print_count limiting functionality Conflicts: mesecons_luacontroller/init.lua
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 ↵Jeija
https://github.com/ShadowNinja/minetest-mod-mesecons into ShadowNinja-improve-luacontroller Conflicts: mesecons/legacy.lua mesecons_luacontroller/init.lua mesecons_microcontroller/init.lua
2014-11-22Merge branch 'doorsounds'Jeija
2014-11-22Merge pull request #156 from HybridDog/ov_itFlorian Euchner
Use minetest.override_item to redefine mese