Age | Commit message (Expand) | Author |
2014-01-05 | Use swap_node instead of add_node when replacing conductors. | Novatux |
2014-01-04 | Fix when there are several rules with different specials | Novatux |
2014-01-04 | Fix crash if metarule not found | Novatux |
2014-01-04 | Fixes with multi-conductors that have special connects | Novatux |
2014-01-04 | Fix bugs with multi-rules conductors (like crossing) that have param2 | Novatux |
2014-01-03 | Add mesecon:register_on_mvps_move, fix mesecon:mvps_pull_all | Novatux |
2013-12-18 | Vertical wire update. | Uberi |
2013-12-18 | Change field receipt handling to work properly with Minetest 0.4.8. | Uberi |
2013-12-02 | Merge pull request #126 from qwrwed/master | Anthony |
2013-12-02 | change on_punch to on_rightclick, make disabled blinky plants drop normal ones | qwrwed |
2013-11-30 | Update code to standards of Minetest 0.4.8. | Uberi |
2013-11-30 | Compat shim for minetest.swap_node, lightstone conducts from the bottom. | Uberi |
2013-11-30 | Merge branch 'master' of github.com:Jeija/minetest-mod-mesecons | Vanessa Ezekowitz |
2013-11-30 | Remove "disabled" blinkyplant from inventory | Vanessa Ezekowitz |
2013-11-30 | Fix vertical wire drops. | Uberi |
2013-11-30 | Use minetest.swap_node() instead of mesecons' version, Minor code changes | Vanessa Ezekowitz |
2013-11-30 | use 'wood' group for crafting pistons, pressure plates, and noteblocks | Vanessa Ezekowitz |
2013-11-29 | Merge pull request #124 from qwrwed/master | VanessaE |
2013-11-29 | Make blinkyplants toggleable | qwrwed |
2013-09-08 | Update Microcontroller Tutorial and add .odt source for the .pdf | Jeija |
2013-09-07 | Add LICENSE.txt | Jeija |
2013-09-07 | Upgrade CC-BY-SA License to 3.0 | Jeija |
2013-08-29 | Escape microcontroller code in formspec | khonkhortisan |
2013-08-27 | Merge pull request #119 from VanessaE/master | VanessaE |
2013-08-28 | Give crossing proper textures | Vanessa Ezekowitz |
2013-08-27 | Merge pull request #112 from khonkhortisan/multi_rules | khonkhortisan |
2013-06-22 | Audit code for possible nil value indexing with unregistered nodes. | Anthony Zhang |
2013-06-22 | Merge remote-tracking branch 'refs/remotes/origin/master' | Anthony Zhang |
2013-06-22 | Descend ยต in comment | khonkhortisan |
2013-06-20 | Crossover | khonkhortisan |
2013-06-15 | Fix pistons not updating the nodes when placing them again. | Novatux |
2013-06-10 | mesecon:rules_link nil return rule | khonkhortisan |
2013-06-10 | Support cyclic references in luacontroller memory tables, prohibit usage of g... | Anthony Zhang |
2013-06-06 | Fix bug where functions in Luacontroller EEPROM crashes the server (fixes #107). | Anthony Zhang |
2013-06-05 | Fix README a little and add piston sounds by suzenako, contributed by jordan4... | Anthony Zhang |
2013-06-05 | Change mesecons signals so that they update effectors only after a globalstep... | Novatux |
2013-06-05 | Merge pull request #106 from Novatux/heat | Anthony |
2013-06-05 | Add an ABM function which resets heat to 0, since gates/controllers won't be ... | Novatux |
2013-06-01 | Add yellow lightstone | Sfan5 |
2013-05-26 | A ReadMe that is at least 2.84 times better than the old ones. | Anthony Zhang |
2013-05-25 | Add license information (requested by kaeza). | Anthony Zhang |
2013-05-21 | Silly mistake, interrupts should work better now. | Anthony Zhang |
2013-05-15 | Add burnt luacontroller (so you don't lose your program after an overheat) an... | Anthony Zhang |
2013-04-28 | Merge pull request #100 from RealBadAngel/master | VanessaE |
2013-04-28 | Fix all crafting recipes to use modern style | RealBadAngel |
2013-04-28 | Merge pull request #98 from RealBadAngel/patch-3 | VanessaE |
2013-04-28 | Update init.lua | RealBadAngel |
2013-04-27 | Merge remote-tracking branch 'refs/remotes/origin/master' | Anthony Zhang |
2013-04-27 | Avoid prepending "Server -!- " to messages sent using the command block. | Anthony Zhang |
2013-04-26 | Merge pull request #97 from RealBadAngel/patch-2 | Jeija |