<?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>FlatRedBall</title>
	<atom:link href="http://www.flatredball.com/frb/blog/index2.php?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.flatredball.com/frb/blog</link>
	<description>flatredball game engine xna managed directx game development</description>
	<lastBuildDate>Sun, 15 Aug 2010 16:20:20 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Start your downloads!</title>
		<link>http://www.flatredball.com/frb/blog/?p=354</link>
		<comments>http://www.flatredball.com/frb/blog/?p=354#comments</comments>
		<pubDate>Sun, 15 Aug 2010 16:18:16 +0000</pubDate>
		<dc:creator>Vic</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.flatredball.com/frb/blog/?p=354</guid>
		<description><![CDATA[As most of you surely know, XNA 4 is nearing a final release.  We&#8217;re going to be a little more active on this compared to previous XNA updates.  We&#8217;re aiming to get a release (at least for the Windows Phone) the same month that non-beta XNA 4 is released.  We&#8217;ve already started [...]]]></description>
			<content:encoded><![CDATA[<p>As most of you surely know, XNA 4 is nearing a final release.  We&#8217;re going to be a little more active on this compared to previous XNA updates.  We&#8217;re aiming to get a release (at least for the Windows Phone) the same month that non-beta XNA 4 is released.  We&#8217;ve already started working on this new engine, and we&#8217;re also looking to have full Glue support for this platform at launch as well.</p>
<p>While this may sound like all good news, there is one downside.  Unfortunately Visual Studio 2010 introduces some new properties in the .csproj file which require .NET 4.0 to parse properly.  In fact, if a .NET 3.5 or earlier project attempts to open a XNA 4 project, a crash results.</p>
<p>The reason this matters is because along with making generated code files, Glue modifies your Visual Studio project file.  To parse Windows Phone projects, we need to update Glue to .NET 4.0, and along with it XNA 4.</p>
<p>Therefore, the next version of Glue will run on .NET 4 and XNA 4, meaning you will need to download and install the XNA 4 package.  We&#8217;ll most likely include this in the FRB installer; however, the download is about 400 MB and may require you to restart your computer.  If you&#8217;d like to prepare ahead of time, you may want to do the download now:</p>
<p><a href="http://creators.xna.com/en-US/launchcenter">http://creators.xna.com/en-US/launchcenter</a></p>
<p>&#8211;Vic&#8211;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.flatredball.com/frb/blog/?feed=rss2&amp;p=354</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Truly inspirational</title>
		<link>http://www.flatredball.com/frb/blog/?p=352</link>
		<comments>http://www.flatredball.com/frb/blog/?p=352#comments</comments>
		<pubDate>Wed, 04 Aug 2010 17:35:42 +0000</pubDate>
		<dc:creator>Vic</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.flatredball.com/frb/blog/?p=352</guid>
		<description><![CDATA[Sorry to break the pattern of &#8220;yet another update&#8221; but I was amazed by this story:
http://www.msnbc.msn.com/id/38556042/ns/us_news-giving/?GT1=43001
]]></description>
			<content:encoded><![CDATA[<p>Sorry to break the pattern of &#8220;yet another update&#8221; but I was amazed by this story:</p>
<p><a href="http://www.msnbc.msn.com/id/38556042/ns/us_news-giving/?GT1=43001">http://www.msnbc.msn.com/id/38556042/ns/us_news-giving/?GT1=43001</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.flatredball.com/frb/blog/?feed=rss2&amp;p=352</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>FRB August 2010 is available</title>
		<link>http://www.flatredball.com/frb/blog/?p=351</link>
		<comments>http://www.flatredball.com/frb/blog/?p=351#comments</comments>
		<pubDate>Wed, 04 Aug 2010 13:57:02 +0000</pubDate>
		<dc:creator>Vic</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.flatredball.com/frb/blog/?p=351</guid>
		<description><![CDATA[I just finished uploading a new version of FRB.  Since it&#8217;s so close to the last version there aren&#8217;t a ton of improvements, but it does contain some important bug fixes:
* The AnimationEditor no longer crashes when double-clicking a 0-Frame AnimationChain.
* The NewProjectCreator can now be launched through Glue without crashing.
* Polygon merging is [...]]]></description>
			<content:encoded><![CDATA[<p>I just finished uploading a new version of FRB.  Since it&#8217;s so close to the last version there aren&#8217;t a ton of improvements, but it does contain some important bug fixes:</p>
<p>* The AnimationEditor no longer crashes when double-clicking a 0-Frame AnimationChain.<br />
* The NewProjectCreator can now be launched through Glue without crashing.<br />
* Polygon merging is part of FSB</p>
<p>And a few other minor fixes and improvements.  Thanks all for reporting bugs and good luck in your development!</p>
<p>&#8211;Vic&#8211;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.flatredball.com/frb/blog/?feed=rss2&amp;p=351</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Out of nowhere &#8230; it&#8217;s the July 2010 release!</title>
		<link>http://www.flatredball.com/frb/blog/?p=350</link>
		<comments>http://www.flatredball.com/frb/blog/?p=350#comments</comments>
		<pubDate>Mon, 26 Jul 2010 15:30:05 +0000</pubDate>
		<dc:creator>Vic</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.flatredball.com/frb/blog/?p=350</guid>
		<description><![CDATA[I actually didn&#8217;t plan on doing this release this morning, but I wanted to see if some of the template changes that I&#8217;d made were actually working properly, and while I was working on it I thought &#8211; okay, let&#8217;s just finish the whole thing.
This release brings a few small fixes and improvements to the [...]]]></description>
			<content:encoded><![CDATA[<p>I actually didn&#8217;t plan on doing this release this morning, but I wanted to see if some of the template changes that I&#8217;d made were actually working properly, and while I was working on it I thought &#8211; okay, let&#8217;s just finish the whole thing.</p>
<p>This release brings a few small fixes and improvements to the engine &#8211; nothing huge.  One big thing that we&#8217;re working towards (no surprises here) is continuing to make cross-platform development easier.  This release brings templates that now have their .dll files in subdirectories in the Libraries folder.  That means that if you combine an XNA 360 and XNA PC projects, you will no longer have issues with both referencing the same .dll and giving you very confusing compile errors.</p>
<p>I apologize for slowing down this last month &#8211; I&#8217;ve been very busy with contracts.  However, they&#8217;re coming to a close soon and I anticipate having a lot more time to work on FRB in the coming months, so the releases this fall will be much bigger and add lots of new features.  Stay tuned!</p>
<p>&#8211;Vic&#8211;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.flatredball.com/frb/blog/?feed=rss2&amp;p=350</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FlatRedBall June 2010 release is here</title>
		<link>http://www.flatredball.com/frb/blog/?p=348</link>
		<comments>http://www.flatredball.com/frb/blog/?p=348#comments</comments>
		<pubDate>Mon, 14 Jun 2010 01:15:16 +0000</pubDate>
		<dc:creator>Vic</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.flatredball.com/frb/blog/?p=348</guid>
		<description><![CDATA[Thanks to everyone for being patient with this new release.  It&#8217;s finally out and ready to go.
NOTE:  If you&#8217;re using Glue and have a project that you have been working on so far, you must make some manual changes to your project for it to work with the current release of Glue.  More info on [...]]]></description>
			<content:encoded><![CDATA[<p>Thanks to everyone for being patient with this new release.  It&#8217;s finally out and ready to go.</p>
<p>NOTE:  If you&#8217;re using Glue and have a project that you have been working on so far, you must make some manual changes to your project for it to work with the current release of Glue.  More info on this here:</p>
<p><a href="http://www.flatredball.com/frb/docs/index.php?title=Upgrade_Information:June_2010">http://www.flatredball.com/frb/docs/index.php?title=Upgrade_Information:June_2010</a></p>
<p>As always this release fixes a number of engine bugs and completes some collision interface.  As far as Glue goes, this new release adds support for creating new projects right in Glue instead of manually opening the NewProjectCreator.  Newly-created projects are even loaded automatically in Glue!</p>
<p>Other changes include support for async Screen loading, exposing PositionedObject variables on Entities, and Screen inheritance.</p>
<p>&#8211;Vic&#8211;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.flatredball.com/frb/blog/?feed=rss2&amp;p=348</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I&#8217;ve been missing</title>
		<link>http://www.flatredball.com/frb/blog/?p=347</link>
		<comments>http://www.flatredball.com/frb/blog/?p=347#comments</comments>
		<pubDate>Mon, 07 Jun 2010 13:15:50 +0000</pubDate>
		<dc:creator>Vic</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.flatredball.com/frb/blog/?p=347</guid>
		<description><![CDATA[For those of you looking for support on the forums or a new release of the engine, I apologize and ask if possible to just be patient for a little while longer.
FlatRedBall is very close to releasing its first internally-made Xbox Indie Game!  I&#8217;m very excited about it, and because of that I&#8217;ve been [...]]]></description>
			<content:encoded><![CDATA[<p>For those of you looking for support on the forums or a new release of the engine, I apologize and ask if possible to just be patient for a little while longer.</p>
<p>FlatRedBall is very close to releasing its first internally-made Xbox Indie Game!  I&#8217;m very excited about it, and because of that I&#8217;ve been pouring every free second I have into getting this game ready for play test.</p>
<p>We&#8217;re very close, and as soon as it gets back into play test everything will return to normal &#8211; including a new release.</p>
<p>Thanks to everyone who is waiting around.  We&#8217;re almost done!</p>
<p>&#8211;Vic&#8211;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.flatredball.com/frb/blog/?feed=rss2&amp;p=347</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>New ARES video</title>
		<link>http://www.flatredball.com/frb/blog/?p=346</link>
		<comments>http://www.flatredball.com/frb/blog/?p=346#comments</comments>
		<pubDate>Tue, 01 Jun 2010 18:54:01 +0000</pubDate>
		<dc:creator>Vic</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.flatredball.com/frb/blog/?p=346</guid>
		<description><![CDATA[Great new ARES video is up.  Check it out:

A.R.E.S. by Extend Studio from Nenin Ananbanchachai on Vimeo.
]]></description>
			<content:encoded><![CDATA[<p>Great new ARES video is up.  Check it out:</p>
<p><object width="400" height="225"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=7114124&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=7114124&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="400" height="225"></embed></object>
<p><a href="http://vimeo.com/7114124">A.R.E.S. by Extend Studio</a> from <a href="http://vimeo.com/user457066">Nenin Ananbanchachai</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.flatredball.com/frb/blog/?feed=rss2&amp;p=346</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FlatRedBall site fixed</title>
		<link>http://www.flatredball.com/frb/blog/?p=345</link>
		<comments>http://www.flatredball.com/frb/blog/?p=345#comments</comments>
		<pubDate>Fri, 21 May 2010 20:29:54 +0000</pubDate>
		<dc:creator>Vic</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.flatredball.com/frb/blog/?p=345</guid>
		<description><![CDATA[Super thanks to Torsten and Josh!  Josh reported a malware problem on FRB, and Torsten looked into it and saw that we had some Wordpress scripts changed.  He fixed them up and the problems should be gone.
We apologize for any inconvenience or scares this may have caused.
&#8211;Vic&#8211;
]]></description>
			<content:encoded><![CDATA[<p>Super thanks to Torsten and Josh!  Josh reported a malware problem on FRB, and Torsten looked into it and saw that we had some Wordpress scripts changed.  He fixed them up and the problems should be gone.</p>
<p>We apologize for any inconvenience or scares this may have caused.</p>
<p>&#8211;Vic&#8211;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.flatredball.com/frb/blog/?feed=rss2&amp;p=345</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quarantine &#8211; new Xbox Indie Game released!</title>
		<link>http://www.flatredball.com/frb/blog/?p=343</link>
		<comments>http://www.flatredball.com/frb/blog/?p=343#comments</comments>
		<pubDate>Mon, 17 May 2010 13:39:54 +0000</pubDate>
		<dc:creator>Vic</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.flatredball.com/frb/blog/?p=343</guid>
		<description><![CDATA[Congratulations to the Cyber Edge Studios team for releasing Quarantine!  As far as I know this is their first Xbox Indie Game title, so it&#8217;s a big first for them.  This is also big news for FlatRedBall as this is the 2nd game to be released on the Xbox using our engine.
I&#8217;ve updated our Games [...]]]></description>
			<content:encoded><![CDATA[<p>Congratulations to the Cyber Edge Studios team for releasing Quarantine!  As far as I know this is their first Xbox Indie Game title, so it&#8217;s a big first for them.  This is also big news for FlatRedBall as this is the 2nd game to be released on the Xbox using our engine.</p>
<p>I&#8217;ve updated our Games page to include a Quarantine page.  It can be found here:</p>
<p><a href="http://www.flatredball.com/frb/docs/index.php?title=Games:Quarantine">http://www.flatredball.com/frb/docs/index.php?title=Games:Quarantine</a></p>
<p>Way to go guys!  Good luck with sales and your future development.</p>
<p>&#8211;Vic&#8211;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.flatredball.com/frb/blog/?feed=rss2&amp;p=343</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Another Glue out</title>
		<link>http://www.flatredball.com/frb/blog/?p=342</link>
		<comments>http://www.flatredball.com/frb/blog/?p=342#comments</comments>
		<pubDate>Fri, 07 May 2010 14:02:55 +0000</pubDate>
		<dc:creator>Vic</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.flatredball.com/frb/blog/?p=342</guid>
		<description><![CDATA[I know, release after release&#8230;
Our good friend jrxnadev found some problems with Glue which we had to fix so his project could keep going.  Thanks to him for being patient with us and reporting these issues.  The new version is now up.
&#8211;Vic&#8211;
]]></description>
			<content:encoded><![CDATA[<p>I know, release after release&#8230;</p>
<p>Our good friend jrxnadev found some problems with Glue which we had to fix so his project could keep going.  Thanks to him for being patient with us and reporting these issues.  The new version is now up.</p>
<p>&#8211;Vic&#8211;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.flatredball.com/frb/blog/?feed=rss2&amp;p=342</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
