<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mesecons/mesecons_torch, branch origin/actionqueue</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>http://git.linux-forks.de/mesecons/atom?h=origin%2Factionqueue</id>
<link rel='self' href='http://git.linux-forks.de/mesecons/atom?h=origin%2Factionqueue'/>
<link rel='alternate' type='text/html' href='http://git.linux-forks.de/mesecons/'/>
<updated>2013-12-01T01:34:55+00:00</updated>
<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>Fix all crafting recipes to use modern style</title>
<updated>2013-04-28T10:40:08+00:00</updated>
<author>
<name>RealBadAngel</name>
<email>mk@realbadangel.pl</email>
</author>
<published>2013-04-28T10:40:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.linux-forks.de/mesecons/commit/?id=255e363b04dbaa0e19f290d96512278a433570f9'/>
<id>urn:sha1:255e363b04dbaa0e19f290d96512278a433570f9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Minor cleanup of mesecno torch and add another rule to it (behind above)</title>
<updated>2012-12-27T09:50:20+00:00</updated>
<author>
<name>Jeija</name>
<email>norrepli@gmail.com</email>
</author>
<published>2012-12-27T09:50:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.linux-forks.de/mesecons/commit/?id=ac0fb9113997e87c724ed5ece9e9914936ed6a3b'/>
<id>urn:sha1:ac0fb9113997e87c724ed5ece9e9914936ed6a3b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Port a lot more (basically everything apart from gates, pistons and extrawire crossing) to the new nodedef system. There are some problems with wall button and wall lever (in the way they visually connect to wires)</title>
<updated>2012-12-08T23:42:30+00:00</updated>
<author>
<name>Jeija</name>
<email>norrepli@gmail.com</email>
</author>
<published>2012-12-08T23:42:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.linux-forks.de/mesecons/commit/?id=b37bdbf55cf6d3205d5dd7a2491a8bd855cbbd76'/>
<id>urn:sha1:b37bdbf55cf6d3205d5dd7a2491a8bd855cbbd76</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Switch from tile_images to tiles = {...}</title>
<updated>2012-08-20T08:12:10+00:00</updated>
<author>
<name>Jeija</name>
<email>norrepli@gmail.com</email>
</author>
<published>2012-08-20T08:12:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.linux-forks.de/mesecons/commit/?id=15fa38b848c016f6b3404cd8428b2517a3e00984'/>
<id>urn:sha1:15fa38b848c016f6b3404cd8428b2517a3e00984</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add not-yet-working after(time, code) function to the microcontroller</title>
<updated>2012-08-13T20:33:25+00:00</updated>
<author>
<name>Jeija</name>
<email>norrepli@gmail.com</email>
</author>
<published>2012-08-13T20:33:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.linux-forks.de/mesecons/commit/?id=9f16e4fcaaf683e8e97ef9baea6153c5168f5346'/>
<id>urn:sha1:9f16e4fcaaf683e8e97ef9baea6153c5168f5346</id>
<content type='text'>
</content>
</entry>
<entry>
<title>New effector system, effectors have to be registered with mesecon:register_effector(onstate, offstate, rules, function get_rules) rules and function get_rules are optional. You don't have to specify both onstate and offstate (required for e.g. removestone)</title>
<updated>2012-08-13T18:17:45+00:00</updated>
<author>
<name>Jeija</name>
<email>norrepli@gmail.com</email>
</author>
<published>2012-08-13T18:17:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.linux-forks.de/mesecons/commit/?id=00ce2540c22340ed02135d74c6d70a35757e8deb'/>
<id>urn:sha1:00ce2540c22340ed02135d74c6d70a35757e8deb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Code cleanup, little bugfix (some conductors placed next to receptors didn't turn on)</title>
<updated>2012-08-13T11:12:19+00:00</updated>
<author>
<name>Jeija</name>
<email>norrepli@gmail.com</email>
</author>
<published>2012-08-13T11:12:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.linux-forks.de/mesecons/commit/?id=b197d29bef365947d0f288287ebaf09fab07cd86'/>
<id>urn:sha1:b197d29bef365947d0f288287ebaf09fab07cd86</id>
<content type='text'>
</content>
</entry>
<entry>
<title>change all recipes to use group:mesecon_conductor_craftable</title>
<updated>2012-08-12T00:53:47+00:00</updated>
<author>
<name>Vanessa Ezekowitz</name>
<email>vanessaezekowitz@gmail.com</email>
</author>
<published>2012-08-12T00:53:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.linux-forks.de/mesecons/commit/?id=e12b29798770fd49e74d76d4872595dae90c12f7'/>
<id>urn:sha1:e12b29798770fd49e74d76d4872595dae90c12f7</id>
<content type='text'>
fixed deprecated/invalid recipes in lightstones.

fixed copy&amp;paste error in one of the delayer textures

fixed recipe for player detector to rely on microcontroller instead of old IC
</content>
</entry>
<entry>
<title>Mesecons only connect to blocks with group mesecon &gt; 1</title>
<updated>2012-08-11T21:39:28+00:00</updated>
<author>
<name>Jeija</name>
<email>norrepli@gmail.com</email>
</author>
<published>2012-08-11T21:39:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.linux-forks.de/mesecons/commit/?id=1f6e1fa7abba58508a6274e9d0fa6bdfb6632dc2'/>
<id>urn:sha1:1f6e1fa7abba58508a6274e9d0fa6bdfb6632dc2</id>
<content type='text'>
</content>
</entry>
</feed>
