Age | Commit message (Expand) | Author |
2012-10-28 | Add command block: | Anthony Zhang |
2012-10-27 | Use add_node since place_node only works with ItemStacks and can't specify pa... | Anthony Zhang |
2012-10-13 | Further piston improvements, the pistons now delay before retracting and play... | Anthony Zhang |
2012-10-07 | Improve T-FF code and add a reset pin on C. | cornernote |
2012-10-02 | New pistons activation mechanism, fixes many of the issues reported when push... | Anthony Zhang |
2012-10-01 | Fix whitespace, simplify node updating. | Anthony Zhang |
2012-09-27 | Captilization. | Anthony Zhang |
2012-09-27 | Add ghoststone, crafted like removestone, with steel ingots at the corners. T... | Anthony Zhang |
2012-09-10 | Merge pull request #50 from khonkhortisan/master | khonkhortisan |
2012-09-10 | fix t-junction selectionbox when on | Kyle |
2012-09-10 | tweaked insulated wire textures to work for t-junctions | Vanessa Ezekowitz |
2012-09-09 | Add T-junction extrawire (no good textures yet) | Jeija |
2012-09-09 | Fix Microcontroller bug in a different way, define offstate ports as inputs only | Jeija |
2012-09-08 | Merge branch 'master' of | Jeija |
2012-09-08 | Fix Microcontroller bug (discovered by Fenris) and some others that propably ... | Jeija |
2012-09-07 | Merge pull request #49 from khonkhortisan/extrawires | Jeija |
2012-09-07 | crossing wire moved into mesecons | Kyle |
2012-09-07 | Use sunlight_propagates = true for some more nodes | Jeija |
2012-09-06 | Merge branch 'master' of github.com:Jeija/minetest-mod-mesecons | Vanessa Ezekowitz |
2012-09-06 | New textures for blinkyplant | Vanessa Ezekowitz |
2012-09-06 | Implement mesecon:register_receptor(onstate, offstate, rules, get_rules) and ... | Jeija |
2012-09-05 | better "power plant" texture | Vanessa Ezekowitz |
2012-09-05 | Code cleanup | Jeija |
2012-09-05 | Remove door | Jeija |
2012-09-05 | Merge pull request #48 from khonkhortisan/gates | Jeija |
2012-09-05 | depend on mesecons_delayer's all_rules instead of getting both insulated | Kyle |
2012-09-04 | went back to large nodeboxes which agree with inventory image | Kyle |
2012-09-04 | FACEDIR! (among other things) | Kyle |
2012-09-03 | nodeboxes now show which sides connect | Kyle |
2012-09-01 | flat inventory image for easy gate identification | Kyle |
2012-09-01 | registering the on receptor makes placing a mesecon on the out port of | Kyle |
2012-09-01 | (oops) forgot the "out" connection | Kyle |
2012-09-01 | simplified effector rules | Kyle |
2012-09-01 | cut set_gate in half | Kyle |
2012-09-01 | added recipes | Kyle |
2012-09-01 | gates overheat | Kyle |
2012-09-01 | Merge pull request #46 from VanessaE/master | VanessaE |
2012-09-01 | oops, that last commit broke something - evidently 'code' is not consistent. | Vanessa Ezekowitz |
2012-09-01 | Merge pull request #45 from VanessaE/master | VanessaE |
2012-09-01 | fix missing code display when after() is involved | Vanessa Ezekowitz |
2012-09-01 | Merge pull request #44 from VanessaE/master | VanessaE |
2012-09-01 | prevent crash with malformed sbi code. | Vanessa Ezekowitz |
2012-09-01 | nodeboxes | Kyle |
2012-09-01 | gate output works | Kyle |
2012-09-01 | Merge pull request #43 from VanessaE/master | VanessaE |
2012-09-01 | Receiver now looks insulated, since it behaves that way anyways. | Vanessa Ezekowitz |
2012-09-01 | initial gates commit, logic behind gates works, more work to do. | Kyle |
2012-08-30 | Merge pull request #42 from Jat15/master | Anthony |
2012-08-30 | Actuator ignored liquid (all) | Jat |
2012-08-28 | Merge pull request #38 from VanessaE/master | VanessaE |