Commit Graph

554 Commits

Author SHA1 Message Date
Jeija 955b8254dd Code cleanup 2012-08-13 12:03:36 +02:00
Jeija b8ba13a17a Code cleanup 2012-08-13 11:58:04 +02:00
Vanessa Ezekowitz 2a7f49ee04 fixed minor error on one of the new textures. 2012-08-13 05:56:49 -04:00
Vanessa Ezekowitz b78b540653 reworked textures for mesecons wires, added a new one for each of on/off
states, to allow wires without junction bumps to be textured differently.
2012-08-13 05:54:14 -04:00
Vanessa Ezekowitz 2f5ccf5b4f Merge branch 'master' of github.com:Jeija/minetest-mod-mesecons 2012-08-13 04:37:58 -04:00
Vanessa Ezekowitz 84e4f4cc6e (remove side texture) 2012-08-13 04:37:20 -04:00
Vanessa Ezekowitz 2a1eb20410 solarpanel doesn't actually need a side texture, the top texture can serve both
purposes with a minor tweak.
2012-08-13 04:36:19 -04:00
Jeija c20a4b3a89 Minimal speedup by not checking some nodes twice for receptors 2012-08-13 09:37:55 +02:00
Jeija c8c2fd32da Code cleanup and ond more extremely small speedup 2012-08-13 08:50:10 +02:00
Jeija 736f40bfb4 Merge pull request #22 from VanessaE/master
slim down mesecon wires' junction bumps
2012-08-12 22:27:41 -07:00
Vanessa Ezekowitz 68342c79d5 Made X <-> Z bends not produce junction bump (only appears on T-junctions,
crossings, etc)
2012-08-12 22:31:35 -04:00
Vanessa Ezekowitz 6d499ae971 Slimmed down wire junctions a bit. 2012-08-12 22:28:45 -04:00
Jeija fc74976f9c Further (small) speed improvement, shrink code & more comments on it 2012-08-12 23:02:38 +02:00
Jeija 3ea68a6eae Fix mesecon delayer bugs and other non-functional changes 2012-08-12 21:28:53 +02:00
Jeija 3be48e6985 Merge remote-tracking branch 'origin/master' 2012-08-12 10:58:55 +02:00
Jeija 9829abc74d HUGE speed improvement 2012-08-12 10:57:00 +02:00
sfan5 0c6d41259e Merge pull request #21 from VanessaE/master
microcontroller tweaks.
2012-08-11 23:54:06 -07:00
Vanessa Ezekowitz 61f1c28b72 reworked microcontroller images to make the lettering and LEDs look more
slender and symmetric.
2012-08-12 02:00:36 -04:00
Jeija d72c0e6bdd Add VanessaE to the contrib list 2012-08-12 07:27:14 +02:00
Jeija 6d208f6bca Merge pull request #20 from VanessaE/master
Multiple changes as discussed on IRC today
2012-08-11 22:18:47 -07:00
Vanessa Ezekowitz b2a6553ff3 Gave solar panel a side texture. Removed alpha channel from top. 2012-08-11 21:10:45 -04:00
Vanessa Ezekowitz 5d1c184941 thinned the microcontroller down a bit to fit the style of the other floor objects. 2012-08-11 21:04:05 -04:00
Vanessa Ezekowitz e12b297987 change all recipes to use group:mesecon_conductor_craftable
fixed deprecated/invalid recipes in lightstones.

fixed copy&paste error in one of the delayer textures

fixed recipe for player detector to rely on microcontroller instead of old IC
2012-08-11 20:53:47 -04:00
Vanessa Ezekowitz 83ac20018c Improvements to mesecons delayers nodeboxes and textures 2012-08-11 20:20:50 -04:00
Jeija 8f0d765ffe Merge pull request #19 from VanessaE/master
inventory image
2012-08-11 14:56:35 -07:00
Vanessa Ezekowitz d950f0d169 Merge branch 'master' of github.com:Jeija/minetest-mod-mesecons 2012-08-11 17:52:11 -04:00
Vanessa Ezekowitz d2aeeb3e94 Reverted back to old mesecons wire image for inventory 2012-08-11 17:51:36 -04:00
Jeija 8b62511615 Add some wires to mesecon_conductor_craftable group 2012-08-11 23:45:51 +02:00
Jeija 1f6e1fa7ab Mesecons only connect to blocks with group mesecon > 1 2012-08-11 23:39:28 +02:00
Jeija 6b1941a380 Add new nodebox style wires. Can be activated by setting NEW_STYLE_WIRES to true (in mesecons/settings.lua) 2012-08-11 22:58:00 +02:00
VanessaE a57b8f4a07 Merge pull request #17 from VanessaE/master
added mesecon=1 to torches also
2012-08-11 04:26:44 -07:00
Vanessa Ezekowitz 0214dbc582 added mesecon = 1 to groups for torches also. 2012-08-11 07:12:55 -04:00
Anthony c060e56e1d Merge pull request #16 from VanessaE/master
mesecons groups settings, detector textures
2012-08-10 16:04:23 -07:00
Vanessa Ezekowitz 0891b9e5af reworked the mesecons object detector textures. Much better now. 2012-08-10 18:35:27 -04:00
Vanessa Ezekowitz fa1213134a did the same for buttons and up/down pistons 2012-08-10 17:59:52 -04:00
Vanessa Ezekowitz 39db9cf01c Added "mesecon = 1" to the groups setting for most objects, so that they'll
visibly connect to neighboring wires.
2012-08-10 17:35:54 -04:00
Jeija b0a0387722 Make Delayer use facedir 2012-08-10 22:58:48 +02:00
Jeija 6772bc0112 Auto-Generate delayers 2012-08-10 21:50:07 +02:00
Jeija 813c0a83b0 Remove support for old jeija_* nodenames; add delayer and microcontroller aliases 2012-08-10 21:48:24 +02:00
Jeija 4db24333f5 Add craft recipe for noteblock 2012-08-10 21:31:52 +02:00
Jeija 32fba63267 Update Microcontroller Tutorial 2012-08-10 20:58:39 +02:00
Jeija 9d52049e83 Fix sticky piston duplicate bug 2012-08-10 20:12:53 +02:00
Jeija 8fa6894953 Consistency improvement and remove dead code 2012-08-10 18:58:21 +02:00
Jeija fe6c9f3e09 Little bugfix: Register microcontroller0000 as off receptor 2012-08-10 11:46:17 +02:00
Jeija daf1a7e5a3 Fix bug in registration of wall lever as receptor_node_on 2012-08-10 11:42:21 +02:00
Jeija ca7bd1f24f Improve light level a little 2012-08-10 11:31:01 +02:00
Jeija 2fe312618c Make button and Wall lever emit very few light if turned on 2012-08-10 11:11:53 +02:00
Jeija ce72ed2bab Add print command print(string in quotes or condition, can be concatenated using comma) 2012-08-10 10:47:40 +02:00
Jeija 6a524b8cdd Add else: if(condition)command()>command(); > is else 2012-08-10 10:19:33 +02:00
Jeija 0633809f73 Allow usage of sbi(PORT, condition) and change preset snippets to use this 2012-08-10 09:44:49 +02:00