Commit Graph

553 Commits

Author SHA1 Message Date
Anthony Zhang ecefc937c9 Add ghoststone, crafted like removestone, with steel ingots at the corners. Trapstone disappears upon mesecon signals, but unlike removestone, reappears after the mesecon signal turns off. 2012-09-27 17:25:58 -04:00
khonkhortisan 1da390d263 Merge pull request #50 from khonkhortisan/master
fix t-junction selectionbox when on (was node-sized)
2012-09-10 15:50:25 -07:00
Kyle cee2574ff2 fix t-junction selectionbox when on 2012-09-10 15:48:06 -07:00
Vanessa Ezekowitz 12b0a38fb1 tweaked insulated wire textures to work for t-junctions 2012-09-10 12:47:31 -04:00
Jeija e92387695d Add T-junction extrawire (no good textures yet) 2012-09-09 13:34:21 +02:00
Jeija 500e95c331 Fix Microcontroller bug in a different way, define offstate ports as inputs only 2012-09-09 13:07:59 +02:00
Jeija f0e3b13f3f Merge branch 'master' of
https://github.com/Jeija/minetest-mod-mesecons
2012-09-08 15:28:57 +02:00
Jeija f959c16763 Fix Microcontroller bug (discovered by Fenris) and some others that propably noone found 2012-09-08 15:10:31 +02:00
Jeija f8d6d72441 Merge pull request #49 from khonkhortisan/extrawires
insulated crossed wire
2012-09-07 22:10:27 -07:00
Kyle d3b1c43ee1 crossing wire moved into mesecons 2012-09-07 13:18:53 -07:00
Jeija 4ae7bc9aa6 Use sunlight_propagates = true for some more nodes 2012-09-07 15:59:49 +02:00
Vanessa Ezekowitz 70e9db28bc Merge branch 'master' of github.com:Jeija/minetest-mod-mesecons 2012-09-06 10:32:10 -04:00
Vanessa Ezekowitz c04870efe4 New textures for blinkyplant 2012-09-06 10:31:42 -04:00
Jeija 3928d54d0c Implement mesecon:register_receptor(onstate, offstate, rules, get_rules) and make add_receptor_node(_off) deprecated 2012-09-06 09:53:30 +02:00
Vanessa Ezekowitz 3c90f36a75 better "power plant" texture 2012-09-05 20:52:03 -04:00
Jeija 7e7e1de725 Code cleanup 2012-09-05 23:52:09 +02:00
Jeija 69c6f1a440 Remove door 2012-09-05 23:06:46 +02:00
Jeija f2b11e4238 Merge pull request #48 from khonkhortisan/gates
Gates
2012-09-05 13:58:38 -07:00
Kyle 6aa330e85c depend on mesecons_delayer's all_rules instead of getting both insulated
and microcontroller rules
2012-09-05 10:09:53 -07:00
Kyle 9fbc4b4587 went back to large nodeboxes which agree with inventory image 2012-09-04 21:22:29 -07:00
Kyle 17fc6ac1f0 FACEDIR! (among other things) 2012-09-04 21:16:32 -07:00
Kyle e65c5ca9dc nodeboxes now show which sides connect 2012-09-03 11:50:43 -07:00
Kyle b0142a7429 flat inventory image for easy gate identification 2012-09-01 23:27:23 -07:00
Kyle 845c275121 registering the on receptor makes placing a mesecon on the out port of
the gate update the circuitry after it
2012-09-01 22:06:25 -07:00
Kyle 0f7a87538d (oops) forgot the "out" connection 2012-09-01 18:59:10 -07:00
Kyle 6f1296198c simplified effector rules 2012-09-01 18:53:31 -07:00
Kyle dc3fc4deb5 cut set_gate in half 2012-09-01 18:26:15 -07:00
Kyle 9af83593ac added recipes 2012-09-01 17:07:00 -07:00
Kyle efd06143b1 gates overheat 2012-09-01 16:10:23 -07:00
VanessaE 544dfb9e0b Merge pull request #46 from VanessaE/master
Fix previous commit
2012-09-01 14:44:40 -07:00
Vanessa Ezekowitz 34737f62e9 oops, that last commit broke something - evidently 'code' is not consistent.
This restores the previous behavior when code=nil, and shows the code when not.
2012-09-01 17:42:42 -04:00
VanessaE 00d797ae0f Merge pull request #45 from VanessaE/master
fix missing code display in after() in µC
2012-09-01 14:33:29 -07:00
Vanessa Ezekowitz 1d29037d8b fix missing code display when after() is involved 2012-09-01 17:32:49 -04:00
VanessaE 6fec23a5f2 Merge pull request #44 from VanessaE/master
prevent crash in µC sbi
2012-09-01 14:30:25 -07:00
Vanessa Ezekowitz f641a0cc9c prevent crash with malformed sbi code.
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-01 17:28:04 -04:00
Kyle b44f443fb2 nodeboxes 2012-09-01 13:48:16 -07:00
Kyle f93930a478 gate output works 2012-09-01 13:07:18 -07:00
VanessaE 65f614f9e1 Merge pull request #43 from VanessaE/master
receivers are now visibly insulated
2012-09-01 11:38:51 -07:00
Vanessa Ezekowitz 98b8c8da76 Receiver now looks insulated, since it behaves that way anyways. 2012-09-01 14:37:32 -04:00
Kyle 6147c385cc initial gates commit, logic behind gates works, more work to do. 2012-09-01 01:23:15 -07:00
Anthony 5cc18d8fbd Merge pull request #42 from Jat15/master
Modified pistons, movestone, mvps for all liquid
2012-08-30 09:43:56 -07:00
Jat b7553145b0 Actuator ignored liquid (all) 2012-08-30 14:20:18 +02:00
VanessaE bcd6634811 Merge pull request #38 from VanessaE/master
gave receiver objects their own textures.
2012-08-28 11:19:19 -07:00
Vanessa Ezekowitz 8206ac70f1 Gave receivers their own textures. Needed so that they can be textured
separately, plus the nodeboxes were a little glitchy with the wires textures.
2012-08-28 14:17:18 -04:00
VanessaE decdfdb362 Merge pull request #36 from khonkhortisan/master
blue lightstone recipe
2012-08-25 01:34:09 -07:00
Kyle c228861c1f recipe for blue lightstone from fiber, missing texture 2012-08-25 01:33:48 -07:00
VanessaE 4070300acc Merge pull request #35 from VanessaE/master
images for blue lightstone
2012-08-25 01:33:33 -07:00
Vanessa Ezekowitz 73474e1bb5 added images for blue lightstone 2012-08-25 04:33:00 -04:00
sfan5 9966017f27 Merge pull request #34 from khonkhortisan/master
Reduced the number of µC images.
2012-08-24 23:29:26 -07:00
Kyle d399162fc1 Reduced the number of µC images. Instead of 16 top images, there is one
off image, then four port images that can be overlaid on top of the
blank.
2012-08-24 23:23:44 -07:00