<?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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Aaron Allport</title>
	<atom:link href="http://www.aaronallport.com/index.php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.aaronallport.com</link>
	<description>Thoughts, ramblings and the occasional tip</description>
	<lastBuildDate>Sat, 13 Mar 2010 23:01:46 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Turning over a new leaf</title>
		<link>http://www.aaronallport.com/index.php/2010/03/11/turning-over-a-new-leaf/</link>
		<comments>http://www.aaronallport.com/index.php/2010/03/11/turning-over-a-new-leaf/#comments</comments>
		<pubDate>Thu, 11 Mar 2010 22:21:09 +0000</pubDate>
		<dc:creator>Aaron</dc:creator>
				<category><![CDATA[AllportGreenhillGames]]></category>
		<category><![CDATA[RTS Game]]></category>
		<category><![CDATA[Xbox 360]]></category>

		<guid isPermaLink="false">http://www.aaronallport.com/?p=34</guid>
		<description><![CDATA[2010 for me is a year that is still to have its high point. I have moved back to my home town, commuting to the city every day, and am slowly getting in to the routine of early start/late finish. Nick has been promoted (well done Nick!), and those those factors combined have meant that [...]]]></description>
			<content:encoded><![CDATA[<p>2010 for me is a year that is still to have its high point. I have moved back to my home town, commuting to the city every day, and am slowly getting in to the routine of early start/late finish. Nick has been promoted (well done Nick!), and those those factors combined have meant that the RTS Game we&#8217;re working on has stalled somewhat&#8230; until now!</p>
<p>I opened up our code last night after a 3 month break, and started working on the map engine. I&#8217;m very excited by making that into a configuration file-driven game component for controlling the maps, their layout and textures, resource points etc. This engine is being written in such a way that the resources are read in &#8220;on the fly&#8221; and processed using the XNA content pipeline. This will also mean custom map development will be made very easy by means of creating a new configuration file that defines the map and the resources to use.</p>
<p>Watch this space!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.aaronallport.com/index.php/2010/03/11/turning-over-a-new-leaf/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Year Gaming and Skyboxes</title>
		<link>http://www.aaronallport.com/index.php/2010/01/10/new-year-gaming-and-skyboxes/</link>
		<comments>http://www.aaronallport.com/index.php/2010/01/10/new-year-gaming-and-skyboxes/#comments</comments>
		<pubDate>Sun, 10 Jan 2010 14:46:32 +0000</pubDate>
		<dc:creator>Aaron</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.aaronallport.com/?p=30</guid>
		<description><![CDATA[Since receiving Forza Motorsport 3 for Christmas, I&#8217;ve been hooked! I&#8217;m steadily working my way through the achievements and have several more to achieve as yet. This game, combined with Modern Warfare 2 and FIFA 10 have basically been my gaming titles over the holiday period.
The game that myself and Nick are developing has crept [...]]]></description>
			<content:encoded><![CDATA[<p>Since receiving Forza Motorsport 3 for Christmas, I&#8217;ve been hooked! I&#8217;m steadily working my way through the achievements and have several more to achieve as yet. This game, combined with Modern Warfare 2 and FIFA 10 have basically been my gaming titles over the holiday period.</p>
<p>The game that myself and Nick are developing has crept along at a slower-than-usual pace, due largely to the holidays, but nevertheless a SkyBox has been developed, integrated into our game solution as a content pipeline processor. This means that we have the ability to interpret game resources in a custom manner, meaning that it will be &#8220;wrapped&#8221; around our skybox. This will allow us to process things such as sky and other backdrops, visible and changing depending on the camera rotation etc. More on this when we have a suitable backdrop implemented.</p>
<p>The next month is a very exciting time for AllportGreenhillGames, with a set strategy being developed on how myself and Nick can take our pet project and turn it into something real.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.aaronallport.com/index.php/2010/01/10/new-year-gaming-and-skyboxes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RTS Engine Development in XNA &#8211; Build with one or build your own?</title>
		<link>http://www.aaronallport.com/index.php/2009/11/22/rts-engine-development-in-xna-build-with-one-or-build-your-own/</link>
		<comments>http://www.aaronallport.com/index.php/2009/11/22/rts-engine-development-in-xna-build-with-one-or-build-your-own/#comments</comments>
		<pubDate>Sun, 22 Nov 2009 09:33:04 +0000</pubDate>
		<dc:creator>Aaron</dc:creator>
				<category><![CDATA[AllportGreenhillGames]]></category>
		<category><![CDATA[Gaming]]></category>
		<category><![CDATA[RTS Game]]></category>

		<guid isPermaLink="false">http://www.aaronallport.com/?p=21</guid>
		<description><![CDATA[When it comes to building games, frameworks are what provide the tools for developers to do their job easier, without having to re-build every game component from the ground up, and also negate the developer from having to develop device drivers and the like. This not only saves time, but allows developers of games to [...]]]></description>
			<content:encoded><![CDATA[<p>When it comes to building games, frameworks are what provide the tools for developers to do their job easier, without having to re-build every game component from the ground up, and also negate the developer from having to develop device drivers and the like. This not only saves time, but allows developers of games to concentrate on getting to the &#8220;nitty gritty&#8221; of games development, such as the way in which units behave, creating terrain, etc.</p>
<p>When embarking on the creation of an <a title="AllportGreenhillGames blog" href="http://allportgreenhill.blogspot.com" target="_blank">RTS Game</a>, such as the game being developed by myself and <a title="Nick Greenhill on Twitter" href="http://www.twitter.com/Nick_Greenhill" target="_blank">Nick</a>, the first question asked is &#8220;do we use an existing RTS Game engine (either written in our preferred language or ported), or do we create our own from scratch?&#8221;</p>
<p>We decided that given my lack of prior <a title="XNA Creator's Club" href="http://creators.xna.com" target="_blank">XNA </a>knowledge, it would be best for my game development skills to create an engine from scratch. Not only would this allow our coding skills to become better, but this would allow us to create the logic for our game from the ground up, giving us full control of what the engine does and possibly give us a seperate product we can use to create further games. The only downside is, this approach inevitably takes much more time. This has probably been the single biggest contributing factor to the slippage in the development timescale of our game.</p>
<p>I remember talking to Nick about this subject during my recent visit to Birmingham and we eventually settled on an answer of whilst it is always down to the preference of the developer/development team, generally speaking by going straight into game development using an existing engine, developers will not get an appreciation for how the engine works at a code level (i.e. there may be things that could be improved or perhaps certain operations perform badly on a PS3). New developers entering game development should at least make a simple prototype game engine that demonstrates a grasp of key concepts, such as loading terrain, unit loading and maipulation, pathfinding for AI, etc. This means that when they come to use an existing RTS engine solution as a base for their games, they know what it does and the concepts behind the things it can do.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.aaronallport.com/index.php/2009/11/22/rts-engine-development-in-xna-build-with-one-or-build-your-own/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Back from Illness</title>
		<link>http://www.aaronallport.com/index.php/2009/11/08/back-from-illness/</link>
		<comments>http://www.aaronallport.com/index.php/2009/11/08/back-from-illness/#comments</comments>
		<pubDate>Sun, 08 Nov 2009 18:09:53 +0000</pubDate>
		<dc:creator>Aaron</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.aaronallport.com/?p=19</guid>
		<description><![CDATA[The past two weeks have seen me visit Nick in Birmingham, catch his cold, return to work too early and now I&#8217;m unable to shift a cough. Even several sessions in the steam room at my local gym hasn&#8217;t helped. Luckily I have the next two days off to enjoy some quality time with my [...]]]></description>
			<content:encoded><![CDATA[<p>The past two weeks have seen me visit <a title="Nick Greenhill on Twitter" href="http://www.twitter.com/Nick_Greenhill" target="_blank">Nick</a> in Birmingham, catch his cold, return to work too early and now I&#8217;m unable to shift a cough. Even several sessions in the steam room at my local gym hasn&#8217;t helped. Luckily I have the next two days off to enjoy some quality time with my better half, although this coming Saturday I&#8217;ll be on a plane in the name of work.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.aaronallport.com/index.php/2009/11/08/back-from-illness/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Xbox gaming this autumn</title>
		<link>http://www.aaronallport.com/index.php/2009/10/13/xbox-gaming-this-autumn/</link>
		<comments>http://www.aaronallport.com/index.php/2009/10/13/xbox-gaming-this-autumn/#comments</comments>
		<pubDate>Tue, 13 Oct 2009 19:26:28 +0000</pubDate>
		<dc:creator>Aaron</dc:creator>
				<category><![CDATA[Gaming]]></category>
		<category><![CDATA[Xbox 360]]></category>
		<category><![CDATA[blender]]></category>

		<guid isPermaLink="false">http://www.aaronallport.com/?p=17</guid>
		<description><![CDATA[Just as I&#8217;m getting so busy with work to spend any time on my Xbox 360, there seem to be a few great titles either already released or about to be released this autumn in time for the Christmas shopping season. I&#8217;ve been getting stuck in to Colin McRae: DiRT 2, and have recently acquired [...]]]></description>
			<content:encoded><![CDATA[<p>Just as I&#8217;m getting so busy with work to spend any time on my Xbox 360, there seem to be a few great titles either already released or about to be released this autumn in time for the Christmas shopping season. I&#8217;ve been getting stuck in to <a title="Colin McRae: DiRT 2" href="http://www.dirt2game.com" target="_blank">Colin McRae: DiRT 2</a>, and have recently acquired <a title="FIFA 10" href="http://fifa.easports.com/" target="_blank">FIFA 10</a> (which I&#8217;m currently gaming through a Manager Mode season with my beloved <a title="Colchester United FC" href="http://www.cu-fc.com" target="_blank">Colchester United FC</a>). In the pipeline are <a title="Forza Motorsport 3 on Wikipedia" href="http://en.wikipedia.org/wiki/Forza_Motorsport_3">Forza Motorsport 3</a> and <a title="Forza Motorsport 3" href="http://modernwarfare2.infinityward.com" target="_blank">Modern Warfare 2</a>, which will no doubt see me spending yet more money on gaming very soon. I&#8217;m still yet to finish <a title="Gears Of War 2" href="http://gearsofwar.xbox.com/" target="_blank">Gears of War 2</a> on &#8220;insane&#8221; difficulty with my best buddy <a title="Nick Greenhill on Twitter" href="http://www.twitter.com/Nick_Greenhill" target="_blank">Nick</a>, which I&#8217;ll be giving some focus to before I make more game purchases. <span style="text-decoration: line-through;">We&#8217;re</span> Nick is also continuing with some fascinating work on Blender, so we&#8217;re hopefully going to have some killer screenshots on show soon!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.aaronallport.com/index.php/2009/10/13/xbox-gaming-this-autumn/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AllportGreenhillGames is still alive!</title>
		<link>http://www.aaronallport.com/index.php/2009/10/04/allportgreenhillgames-is-still-alive/</link>
		<comments>http://www.aaronallport.com/index.php/2009/10/04/allportgreenhillgames-is-still-alive/#comments</comments>
		<pubDate>Sun, 04 Oct 2009 11:45:05 +0000</pubDate>
		<dc:creator>Aaron</dc:creator>
				<category><![CDATA[AllportGreenhillGames]]></category>
		<category><![CDATA[RTS Game]]></category>
		<category><![CDATA[blender]]></category>

		<guid isPermaLink="false">http://www.aaronallport.com/?p=15</guid>
		<description><![CDATA[In case you thought we&#8217;d dropped off the face of the earth since our last blog post, Nick has been grafting away doing some magic with Blender. He&#8217;s put up the latest post in the AllportGreenhillGames adventure, so be sure to give that a read. Whilst I&#8217;ve been making the libraries interface-driven and more readable, [...]]]></description>
			<content:encoded><![CDATA[<p>In case you thought we&#8217;d dropped off the face of the earth since our <a title="Game world code coming together - AllportGreenhillGames blog" href="http://allportgreenhill.blogspot.com/2009/08/game-world-code-coming-together.html" target="_blank">last blog post</a>, <a title="Nick Greenhill on Twitter" href="http://twitter.com/Nick_Greenhill" target="_blank">Nick</a> has been grafting away doing some magic with <a title="Blender wiki - Noob to Pro" href="http://en.wikibooks.org/wiki/Blender_3D:_Noob_to_Pro" target="_blank">Blender</a>. He&#8217;s put up the <a title="Moving into the world of 3D animation - AllportGreenhillGames blog" href="http://allportgreenhill.blogspot.com/2009/10/moving-into-world-of-3d-animation.html" target="_blank">latest post in the AllportGreenhillGames adventure</a>, so be sure to give that a read. Whilst I&#8217;ve been making the libraries interface-driven and more readable, Nick has been getting his 3D skills put through their paces. In short, we should have some screenshots of a game world with a few custom units on it within the next month. I&#8217;m personally very excited, as it means we&#8217;ve finally turned the corner of finishing the preparation work of the game engine. We&#8217;re now able to turn or focus to getting some 3D models in our game world and start manipulating them.</p>
<p>Whilst I can see Nick getting increasingly good at Blender and me continuing to work on manipulation of units, we&#8217;ll have to have a think soon about the actual unit strengths/weaknesses and of course the storyline in our game.</p>
<p>Oh, and in case you didn&#8217;t know, our game is going to be <a title="Real-time strategy on Wikipedia" href="http://en.wikipedia.org/wiki/Real_time_strategy" target="_blank">Real-Time Strategy</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.aaronallport.com/index.php/2009/10/04/allportgreenhillgames-is-still-alive/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Kuler</title>
		<link>http://www.aaronallport.com/index.php/2009/09/20/kuler/</link>
		<comments>http://www.aaronallport.com/index.php/2009/09/20/kuler/#comments</comments>
		<pubDate>Sun, 20 Sep 2009 18:35:12 +0000</pubDate>
		<dc:creator>Aaron</dc:creator>
				<category><![CDATA[web design]]></category>
		<category><![CDATA[kuler]]></category>

		<guid isPermaLink="false">http://www.aaronallport.com/?p=10</guid>
		<description><![CDATA[I&#8217;ve finally decided on a colour swatch to use for this site (thats step 2: adding colour). Check it out at Kuler.
Expect to see it take shape on here soon. I&#8217;m now off to enjoy the rest of my weekend before heading into the office tomorrow.
]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve finally decided on a colour swatch to use for this site (thats step 2: adding colour). Check it out at <a title="aaronallport.com colour swatch at Kuler" href="http://kuler.adobe.com/#themes/search?term=userId%3A295998" target="_blank">Kuler</a>.</p>
<p>Expect to see it take shape on here soon. I&#8217;m now off to enjoy the rest of my weekend before heading into the office tomorrow.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.aaronallport.com/index.php/2009/09/20/kuler/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hello world!</title>
		<link>http://www.aaronallport.com/index.php/2009/09/20/hello-world/</link>
		<comments>http://www.aaronallport.com/index.php/2009/09/20/hello-world/#comments</comments>
		<pubDate>Sun, 20 Sep 2009 12:34:56 +0000</pubDate>
		<dc:creator>Aaron</dc:creator>
				<category><![CDATA[hello world]]></category>

		<guid isPermaLink="false">http://www.aaronallport.com/?p=1</guid>
		<description><![CDATA[Guess that not only is it the default title for the default Word Press post included out of the box, but it seems a rather fitting title to the first post of my &#8220;re-invigorated&#8221; blog. Keep your eyes peeled for posts coming to this blog very soon.
For now, I get to play around with Word [...]]]></description>
			<content:encoded><![CDATA[<p>Guess that not only is it the default title for the default Word Press post included out of the box, but it seems a rather fitting title to the first post of my &#8220;re-invigorated&#8221; blog. Keep your eyes peeled for posts coming to this blog very soon.</p>
<p>For now, I get to play around with <a title="Word Press.org" href="http://www.wordpress.org" target="_blank">Word Press</a>, choose some <a title="Adobe Kuler" href="http://kuler.adobe.com" target="_blank">colours</a>, decide on my layout, and generally make it all look pretty!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.aaronallport.com/index.php/2009/09/20/hello-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
