Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-02-25 | Fix pressure plates calling receptor_on on a regular basis | Jeija | |
2015-02-19 | Re-add mesecon.register_mvps_unmov(objectname) since other mods (pipeworks) ↵ | Jeija | |
are using it | |||
2015-02-17 | Fix movestones sometimes not starting to move again when they are at the | Jeija | |
end of the wire | |||
2015-02-14 | Rewrite movestones, make them nodes instead of entities | Jeija | |
2015-02-14 | Merge pull request #222 from MT-Modder/stoppers-2 | Florian Euchner | |
Register only locked nodes as stoppers | |||
2015-02-13 | Register only locked nodes as stoppers | MT-Modder | |
This was suggested here: https://github.com/Jeija/minetest-mod-mesecons/pull/216 | |||
2015-02-14 | Fix #219, do not try to override unregistered doors | Jeija | |
2015-02-13 | Merge pull request #221 from MT-Modder/remove-from-group | Florian Euchner | |
Remove insulated t-junction and crossover from craftable group | |||
2015-02-13 | Remove insulated t-junction and crossover from craftable group | MT-Modder | |
2015-02-05 | Fix onstate sticky piston drop: Must be sticky instead of normal piston | Jeija | |
Thanks to HybridDog for spotting that | |||
2015-02-05 | Merge pull request #216 from MT-Modder/mvps-additions | Florian Euchner | |
Register chests and bookshelves as stoppers | |||
2015-02-05 | Add meshes for water turbine and and wall lever instead of nodeboxes | Vanessa Ezekowitz | |
Adjust textures and inventory images to it | |||
2015-02-05 | Register chests and bookshelves as stoppers | MT-Modder | |
2015-02-04 | Added more sounds to noteblocks, see the documentation on ↵ | C1ff | |
http://mesecons.net for more information | |||
2015-02-03 | Do not send action_off signal when newly placing nodes, this didn't | Jeija | |
cause any bugs, but unneccessary sounds (experimental change) | |||
2015-02-03 | Prepare trapdoors code for merging, make trapdoors always toggle their | Jeija | |
state when the mesecons signal changes, no matter what state they're in | |||
2015-02-02 | Add trapdoor to mesecons_doors | MT-Modder | |
2015-01-23 | Merge pull request #211 from MT-Modder/master | Florian Euchner | |
Use dye for lightstone recipes | |||
2015-01-22 | Rewrite 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-21 | Use dye for lightstone recipes - for balance | MT-Modder | |
2015-01-21 | Merge pull request #210 from MT-Modder/master | Florian Euchner | |
Fix doors texture names | |||
2015-01-20 | Fix doors texture names | MT-Modder | |
2015-01-20 | Merge pull request #208 from MT-Modder/master | Florian Euchner | |
Use group:sapling for power plant, blinky plant recipes | |||
2015-01-20 | Use group:sapling for all recipes | MT-Modder | |
2015-01-12 | Merge pull request #202 from dora71/master | Florian Euchner | |
Silicon production from normal and desert sand | |||
2015-01-12 | Update init.lua | Rainer | |
Ability to produce silicon either from "normal" sand or from desert sand. | |||
2015-01-09 | Merge pull request #199 from 163140/master | Florian Euchner | |
Allow using any node in group:sapling for making glue | |||
2015-01-09 | Making glue from any sapling | 163140 | |
Moretree and Ethereal mods add a lot of saplings | |||
2015-01-03 | Fix #198 by adding gates to the "overheat" group | Jeija | |
2015-01-03 | **This commit changes functionality**, please read | Jeija | |
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-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 | |
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-29 | Don't trigger an "off" event to itself when luacontroller turns a port off | Jeija | |
I hope this doesn't break anyone's setup. | |||
2014-11-25 | Fix luacontroller: attempt to perform arithmetic on global 'print_count' (a ↵ | Jeija | |
nil value) | |||
2014-11-25 | Merge branch 'improve-luacontroller' | Jeija | |
However, without the print_count limiting functionality Conflicts: mesecons_luacontroller/init.lua | |||
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 ↵ | 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-22 | Merge branch 'doorsounds' | Jeija | |
2014-11-22 | Merge pull request #156 from HybridDog/ov_it | Florian Euchner | |
Use minetest.override_item to redefine mese | |||
2014-11-22 | Re-implement settings system: | Jeija | |
Settings can now be retrieved by mesecon.setting(<name>, <default>) and can be modified without editing the source code by adding the setting to minetest.conf For instance, you can add mesecon.blinky_plant_interval = 0.5 to minetest.conf in order to increase the blinking speed. Rewrite the blinky plant with nodetimers. Fixes #161 | |||
2014-11-22 | Fix bug in mesecon.find_receptor that caused false turnoffs and rewrite lever + | Jeija | |
switch | |||
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 ↵ | Jeija | |
improvement for large circuits. This also fixes a crash introduced with the previous commit that occured when placing a wire crossing. |