<?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>Innovative Games</title>
	<atom:link href="http://www.innovativegames.net/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.innovativegames.net/blog</link>
	<description>Independent game development blog by Sean James</description>
	<lastBuildDate>Sat, 24 Jul 2010 18:56:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>GameDev StackExchange Site</title>
		<link>http://www.innovativegames.net/blog/blog/2010/07/19/gamedev-stackexchange-site/</link>
		<comments>http://www.innovativegames.net/blog/blog/2010/07/19/gamedev-stackexchange-site/#comments</comments>
		<pubDate>Mon, 19 Jul 2010 11:46:33 +0000</pubDate>
		<dc:creator>Sean</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.innovativegames.net/blog/?p=633</guid>
		<description><![CDATA[For those of you who are familiar with Stack Overflow (.com) and it&#8217;s sister site StackExchange, there is a game development site currently in private beta. It&#8217;ll be open for public beta in 2 days and we need as many people as possible to join and partake in the community. Consider checking it out: http://area51.stackexchange.com/proposals/2825/game-development [...]]]></description>
		<wfw:commentRss>http://www.innovativegames.net/blog/blog/2010/07/19/gamedev-stackexchange-site/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>XNA 4.0 Breaking Changes &#8211; Effect</title>
		<link>http://www.innovativegames.net/blog/blog/2010/07/13/xna-4-0-breaking-changes-effect/</link>
		<comments>http://www.innovativegames.net/blog/blog/2010/07/13/xna-4-0-breaking-changes-effect/#comments</comments>
		<pubDate>Tue, 13 Jul 2010 20:33:57 +0000</pubDate>
		<dc:creator>Sean</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Effect]]></category>
		<category><![CDATA[XNA 4.0]]></category>

		<guid isPermaLink="false">http://www.innovativegames.net/blog/?p=640</guid>
		<description><![CDATA[The Effect API has been modified in XNA 4.0. Effect parameters work as usual, however the following: effect.Begin(); foreach(EffectPass pass in effect.CurrentTechnique.Passes) { pass.Begin(); // Draw pass.End(); } effect.End(); Is now foreach (EffectPass pass in effect.CurrentTechnique.Passes) { pass.Apply(); // Draw } Or, if you are using a single pass technique effect.CurrentTechnique.Passes[0].Apply(); // Draw]]></description>
		<wfw:commentRss>http://www.innovativegames.net/blog/blog/2010/07/13/xna-4-0-breaking-changes-effect/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>XNA 4.0 Blend States</title>
		<link>http://www.innovativegames.net/blog/blog/2010/07/13/xna-4-0-blend-states/</link>
		<comments>http://www.innovativegames.net/blog/blog/2010/07/13/xna-4-0-blend-states/#comments</comments>
		<pubDate>Tue, 13 Jul 2010 19:51:07 +0000</pubDate>
		<dc:creator>Sean</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Blending]]></category>
		<category><![CDATA[Blending States]]></category>
		<category><![CDATA[BlendState]]></category>
		<category><![CDATA[XNA 4.0]]></category>

		<guid isPermaLink="false">http://www.innovativegames.net/blog/?p=634</guid>
		<description><![CDATA[Opaque (Default): Additive: Alpha: Non Premultiplied:]]></description>
		<wfw:commentRss>http://www.innovativegames.net/blog/blog/2010/07/13/xna-4-0-blend-states/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Site Attacked</title>
		<link>http://www.innovativegames.net/blog/blog/2010/07/13/site-attacked/</link>
		<comments>http://www.innovativegames.net/blog/blog/2010/07/13/site-attacked/#comments</comments>
		<pubDate>Tue, 13 Jul 2010 09:11:42 +0000</pubDate>
		<dc:creator>Sean</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.innovativegames.net/blog/?p=626</guid>
		<description><![CDATA[The site was attacked as some of you noticed. I managed to eradicate the code that was injected into just about every file on the server and removed the hundreds of files uploaded onto the server by said attack. Unfortunately my theme was destroyed in the process. I&#8217;m currently working to repair it from backups [...]]]></description>
		<wfw:commentRss>http://www.innovativegames.net/blog/blog/2010/07/13/site-attacked/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>XNA 4.0 Breaking Changes &#8211; RenderTargets</title>
		<link>http://www.innovativegames.net/blog/blog/2010/07/13/xna-4-0-breaking-changes-rendertargets/</link>
		<comments>http://www.innovativegames.net/blog/blog/2010/07/13/xna-4-0-breaking-changes-rendertargets/#comments</comments>
		<pubDate>Tue, 13 Jul 2010 09:08:36 +0000</pubDate>
		<dc:creator>Sean</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Breaking Changes]]></category>
		<category><![CDATA[Render Targets]]></category>
		<category><![CDATA[XNA 4.0]]></category>

		<guid isPermaLink="false">http://www.innovativegames.net/blog/?p=624</guid>
		<description><![CDATA[One of the things that has changed with XNA Version 4.0 is RenderTargets. The constructor parameters have changed, as has their interaction with the DepthStencilBuffer class. While previously we had to specify a DepthStencilBuffer instance of the same width, height, and multisampling settings as a render target we were trying to set to the graphics [...]]]></description>
		<wfw:commentRss>http://www.innovativegames.net/blog/blog/2010/07/13/xna-4-0-breaking-changes-rendertargets/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
