summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-09-09Add T-junction extrawire (no good textures yet)Jeija
2012-09-09Fix Microcontroller bug in a different way, define offstate ports as inputs onlyJeija
2012-09-08Merge branch 'master' ofJeija
https://github.com/Jeija/minetest-mod-mesecons
2012-09-08Fix Microcontroller bug (discovered by Fenris) and some others that propably ↵Jeija
noone found
2012-09-07Merge pull request #49 from khonkhortisan/extrawiresJeija
insulated crossed wire
2012-09-07crossing wire moved into meseconsKyle
2012-09-07Use sunlight_propagates = true for some more nodesJeija
2012-09-06Merge branch 'master' of github.com:Jeija/minetest-mod-meseconsVanessa Ezekowitz
2012-09-06New textures for blinkyplantVanessa Ezekowitz
2012-09-06Implement mesecon:register_receptor(onstate, offstate, rules, get_rules) and ↵Jeija
make add_receptor_node(_off) deprecated
2012-09-05better "power plant" textureVanessa Ezekowitz
2012-09-05Code cleanupJeija
2012-09-05Remove doorJeija
2012-09-05Merge pull request #48 from khonkhortisan/gatesJeija
Gates
2012-09-05depend on mesecons_delayer's all_rules instead of getting both insulatedKyle
and microcontroller rules
2012-09-04went back to large nodeboxes which agree with inventory imageKyle
2012-09-04FACEDIR! (among other things)Kyle
2012-09-03nodeboxes now show which sides connectKyle
2012-09-01flat inventory image for easy gate identificationKyle
2012-09-01registering the on receptor makes placing a mesecon on the out port ofKyle
the gate update the circuitry after it
2012-09-01(oops) forgot the "out" connectionKyle
2012-09-01simplified effector rulesKyle
2012-09-01cut set_gate in halfKyle
2012-09-01added recipesKyle
2012-09-01gates overheatKyle
2012-09-01Merge pull request #46 from VanessaE/masterVanessaE
Fix previous commit
2012-09-01oops, that last commit broke something - evidently 'code' is not consistent.Vanessa Ezekowitz
This restores the previous behavior when code=nil, and shows the code when not.
2012-09-01Merge pull request #45 from VanessaE/masterVanessaE
fix missing code display in after() in µC
2012-09-01fix missing code display when after() is involvedVanessa Ezekowitz
2012-09-01Merge pull request #44 from VanessaE/masterVanessaE
prevent crash in µC sbi
2012-09-01prevent crash with malformed sbi code.Vanessa Ezekowitz
just inserting "sbi(A, C!=D)" into a µC without connecting it to anything causes 'b' at line 510 to become nil, crashing the server.
2012-09-01nodeboxesKyle
2012-09-01gate output worksKyle
2012-09-01Merge pull request #43 from VanessaE/masterVanessaE
receivers are now visibly insulated
2012-09-01Receiver now looks insulated, since it behaves that way anyways.Vanessa Ezekowitz
2012-09-01initial gates commit, logic behind gates works, more work to do.Kyle
2012-08-30Merge pull request #42 from Jat15/masterAnthony
Modified pistons, movestone, mvps for all liquid
2012-08-30Actuator ignored liquid (all)Jat
2012-08-28Merge pull request #38 from VanessaE/masterVanessaE
gave receiver objects their own textures.
2012-08-28Gave receivers their own textures. Needed so that they can be texturedVanessa Ezekowitz
separately, plus the nodeboxes were a little glitchy with the wires textures.
2012-08-25Merge pull request #36 from khonkhortisan/masterVanessaE
blue lightstone recipe
2012-08-25recipe for blue lightstone from fiber, missing textureKyle
2012-08-25Merge pull request #35 from VanessaE/masterVanessaE
images for blue lightstone
2012-08-25added images for blue lightstoneVanessa Ezekowitz
2012-08-24Merge pull request #34 from khonkhortisan/mastersfan5
Reduced the number of µC images.
2012-08-24Reduced the number of µC images. Instead of 16 top images, there is oneKyle
off image, then four port images that can be overlaid on top of the blank.
2012-08-24Merge pull request #33 from VanessaE/masterVanessaE
uC bottom
2012-08-25added proper bottom image to microcontrollerVanessa Ezekowitz
2012-08-24Merge pull request #32 from khonkhortisan/masterVanessaE
pressing enter will reprogram the µC instead of acting like escape
2012-08-24pressing enter will reprogram the µC instead of acting like escapeKyle