<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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>Comments on: SDL Collision</title>
	<atom:link href="http://www.sdltutorials.com/sdl-collision/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sdltutorials.com/sdl-collision/</link>
	<description>SDL Tutorials - Game Tutorials - Programming Tutorials</description>
	<lastBuildDate>Wed, 10 Mar 2010 21:10:26 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Doug</title>
		<link>http://www.sdltutorials.com/sdl-collision/comment-page-6/#comment-6337</link>
		<dc:creator>Doug</dc:creator>
		<pubDate>Sun, 24 Jan 2010 15:50:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.sdltutorials.com/sdl-collision/#comment-6337</guid>
		<description>For some reason, when I compile and run it, the exit button has no effect - it doesn&#039;t respond and nothing displays on the screen. It was working but now I can&#039;t figure out why not.
I&#039;ve checked out all the event-related files, and everything seems to be in order, and I have the same problem even when I use the code copied and pasted directly from this page.
Any ideas?</description>
		<content:encoded><![CDATA[<p>For some reason, when I compile and run it, the exit button has no effect &#8211; it doesn&#8217;t respond and nothing displays on the screen. It was working but now I can&#8217;t figure out why not.<br />
I&#8217;ve checked out all the event-related files, and everything seems to be in order, and I have the same problem even when I use the code copied and pasted directly from this page.<br />
Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim Jones</title>
		<link>http://www.sdltutorials.com/sdl-collision/comment-page-6/#comment-6190</link>
		<dc:creator>Tim Jones</dc:creator>
		<pubDate>Mon, 04 Jan 2010 12:46:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.sdltutorials.com/sdl-collision/#comment-6190</guid>
		<description>Nick,
Take a look here: http://www.libsdl.org/cgi/docwiki.cgi/FAQ_Console

Luke,
Take a look at the PosValid and PosValidTile, those are likely the problem areas. Check against the zip files also, not just the code on this post.</description>
		<content:encoded><![CDATA[<p>Nick,<br />
Take a look here: <a href="http://www.libsdl.org/cgi/docwiki.cgi/FAQ_Console" rel="nofollow">http://www.libsdl.org/cgi/docwiki.cgi/FAQ_Console</a></p>
<p>Luke,<br />
Take a look at the PosValid and PosValidTile, those are likely the problem areas. Check against the zip files also, not just the code on this post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: luke</title>
		<link>http://www.sdltutorials.com/sdl-collision/comment-page-6/#comment-6009</link>
		<dc:creator>luke</dc:creator>
		<pubDate>Wed, 23 Dec 2009 05:07:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.sdltutorials.com/sdl-collision/#comment-6009</guid>
		<description>i have everything working except the collision of the player and the map, the players just fall and i checked the map and the tiles were 2 which are blocks and i have been checking my code to yours for a while now and would like to know if anyone could help but i will continue the search, Thank You for the Tutroials they rock ( i know that you probly wont read this cause it was posted a while ago</description>
		<content:encoded><![CDATA[<p>i have everything working except the collision of the player and the map, the players just fall and i checked the map and the tiles were 2 which are blocks and i have been checking my code to yours for a while now and would like to know if anyone could help but i will continue the search, Thank You for the Tutroials they rock ( i know that you probly wont read this cause it was posted a while ago</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick Coad</title>
		<link>http://www.sdltutorials.com/sdl-collision/comment-page-6/#comment-5326</link>
		<dc:creator>Nick Coad</dc:creator>
		<pubDate>Sun, 08 Nov 2009 23:58:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.sdltutorials.com/sdl-collision/#comment-5326</guid>
		<description>Never mind my last comment - I got it sorted.  Is there a way to stop &quot;printf&quot; outputting to a file?  I have a bunch of printf statements in case something goes wrong, to help me track what the code is doing.  Unfortunately that means stdout.txt gets very large after just a few seconds of running.  Any way I can turn off output without removing the printfs?</description>
		<content:encoded><![CDATA[<p>Never mind my last comment &#8211; I got it sorted.  Is there a way to stop &#8220;printf&#8221; outputting to a file?  I have a bunch of printf statements in case something goes wrong, to help me track what the code is doing.  Unfortunately that means stdout.txt gets very large after just a few seconds of running.  Any way I can turn off output without removing the printfs?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick Coad</title>
		<link>http://www.sdltutorials.com/sdl-collision/comment-page-6/#comment-5291</link>
		<dc:creator>Nick Coad</dc:creator>
		<pubDate>Fri, 06 Nov 2009 01:29:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.sdltutorials.com/sdl-collision/#comment-5291</guid>
		<description>For some reason my version of this is getting suck in the for loop in CMap :: OnRender().  I have even tried copy + pasting that particular loop from your sample code and it still just gets stuck.  My MAP_WIDTH and MAP_HEIGHT are both 40, and TILE_SIZE is 16 if that matters.

I just can&#039;t figure it out, it just gets stuck looping over and over!</description>
		<content:encoded><![CDATA[<p>For some reason my version of this is getting suck in the for loop in CMap :: OnRender().  I have even tried copy + pasting that particular loop from your sample code and it still just gets stuck.  My MAP_WIDTH and MAP_HEIGHT are both 40, and TILE_SIZE is 16 if that matters.</p>
<p>I just can&#8217;t figure it out, it just gets stuck looping over and over!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bob</title>
		<link>http://www.sdltutorials.com/sdl-collision/comment-page-5/#comment-5238</link>
		<dc:creator>Bob</dc:creator>
		<pubDate>Tue, 03 Nov 2009 04:57:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.sdltutorials.com/sdl-collision/#comment-5238</guid>
		<description>Great tutorial, but as Kitt pointed out, when explaining about cfps, you switch the words second and loop.
Got a little confused for a momemnt before i read the comments.

Also, capping the speedfactor might be an easy fix to prevent the drag/fall bug.

The line..

if(SpeedFactor &gt; 30)SpeedFactor=30;

..Did the trick for me.

Otherwise a great tutorial!</description>
		<content:encoded><![CDATA[<p>Great tutorial, but as Kitt pointed out, when explaining about cfps, you switch the words second and loop.<br />
Got a little confused for a momemnt before i read the comments.</p>
<p>Also, capping the speedfactor might be an easy fix to prevent the drag/fall bug.</p>
<p>The line..</p>
<p>if(SpeedFactor &gt; 30)SpeedFactor=30;</p>
<p>..Did the trick for me.</p>
<p>Otherwise a great tutorial!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bob</title>
		<link>http://www.sdltutorials.com/sdl-collision/comment-page-5/#comment-5237</link>
		<dc:creator>Bob</dc:creator>
		<pubDate>Tue, 03 Nov 2009 04:56:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.sdltutorials.com/sdl-collision/#comment-5237</guid>
		<description>Also, capping the speedfactor might be an easy fix to prevent the drag/fall bug.

The line..

if(SpeedFactor &gt; 30)SpeedFactor=30;

..Did the trick for me.</description>
		<content:encoded><![CDATA[<p>Also, capping the speedfactor might be an easy fix to prevent the drag/fall bug.</p>
<p>The line..</p>
<p>if(SpeedFactor &gt; 30)SpeedFactor=30;</p>
<p>..Did the trick for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bob Baluba</title>
		<link>http://www.sdltutorials.com/sdl-collision/comment-page-5/#comment-5218</link>
		<dc:creator>Bob Baluba</dc:creator>
		<pubDate>Mon, 02 Nov 2009 02:30:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.sdltutorials.com/sdl-collision/#comment-5218</guid>
		<description>Great tutorial, but as Kitt pointed out, when explaining about cfps, you switch the words second and loop.
Got a little confused for a momemnt before i read the comments.

Otherwise a great tutorial!</description>
		<content:encoded><![CDATA[<p>Great tutorial, but as Kitt pointed out, when explaining about cfps, you switch the words second and loop.<br />
Got a little confused for a momemnt before i read the comments.</p>
<p>Otherwise a great tutorial!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim Jones</title>
		<link>http://www.sdltutorials.com/sdl-collision/comment-page-5/#comment-5087</link>
		<dc:creator>Tim Jones</dc:creator>
		<pubDate>Mon, 19 Oct 2009 01:18:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.sdltutorials.com/sdl-collision/#comment-5087</guid>
		<description>Ben,
Thanks! I like that idea, so I did go ahead and put a Donate button below the social networking links and above the comments. I appreciate all the help I can get - but I don&#039;t do this for the money at all. Just glad I can help people out.</description>
		<content:encoded><![CDATA[<p>Ben,<br />
Thanks! I like that idea, so I did go ahead and put a Donate button below the social networking links and above the comments. I appreciate all the help I can get &#8211; but I don&#8217;t do this for the money at all. Just glad I can help people out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben</title>
		<link>http://www.sdltutorials.com/sdl-collision/comment-page-5/#comment-5085</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Mon, 19 Oct 2009 00:05:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.sdltutorials.com/sdl-collision/#comment-5085</guid>
		<description>Great tutorials.

Thanks so much for taking the time to write them. You should put one of those donation buttons on your site.. something like... if you found this article helpful and wish to thank me click here to paypal me $1... flicks user over to paypal login, enter user/pass and bume back to the site.  Maybe make it so they can set a higher value if they want to.

I&#039;m not exactly a wealthy person but I&#039;d flick you a few bucks for your efforts and great example here.  A few thousand people like me come along and this site will have been well worth your time for you as well as all of us.</description>
		<content:encoded><![CDATA[<p>Great tutorials.</p>
<p>Thanks so much for taking the time to write them. You should put one of those donation buttons on your site.. something like&#8230; if you found this article helpful and wish to thank me click here to paypal me $1&#8230; flicks user over to paypal login, enter user/pass and bume back to the site.  Maybe make it so they can set a higher value if they want to.</p>
<p>I&#8217;m not exactly a wealthy person but I&#8217;d flick you a few bucks for your efforts and great example here.  A few thousand people like me come along and this site will have been well worth your time for you as well as all of us.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
