<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mesecons/mesecons_button, branch 2017.03.05</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>http://git.linux-forks.de/mesecons/atom?h=2017.03.05</id>
<link rel='self' href='http://git.linux-forks.de/mesecons/atom?h=2017.03.05'/>
<link rel='alternate' type='text/html' href='http://git.linux-forks.de/mesecons/'/>
<updated>2017-01-02T13:51:28+00:00</updated>
<entry>
<title>Properly handle rotation of buttons / levers</title>
<updated>2017-01-02T13:51:28+00:00</updated>
<author>
<name>Carter Kolwey</name>
<email>cheapiephp@gmail.com</email>
</author>
<published>2016-12-26T05:50:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.linux-forks.de/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>Major change: Documentation is now included with mesecons, the website just extracts the documentation in a more readable format</title>
<updated>2015-11-20T19:14:50+00:00</updated>
<author>
<name>Jeija</name>
<email>norrepli@gmail.com</email>
</author>
<published>2015-11-20T19:14:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.linux-forks.de/mesecons/commit/?id=0ec771bf7d8d95f24b46d2f608cccc109ec2de4f'/>
<id>urn:sha1:0ec771bf7d8d95f24b46d2f608cccc109ec2de4f</id>
<content type='text'>
This makes development of new features easier, as documentation can automatically be updated on the website without modifying the website's code!
Every mod that has nodes in the mesecons modpack has a "doc" folder that contains subfolders with recipe, description and preview of the block. The website will discover which documentation is available
by reading the documentation.json file.
</content>
</entry>
<entry>
<title>Remove trailing whitespace</title>
<updated>2015-10-04T11:30:34+00:00</updated>
<author>
<name>Jeija</name>
<email>norrepli@gmail.com</email>
</author>
<published>2015-10-04T11:30:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.linux-forks.de/mesecons/commit/?id=97f7b5745f8914178adbfce65bc339c366cb4a17'/>
<id>urn:sha1:97f7b5745f8914178adbfce65bc339c366cb4a17</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use right mouse button instead of left to press button and change state of switch and lever.</title>
<updated>2015-10-01T17:13:12+00:00</updated>
<author>
<name>Marcin</name>
<email>beyondlimits@10g.pl</email>
</author>
<published>2015-10-01T17:13:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.linux-forks.de/mesecons/commit/?id=6e326a6a03a989f887f7e8da2be3b5b7cdb64619'/>
<id>urn:sha1:6e326a6a03a989f887f7e8da2be3b5b7cdb64619</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Don't refer to LIGHT_MAX global; use default.</title>
<updated>2015-05-11T04:28:56+00:00</updated>
<author>
<name>Phil Hagelberg</name>
<email>phil@hagelb.org</email>
</author>
<published>2015-05-11T04:28:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.linux-forks.de/mesecons/commit/?id=52ea2c3c66764da4edeadb3c9bbbe85435aae47e'/>
<id>urn:sha1:52ea2c3c66764da4edeadb3c9bbbe85435aae47e</id>
<content type='text'>
The LIGHT_MAX global is created in the legacy.lua file in the default
mod; it states that it's there for backwards compatibility, but it would
be better to reference the proper value inside the default table.
</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>Move textures into their mods</title>
<updated>2014-01-10T18:13:02+00:00</updated>
<author>
<name>ShadowNinja</name>
<email>shadowninja@minetest.net</email>
</author>
<published>2014-01-10T18:13:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.linux-forks.de/mesecons/commit/?id=de6dd30745bf70186504dcffd3cb67e4a512b0ea'/>
<id>urn:sha1:de6dd30745bf70186504dcffd3cb67e4a512b0ea</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update code to standards of Minetest 0.4.8.</title>
<updated>2013-12-01T03:13:00+00:00</updated>
<author>
<name>Uberi</name>
<email>azhang9@gmail.com</email>
</author>
<published>2013-12-01T03:13:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.linux-forks.de/mesecons/commit/?id=16b4b79c51719849588c49d1d47d9bcbc05533e4'/>
<id>urn:sha1:16b4b79c51719849588c49d1d47d9bcbc05533e4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use minetest.swap_node() instead of mesecons' version,  Minor code changes</title>
<updated>2013-12-01T01:34:55+00:00</updated>
<author>
<name>Vanessa Ezekowitz</name>
<email>vanessaezekowitz@gmail.com</email>
</author>
<published>2013-12-01T01:20:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.linux-forks.de/mesecons/commit/?id=f46bc329de7bfc35f64a17822247372e6fa3a1cb'/>
<id>urn:sha1:f46bc329de7bfc35f64a17822247372e6fa3a1cb</id>
<content type='text'>
here and there to facilitate this.
</content>
</entry>
<entry>
<title>Update init.lua</title>
<updated>2013-04-15T06:21:41+00:00</updated>
<author>
<name>RealBadAngel</name>
<email>mk@realbadangel.pl</email>
</author>
<published>2013-04-15T06:21:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.linux-forks.de/mesecons/commit/?id=e88e99b54fddfcd307de115460f5159db80008d0'/>
<id>urn:sha1:e88e99b54fddfcd307de115460f5159db80008d0</id>
<content type='text'>
change crafting recipe format</content>
</entry>
</feed>
