<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mesecons/mesecons_microcontroller, branch origin/mesecons_in_nodedef</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>http://git.linux-forks.de/mesecons/atom?h=origin%2Fmesecons_in_nodedef</id>
<link rel='self' href='http://git.linux-forks.de/mesecons/atom?h=origin%2Fmesecons_in_nodedef'/>
<link rel='alternate' type='text/html' href='http://git.linux-forks.de/mesecons/'/>
<updated>2012-12-09T14:32:29+00:00</updated>
<entry>
<title>Fix microcontroller digging</title>
<updated>2012-12-09T14:32:29+00:00</updated>
<author>
<name>Jeija</name>
<email>norrepli@gmail.com</email>
</author>
<published>2012-12-09T14:32:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.linux-forks.de/mesecons/commit/?id=05def1540a0defb99234bce994352a05f632f69f'/>
<id>urn:sha1:05def1540a0defb99234bce994352a05f632f69f</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>Improve T-FF code and add a reset pin on C.</title>
<updated>2012-10-07T17:08:01+00:00</updated>
<author>
<name>cornernote</name>
<email>cornernote@gmail.com</email>
</author>
<published>2012-10-07T17:08:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.linux-forks.de/mesecons/commit/?id=931ac23ff390ef5440386e39e4617357dc1538c8'/>
<id>urn:sha1:931ac23ff390ef5440386e39e4617357dc1538c8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix Microcontroller bug in a different way, define offstate ports as inputs only</title>
<updated>2012-09-09T11:07:59+00:00</updated>
<author>
<name>Jeija</name>
<email>norrepli@gmail.com</email>
</author>
<published>2012-09-09T11:07:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.linux-forks.de/mesecons/commit/?id=500e95c3319536b293bd4545e54edf5a0ad39d1e'/>
<id>urn:sha1:500e95c3319536b293bd4545e54edf5a0ad39d1e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix Microcontroller bug (discovered by Fenris) and some others that propably noone found</title>
<updated>2012-09-08T13:10:31+00:00</updated>
<author>
<name>Jeija</name>
<email>norrepli@gmail.com</email>
</author>
<published>2012-09-08T13:10:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.linux-forks.de/mesecons/commit/?id=f959c16763592c2638261ea1ba64c435cbe6c207'/>
<id>urn:sha1:f959c16763592c2638261ea1ba64c435cbe6c207</id>
<content type='text'>
</content>
</entry>
<entry>
<title>oops, that last commit broke something - evidently 'code' is not consistent.</title>
<updated>2012-09-01T21:42:42+00:00</updated>
<author>
<name>Vanessa Ezekowitz</name>
<email>vanessaezekowitz@gmail.com</email>
</author>
<published>2012-09-01T21:42:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.linux-forks.de/mesecons/commit/?id=34737f62e903d6e37325fe215751f7b6e0fdbd19'/>
<id>urn:sha1:34737f62e903d6e37325fe215751f7b6e0fdbd19</id>
<content type='text'>
This restores the previous behavior when code=nil, and shows the code when not.
</content>
</entry>
<entry>
<title>fix missing code display when after() is involved</title>
<updated>2012-09-01T21:32:49+00:00</updated>
<author>
<name>Vanessa Ezekowitz</name>
<email>vanessaezekowitz@gmail.com</email>
</author>
<published>2012-09-01T21:32:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.linux-forks.de/mesecons/commit/?id=1d29037d8b3558a7ca1590e943d3a8f899db512d'/>
<id>urn:sha1:1d29037d8b3558a7ca1590e943d3a8f899db512d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>prevent crash with malformed sbi code.</title>
<updated>2012-09-01T21:28:04+00:00</updated>
<author>
<name>Vanessa Ezekowitz</name>
<email>vanessaezekowitz@gmail.com</email>
</author>
<published>2012-09-01T21:28:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.linux-forks.de/mesecons/commit/?id=f641a0cc9c09a9402d439d752788d16271e9424e'/>
<id>urn:sha1:f641a0cc9c09a9402d439d752788d16271e9424e</id>
<content type='text'>
just inserting "sbi(A, C!=D)" into a µC without connecting it to anything
causes 'b' at line 510 to become nil, crashing the server.
</content>
</entry>
<entry>
<title>Reduced the number of µC images. Instead of 16 top images, there is one</title>
<updated>2012-08-25T06:23:44+00:00</updated>
<author>
<name>Kyle</name>
<email>khonkhortisan@gmail.com</email>
</author>
<published>2012-08-25T06:23:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.linux-forks.de/mesecons/commit/?id=d399162fc1b66e5dc57edefd3af408057837b016'/>
<id>urn:sha1:d399162fc1b66e5dc57edefd3af408057837b016</id>
<content type='text'>
off image, then four port images that can be overlaid on top of the
blank.
</content>
</entry>
<entry>
<title>added proper bottom image to microcontroller</title>
<updated>2012-08-25T05:32:24+00:00</updated>
<author>
<name>Vanessa Ezekowitz</name>
<email>vanessaezekowitz@gmail.com</email>
</author>
<published>2012-08-25T05:32:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.linux-forks.de/mesecons/commit/?id=d0ae1b56e843edf5292302b74cb0bc278d44249c'/>
<id>urn:sha1:d0ae1b56e843edf5292302b74cb0bc278d44249c</id>
<content type='text'>
</content>
</entry>
</feed>
