<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	>
<channel>
	<title>Comments for Dauntless.be</title>
	<atom:link href="http://www.dauntless.be/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dauntless.be</link>
	<description></description>
	<pubDate>Wed, 10 Mar 2010 13:05:19 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on A* (Astar) by crazedwood</title>
		<link>http://www.dauntless.be/astar/comment-page-1/#comment-413</link>
		<dc:creator>crazedwood</dc:creator>
		<pubDate>Thu, 21 Jan 2010 02:35:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.dauntless.be/V5/?page_id=4#comment-413</guid>
		<description>hi,

I see the demo,so good.can I get the demo source? I think its help for me. my English is so bad, :P ,My mail:c.sx@hotmail.com. many tks.

crazedwood</description>
		<content:encoded><![CDATA[<p>hi,</p>
<p>I see the demo,so good.can I get the demo source? I think its help for me. my English is so bad, <img src='http://www.dauntless.be/V5/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> ,My mail:c.sx@hotmail.com. many tks.</p>
<p>crazedwood</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A* (Astar) by Chris</title>
		<link>http://www.dauntless.be/astar/comment-page-1/#comment-408</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Fri, 15 Jan 2010 03:50:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.dauntless.be/V5/?page_id=4#comment-408</guid>
		<description>Ah nevermind I see already.. the code blocks are not working.. it converts html entities </description>
		<content:encoded><![CDATA[<p>Ah nevermind I see already.. the code blocks are not working.. it converts html entities</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A* (Astar) by Chris</title>
		<link>http://www.dauntless.be/astar/comment-page-1/#comment-407</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Fri, 15 Jan 2010 03:47:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.dauntless.be/V5/?page_id=4#comment-407</guid>
		<description>The example gives some errors trying to compile? 

http://yfrog.com/3oerrorxpdj</description>
		<content:encoded><![CDATA[<p>The example gives some errors trying to compile? </p>
<p><a href="http://yfrog.com/3oerrorxpdj" rel="nofollow">http://yfrog.com/3oerrorxpdj</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A* (Astar) by B.Riché</title>
		<link>http://www.dauntless.be/astar/comment-page-1/#comment-245</link>
		<dc:creator>B.Riché</dc:creator>
		<pubDate>Mon, 30 Nov 2009 08:23:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.dauntless.be/V5/?page_id=4#comment-245</guid>
		<description>Hey,
that's a very good job, this is the first as3 A* implementation I see that includes the heights and max occupation of the tiles !!

This is a very good implementation, great work !</description>
		<content:encoded><![CDATA[<p>Hey,<br />
that&#8217;s a very good job, this is the first as3 A* implementation I see that includes the heights and max occupation of the tiles !!</p>
<p>This is a very good implementation, great work !</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A* (Astar) by Tim</title>
		<link>http://www.dauntless.be/astar/comment-page-1/#comment-198</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Tue, 10 Nov 2009 00:53:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.dauntless.be/V5/?page_id=4#comment-198</guid>
		<description>Many thanks!</description>
		<content:encoded><![CDATA[<p>Many thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A* (Astar) by admin</title>
		<link>http://www.dauntless.be/astar/comment-page-1/#comment-195</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sun, 08 Nov 2009 22:36:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.dauntless.be/V5/?page_id=4#comment-195</guid>
		<description>The AstarPath class implements the IIterator class, so you can loop through it like this:

while(path.hasNext()) path.getNext();

But since a lot of people have asked for a simple array, I've updated the AstarPath class to include a toArray() method.</description>
		<content:encoded><![CDATA[<p>The AstarPath class implements the IIterator class, so you can loop through it like this:</p>
<p>while(path.hasNext()) path.getNext();</p>
<p>But since a lot of people have asked for a simple array, I&#8217;ve updated the AstarPath class to include a toArray() method.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A* (Astar) by Tim</title>
		<link>http://www.dauntless.be/astar/comment-page-1/#comment-194</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Sun, 08 Nov 2009 17:32:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.dauntless.be/V5/?page_id=4#comment-194</guid>
		<description>Hi and thanks for this amazing pathfinding engine!
I only have one problem, i can not access the AstarPath like an array and "event.getPath() as Array" doesen't worked for me. I only recieved a string with the path info. Is there a way to get the path as an array?
Thanks</description>
		<content:encoded><![CDATA[<p>Hi and thanks for this amazing pathfinding engine!<br />
I only have one problem, i can not access the AstarPath like an array and &#8220;event.getPath() as Array&#8221; doesen&#8217;t worked for me. I only recieved a string with the path info. Is there a way to get the path as an array?<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A* (Astar) by pento</title>
		<link>http://www.dauntless.be/astar/comment-page-1/#comment-190</link>
		<dc:creator>pento</dc:creator>
		<pubDate>Wed, 04 Nov 2009 13:51:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.dauntless.be/V5/?page_id=4#comment-190</guid>
		<description>hi.
how can i use Hex map?
is any body  know?</description>
		<content:encoded><![CDATA[<p>hi.<br />
how can i use Hex map?<br />
is any body  know?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A* (Astar) by OnurG.</title>
		<link>http://www.dauntless.be/astar/comment-page-1/#comment-180</link>
		<dc:creator>OnurG.</dc:creator>
		<pubDate>Wed, 28 Oct 2009 14:05:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.dauntless.be/V5/?page_id=4#comment-180</guid>
		<description>great job,</description>
		<content:encoded><![CDATA[<p>great job,</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A* (Astar) by admin</title>
		<link>http://www.dauntless.be/astar/comment-page-1/#comment-143</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 22 Sep 2009 09:59:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.dauntless.be/V5/?page_id=4#comment-143</guid>
		<description>Hi DooM McQ, 

You're right, something went wrong there ... I've edited the code and it should work now.

Thanks for reporting!</description>
		<content:encoded><![CDATA[<p>Hi DooM McQ, </p>
<p>You&#8217;re right, something went wrong there &#8230; I&#8217;ve edited the code and it should work now.</p>
<p>Thanks for reporting!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
