<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mesecons, branch master</title>
<subtitle>Fork of https://github.com/minetest-mods/mesecons
</subtitle>
<id>http://cheapiesystems.com/git/mesecons/atom?h=master</id>
<link rel='self' href='http://cheapiesystems.com/git/mesecons/atom?h=master'/>
<link rel='alternate' type='text/html' href='http://cheapiesystems.com/git/mesecons/'/>
<updated>2022-01-07T22:29:37Z</updated>
<entry>
<title>Luacontroller terminal improvements</title>
<updated>2022-01-07T22:29:37Z</updated>
<author>
<name>cheapie</name>
<email>no-email-for-you@example.com</email>
</author>
<published>2022-01-07T22:29:37Z</published>
<link rel='alternate' type='text/html' href='http://cheapiesystems.com/git/mesecons/commit/?id=52ce5b622f9242264d140e88f89a883dd6c0ade5'/>
<id>urn:sha1:52ce5b622f9242264d140e88f89a883dd6c0ade5</id>
<content type='text'>
* Adds a second argument to print() - if true, no line feed is prepended
* Adds a clearterm() function in the Luacontroller environment to clear the terminal screen
</content>
</entry>
<entry>
<title>Avoid crashing on a nil error message</title>
<updated>2022-01-06T15:26:22Z</updated>
<author>
<name>cheapie</name>
<email>no-email-for-you@example.com</email>
</author>
<published>2022-01-06T15:26:22Z</published>
<link rel='alternate' type='text/html' href='http://cheapiesystems.com/git/mesecons/commit/?id=e8998e0fab52ea825596a741f2650ad8e1e95d72'/>
<id>urn:sha1:e8998e0fab52ea825596a741f2650ad8e1e95d72</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add Luacontroller examples/help system</title>
<updated>2022-01-03T00:42:08Z</updated>
<author>
<name>cheapie</name>
<email>no-email-for-you@example.com</email>
</author>
<published>2022-01-03T00:42:08Z</published>
<link rel='alternate' type='text/html' href='http://cheapiesystems.com/git/mesecons/commit/?id=243a8063ddbb107ab191aa333cc6cdc85701f410'/>
<id>urn:sha1:243a8063ddbb107ab191aa333cc6cdc85701f410</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make digging an overheated sticky piston drop one that isn't</title>
<updated>2022-01-02T22:44:39Z</updated>
<author>
<name>cheapie</name>
<email>no-email-for-you@example.com</email>
</author>
<published>2022-01-02T22:44:39Z</published>
<link rel='alternate' type='text/html' href='http://cheapiesystems.com/git/mesecons/commit/?id=648f77bd43f1fbe59e6d655e57d96e2647a43b68'/>
<id>urn:sha1:648f77bd43f1fbe59e6d655e57d96e2647a43b68</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make off events count towards pistons overheating too</title>
<updated>2022-01-02T22:42:59Z</updated>
<author>
<name>cheapie</name>
<email>no-email-for-you@example.com</email>
</author>
<published>2022-01-02T22:42:59Z</published>
<link rel='alternate' type='text/html' href='http://cheapiesystems.com/git/mesecons/commit/?id=9050d5b2282af82e56f26f4c57c05a01352ef567'/>
<id>urn:sha1:9050d5b2282af82e56f26f4c57c05a01352ef567</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix migration of old LuaCs</title>
<updated>2022-01-02T20:01:06Z</updated>
<author>
<name>cheapie</name>
<email>no-email-for-you@example.com</email>
</author>
<published>2022-01-02T20:01:06Z</published>
<link rel='alternate' type='text/html' href='http://cheapiesystems.com/git/mesecons/commit/?id=da8d9e5dee1fcdba476f8ad4cfc79cb5a4f88a8b'/>
<id>urn:sha1:da8d9e5dee1fcdba476f8ad4cfc79cb5a4f88a8b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add Luacontroller terminal</title>
<updated>2022-01-02T19:48:45Z</updated>
<author>
<name>cheapie</name>
<email>no-email-for-you@example.com</email>
</author>
<published>2022-01-02T19:48:45Z</published>
<link rel='alternate' type='text/html' href='http://cheapiesystems.com/git/mesecons/commit/?id=2ad8e91d9fd3f968106b52f7fcaf2710587974b5'/>
<id>urn:sha1:2ad8e91d9fd3f968106b52f7fcaf2710587974b5</id>
<content type='text'>
This adds a "terminal" tab to the Luacontroller, which:
* Shows errors, warnings, and print() output (fixing upstream #388)
* Allows text to be entered, which is sent as event.text with an event.type of "terminal"
The Luacontroller formspec has also been converted to version 4 in the process.
</content>
</entry>
<entry>
<title>Add pulse gate</title>
<updated>2022-01-02T18:22:00Z</updated>
<author>
<name>cheapie</name>
<email>no-email-for-you@example.com</email>
</author>
<published>2022-01-02T18:22:00Z</published>
<link rel='alternate' type='text/html' href='http://cheapiesystems.com/git/mesecons/commit/?id=a98cf4b03d42d3836148da590bb0cde9f689037f'/>
<id>urn:sha1:a98cf4b03d42d3836148da590bb0cde9f689037f</id>
<content type='text'>
Sends a mesecons signal of a fixed length (punch to adjust, like a delayer) when power is applied.
Uses texture by numberZero from upstream #536
</content>
</entry>
<entry>
<title>Prevent beds from being split by pistons/movestone</title>
<updated>2022-01-02T17:39:13Z</updated>
<author>
<name>cheapie</name>
<email>no-email-for-you@example.com</email>
</author>
<published>2022-01-02T17:39:13Z</published>
<link rel='alternate' type='text/html' href='http://cheapiesystems.com/git/mesecons/commit/?id=f82cae841e8ed96c03c7aaefbc26dbff2d811f2b'/>
<id>urn:sha1:f82cae841e8ed96c03c7aaefbc26dbff2d811f2b</id>
<content type='text'>
Fixes upstream #579 and provides the necessary framework for fixing similar bugs involving other mods.
</content>
</entry>
<entry>
<title>Add piston overheating and automatic cooldown</title>
<updated>2022-01-02T17:26:40Z</updated>
<author>
<name>cheapie</name>
<email>no-email-for-you@example.com</email>
</author>
<published>2022-01-02T17:26:40Z</published>
<link rel='alternate' type='text/html' href='http://cheapiesystems.com/git/mesecons/commit/?id=8aaa8f125f9f0e485237b3e5962bab5ca39c9465'/>
<id>urn:sha1:8aaa8f125f9f0e485237b3e5962bab5ca39c9465</id>
<content type='text'>
Based on upstream #532 by numberZero, more or less fixes upstream #499
</content>
</entry>
</feed>
