<feed xmlns='http://www.w3.org/2005/Atom'>
<title>powder/src/client, branch solidswork</title>
<subtitle>The Powder Toy</subtitle>
<link rel='alternate' type='text/html' href='http://git.unaligned.org/git/powder/'/>
<entry>
<title>Hotfix: Authenticate all Web&amp;ApiRequests to fix save loading/voting issues</title>
<updated>2013-10-30T20:30:00Z</updated>
<author>
<name>Simon Robertshaw</name>
<email>simon@hardwired.org.uk</email>
</author>
<published>2013-10-30T20:30:00Z</published>
<link rel='alternate' type='text/html' href='http://git.unaligned.org/git/powder/commit/?id=f32929128e1d93517f24253ed58801acc32ce814'/>
<id>f32929128e1d93517f24253ed58801acc32ce814</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Ignore invalid walls in some old saves, so that they load correctly</title>
<updated>2013-10-17T15:09:38Z</updated>
<author>
<name>jacksonmj</name>
<email>mj-pt@jacksonmj.co.uk</email>
</author>
<published>2013-10-17T14:14:14Z</published>
<link rel='alternate' type='text/html' href='http://git.unaligned.org/git/powder/commit/?id=02a4c17d72def847205c8c89dacabe9ecdcb0dab'/>
<id>02a4c17d72def847205c8c89dacabe9ecdcb0dab</id>
<content type='text'>
E.g. save 10631 from old server
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
E.g. save 10631 from old server
</pre>
</div>
</content>
</entry>
<entry>
<title>fix SOAP crashes by making sure particle id's are between 0 and NPART. Also cut off .life to between 0 and 65535 when saving</title>
<updated>2013-09-12T18:35:10Z</updated>
<author>
<name>jacob1</name>
<email>jfu614@gmail.com</email>
</author>
<published>2013-09-12T18:35:10Z</published>
<link rel='alternate' type='text/html' href='http://git.unaligned.org/git/powder/commit/?id=aa2ec3d1624bb4dd88b276d8ada6aae8073571fc'/>
<id>aa2ec3d1624bb4dd88b276d8ada6aae8073571fc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>save pavg[] in saves, for VIRS, PIPE, and STOR</title>
<updated>2013-09-12T00:41:43Z</updated>
<author>
<name>jacob1</name>
<email>jfu614@gmail.com</email>
</author>
<published>2013-09-12T00:41:43Z</published>
<link rel='alternate' type='text/html' href='http://git.unaligned.org/git/powder/commit/?id=332aa25bf6aa938fe3217a7a6622bf5f4c2f3201'/>
<id>332aa25bf6aa938fe3217a7a6622bf5f4c2f3201</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Missing breaks in readOPS</title>
<updated>2013-09-08T17:14:12Z</updated>
<author>
<name>jacksonmj</name>
<email>mj-pt@jacksonmj.co.uk</email>
</author>
<published>2013-09-08T17:14:12Z</published>
<link rel='alternate' type='text/html' href='http://git.unaligned.org/git/powder/commit/?id=9eccad80b1c58f66cd1f23cefef922b55db5c39d'/>
<id>9eccad80b1c58f66cd1f23cefef922b55db5c39d</id>
<content type='text'>
Causing some elements to be loaded incorrectly
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Causing some elements to be loaded incorrectly
</pre>
</div>
</content>
</entry>
<entry>
<title>move QRTZ .tmp into .tmp2 and .ctype into .tmp, fixes bug where sparking QRTZ resets .ctype and stops it from growing</title>
<updated>2013-08-30T02:18:35Z</updated>
<author>
<name>jacob1</name>
<email>jfu614@gmail.com</email>
</author>
<published>2013-08-30T02:18:35Z</published>
<link rel='alternate' type='text/html' href='http://git.unaligned.org/git/powder/commit/?id=d38af2764c682370b4f604d54142b984fdd079cf'/>
<id>d38af2764c682370b4f604d54142b984fdd079cf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a way for photons to set the colour of FILT (major version bump required)</title>
<updated>2013-08-29T16:19:07Z</updated>
<author>
<name>jacksonmj</name>
<email>mj-pt@jacksonmj.co.uk</email>
</author>
<published>2013-08-29T16:19:07Z</published>
<link rel='alternate' type='text/html' href='http://git.unaligned.org/git/powder/commit/?id=bebe9bd8fd0e4b73fdeb9ea0218bda704e0a6fad'/>
<id>bebe9bd8fd0e4b73fdeb9ea0218bda704e0a6fad</id>
<content type='text'>
Also add some new FILT modes, and make FILT modes affect BIZR and
BRAY colour in the same way as they affect photon colour. Photons
passing next to DTEC will set the colour of all FILT in a straight
line starting from any FILT adjacent to the DTEC (a bit like an
ARAY beam), and the exact colour of the photon will be used for
FILT interactions instead of the colour based on temperature.

FILT tmp=4: red shift, tmp=5: blue shift. Size of shift determined
by FILT temperature. tmp=6: FILT has no effect on photon colour
(possible before by using invalid tmp modes, but here's a supported
method of doing it. Invalid tmp modes should be automatically replaced
in existing saves).

Also, FILT mode is now described in the HUD.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also add some new FILT modes, and make FILT modes affect BIZR and
BRAY colour in the same way as they affect photon colour. Photons
passing next to DTEC will set the colour of all FILT in a straight
line starting from any FILT adjacent to the DTEC (a bit like an
ARAY beam), and the exact colour of the photon will be used for
FILT interactions instead of the colour based on temperature.

FILT tmp=4: red shift, tmp=5: blue shift. Size of shift determined
by FILT temperature. tmp=6: FILT has no effect on photon colour
(possible before by using invalid tmp modes, but here's a supported
method of doing it. Invalid tmp modes should be automatically replaced
in existing saves).

Also, FILT mode is now described in the HUD.
</pre>
</div>
</content>
</entry>
<entry>
<title>Async Request methods for SaveInfo and SaveData</title>
<updated>2013-07-28T09:30:01Z</updated>
<author>
<name>Simon Robertshaw</name>
<email>simon@hardwired.org.uk</email>
</author>
<published>2013-07-28T09:30:01Z</published>
<link rel='alternate' type='text/html' href='http://git.unaligned.org/git/powder/commit/?id=ddd51aed3d354fc81ec764fb72aa76f56884a840'/>
<id>ddd51aed3d354fc81ec764fb72aa76f56884a840</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix request identifier tracking</title>
<updated>2013-07-28T09:29:30Z</updated>
<author>
<name>Simon Robertshaw</name>
<email>simon@hardwired.org.uk</email>
</author>
<published>2013-07-28T09:29:30Z</published>
<link rel='alternate' type='text/html' href='http://git.unaligned.org/git/powder/commit/?id=7a847e7a5559c21df3b6357d6620e3581292e71d'/>
<id>7a847e7a5559c21df3b6357d6620e3581292e71d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Call OnResponseReady with an identifier for the request, add a WebRequest class</title>
<updated>2013-07-27T11:38:52Z</updated>
<author>
<name>Simon Robertshaw</name>
<email>simon@hardwired.org.uk</email>
</author>
<published>2013-07-27T11:38:52Z</published>
<link rel='alternate' type='text/html' href='http://git.unaligned.org/git/powder/commit/?id=3edee42971a4b65cb2830c5ca24a5076f5f770e4'/>
<id>3edee42971a4b65cb2830c5ca24a5076f5f770e4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
