<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mesecons, branch origin/improve-luacontroller</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>http://git.linux-forks.de/mesecons/atom?h=origin%2Fimprove-luacontroller</id>
<link rel='self' href='http://git.linux-forks.de/mesecons/atom?h=origin%2Fimprove-luacontroller'/>
<link rel='alternate' type='text/html' href='http://git.linux-forks.de/mesecons/'/>
<updated>2014-11-22T22:14:45+00:00</updated>
<entry>
<title>Fix burnt luacontroller, nodebox + crash</title>
<updated>2014-11-22T22:14:45+00:00</updated>
<author>
<name>Jeija</name>
<email>jeija@mesecons.net</email>
</author>
<published>2014-11-22T22:14:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.linux-forks.de/mesecons/commit/?id=085b4d8bb72a95303f6e683cdbf57ed2cddb53b7'/>
<id>urn:sha1:085b4d8bb72a95303f6e683cdbf57ed2cddb53b7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'improve-luacontroller' of https://github.com/ShadowNinja/minetest-mod-mesecons into ShadowNinja-improve-luacontroller</title>
<updated>2014-11-22T22:04:34+00:00</updated>
<author>
<name>Jeija</name>
<email>jeija@mesecons.net</email>
</author>
<published>2014-11-22T22:04:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.linux-forks.de/mesecons/commit/?id=0e3aa57ed38c2aedd9ba64bc32456d7e1180ba8b'/>
<id>urn:sha1:0e3aa57ed38c2aedd9ba64bc32456d7e1180ba8b</id>
<content type='text'>
Conflicts:
	mesecons/legacy.lua
	mesecons_luacontroller/init.lua
	mesecons_microcontroller/init.lua
</content>
</entry>
<entry>
<title>Merge branch 'doorsounds'</title>
<updated>2014-11-22T21:43:12+00:00</updated>
<author>
<name>Jeija</name>
<email>jeija@mesecons.net</email>
</author>
<published>2014-11-22T21:43:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.linux-forks.de/mesecons/commit/?id=a814abd1e007e324789f80654d2d8135ced386bf'/>
<id>urn:sha1:a814abd1e007e324789f80654d2d8135ced386bf</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>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>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>Fix compatibility with not yet updated mods that use mesecon:receptor_*</title>
<updated>2014-11-22T19:05:36+00:00</updated>
<author>
<name>Jeija</name>
<email>jeija@mesecons.net</email>
</author>
<published>2014-11-22T19:05:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.linux-forks.de/mesecons/commit/?id=a550323fea995437896d809df5e5c3795271219c'/>
<id>urn:sha1:a550323fea995437896d809df5e5c3795271219c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use iterative algorithm for mesecon.find_receptor_on, major performance improvement for large</title>
<updated>2014-11-22T16:12:48+00:00</updated>
<author>
<name>Jeija</name>
<email>jeija@mesecons.net</email>
</author>
<published>2014-11-22T16:12:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.linux-forks.de/mesecons/commit/?id=d19e975955465dcf483789fa537a1d9de28c52f9'/>
<id>urn:sha1:d19e975955465dcf483789fa537a1d9de28c52f9</id>
<content type='text'>
circuits.
This also fixes a crash introduced with the previous commit that occured when placing a wire
crossing.
</content>
</entry>
<entry>
<title>Fix bug in mesecon.mergetable that caused false rules</title>
<updated>2014-11-22T15:00:49+00:00</updated>
<author>
<name>Jeija</name>
<email>jeija@mesecons.net</email>
</author>
<published>2014-11-22T15:00:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.linux-forks.de/mesecons/commit/?id=29dc50057c5f82d018c52df6250a0097ccb50e43'/>
<id>urn:sha1:29dc50057c5f82d018c52df6250a0097ccb50e43</id>
<content type='text'>
</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>
</feed>
