<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mesecons/mesecons_mvps, branch origin/movestones_nodes</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>http://git.linux-forks.de/mesecons/atom?h=origin%2Fmovestones_nodes</id>
<link rel='self' href='http://git.linux-forks.de/mesecons/atom?h=origin%2Fmovestones_nodes'/>
<link rel='alternate' type='text/html' href='http://git.linux-forks.de/mesecons/'/>
<updated>2015-02-14T12:35:50+00:00</updated>
<entry>
<title>Rewrite movestones, make them nodes instead of entities</title>
<updated>2015-02-14T12:35:50+00:00</updated>
<author>
<name>Jeija</name>
<email>norrepli@gmail.com</email>
</author>
<published>2015-02-14T10:54:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.linux-forks.de/mesecons/commit/?id=1df6e5a03bbc4057571a882017009f5e6c54907b'/>
<id>urn:sha1:1df6e5a03bbc4057571a882017009f5e6c54907b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Register only locked nodes as stoppers</title>
<updated>2015-02-14T04:58:36+00:00</updated>
<author>
<name>MT-Modder</name>
<email>thomas.waits148@gmail.com</email>
</author>
<published>2015-02-14T04:58:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.linux-forks.de/mesecons/commit/?id=6d9f44455ccff5d8237c92d4d0d27cd1dc49d12e'/>
<id>urn:sha1:6d9f44455ccff5d8237c92d4d0d27cd1dc49d12e</id>
<content type='text'>
This was suggested here:
https://github.com/Jeija/minetest-mod-mesecons/pull/216
</content>
</entry>
<entry>
<title>Register chests and bookshelves as stoppers</title>
<updated>2015-02-05T05:57:33+00:00</updated>
<author>
<name>MT-Modder</name>
<email>thomas.waits148@gmail.com</email>
</author>
<published>2015-02-05T05:57:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.linux-forks.de/mesecons/commit/?id=3c06da79081988c0d71be4e17e62ff4c020b0811'/>
<id>urn:sha1:3c06da79081988c0d71be4e17e62ff4c020b0811</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rewrite Logic Gates: Makes it super-easy to add new gates and cleans up code</title>
<updated>2014-11-29T14:08:37+00:00</updated>
<author>
<name>Jeija</name>
<email>jeija@mesecons.net</email>
</author>
<published>2014-11-29T14:08:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.linux-forks.de/mesecons/commit/?id=c326dc221a4ee6a1b55b681eb1456d7da62de7fb'/>
<id>urn:sha1:c326dc221a4ee6a1b55b681eb1456d7da62de7fb</id>
<content type='text'>
Fix bugs in the Luacontroller (when placing, false input pin values were given) and fix variables
leaking into the global environment in pistons.
</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>Rewrite mesecon wires. This should increase the efficiency and speed of</title>
<updated>2014-11-22T10:40:58+00:00</updated>
<author>
<name>Jeija</name>
<email>jeija@mesecons.net</email>
</author>
<published>2014-11-22T10:37:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.linux-forks.de/mesecons/commit/?id=194155fff8e848750dc716fd920045b3c340310d'/>
<id>urn:sha1:194155fff8e848750dc716fd920045b3c340310d</id>
<content type='text'>
large machines.

It also makes the wires.lua code easier to understand and more
maintainable. In case any other mod depends on
mesecon:update_autoconnect, please update it to use
mesecon.update_autoconnect. This should also fix some other minor bugs.
Please report bugs if this commit creates new ones.

This commit changes wire looks and removes some unneccesary textures.
</content>
</entry>
<entry>
<title>Fix #164</title>
<updated>2014-06-08T14:12:49+00:00</updated>
<author>
<name>Novatux</name>
<email>nathanael.courant@laposte.net</email>
</author>
<published>2014-06-08T14:12:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.linux-forks.de/mesecons/commit/?id=b8714f7d93319c9aad77704957ff027d1a0a6c1b'/>
<id>urn:sha1:b8714f7d93319c9aad77704957ff027d1a0a6c1b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add mesecon:register_on_mvps_move, fix mesecon:mvps_pull_all</title>
<updated>2014-01-03T10:04:19+00:00</updated>
<author>
<name>Novatux</name>
<email>nathanael.courant@laposte.net</email>
</author>
<published>2014-01-03T10:04:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.linux-forks.de/mesecons/commit/?id=b0f81a8c62ee3a1b99b7c659d5a7dfdbd20eef88'/>
<id>urn:sha1:b0f81a8c62ee3a1b99b7c659d5a7dfdbd20eef88</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>Audit code for possible nil value indexing with unregistered nodes.</title>
<updated>2013-06-22T19:43:58+00:00</updated>
<author>
<name>Anthony Zhang</name>
<email>azhang9@gmail.com</email>
</author>
<published>2013-06-22T19:43:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.linux-forks.de/mesecons/commit/?id=96011bc71816b5e9eb2cc6c86f009198dfb1146c'/>
<id>urn:sha1:96011bc71816b5e9eb2cc6c86f009198dfb1146c</id>
<content type='text'>
</content>
</entry>
</feed>
