<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mesecons/mesecons_extrawires, branch origin/sticky_blocks</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>http://git.linux-forks.de/mesecons/atom?h=origin%2Fsticky_blocks</id>
<link rel='self' href='http://git.linux-forks.de/mesecons/atom?h=origin%2Fsticky_blocks'/>
<link rel='alternate' type='text/html' href='http://git.linux-forks.de/mesecons/'/>
<updated>2015-02-13T22:02:09+00:00</updated>
<entry>
<title>Remove insulated t-junction and crossover from craftable group</title>
<updated>2015-02-13T22:02:09+00:00</updated>
<author>
<name>MT-Modder</name>
<email>thomas.waits148@gmail.com</email>
</author>
<published>2015-02-13T22:02:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.linux-forks.de/mesecons/commit/?id=1d93a51f6edbc2df276a756f05b88a21e9d1ed71'/>
<id>urn:sha1:1d93a51f6edbc2df276a756f05b88a21e9d1ed71</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #156 from HybridDog/ov_it</title>
<updated>2014-11-22T21:30:31+00:00</updated>
<author>
<name>Florian Euchner</name>
<email>norrepli@gmail.com</email>
</author>
<published>2014-11-22T21:30:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.linux-forks.de/mesecons/commit/?id=fb5c9edaf48ba863c18b4ead85eceef5a74e5b78'/>
<id>urn:sha1:fb5c9edaf48ba863c18b4ead85eceef5a74e5b78</id>
<content type='text'>
Use minetest.override_item to redefine mese</content>
</entry>
<entry>
<title>Fix bug in mesecon.find_receptor that caused false turnoffs and rewrite lever +</title>
<updated>2014-11-22T19:49:54+00:00</updated>
<author>
<name>Jeija</name>
<email>jeija@mesecons.net</email>
</author>
<published>2014-11-22T19:49:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.linux-forks.de/mesecons/commit/?id=80d136125ef8f17af85d0045800d5e761ace3229'/>
<id>urn:sha1:80d136125ef8f17af85d0045800d5e761ace3229</id>
<content type='text'>
switch
</content>
</entry>
<entry>
<title>Replace mesecon:&lt;some_function&gt; with mesecon.&lt;some_function&gt; for greater</title>
<updated>2014-11-22T14:42:22+00:00</updated>
<author>
<name>Jeija</name>
<email>jeija@mesecons.net</email>
</author>
<published>2014-11-22T14:42:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.linux-forks.de/mesecons/commit/?id=5be179bf110b44bdc06df6dbfde4e61487cf0635'/>
<id>urn:sha1:5be179bf110b44bdc06df6dbfde4e61487cf0635</id>
<content type='text'>
flexibility and because it was never inteded to be OOP in the first
place.

mesecon.receptor_on and mesecon.receptor_off are provided by wrappers
(mesecon:receptor_on/off) for compatibility, but will be removed. Mod
programmers that use mesecons: Please update!

Also, fix microcontroller polluting the global namespace and remove some
deprecated stuff.
</content>
</entry>
<entry>
<title>Pressure plates and the object detector will send power to vertical</title>
<updated>2014-11-22T11:30:39+00:00</updated>
<author>
<name>Jeija</name>
<email>jeija@mesecons.net</email>
</author>
<published>2014-11-22T11:28:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.linux-forks.de/mesecons/commit/?id=b5cc933287b9dcd1d2e9b999398f93023e89fccc'/>
<id>urn:sha1:b5cc933287b9dcd1d2e9b999398f93023e89fccc</id>
<content type='text'>
wires 2 nodes below them, allows to hide circuitry powered by them.
Fixes #179
Rewrite pressure plates + vertical wires using mesecon.register_node.
</content>
</entry>
<entry>
<title>Rewrite mesecon wires. This should increase the efficiency and speed of</title>
<updated>2014-11-22T10:40:58+00:00</updated>
<author>
<name>Jeija</name>
<email>jeija@mesecons.net</email>
</author>
<published>2014-11-22T10:37:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.linux-forks.de/mesecons/commit/?id=194155fff8e848750dc716fd920045b3c340310d'/>
<id>urn:sha1:194155fff8e848750dc716fd920045b3c340310d</id>
<content type='text'>
large machines.

It also makes the wires.lua code easier to understand and more
maintainable. In case any other mod depends on
mesecon:update_autoconnect, please update it to use
mesecon.update_autoconnect. This should also fix some other minor bugs.
Please report bugs if this commit creates new ones.

This commit changes wire looks and removes some unneccesary textures.
</content>
</entry>
<entry>
<title>Don't allow non-inventory items as ingredients</title>
<updated>2014-05-02T07:07:52+00:00</updated>
<author>
<name>Zefram</name>
<email>zefram@fysh.org</email>
</author>
<published>2014-05-01T17:42:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.linux-forks.de/mesecons/commit/?id=b64fea4f707547c4b84ae54e204ac51255ae476f'/>
<id>urn:sha1:b64fea4f707547c4b84ae54e204ac51255ae476f</id>
<content type='text'>
Some mesecon wires (the turned-on nodes) that were
not_in_creative_inventory and should never appear in an actual inventory
were also mesecon_conductor_craftable.  This is liable to make a craft
guide show them as potential ingredients, due to the use of the group
in recipes.
</content>
</entry>
<entry>
<title>use minetest.override_item to redefine mese</title>
<updated>2014-04-21T11:27:12+00:00</updated>
<author>
<name>HybridDog</name>
<email>adresse_test@t-online.de</email>
</author>
<published>2014-04-21T11:27:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.linux-forks.de/mesecons/commit/?id=b9178dfcaaae366f93b399ab05d3c8e205c0f76e'/>
<id>urn:sha1:b9178dfcaaae366f93b399ab05d3c8e205c0f76e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Vertical wire update.</title>
<updated>2013-12-18T20:14:03+00:00</updated>
<author>
<name>Uberi</name>
<email>azhang9@gmail.com</email>
</author>
<published>2013-12-18T20:14:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.linux-forks.de/mesecons/commit/?id=d9cc1d5aa18a6267e74b00ba432cf5738eb685e5'/>
<id>urn:sha1:d9cc1d5aa18a6267e74b00ba432cf5738eb685e5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix vertical wire drops.</title>
<updated>2013-12-01T01:44:33+00:00</updated>
<author>
<name>Uberi</name>
<email>azhang9@gmail.com</email>
</author>
<published>2013-12-01T01:43:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.linux-forks.de/mesecons/commit/?id=f479dd27d5dd916a8d532324c241d898f4976604'/>
<id>urn:sha1:f479dd27d5dd916a8d532324c241d898f4976604</id>
<content type='text'>
</content>
</entry>
</feed>
