Commit Graph

480 Commits (master)

Author SHA1 Message Date
Jeija 64cbdb9af2 Merge pull request #26 from VanessaE/master
isolated wires
2012-08-17 02:27:40 -07:00
Vanessa Ezekowitz 11f91bfdd6 new nodeboxes+textures for isolated mesecons 2012-08-17 05:26:18 -04:00
Jeija 78fdedc880 Add conductor rules, add demo isolated mesecons to proof that it works 2012-08-16 21:24:06 +02:00
Jeija e74bb1ce75 Same rules change like with wall levers for buttons 2012-08-15 20:50:13 +02:00
Jeija 67b21804e3 Fix/Improve Wall lever rules 2012-08-15 20:43:45 +02:00
Jeija 6214dbf66e Remove Temperest setting as it is an extension now 2012-08-15 11:11:13 +02:00
Jeija 573a3150d1 Move Temperest to mesecons-extension-temperest 2012-08-15 11:05:15 +02:00
Jeija 44d075f92d Change tile_images to tiles for water turbine 2012-08-15 10:59:16 +02:00
Jeija 0fef5cca58 Move Battery to mesecons-extension-battery 2012-08-15 10:57:57 +02:00
Jeija b346d89594 Update microcontroller tutorial to include after() 2012-08-13 23:33:53 +02:00
Jeija 67dfa93c2e Finish after() command: works now 2012-08-13 23:20:29 +02:00
Jeija 5ede8f370c Bugfix for microcontroller's after(): Make sure that microcontroller the code runs on is the same that sends the code 2012-08-13 22:55:14 +02:00
Jeija c58882b0c6 Bugfix: Check if receptor node is powered from somewhere before turning it off in mesecons:turnoff 2012-08-13 22:42:45 +02:00
Jeija 9f16e4fcaa Add not-yet-working after(time, code) function to the microcontroller 2012-08-13 22:33:25 +02:00
Jeija 9396ce8940 Re-enable backwards compatibility (sorry for disabling) 2012-08-13 21:51:41 +02:00
Jeija 164971f6d1 Remove piston_up from dead groups 2012-08-13 20:39:14 +02:00
Jeija 6f9036c70b Register piston_up and piston_down as effectors 2012-08-13 20:37:39 +02:00
Jeija 00ce2540c2 New effector system, effectors have to be registered with mesecon:register_effector(onstate, offstate, rules, function get_rules) rules and function get_rules are optional. You don't have to specify both onstate and offstate (required for e.g. removestone) 2012-08-13 20:17:45 +02:00
Jeija 24c50571f7 Make mesecons only connect to input and output ports (e.g. of the delayer) 2012-08-13 16:49:14 +02:00
Jeija 439af2a88b Add alias for solar panel: mesecons:solarpanel 2012-08-13 14:38:27 +02:00
Jeija 5626aec852 Use sapling instead of jungelgrass for power & blinky plant. Glue is made by cooking saplings. 2012-08-13 14:36:48 +02:00
Jeija 55bdf5441f Code improvement, Bugfix for solar panel 2012-08-13 14:26:00 +02:00
Jeija 2b1f0d1338 Update README 2012-08-13 13:17:35 +02:00
Jeija b197d29bef Code cleanup, little bugfix (some conductors placed next to receptors didn't turn on) 2012-08-13 13:12:19 +02:00
Jeija 987de2c7d5 Merge pull request #23 from VanessaE/master
solar panel doesn't actually need a side texture.
2012-08-13 03:08:12 -07:00
Jeija cf6106ce43 Code cleanup - remove internal_api.lua (now internal.lua) 2012-08-13 12:05:37 +02:00
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