<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mesecons/mesecons_receiver, branch master</title>
<subtitle>Fork of https://github.com/minetest-mods/mesecons
</subtitle>
<id>http://cheapiesystems.com/git/mesecons/atom?h=master</id>
<link rel='self' href='http://cheapiesystems.com/git/mesecons/atom?h=master'/>
<link rel='alternate' type='text/html' href='http://cheapiesystems.com/git/mesecons/'/>
<updated>2020-06-26T23:26:14Z</updated>
<entry>
<title>Use mod.conf for dependencies (#492)</title>
<updated>2020-06-26T23:26:14Z</updated>
<author>
<name>David Leal</name>
<email>halfpacho@gmail.com</email>
</author>
<published>2020-06-26T23:26:14Z</published>
<link rel='alternate' type='text/html' href='http://cheapiesystems.com/git/mesecons/commit/?id=168a9236655035b3aa9a6597dd7cdca9ad6fbd65'/>
<id>urn:sha1:168a9236655035b3aa9a6597dd7cdca9ad6fbd65</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Optimize images (#464)</title>
<updated>2019-06-27T19:33:11Z</updated>
<author>
<name>Hugo Locurcio</name>
<email>calinou@opmbx.org</email>
</author>
<published>2019-06-27T19:33:11Z</published>
<link rel='alternate' type='text/html' href='http://cheapiesystems.com/git/mesecons/commit/?id=8baa789eb180c5a8944682c893478d7f9f874970'/>
<id>urn:sha1:8baa789eb180c5a8944682c893478d7f9f874970</id>
<content type='text'>
Recompress losslessly using `optipng` and `advpng`</content>
</entry>
<entry>
<title>Fix mesecon receiver duplication (#419)</title>
<updated>2018-07-21T07:42:24Z</updated>
<author>
<name>Vitaliy</name>
<email>silverunicorn2011@yandex.ru</email>
</author>
<published>2018-07-21T07:42:24Z</published>
<link rel='alternate' type='text/html' href='http://cheapiesystems.com/git/mesecons/commit/?id=a2340065925a2b622bba45661b8a5f96a888101a'/>
<id>urn:sha1:a2340065925a2b622bba45661b8a5f96a888101a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add sounds for wires and piston heads</title>
<updated>2018-01-28T19:56:42Z</updated>
<author>
<name>Wuzzy</name>
<email>Wuzzy2@mail.ru</email>
</author>
<published>2018-01-28T19:56:42Z</published>
<link rel='alternate' type='text/html' href='http://cheapiesystems.com/git/mesecons/commit/?id=6f1ff244740b0de67949a187c76f473c3180bbba'/>
<id>urn:sha1:6f1ff244740b0de67949a187c76f473c3180bbba</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Set is_ground_content to false (#386)</title>
<updated>2017-10-31T21:50:39Z</updated>
<author>
<name>DS</name>
<email>vorunbekannt75@web.de</email>
</author>
<published>2017-10-31T21:50:39Z</published>
<link rel='alternate' type='text/html' href='http://cheapiesystems.com/git/mesecons/commit/?id=ff0bd76efece4738ed6ba406460859a4d1e7cd8e'/>
<id>urn:sha1:ff0bd76efece4738ed6ba406460859a4d1e7cd8e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Properly handle rotation of buttons / levers</title>
<updated>2017-01-02T13:51:28Z</updated>
<author>
<name>Carter Kolwey</name>
<email>cheapiephp@gmail.com</email>
</author>
<published>2016-12-26T05:50:09Z</published>
<link rel='alternate' type='text/html' href='http://cheapiesystems.com/git/mesecons/commit/?id=1bd936ad8c9e326f9466af66d78c8bda75bfd1c6'/>
<id>urn:sha1:1bd936ad8c9e326f9466af66d78c8bda75bfd1c6</id>
<content type='text'>
Buttons and levers can now also be pointed upwards / downwards which will make them connect to corresponding up / down receivers. You will need to use the screwdriver for this.

Receivers cannot be rotated using the screwdriver anymore.
</content>
</entry>
<entry>
<title>Split wires into their own mod, introduce autoconnect hooks</title>
<updated>2016-08-23T09:08:53Z</updated>
<author>
<name>Carter Kolwey</name>
<email>cheapiephp@gmail.com</email>
</author>
<published>2016-08-23T05:20:46Z</published>
<link rel='alternate' type='text/html' href='http://cheapiesystems.com/git/mesecons/commit/?id=912f17f33590df4ad76775a3511881ad4bbf4853'/>
<id>urn:sha1:912f17f33590df4ad76775a3511881ad4bbf4853</id>
<content type='text'>
The update_autoconnect function had to be abstracted away from the
default wires, any kind of wire can now register autoconnect hooks,
which should make having multiple different wire types much easier.

mesecons_mvps, mesecons_receiver and mesecons_random made use of
update_autoconnect, their code was also adapted. This also fixes a
receiver bug: If a receiver was placed with a onstate receptor next
to it (but not the wall lever / button that caused the receiver to
appear) the receiver didn't turn on in the past.

Also move documentation for mesecon wire into mesecons_wire.
</content>
</entry>
<entry>
<title>Always use minetest.set_node instead of minetest.add_node for consistency</title>
<updated>2016-02-14T20:00:37Z</updated>
<author>
<name>Jeija</name>
<email>norrepli@gmail.com</email>
</author>
<published>2016-02-14T20:00:37Z</published>
<link rel='alternate' type='text/html' href='http://cheapiesystems.com/git/mesecons/commit/?id=7865d428348e64b4aa2877830fd97a283b0ae44e'/>
<id>urn:sha1:7865d428348e64b4aa2877830fd97a283b0ae44e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove trailing whitespace</title>
<updated>2015-10-04T11:30:34Z</updated>
<author>
<name>Jeija</name>
<email>norrepli@gmail.com</email>
</author>
<published>2015-10-04T11:30:34Z</published>
<link rel='alternate' type='text/html' href='http://cheapiesystems.com/git/mesecons/commit/?id=97f7b5745f8914178adbfce65bc339c366cb4a17'/>
<id>urn:sha1:97f7b5745f8914178adbfce65bc339c366cb4a17</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix receiver looks, fixes #195, thanks to MT-Modder for reporting</title>
<updated>2014-12-06T16:24:34Z</updated>
<author>
<name>Jeija</name>
<email>jeija@mesecons.net</email>
</author>
<published>2014-12-06T16:24:34Z</published>
<link rel='alternate' type='text/html' href='http://cheapiesystems.com/git/mesecons/commit/?id=b3aa8f5d1394ea1b1eec0d445b14638de235052d'/>
<id>urn:sha1:b3aa8f5d1394ea1b1eec0d445b14638de235052d</id>
<content type='text'>
</content>
</entry>
</feed>
