<feed xmlns='http://www.w3.org/2005/Atom'>
<title>powder/src/elements/sprk.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>Powered pipe, based on jacob1's commits</title>
<updated>2012-08-13T22:48:55Z</updated>
<author>
<name>jacksonmj</name>
<email>mj-pt@jacksonmj.co.uk</email>
</author>
<published>2012-08-11T08:53:02Z</published>
<link rel='alternate' type='text/html' href='http://git.unaligned.org/git/powder/commit/?id=8ec0f41fb143a6bda08d078232f3d70b36328dc4'/>
<id>8ec0f41fb143a6bda08d078232f3d70b36328dc4</id>
<content type='text'>
PSCN to turn on, NSCN to turn off, INST to reverse.

Differences from jacob1's commit include: flood fill function that
includes 1px diagonal pipes, powered/reversed state stored in tmp
instead of flags, sparks from PSCN/NSCN/INST always take effect the
following frame, single pixel pipe directions are a number from 0 to 7
so "if(coords)" does not check whether one is set (store another
"transfers according to 1px pipe direction" bit for reverse flow).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PSCN to turn on, NSCN to turn off, INST to reverse.

Differences from jacob1's commit include: flood fill function that
includes 1px diagonal pipes, powered/reversed state stored in tmp
instead of flags, sparks from PSCN/NSCN/INST always take effect the
following frame, single pixel pipe directions are a number from 0 to 7
so "if(coords)" does not check whether one is set (store another
"transfers according to 1px pipe direction" bit for reverse flow).
</pre>
</div>
</content>
</entry>
<entry>
<title>Add ptypes.enabled checks to a few more places</title>
<updated>2012-07-09T19:09:29Z</updated>
<author>
<name>jacksonmj</name>
<email>mj-pt@jacksonmj.co.uk</email>
</author>
<published>2012-07-09T19:09:29Z</published>
<link rel='alternate' type='text/html' href='http://git.unaligned.org/git/powder/commit/?id=61f39f5464f4f5d39c76f8427127e8998cc8e618'/>
<id>61f39f5464f4f5d39c76f8427127e8998cc8e618</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use atan2 for LIGH angle calculations</title>
<updated>2012-06-28T23:04:46Z</updated>
<author>
<name>jacksonmj</name>
<email>mj-pt@jacksonmj.co.uk</email>
</author>
<published>2012-06-28T23:04:46Z</published>
<link rel='alternate' type='text/html' href='http://git.unaligned.org/git/powder/commit/?id=966f1dcc235d65943d14e2a99058de709a15659a'/>
<id>966f1dcc235d65943d14e2a99058de709a15659a</id>
<content type='text'>
atan2 gives the actual angle (in the range -pi to pi). acos and asin just
give the principal value (in the range 0 to pi, or -pi/2 to pi/2)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
atan2 gives the actual angle (in the range -pi to pi). acos and asin just
give the principal value (in the range 0 to pi, or -pi/2 to pi/2)
</pre>
</div>
</content>
</entry>
<entry>
<title>Move INST flood fill into a separate function</title>
<updated>2012-06-15T12:45:55Z</updated>
<author>
<name>jacksonmj</name>
<email>mj-pt@jacksonmj.co.uk</email>
</author>
<published>2012-06-15T12:45:55Z</published>
<link rel='alternate' type='text/html' href='http://git.unaligned.org/git/powder/commit/?id=36de2f19f57ff056166ae268404f1f3851ea3077'/>
<id>36de2f19f57ff056166ae268404f1f3851ea3077</id>
<content type='text'>
Since there were so many if statements for INST in flood_parts. Also, allow
INST inside walls to be sparked.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since there were so many if statements for INST in flood_parts. Also, allow
INST inside walls to be sparked.
</pre>
</div>
</content>
</entry>
<entry>
<title>fusion changes</title>
<updated>2012-05-23T23:53:50Z</updated>
<author>
<name>Jacob1</name>
<email>jfu614@gmail.com</email>
</author>
<published>2012-05-23T23:53:50Z</published>
<link rel='alternate' type='text/html' href='http://git.unaligned.org/git/powder/commit/?id=1026963293716c8d340fcb857c0af092af92aa11'/>
<id>1026963293716c8d340fcb857c0af092af92aa11</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>prevent ionizing NBLE and burning H2 during fusion</title>
<updated>2012-03-14T23:33:10Z</updated>
<author>
<name>Jacob1</name>
<email>jfu614@gmail.com</email>
</author>
<published>2012-03-14T23:33:10Z</published>
<link rel='alternate' type='text/html' href='http://git.unaligned.org/git/powder/commit/?id=83d4658589d366a8a708d64c912c128bcebb9d1c'/>
<id>83d4658589d366a8a708d64c912c128bcebb9d1c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix spark color in nothing display</title>
<updated>2012-03-14T23:22:14Z</updated>
<author>
<name>Jacob1</name>
<email>jfu614@gmail.com</email>
</author>
<published>2012-02-12T22:14:04Z</published>
<link rel='alternate' type='text/html' href='http://git.unaligned.org/git/powder/commit/?id=08253244692bf81e96d74e185a7fe4fffdf88323'/>
<id>08253244692bf81e96d74e185a7fe4fffdf88323</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>
</feed>
