<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mesecons/mesecons_pistons, branch 2016.09.13</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>http://git.linux-forks.de/mesecons/atom?h=2016.09.13</id>
<link rel='self' href='http://git.linux-forks.de/mesecons/atom?h=2016.09.13'/>
<link rel='alternate' type='text/html' href='http://git.linux-forks.de/mesecons/'/>
<updated>2016-02-15T15:36:27+00:00</updated>
<entry>
<title>Fix pistons not connecting to wire and not activating when placing</title>
<updated>2016-02-15T15:36:27+00:00</updated>
<author>
<name>Jeija</name>
<email>norrepli@gmail.com</email>
</author>
<published>2016-02-15T15:35:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.linux-forks.de/mesecons/commit/?id=fe9c6871de5db8add9ef196a088b975ed51a4eba'/>
<id>urn:sha1:fe9c6871de5db8add9ef196a088b975ed51a4eba</id>
<content type='text'>
up/down pistons from certain directions
</content>
</entry>
<entry>
<title>Always use minetest.set_node instead of minetest.add_node for consistency</title>
<updated>2016-02-14T20:00:37+00:00</updated>
<author>
<name>Jeija</name>
<email>norrepli@gmail.com</email>
</author>
<published>2016-02-14T20:00:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.linux-forks.de/mesecons/commit/?id=7865d428348e64b4aa2877830fd97a283b0ae44e'/>
<id>urn:sha1:7865d428348e64b4aa2877830fd97a283b0ae44e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use vector helper functions instead of old builtin cmpPos and addPosRule functions</title>
<updated>2016-02-14T19:55:50+00:00</updated>
<author>
<name>Jeija</name>
<email>norrepli@gmail.com</email>
</author>
<published>2016-02-14T19:55:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.linux-forks.de/mesecons/commit/?id=809192f353af2faeb779df85104d4d7ed8d8943d'/>
<id>urn:sha1:809192f353af2faeb779df85104d4d7ed8d8943d</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>Add support for sticky blocks for pistons and a a sample sticky block</title>
<updated>2015-02-28T12:42:39+00:00</updated>
<author>
<name>Jeija</name>
<email>norrepli@gmail.com</email>
</author>
<published>2015-02-28T12:42:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.linux-forks.de/mesecons/commit/?id=a6d0a523ba896762ac8b0d327863e523ab86dc47'/>
<id>urn:sha1:a6d0a523ba896762ac8b0d327863e523ab86dc47</id>
<content type='text'>
</content>
</entry>
<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>Fix onstate sticky piston drop: Must be sticky instead of normal piston</title>
<updated>2015-02-05T19:26:51+00:00</updated>
<author>
<name>Jeija</name>
<email>norrepli@gmail.com</email>
</author>
<published>2015-02-05T19:26:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.linux-forks.de/mesecons/commit/?id=639fc8988e9c34ee46c472a2455b4f72f2c8db40'/>
<id>urn:sha1:639fc8988e9c34ee46c472a2455b4f72f2c8db40</id>
<content type='text'>
Thanks to HybridDog for spotting that
</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>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>
</feed>
