<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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>Dauntless.be</title>
	<atom:link href="http://www.dauntless.be/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dauntless.be</link>
	<description></description>
	<pubDate>Fri, 15 Jan 2010 07:05:27 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Minor update: v1.1</title>
		<link>http://www.dauntless.be/2009/11/minor-update-v11/</link>
		<comments>http://www.dauntless.be/2009/11/minor-update-v11/#comments</comments>
		<pubDate>Mon, 09 Nov 2009 16:57:35 +0000</pubDate>
		<dc:creator>Dauntless</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.dauntless.be/?p=80</guid>
		<description><![CDATA[The AstarPath was supposed to be iterated through like this:

while&#40;myPath.hasNext&#40;&#41;&#41;
&#123;
	trace&#40;myPath.getNext&#40;&#41;&#41;;
&#125;

But since a lot of people don&#8217;t like doing it this way, I&#8217;ve added a simple toArray() method to the AstarPath class. The method does what it says: It returns the inner array that the AstarPath uses.
]]></description>
			<content:encoded><![CDATA[<p>The AstarPath was supposed to be iterated through like this:</p>

<div class="wp_syntax"><div class="code"><pre class="actionscript3" style="font-family:monospace;"><span style="color: #0033ff; font-weight: bold;">while</span><span style="color: #000000;">&#40;</span>myPath.hasNext<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><span style="color: #000000;">&#41;</span>
<span style="color: #000000;">&#123;</span>
	<span style="color: #004993;">trace</span><span style="color: #000000;">&#40;</span>myPath.getNext<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><span style="color: #000000;">&#41;</span>;
<span style="color: #000000;">&#125;</span></pre></div></div>

<p>But since a lot of people don&#8217;t like doing it this way, I&#8217;ve added a simple toArray() method to the AstarPath class. The method does what it says: It returns the inner array that the AstarPath uses.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dauntless.be/2009/11/minor-update-v11/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Finally, a website</title>
		<link>http://www.dauntless.be/2009/03/finally-a-website/</link>
		<comments>http://www.dauntless.be/2009/03/finally-a-website/#comments</comments>
		<pubDate>Fri, 06 Mar 2009 13:36:30 +0000</pubDate>
		<dc:creator>Dauntless</dc:creator>
		
		<category><![CDATA[Website]]></category>

		<guid isPermaLink="false">http://www.dauntless.be/V5/?p=56</guid>
		<description><![CDATA[I finally have a (more or less) decent website! This is actually V5; V1, V3 and V4 were never released and V2 was just a basic WordPress template. Granted, it doesn&#8217;t get more basic than the K2 template that I&#8217;m using right now, but it&#8217;s nice enough to release :).
The main goal of this website [...]]]></description>
			<content:encoded><![CDATA[<p>I finally have a (more or less) decent website! This is actually V5; V1, V3 and V4 were never released and V2 was just a basic WordPress template. Granted, it doesn&#8217;t get more basic than the K2 template that I&#8217;m using right now, but it&#8217;s nice enough to release :).</p>
<p>The main goal of this website is to promote the things I create. Momentarily you can only find an AS3 implementation of A* here, but this will certainly change. I&#8217;m also going to try to keep up the blogging, but I&#8217;m not making any promises.</p>
<p>Enjoy your (probably brief) stay!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dauntless.be/2009/03/finally-a-website/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
