<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>Dauntless.be</title>
	<link>http://www.dauntless.be</link>
	<description></description>
	<lastBuildDate>Thu, 06 Oct 2011 11:50:08 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.1.3" -->

	<item>
		<title>Oops!</title>
		<description><![CDATA[Looks like my little A* doesn&#8217;t always generate the shortest path if you are able to walk diagonally. (If your characters can only walk vertically/horizontally, you&#8217;re safe from potentially walking a few extra tiles!) I&#8217;m using the Manhattan heuristic which is good if you can only move horizontal or vertical, but it&#8217;s double as large [...]]]></description>
		<link>http://www.dauntless.be/2011/07/oops/</link>
			</item>
	<item>
		<title>Minor update: v1.1</title>
		<description><![CDATA[I&#8217;ve added a minor update to Astar. There was a little memory leak in getDataTile() which has now been fixed. Thanks to Mario Benedek for pointing this out! You can get the latest version on the A* page.]]></description>
		<link>http://www.dauntless.be/2010/09/minor-update-v1-1/</link>
			</item>
	<item>
		<title>TextField.setSelection without clicking</title>
		<description><![CDATA[If you want to select a certain part of a textfield you use TextField.setSelection. This will only work however if you put it inside a click handler of the textfield. Why? Because when you click on your textfield it receives focus, which is necessary for setSelection to work. Solution? First assign focus to the textfield [...]]]></description>
		<link>http://www.dauntless.be/2010/09/textfield-setselection-without-clicking/</link>
			</item>
	<item>
		<title>Minor update: v1.1</title>
		<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>
		<link>http://www.dauntless.be/2009/11/minor-update-v11/</link>
			</item>
	<item>
		<title>Finally, a website</title>
		<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 [...]]]></description>
		<link>http://www.dauntless.be/2009/03/finally-a-website/</link>
			</item>
</channel>
</rss>

