<feed xmlns='http://www.w3.org/2005/Atom'>
<title>powder/src/elements/newgraphics.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>PPIP glowing brck in fire mode</title>
<updated>2012-08-21T14:00:08Z</updated>
<author>
<name>Simon Robertshaw</name>
<email>simon@hardwired.org.uk</email>
</author>
<published>2012-08-21T14:00:08Z</published>
<link rel='alternate' type='text/html' href='http://git.unaligned.org/git/powder/commit/?id=2adea2f7e36d1739473ef829a19402fe7ccd7544'/>
<id>2adea2f7e36d1739473ef829a19402fe7ccd7544</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>Replace all explosion sparks with new element (EMBR)</title>
<updated>2012-06-20T21:15:45Z</updated>
<author>
<name>jacksonmj</name>
<email>mj-pt@jacksonmj.co.uk</email>
</author>
<published>2012-06-20T20:45:33Z</published>
<link rel='alternate' type='text/html' href='http://git.unaligned.org/git/powder/commit/?id=1d5b08194291db72c05e68eed592e8fcb6101c63'/>
<id>1d5b08194291db72c05e68eed592e8fcb6101c63</id>
<content type='text'>
Replaces: BOMB sparks and flash, electrons + glass sparks, sparks from
IGNC, sparks from TNT explosion, and sparks from FWRK and FIRW.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Replaces: BOMB sparks and flash, electrons + glass sparks, sparks from
IGNC, sparks from TNT explosion, and sparks from FWRK and FIRW.
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Moved soap and stick men graphics things to special functions."</title>
<updated>2012-06-17T21:34:17Z</updated>
<author>
<name>Simon Robertshaw</name>
<email>simon@hardwired.org.uk</email>
</author>
<published>2012-06-17T21:34:17Z</published>
<link rel='alternate' type='text/html' href='http://git.unaligned.org/git/powder/commit/?id=4b073de82a77db344b728434ee9ed18f69a06b4e'/>
<id>4b073de82a77db344b728434ee9ed18f69a06b4e</id>
<content type='text'>
This reverts commit 7f5408f196002476c4765f1cae833e1441e4b276.

Conflicts:

	includes/powder.h
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 7f5408f196002476c4765f1cae833e1441e4b276.

Conflicts:

	includes/powder.h
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid stacking in INVS and FILT, and fix pressurised INVS graphics</title>
<updated>2012-06-09T15:09:14Z</updated>
<author>
<name>jacksonmj</name>
<email>mj-pt@jacksonmj.co.uk</email>
</author>
<published>2012-06-09T11:34:06Z</published>
<link rel='alternate' type='text/html' href='http://git.unaligned.org/git/powder/commit/?id=303a32f2903d763d73060a28449e1d723f905f2b'/>
<id>303a32f2903d763d73060a28449e1d723f905f2b</id>
<content type='text'>
Collisions now always work for particles inside INVS and FILT, so
particles don't stack (just a single particle on top of each INVS/FILT).

Pressurised INVS was being drawn using PMODE_FLAT (with no alpha
blending), which sometimes hid particles inside INVS.

Also limit BHOL tmp value to make sure it saves correctly.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Collisions now always work for particles inside INVS and FILT, so
particles don't stack (just a single particle on top of each INVS/FILT).

Pressurised INVS was being drawn using PMODE_FLAT (with no alpha
blending), which sometimes hid particles inside INVS.

Also limit BHOL tmp value to make sure it saves correctly.
</pre>
</div>
</content>
</entry>
<entry>
<title>Moved soap and stick men graphics things to special functions.</title>
<updated>2012-06-02T14:59:25Z</updated>
<author>
<name>Savely Skresanov</name>
<email>savask@yandex.ru</email>
</author>
<published>2012-06-02T14:53:38Z</published>
<link rel='alternate' type='text/html' href='http://git.unaligned.org/git/powder/commit/?id=7f5408f196002476c4765f1cae833e1441e4b276'/>
<id>7f5408f196002476c4765f1cae833e1441e4b276</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>Added gel - a liquid with variable heat conductivity and viscosity.</title>
<updated>2012-04-15T10:56:55Z</updated>
<author>
<name>savask</name>
<email>savask@yandex.ru</email>
</author>
<published>2012-04-15T10:55:03Z</published>
<link rel='alternate' type='text/html' href='http://git.unaligned.org/git/powder/commit/?id=8523da398fedef61dbf2f38f437d6c7361e61b86'/>
<id>8523da398fedef61dbf2f38f437d6c7361e61b86</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
