<feed xmlns='http://www.w3.org/2005/Atom'>
<title>powder/src/elements/figh.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>Give menu color to elements without one (stickmen, TRON, and WARP) The color is ignored, so they still look the same</title>
<updated>2012-08-09T21:47:24Z</updated>
<author>
<name>jacob1</name>
<email>jfu614@gmail.com</email>
</author>
<published>2012-08-08T16:49:52Z</published>
<link rel='alternate' type='text/html' href='http://git.unaligned.org/git/powder/commit/?id=62224ad13f6a15c5faa78f505ae4ad56cf6f78fe'/>
<id>62224ad13f6a15c5faa78f505ae4ad56cf6f78fe</id>
<content type='text'>
(amended to remove "*pixel_mode &amp;= ~PMODE;", since *pixel_mode is
set to PSPEC_STICKMAN immediately afterwards)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(amended to remove "*pixel_mode &amp;= ~PMODE;", since *pixel_mode is
set to PSPEC_STICKMAN immediately afterwards)
</pre>
</div>
</content>
</entry>
<entry>
<title>Use eval_move(PT_FIGH, ...) when fighters are checking for obstacles</title>
<updated>2012-06-20T21:40:08Z</updated>
<author>
<name>jacksonmj</name>
<email>mj-pt@jacksonmj.co.uk</email>
</author>
<published>2012-06-20T21:40:08Z</published>
<link rel='alternate' type='text/html' href='http://git.unaligned.org/git/powder/commit/?id=79614a97197803c0b8bf9cc9cb5b92047c142f6c'/>
<id>79614a97197803c0b8bf9cc9cb5b92047c142f6c</id>
<content type='text'>
Also stop fighters being included in the stacking check
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also stop fighters being included in the stacking check
</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>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>Fixed the bug with fighters running away from stick mans, but now</title>
<updated>2012-02-28T12:35:59Z</updated>
<author>
<name>savask</name>
<email>savask@yandex.ru</email>
</author>
<published>2012-02-28T12:31:07Z</published>
<link rel='alternate' type='text/html' href='http://git.unaligned.org/git/powder/commit/?id=2b4d0442b5a81faa9cd1f0fb31fe07544989716b'/>
<id>2b4d0442b5a81faa9cd1f0fb31fe07544989716b</id>
<content type='text'>
boundary check is worser so fighters won't usually notice holes on
their way.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
boundary check is worser so fighters won't usually notice holes on
their way.
</pre>
</div>
</content>
</entry>
<entry>
<title>Made fighters shoot anything deadly.</title>
<updated>2011-11-01T16:44:17Z</updated>
<author>
<name>savask</name>
<email>savask@yandex.ru</email>
</author>
<published>2011-10-31T04:36:30Z</published>
<link rel='alternate' type='text/html' href='http://git.unaligned.org/git/powder/commit/?id=3e5fb5942d3a4e100bbdba05a2099e82861f8996'/>
<id>3e5fb5942d3a4e100bbdba05a2099e82861f8996</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Some works on FIGH's AI.</title>
<updated>2011-11-01T16:44:02Z</updated>
<author>
<name>savask</name>
<email>savask@yandex.ru</email>
</author>
<published>2011-10-31T03:11:40Z</published>
<link rel='alternate' type='text/html' href='http://git.unaligned.org/git/powder/commit/?id=8e00d07f35394c098da073a86e1f986a1d800705'/>
<id>8e00d07f35394c098da073a86e1f986a1d800705</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge latest FIGH additions</title>
<updated>2011-10-26T16:10:21Z</updated>
<author>
<name>Simon Robertshaw</name>
<email>simon@hardwired.org.uk</email>
</author>
<published>2011-10-26T16:10:21Z</published>
<link rel='alternate' type='text/html' href='http://git.unaligned.org/git/powder/commit/?id=e2c9882692fabcd22a7d022ebd21fd3b36ad84b0'/>
<id>e2c9882692fabcd22a7d022ebd21fd3b36ad84b0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
