<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mesecons/mesecons_detector, 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>2016-02-14T12:41:48+00:00</updated>
<entry>
<title>Merge branch 'playerdetector_update' of https://github.com/HybridDog/minetest-mod-mesecons into HybridDog-playerdetector_update</title>
<updated>2016-02-14T12:41:48+00:00</updated>
<author>
<name>Jeija</name>
<email>norrepli@gmail.com</email>
</author>
<published>2016-02-14T11:58:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.linux-forks.de/mesecons/commit/?id=6b54f025c16f29bd8049d5664b53d6ff6c30ce55'/>
<id>urn:sha1:6b54f025c16f29bd8049d5664b53d6ff6c30ce55</id>
<content type='text'>
</content>
</entry>
<entry>
<title>playerdetector: short code and don't get scanname for every object</title>
<updated>2016-01-03T13:56:32+00:00</updated>
<author>
<name>HybridDog</name>
<email>ovvv@web.de</email>
</author>
<published>2016-01-03T13:37:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.linux-forks.de/mesecons/commit/?id=c1d0481f8fbaead527058dbdeb678e8d245b67fc'/>
<id>urn:sha1:c1d0481f8fbaead527058dbdeb678e8d245b67fc</id>
<content type='text'>
</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>Return if invalid parameters are given to node_detector_scan (e.g. unloaded area), should fix #228</title>
<updated>2015-03-26T06:29:34+00:00</updated>
<author>
<name>Jeija</name>
<email>norrepli@gmail.com</email>
</author>
<published>2015-03-26T06:29:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.linux-forks.de/mesecons/commit/?id=b6ae419b009a2b547ec3ec40f76e4108194a2335'/>
<id>urn:sha1:b6ae419b009a2b547ec3ec40f76e4108194a2335</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Re-implement settings system:</title>
<updated>2014-11-22T21:09:26+00:00</updated>
<author>
<name>Jeija</name>
<email>jeija@mesecons.net</email>
</author>
<published>2014-11-22T21:09:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.linux-forks.de/mesecons/commit/?id=f977ac821aa2f6c7053ec7f65d289c57de1e91a8'/>
<id>urn:sha1:f977ac821aa2f6c7053ec7f65d289c57de1e91a8</id>
<content type='text'>
Settings can now be retrieved by mesecon.setting(&lt;name&gt;, &lt;default&gt;) and can be modified without
editing the source code by adding the setting to minetest.conf
For instance, you can add mesecon.blinky_plant_interval = 0.5 to minetest.conf in order to
increase the blinking speed.
Rewrite the blinky plant with nodetimers.
Fixes #161
</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>Localize a few variables, add "GET" command to node detector.</title>
<updated>2014-06-08T17:02:15+00:00</updated>
<author>
<name>Novatux</name>
<email>nathanael.courant@laposte.net</email>
</author>
<published>2014-06-08T17:02:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.linux-forks.de/mesecons/commit/?id=63998fd7e720f836463a7f6202a504435cd934cd'/>
<id>urn:sha1:63998fd7e720f836463a7f6202a504435cd934cd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add node detector, which works like the player detector but detects a specific nodename (or any node except air) in front of it.</title>
<updated>2014-06-08T06:29:17+00:00</updated>
<author>
<name>Novatux</name>
<email>nathanael.courant@laposte.net</email>
</author>
<published>2014-06-08T06:29:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.linux-forks.de/mesecons/commit/?id=99cb021f15358e03c797b79fdcf58a7a364a5ed0'/>
<id>urn:sha1:99cb021f15358e03c797b79fdcf58a7a364a5ed0</id>
<content type='text'>
</content>
</entry>
</feed>
