<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mesecons/mesecons_luacontroller, branch origin/luacontroller_jit_functions</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>http://git.linux-forks.de/mesecons/atom?h=origin%2Fluacontroller_jit_functions</id>
<link rel='self' href='http://git.linux-forks.de/mesecons/atom?h=origin%2Fluacontroller_jit_functions'/>
<link rel='alternate' type='text/html' href='http://git.linux-forks.de/mesecons/'/>
<updated>2016-03-13T20:16:16+00:00</updated>
<entry>
<title>Luacontroller: Fix function usage in LuaJIT, make 'do' no longer</title>
<updated>2016-03-13T20:16:16+00:00</updated>
<author>
<name>Jeija</name>
<email>norrepli@gmail.com</email>
</author>
<published>2016-03-13T12:43:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.linux-forks.de/mesecons/commit/?id=08b14e3af0384bf23de3fa976ae94e212819218e'/>
<id>urn:sha1:08b14e3af0384bf23de3fa976ae94e212819218e</id>
<content type='text'>
prohibited, remove pcall and xpcall, fix global lookup of "jit"
variable, correct error locations

Thanks to @ShadowNinja and @gamemanj for fixing this in #241
</content>
</entry>
<entry>
<title>Add os.datetable(), a (very) limited wrapper for os.date(). Fixes #246.</title>
<updated>2016-01-02T07:13:38+00:00</updated>
<author>
<name>Carter Kolwey</name>
<email>cheapiephp@gmail.com</email>
</author>
<published>2016-01-02T07:13:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.linux-forks.de/mesecons/commit/?id=35b647ed4a885e0aadcbd6e07e63a1a401566f91'/>
<id>urn:sha1:35b647ed4a885e0aadcbd6e07e63a1a401566f91</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>Luacontroller: Add configurable size limit for mem table, 100kBytes by default, fixes #240</title>
<updated>2015-10-18T09:28:35+00:00</updated>
<author>
<name>Jeija</name>
<email>norrepli@gmail.com</email>
</author>
<published>2015-10-18T09:28:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.linux-forks.de/mesecons/commit/?id=b89fe524693296be57400f4ae74ef27bd7cc46d3'/>
<id>urn:sha1:b89fe524693296be57400f4ae74ef27bd7cc46d3</id>
<content type='text'>
If size limit is exceeded, the luacontroller overheats. Overheating will cause the memory
to be erased.
</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>Fix #196, removes soft-depend on commonlib</title>
<updated>2014-12-20T09:11:12+00:00</updated>
<author>
<name>Jeija</name>
<email>norrepli@gmail.com</email>
</author>
<published>2014-12-20T09:11:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.linux-forks.de/mesecons/commit/?id=011543a782152f384a921f7264d87197a12a8497'/>
<id>urn:sha1:011543a782152f384a921f7264d87197a12a8497</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Don't trigger an "off" event to itself when luacontroller turns a port off</title>
<updated>2014-11-29T09:56:09+00:00</updated>
<author>
<name>Jeija</name>
<email>jeija@mesecons.net</email>
</author>
<published>2014-11-29T09:56:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.linux-forks.de/mesecons/commit/?id=d2373eb6059fabc2e5116fb8a50ebc02e351d24d'/>
<id>urn:sha1:d2373eb6059fabc2e5116fb8a50ebc02e351d24d</id>
<content type='text'>
I hope this doesn't break anyone's setup.
</content>
</entry>
<entry>
<title>Fix luacontroller: attempt to perform arithmetic on global 'print_count' (a nil value)</title>
<updated>2014-11-25T18:53:29+00:00</updated>
<author>
<name>Jeija</name>
<email>jeija@mesecons.net</email>
</author>
<published>2014-11-25T18:53:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.linux-forks.de/mesecons/commit/?id=2a51e40af9fd4bc0b8f7aa2d11fecf9427541aa3'/>
<id>urn:sha1:2a51e40af9fd4bc0b8f7aa2d11fecf9427541aa3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'improve-luacontroller'</title>
<updated>2014-11-25T16:36:52+00:00</updated>
<author>
<name>Jeija</name>
<email>jeija@mesecons.net</email>
</author>
<published>2014-11-25T16:20:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.linux-forks.de/mesecons/commit/?id=4bd9d2a9ec84347e7c7ee488664120e39643a013'/>
<id>urn:sha1:4bd9d2a9ec84347e7c7ee488664120e39643a013</id>
<content type='text'>
However, without the print_count limiting functionality

Conflicts:
	mesecons_luacontroller/init.lua
</content>
</entry>
<entry>
<title>Fix luacontroller interrupts not working if no iid is supplied</title>
<updated>2014-11-23T09:59:51+00:00</updated>
<author>
<name>Jeija</name>
<email>jeija@mesecons.net</email>
</author>
<published>2014-11-23T09:59:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.linux-forks.de/mesecons/commit/?id=f388dc475a1770151bd19208bfae7e204d5cde71'/>
<id>urn:sha1:f388dc475a1770151bd19208bfae7e204d5cde71</id>
<content type='text'>
</content>
</entry>
</feed>
