Age | Commit message (Expand) | Author |
2012-08-13 | Bugfix for microcontroller's after(): Make sure that microcontroller the code... | Jeija |
2012-08-13 | Bugfix: Check if receptor node is powered from somewhere before turning it of... | Jeija |
2012-08-13 | Add not-yet-working after(time, code) function to the microcontroller | Jeija |
2012-08-13 | Re-enable backwards compatibility (sorry for disabling) | Jeija |
2012-08-13 | Remove piston_up from dead groups | Jeija |
2012-08-13 | Register piston_up and piston_down as effectors | Jeija |
2012-08-13 | New effector system, effectors have to be registered with mesecon:register_ef... | Jeija |
2012-08-13 | Make mesecons only connect to input and output ports (e.g. of the delayer) | Jeija |
2012-08-13 | Add alias for solar panel: mesecons:solarpanel | Jeija |
2012-08-13 | Use sapling instead of jungelgrass for power & blinky plant. Glue is made by ... | Jeija |
2012-08-13 | Code improvement, Bugfix for solar panel | Jeija |
2012-08-13 | Update README | Jeija |
2012-08-13 | Code cleanup, little bugfix (some conductors placed next to receptors didn't ... | Jeija |
2012-08-13 | Merge pull request #23 from VanessaE/master | Jeija |
2012-08-13 | Code cleanup - remove internal_api.lua (now internal.lua) | Jeija |
2012-08-13 | Code cleanup | Jeija |
2012-08-13 | Code cleanup | Jeija |
2012-08-13 | fixed minor error on one of the new textures. | Vanessa Ezekowitz |
2012-08-13 | reworked textures for mesecons wires, added a new one for each of on/off | Vanessa Ezekowitz |
2012-08-13 | Merge branch 'master' of github.com:Jeija/minetest-mod-mesecons | Vanessa Ezekowitz |
2012-08-13 | (remove side texture) | Vanessa Ezekowitz |
2012-08-13 | solarpanel doesn't actually need a side texture, the top texture can serve both | Vanessa Ezekowitz |
2012-08-13 | Minimal speedup by not checking some nodes twice for receptors | Jeija |
2012-08-13 | Code cleanup and ond more extremely small speedup | Jeija |
2012-08-12 | Merge pull request #22 from VanessaE/master | Jeija |
2012-08-12 | Made X <-> Z bends not produce junction bump (only appears on T-junctions, | Vanessa Ezekowitz |
2012-08-12 | Slimmed down wire junctions a bit. | Vanessa Ezekowitz |
2012-08-12 | Further (small) speed improvement, shrink code & more comments on it | Jeija |
2012-08-12 | Fix mesecon delayer bugs and other non-functional changes | Jeija |
2012-08-12 | Merge remote-tracking branch 'origin/master' | Jeija |
2012-08-12 | HUGE speed improvement | Jeija |
2012-08-11 | Merge pull request #21 from VanessaE/master | sfan5 |
2012-08-12 | reworked microcontroller images to make the lettering and LEDs look more | Vanessa Ezekowitz |
2012-08-12 | Add VanessaE to the contrib list | Jeija |
2012-08-11 | Merge pull request #20 from VanessaE/master | Jeija |
2012-08-11 | Gave solar panel a side texture. Removed alpha channel from top. | Vanessa Ezekowitz |
2012-08-11 | thinned the microcontroller down a bit to fit the style of the other floor ob... | Vanessa Ezekowitz |
2012-08-11 | change all recipes to use group:mesecon_conductor_craftable | Vanessa Ezekowitz |
2012-08-11 | Improvements to mesecons delayers nodeboxes and textures | Vanessa Ezekowitz |
2012-08-11 | Merge pull request #19 from VanessaE/master | Jeija |
2012-08-11 | Merge branch 'master' of github.com:Jeija/minetest-mod-mesecons | Vanessa Ezekowitz |
2012-08-11 | Reverted back to old mesecons wire image for inventory | Vanessa Ezekowitz |
2012-08-11 | Add some wires to mesecon_conductor_craftable group | Jeija |
2012-08-11 | Mesecons only connect to blocks with group mesecon > 1 | Jeija |
2012-08-11 | Add new nodebox style wires. Can be activated by setting NEW_STYLE_WIRES to t... | Jeija |
2012-08-11 | Merge pull request #17 from VanessaE/master | VanessaE |
2012-08-11 | added mesecon = 1 to groups for torches also. | Vanessa Ezekowitz |
2012-08-10 | Merge pull request #16 from VanessaE/master | Anthony |
2012-08-10 | reworked the mesecons object detector textures. Much better now. | Vanessa Ezekowitz |
2012-08-10 | did the same for buttons and up/down pistons | Vanessa Ezekowitz |