<feed xmlns='http://www.w3.org/2005/Atom'>
<title>powder/src/elements/aray.c, branch solidswork</title>
<subtitle>The Powder Toy</subtitle>
<link rel='alternate' type='text/html' href='http://git.unaligned.org/git/powder/'/>
<entry>
<title>Remove old code</title>
<updated>2012-11-17T19:43:59Z</updated>
<author>
<name>Simon Robertshaw</name>
<email>simon@hardwired.org.uk</email>
</author>
<published>2012-11-17T19:43:59Z</published>
<link rel='alternate' type='text/html' href='http://git.unaligned.org/git/powder/commit/?id=e3594aba9e05c6865d396418c028049cda92c2f3'/>
<id>e3594aba9e05c6865d396418c028049cda92c2f3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added GPLv3+ license headers to all files in src/elements/</title>
<updated>2012-05-06T11:55:05Z</updated>
<author>
<name>Aditya Vaidya</name>
<email>kroq.gar78@gmail.com</email>
</author>
<published>2012-05-06T04:47:27Z</published>
<link rel='alternate' type='text/html' href='http://git.unaligned.org/git/powder/commit/?id=f69920b96cda8c46807a1782e40e546c0d434cb3'/>
<id>f69920b96cda8c46807a1782e40e546c0d434cb3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Change STOR, PIPE, DUST to make correct use of .flags field.</title>
<updated>2012-04-19T15:37:53Z</updated>
<author>
<name>Simon Robertshaw</name>
<email>simon@hardwired.org.uk</email>
</author>
<published>2012-04-19T15:37:53Z</published>
<link rel='alternate' type='text/html' href='http://git.unaligned.org/git/powder/commit/?id=b5a52838c7ac3d1339923d417a9d447eab42cc7d'/>
<id>b5a52838c7ac3d1339923d417a9d447eab42cc7d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Prevent ARAY passing through some non-conductive materials, and let normal ARAY pass through sparked INWR</title>
<updated>2012-02-29T21:54:35Z</updated>
<author>
<name>jacksonmj</name>
<email>mj-pt@jacksonmj.co.uk</email>
</author>
<published>2012-02-29T21:43:28Z</published>
<link rel='alternate' type='text/html' href='http://git.unaligned.org/git/powder/commit/?id=d21c61aa52682b496bcc7cbaa764ae91b1d46cc2'/>
<id>d21c61aa52682b496bcc7cbaa764ae91b1d46cc2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow BRAY from PSCN to pass through sparked INWR</title>
<updated>2012-02-16T21:39:29Z</updated>
<author>
<name>jacksonmj</name>
<email>mj-pt@jacksonmj.co.uk</email>
</author>
<published>2012-02-16T21:39:29Z</published>
<link rel='alternate' type='text/html' href='http://git.unaligned.org/git/powder/commit/?id=e769f3feb828a2d5ecc6bf58e679d5ac0561b961'/>
<id>e769f3feb828a2d5ecc6bf58e679d5ac0561b961</id>
<content type='text'>
(it currently passes through INWR only when not sparked)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(it currently passes through INWR only when not sparked)
</pre>
</div>
</content>
</entry>
<entry>
<title>Make ARAY fire once per spark</title>
<updated>2012-02-05T14:45:30Z</updated>
<author>
<name>jacksonmj</name>
<email>mj-pt@jacksonmj.co.uk</email>
</author>
<published>2012-02-04T01:48:20Z</published>
<link rel='alternate' type='text/html' href='http://git.unaligned.org/git/powder/commit/?id=72a4358eee003fef0a1e64ce223001f4bd1f1102'/>
<id>72a4358eee003fef0a1e64ce223001f4bd1f1102</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>More SPRK life checks for electronic elements</title>
<updated>2012-02-05T14:45:30Z</updated>
<author>
<name>jacksonmj</name>
<email>mj-pt@jacksonmj.co.uk</email>
</author>
<published>2012-02-04T01:34:22Z</published>
<link rel='alternate' type='text/html' href='http://git.unaligned.org/git/powder/commit/?id=68ab3ca3ca846ac5911cbfaa7c511b8f13108a54'/>
<id>68ab3ca3ca846ac5911cbfaa7c511b8f13108a54</id>
<content type='text'>
Check life&gt;0, because SPRK changes back to its ctype when life==0. This
could result in SPRK being found/not found depending on particle order,
so pretend SPRK is not there if life==0 (it will disappear during the
current frame).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Check life&gt;0, because SPRK changes back to its ctype when life==0. This
could result in SPRK being found/not found depending on particle order,
so pretend SPRK is not there if life==0 (it will disappear during the
current frame).
</pre>
</div>
</content>
</entry>
<entry>
<title>Separate loop for updating life, and add SPRK life checks to most electronics</title>
<updated>2012-02-05T14:45:29Z</updated>
<author>
<name>jacksonmj</name>
<email>mj-pt@jacksonmj.co.uk</email>
</author>
<published>2012-02-03T23:35:44Z</published>
<link rel='alternate' type='text/html' href='http://git.unaligned.org/git/powder/commit/?id=6bdc05cc40a89b6454fdbaca7a2315a07f085bf9'/>
<id>6bdc05cc40a89b6454fdbaca7a2315a07f085bf9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>CLST+NITR = TNT, Use ARAY to clear large arrays of STOR</title>
<updated>2011-12-19T15:21:27Z</updated>
<author>
<name>Simon Robertshaw</name>
<email>simon@hardwired.org.uk</email>
</author>
<published>2011-12-19T15:21:27Z</published>
<link rel='alternate' type='text/html' href='http://git.unaligned.org/git/powder/commit/?id=5e0bec261c621246170f356285851601e603ba9a'/>
<id>5e0bec261c621246170f356285851601e603ba9a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow pipe to grab from photon map, BRAY beam takes temp from ARAY</title>
<updated>2011-11-26T12:44:52Z</updated>
<author>
<name>Simon Robertshaw</name>
<email>simon@hardwired.org.uk</email>
</author>
<published>2011-11-26T12:44:52Z</published>
<link rel='alternate' type='text/html' href='http://git.unaligned.org/git/powder/commit/?id=d17336b4672e72791fa1f9ac1c5e7c04bbffd831'/>
<id>d17336b4672e72791fa1f9ac1c5e7c04bbffd831</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
