<?xml version="1.0" encoding="utf-8"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>DaniWeb IT Discussion Community - Game Development</title>
		<link>http://www.daniweb.com/forums/</link>
		<description><![CDATA[Our Game Development forum is the place for Q&A-style discussions related to algorithm design, physics and math theory that are directly related to game development, in addition to techniques implementing sound and graphics libraries. Please use one of the language-specific forums if your question is not exclusive to game development. You can use [tex] bbcode to create LaTeX graphics.]]></description>
		<language>en-US</language>
		<lastBuildDate>Sat, 21 Nov 2009 08:17:13 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://www.daniweb.com/alphaimages/misc/rss.jpg</url>
			<title>DaniWeb IT Discussion Community - Game Development</title>
			<link>http://www.daniweb.com/forums/</link>
		</image>
		<item>
			<title>Import/Export WoW data to external database--</title>
			<link>http://www.daniweb.com/forums/thread239998.html</link>
			<pubDate>Fri, 20 Nov 2009 11:31:48 GMT</pubDate>
			<description><![CDATA[How would one do this? 
 
I've tried extended searches for this and apparently any time I mention WoW and a socket (in reference to WoW the game and socket as in the socket API for Lua), I get a bunch of crap about socketing items in WoW and not any relevant information on how to use the Socket api...]]></description>
			<content:encoded><![CDATA[<div>How would one do this?<br />
<br />
I've tried extended searches for this and apparently any time I mention WoW and a socket (in reference to WoW the game and socket as in the socket API for Lua), I get a bunch of crap about socketing items in WoW and not any relevant information on how to use the Socket api to import/export data from WoW.<br />
<br />
My overall goal is to create an addon that performs updates on an external database, rather than a local one. This is so that multiple users can handle the same data without having to synchronize files on the fly or save times + operations then synching.<br />
<br />
As an example, let's assume I'm using an addon and a guildmate is using the same addon.<br />
<br />
When I make a change to the addon, and my guildmate makes a change, I want it to be made such that the moment I perform a change he gets the update in a very fast manner. I also want to be able to rely on the addon to send him information that I've stored even when I'm offline.<br />
<br />
The only truly good means of doing this is to communicate with an external database that both him and I can access when we're online. It would solve a world of problems.<br />
<br />
If anyone has experience with communicating with an external database, from WoW via the wow-api or even their own library please let me know.</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum71.html">Game Development</category>
			<dc:creator>Intrade</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread239998.html</guid>
		</item>
		<item>
			<title>My direct-x prog generate errors related to winnt.h</title>
			<link>http://www.daniweb.com/forums/thread239889.html</link>
			<pubDate>Fri, 20 Nov 2009 01:36:49 GMT</pubDate>
			<description><![CDATA[I've created a program on Visual C++ using microsoft's direct-x 9 SDK(coz thats what our college told us to use) which creates and display triangle on the screen. 
I've included the INCLUDE folder in the settings and linked d3d9.lib, d3dx9.lib and winmm.lib library files in the application...]]></description>
			<content:encoded><![CDATA[<div>I've created a program on Visual C++ using microsoft's direct-x 9 SDK(coz thats what our college told us to use) which creates and display triangle on the screen.<br />
I've included the INCLUDE folder in the settings and linked d3d9.lib, d3dx9.lib and winmm.lib library files in the application dependencies settings.<br />
Whenever I debug my program, it generates 5 errors....<br />
<div style="margin:20px; margin-top:5px; "> <div class="smallfont" style="margin-bottom:2px">Quote:</div> <table cellpadding="5" cellspacing="0" border="0" width="100%"> <tr> <td class="alt2"> <hr />  c:\program files\microsoft sdks\windows\v6.0a\include\winnt.h(236) : error C2146: syntax error : missing ';' before identifier 'PVOID64'<br />
c:\program files\microsoft sdks\windows\v6.0a\include\winnt.h(236) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int<br />
c:\program files\microsoft sdks\windows\v6.0a\include\winnt.h(7818) : error C2146: syntax error : missing ';' before identifier 'Buffer'<br />
c:\program files\microsoft sdks\windows\v6.0a\include\winnt.h(7818) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int<br />
c:\program files\microsoft sdks\windows\v6.0a\include\winnt.h(7818) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int  <hr /> </td> </tr> </table> </div>Same errors are generated when I try to debug my DarkGDK program.</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum71.html">Game Development</category>
			<dc:creator>sL@Y3R_WiLLRocK</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread239889.html</guid>
		</item>
		<item>
			<title>Time Control</title>
			<link>http://www.daniweb.com/forums/thread239869.html</link>
			<pubDate>Fri, 20 Nov 2009 00:06:39 GMT</pubDate>
			<description><![CDATA[Hey All 
 
Would someone care to explain or outline how developers implement time control into engines? Especially when you can go back in time, like in the game 'Braid'. I don't understand how its done, does the game write all the player moves, FX, events etc into a buffer, then read it backwards...]]></description>
			<content:encoded><![CDATA[<div>Hey All<br />
<br />
Would someone care to explain or outline how developers implement time control into engines? Especially when you can go back in time, like in the game 'Braid'. I don't understand how its done, does the game write all the player moves, FX, events etc into a buffer, then read it backwards to reverse time?<br />
<br />
Cheers :)</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum71.html">Game Development</category>
			<dc:creator>eXsolved</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread239869.html</guid>
		</item>
		<item>
			<title>Multiplayer Flash Game Website.</title>
			<link>http://www.daniweb.com/forums/thread239441.html</link>
			<pubDate>Wed, 18 Nov 2009 12:35:21 GMT</pubDate>
			<description><![CDATA[Hello all!  
 
I was wondering if someone could give me some advice. 
 
I'm planning on creating a website where people would create an account and then use the account to play some flash games on the site. The games would support multiplayer (around 2-6 players) and the high scores would be...]]></description>
			<content:encoded><![CDATA[<div>Hello all! <br />
<br />
I was wondering if someone could give me some advice.<br />
<br />
I'm planning on creating a website where people would create an account and then use the account to play some flash games on the site. The games would support multiplayer (around 2-6 players) and the high scores would be uploaded to a table or something.<br />
<br />
Could someone advise what would be the best approach to this please? How would the two users exchange data? Should I just use a database? Ive been looking at SmartFoxServer and was wondering if there was anything more suited to my situatuation.<br />
<br />
Thanks in advance!</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum71.html">Game Development</category>
			<dc:creator>thebman919</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread239441.html</guid>
		</item>
		<item>
			<title>Recommended C# - XNA Game Software</title>
			<link>http://www.daniweb.com/forums/thread239227.html</link>
			<pubDate>Tue, 17 Nov 2009 16:16:30 GMT</pubDate>
			<description>For any beginners who are interestd in making games, you can try out the xna game development. You dont need to have any programming experience and within a short time, you can create an amazing game. You can search in you tube for the games created using Xna (since Xna game is an indie game...</description>
			<content:encoded><![CDATA[<div>For any beginners who are interestd in making games, you can try out the xna game development. You dont need to have any programming experience and within a short time, you can create an amazing game. You can search in you tube for the games created using Xna (since Xna game is an indie game development, most of the games are created by either 1 person or severals only). you can visit the creators club website if you're interested @ <a rel="nofollow" class="t" href="http://creators.xna.com/en-US/" target="_blank">http://creators.xna.com/en-US/</a></div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum71.html">Game Development</category>
			<dc:creator>ljianyih</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread239227.html</guid>
		</item>
		<item>
			<title>News Story Have 600,000 modders lost Xbox Live access in Microsoft cull?</title>
			<link>http://www.daniweb.com/news/story237742.html</link>
			<pubDate>Wed, 11 Nov 2009 12:05:18 GMT</pubDate>
			<description><![CDATA[Reports are starting to emerge online that Microsoft may have initiated a cull of Xbox Live accounts belonging to users of modified games consoles. One claims (http://pinoycosplay.blogspot.com/2009/11/microsoft-bans-600k-xbox-live-accounts.html?zx=e10c0b0fc532dc57) that a "trusty source" working in...]]></description>
			<content:encoded><![CDATA[<div>Reports are starting to emerge online that Microsoft may have initiated a cull of Xbox Live accounts belonging to users of modified games consoles. One <a rel="nofollow" class="t" href="http://pinoycosplay.blogspot.com/2009/11/microsoft-bans-600k-xbox-live-accounts.html?zx=e10c0b0fc532dc57" target="_blank">claims</a> that a &quot;trusty source&quot; working in a call centre which handles Xbox 360 accounts has had an influx of &quot;screaming teenagers who don't don't understand the terms of use that comes with the console they bought&quot;. That same posting suggests that as many as 600,000 Xbox Live accounts across North America have been disabled so far.<br />
<br />
Comments to another forum <a rel="nofollow" class="t" href="http://www.inentertainment.co.uk/20091110/600k-xbox-live-accounts-banned-by-microsoft/" target="_blank">confirm</a> that Xbox owners in Europe are also seeing accounts banned for having modifications such as flashed firmware on the DVD drive.<br />
<br />
It would <a rel="nofollow" class="t" href="http://www.itwire.com/content/view/29237/53/" target="_blank">seem</a> that the move is against those owners whose consoles have been modded to play pirated games and suggests that owners of such modified consoles should not login to Xbox Live until after the Christmas holidays as the cull should be over by then.<br />
<br />
I have had my fair share of <a rel="nofollow" class="t" href="http://www.daniweb.com/blogs/entry3597.html" target="_blank">Xbox 360 hardware problems</a> but have not been tempted into taking my revenge on Microsoft by going down the modded console route. I have to say that I'm glad I have stayed legal now, after all without Xbox Live the 360 is about as much use as a one legged man at an ass kicking party.</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum71.html">Game Development</category>
			<dc:creator>happygeek</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread237742.html</guid>
		</item>
		<item>
			<title>Game-ready model shops</title>
			<link>http://www.daniweb.com/forums/thread237195.html</link>
			<pubDate>Mon, 09 Nov 2009 10:21:55 GMT</pubDate>
			<description><![CDATA[I'm making a list of game-ready model shops, if you know another ones please tell me ^^ here's what I've found so far: 
(alphabetically sorted) 
 
*3dbud.com* 
http://img118.imageshack.us/img118/8018/83767809.jpg 
(fantasy characters - animals - monters) - <they have just updated new monsters and...]]></description>
			<content:encoded><![CDATA[<div>I'm making a list of game-ready model shops, if you know another ones please tell me ^^ here's what I've found so far:<br />
(alphabetically sorted)<br />
<br />
<span style="font-weight:bold">3dbud.com</span><br />
<a rel="nofollow" class="t" href="http://img118.imageshack.us/img118/8018/83767809.jpg" target="_blank">http://img118.imageshack.us/img118/8018/83767809.jpg</a><br />
(fantasy characters - animals - monters) - &lt;they have just updated new monsters and characters&gt;<br />
<a rel="nofollow" class="t" href="http://3dbud.com" target="_blank">http://3dbud.com</a><br />
<br />
<span style="font-weight:bold">3drt.com</span><br />
<a rel="nofollow" class="t" href="http://3drt.com/3dm/characters/real-zombies/characters-real-zombies-3d_01.jpg" target="_blank">http://3drt.com/3dm/characters/real-...bies-3d_01.jpg</a><br />
(fantasy - scifi characters - animals - monters) &lt;new zombie pack&gt;<br />
<a rel="nofollow" class="t" href="http://3drt.com" target="_blank">http://3drt.com</a><br />
<br />
<span style="font-weight:bold">adenfall.com</span><br />
<a rel="nofollow" class="t" href="http://www.adenfall.com/modelalbum1/bedroom_render.jpg" target="_blank">http://www.adenfall.com/modelalbum1/bedroom_render.jpg</a><br />
(game objects)<br />
<a rel="nofollow" class="t" href="http://adenfall.com" target="_blank">http://adenfall.com</a><br />
<br />
<span style="font-weight:bold">arteria-gaming.com</span><br />
<a rel="nofollow" class="t" href="http://www.arteria-gaming.com/fantheme/fanthemelogo.jpg" target="_blank">http://www.arteria-gaming.com/fantheme/fanthemelogo.jpg</a><br />
(game objects)<br />
<a rel="nofollow" class="t" href="http://arteria-gaming.com" target="_blank">http://arteria-gaming.com</a><br />
<br />
<span style="font-weight:bold">cubixstudio.com</span><br />
<a rel="nofollow" class="t" href="http://www.cubixstudio.com/products/FemaleNPC/FemaleNPC_CloseUp.jpg" target="_blank">http://www.cubixstudio.com/products/...PC_CloseUp.jpg</a><br />
(fantasy - scifi characters)<br />
<a rel="nofollow" class="t" href="http://cubixstudio.com" target="_blank">http://cubixstudio.com</a><br />
<span style="font-weight:bold"><br />
dexsoft-games.com</span><br />
<a rel="nofollow" class="t" href="http://www.dexsoft-games.com/textures/images/fantasy/dungeon_tomb/tomb_banner3.jpg" target="_blank">http://www.dexsoft-games.com/texture...mb_banner3.jpg</a><br />
(game objects - fantasy - scifi characters) &lt;new cool fantasy characters&gt;<br />
<a rel="nofollow" class="t" href="http://dexsoft-games.com" target="_blank">http://dexsoft-games.com</a><br />
<span style="font-weight:bold"><br />
frogames.net</span><br />
<a rel="nofollow" class="t" href="http://www.frogames.net/frogames_images/bandeau_2.jpg" target="_blank">http://www.frogames.net/frogames_images/bandeau_2.jpg</a><br />
(game objects - fantasy - scifi characters) &lt;mmorpg character pack&gt;<br />
<a rel="nofollow" class="t" href="http://frogames.net" target="_blank">http://frogames.net</a> <br />
<br />
<span style="font-weight:bold">gamebeep.com</span><br />
<a rel="nofollow" class="t" href="http://img142.imageshack.us/img142/962/26031368.jpg" target="_blank">http://img142.imageshack.us/img142/962/26031368.jpg</a><br />
(game objects - fantasy - scifi characters)<br />
<a rel="nofollow" class="t" href="http://gamebeep.com" target="_blank">http://gamebeep.com</a><br />
<br />
<span style="font-weight:bold">game-stuff.com</span><br />
<a rel="nofollow" class="t" href="http://www.game-stuff.com/architect/windmill_1/02.jpg" target="_blank">http://www.game-stuff.com/architect/windmill_1/02.jpg</a><br />
(game objects - game levels)<br />
<a rel="nofollow" class="t" href="http://game-stuff.com" target="_blank">http://game-stuff.com</a></div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum71.html">Game Development</category>
			<dc:creator>tinlau</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread237195.html</guid>
		</item>
		<item>
			<title>8 puzzle solver</title>
			<link>http://www.daniweb.com/forums/thread237035.html</link>
			<pubDate>Sun, 08 Nov 2009 19:47:14 GMT</pubDate>
			<description>can you help me in making a 8 puzzle solver in c</description>
			<content:encoded><![CDATA[<div>can you help me in making a 8 puzzle solver in c</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum71.html">Game Development</category>
			<dc:creator>ammycoe</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread237035.html</guid>
		</item>
		<item>
			<title>school project</title>
			<link>http://www.daniweb.com/forums/thread237025.html</link>
			<pubDate>Sun, 08 Nov 2009 18:16:27 GMT</pubDate>
			<description><![CDATA[So i have to do a school project for next year and i was thinking about doing something like a Pokemon game. i don't know were to start, what software should i use and if you can give me any tips that would be great.]]></description>
			<content:encoded><![CDATA[<div>So i have to do a school project for next year and i was thinking about doing something like a Pokemon game. i don't know were to start, what software should i use and if you can give me any tips that would be great.</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum71.html">Game Development</category>
			<dc:creator>Espanhol</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread237025.html</guid>
		</item>
		<item>
			<title>How to write text to glut window with the keyboard in c++?</title>
			<link>http://www.daniweb.com/forums/thread236885.html</link>
			<pubDate>Sat, 07 Nov 2009 23:25:44 GMT</pubDate>
			<description><![CDATA[How can I draw text in a glut window with the keyboard; 
I have tried doing cin with   <div class="codeblock"> <div class="spaced"> <div style="float:right; margin-right:10px"> <a href="/forums/misc.php?do=explaincode&amp;TB_iframe=true&amp;height=400&amp;width=680" class="thickbox" title="Help with Code Tags"...]]></description>
			<content:encoded><![CDATA[<div>How can I draw text in a glut window with the keyboard;<br />
I have tried doing cin with  <pre style="margin:20px; line-height:13px">void TextBox::Keys(unsigned char key,int x,int y){<br />
&nbsp;  switch(key){<br />
&nbsp; &nbsp; &nbsp; case 13://enter key<br />
&nbsp; &nbsp; &nbsp; cin &gt;&gt; String;<br />
&nbsp; &nbsp; &nbsp;  DrawString = true;<br />
&nbsp; &nbsp; &nbsp; break;&nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; case 27:<br />
&nbsp; &nbsp; &nbsp; &nbsp; exit(0);&nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; break;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp;  }</pre><br />
and then in the draw function<br />
<br />
 <pre style="margin:20px; line-height:13px">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; fontx = tx + 3;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; fonty = ty + (th+8)/2;<br />
&nbsp; &nbsp; &nbsp; &nbsp;  if(DrawString == true){<br />
&nbsp; &nbsp; &nbsp; &nbsp;  glColor3f(0.0,0.0,0.0);&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  <br />
&nbsp; &nbsp; &nbsp; &nbsp;  Font(GLUT_BITMAP_HELVETICA_12,(char*)String,fontx,fonty);<br />
}</pre><br />
the intention here was to get the string from cin and put it in the string variable and then draw it to the screen. I know how to get<br />
input with cin and put it in a variable with a console program, but i don't know how to do it with the glut keyboard. I also know how to draw text to the screen with glut. I have other questions but I will post them in seperate threads. Much thanks, Jody Bush</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum71.html">Game Development</category>
			<dc:creator>bushimports</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread236885.html</guid>
		</item>
		<item>
			<title>Searching for coders</title>
			<link>http://www.daniweb.com/forums/thread236848.html</link>
			<pubDate>Sat, 07 Nov 2009 19:03:13 GMT</pubDate>
			<description>Hello every one. I would like to ask any one who is able to code c++  if any one would like to work on a new code for a new or old game Final Fantasy XI. 
 
Projectxi.org is doing some good work, but could really use some help from you guys, and it would be a honor to have some of your help. We...</description>
			<content:encoded><![CDATA[<div>Hello every one. I would like to ask any one who is able to code c++  if any one would like to work on a new code for a new or old game Final Fantasy XI.<br />
<br />
Projectxi.org is doing some good work, but could really use some help from you guys, and it would be a honor to have some of your help. We have a massaive lagg issuse and our conectioion is only letting us allow 9 players to play on one server. So I thought It would be a good idea to ask you for help.<br />
But if your willing to just check out the code and maybe post some ideas at projectxi.org for help This would be very awsome.</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum71.html">Game Development</category>
			<dc:creator>mancent</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread236848.html</guid>
		</item>
		<item>
			<title>Problem with DirectX3D initiation</title>
			<link>http://www.daniweb.com/forums/thread236387.html</link>
			<pubDate>Thu, 05 Nov 2009 21:29:30 GMT</pubDate>
			<description><![CDATA[I try to split up my DirectX stuff and GUI stuff into two classes. It has come to the part where it compiles, but this snippet return false:  <div class="codeblock"> <div class="spaced"> <div style="float:right; margin-right:10px"> <a...]]></description>
			<content:encoded><![CDATA[<div>I try to split up my DirectX stuff and GUI stuff into two classes. It has come to the part where it compiles, but this snippet return false: <pre style="margin:20px; line-height:13px">if(FAILED(pd3d-&gt;CreateDevice(D3DADAPTER_DEFAULT, D3DDEVTYPE_HAL, hwnd, D3DCREATE_SOFTWARE_VERTEXPROCESSING, &amp;d3dpp, &amp;pd3dDevice)))<br />
{<br />
&nbsp; &nbsp; &nbsp; &nbsp; MessageBox(NULL, &quot;CD failed!&quot;, &quot;Fatal error!&quot;, MB_OK);<br />
&nbsp; &nbsp; &nbsp; &nbsp; return false;<br />
}</pre>It is part of the class DxManager, I think it's the <span style="font-weight:bold">hwnd</span> that fails. hwnd is part of the Gui class<br />
<br />
Here is the Gui class <pre style="margin:20px; line-height:13px">class Gui<br />
{<br />
public:<br />
&nbsp; &nbsp; &nbsp; &nbsp; Gui();<br />
&nbsp; &nbsp; &nbsp; &nbsp; virtual ~Gui();<br />
&nbsp; &nbsp; &nbsp; &nbsp; bool InitWindow(HINSTANCE hInstance);&nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; static LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM);<br />
protected:<br />
&nbsp; &nbsp; &nbsp; &nbsp; HINSTANCE&nbsp; &nbsp; &nbsp; &nbsp; hInstance;<br />
&nbsp; &nbsp; &nbsp; &nbsp; HWND&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; hwnd;<br />
private:<br />
&nbsp; &nbsp; &nbsp; &nbsp; int&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; width, height;<br />
};</pre> and here is the DxManager class  <pre style="margin:20px; line-height:13px">class DxManager : public Gui<br />
{<br />
public:<br />
&nbsp; &nbsp; &nbsp; &nbsp; DxManager();<br />
&nbsp; &nbsp; &nbsp; &nbsp; virtual ~DxManager();<br />
&nbsp; &nbsp; &nbsp; &nbsp; bool InitDirect3D();<br />
&nbsp; &nbsp; &nbsp; &nbsp; void StartRender();<br />
&nbsp; &nbsp; &nbsp; &nbsp; void StopRender();<br />
&nbsp; &nbsp; &nbsp; &nbsp; void CleanUp();<br />
&nbsp; &nbsp; &nbsp; &nbsp; void BlitToSurface();<br />
private:<br />
&nbsp; &nbsp; &nbsp; &nbsp; bool fullscreen;<br />
};</pre>Anyone that can help me understand what is wrong?</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum71.html">Game Development</category>
			<dc:creator>FrozenSnake</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread236387.html</guid>
		</item>
		<item>
			<title>Disabling fullscreen using GLUT!</title>
			<link>http://www.daniweb.com/forums/thread236050.html</link>
			<pubDate>Wed, 04 Nov 2009 20:11:05 GMT</pubDate>
			<description><![CDATA[Sorry for doing this, but anyone with GLUT experience willing to look though a little code, since it's not working at all; I posted the thread here: 
http://www.daniweb.com/forums/thread235691.html]]></description>
			<content:encoded><![CDATA[<div>Sorry for doing this, but anyone with GLUT experience willing to look though a little code, since it's not working at all; I posted the thread here:<br />
<a rel="nofollow" class="t" href="http://www.daniweb.com/forums/thread235691.html" target="_blank">http://www.daniweb.com/forums/thread235691.html</a></div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum71.html">Game Development</category>
			<dc:creator>Skeen</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread236050.html</guid>
		</item>
		<item>
			<title>News Story FIGHT: World of Warcraft vs China</title>
			<link>http://www.daniweb.com/news/story235672.html</link>
			<pubDate>Tue, 03 Nov 2009 14:04:15 GMT</pubDate>
			<description>It would seem that there is something of an ongoing battle in the world of online Chinese gaming, and World of Warcraft is right in the midst of it. 
 
As I reported (http://www.daniweb.com/news/story220683.html) back in July, the company behind World of Warcraft (Blizzard Entertainment) was having...</description>
			<content:encoded><![CDATA[<div>It would seem that there is something of an ongoing battle in the world of online Chinese gaming, and World of Warcraft is right in the midst of it.<br />
<br />
As I <a rel="nofollow" class="t" href="http://www.daniweb.com/news/story220683.html" target="_blank">reported</a> back in July, the company behind World of Warcraft (Blizzard Entertainment) was having problems in getting The Burning Crusade expansion pack up and running in China. Best not even mention Wrath of the Lich King then. It's all a little, well a lot, complicated and just a tad political, of course. Here's <a rel="nofollow" class="t" href="http://www.daniweb.com/news/story220683.html" target="_blank">what I said</a> a few months ago:<br />
<br />
&quot;A planned upgrade to the game which involved moving to a new operator in China, an online gaming outfit by the name of NetEase, has been anything but easy. Because it is a foreign game, and the move to a new local operator makes it a new foreign game for good measure, the Chinese government get to put it through a strict approval process.&quot;<br />
<br />
Now it would <a rel="nofollow" class="t" href="http://www.networkworld.com/news/2009/110309-chinese-government-agencies-battle-over.html?hpg1=bn" target="_blank">seem</a> that the publishing regulator in China has returned that application and halted the approval process as a result. NetEase, meanwhile, has already started operating World of Warcraft in China again despite not having approval. It fired up the local WoW servers back in September, one assumes as it was tired of waiting for that bureaucratic rubber stamp. Remember, WoW had already been approved and had been operating in China previously, all that changed was the local operator. Heck, NetEase apparently even got the nod to go ahead from the Cultural Ministry in China to rev up the WoW servers again.<br />
<br />
But that has not appeased the agency concerned with the approval process, the General Administration of Press and Publication (GAPP) and it has now demanded NetEase stop taking money, stop new players from signing up, and in effect just, well, stop. No doubt part of this intransigence stems from the declared intent of GAPP to clean up the online gaming sector and remove violence and pornography from the MMORPG genre (oh how China loves those <a rel="nofollow" class="t" href="http://www.daniweb.com/blogs/entry4434.html" target="_blank">weapons of mass censorship</a>) but it will be interesting to see how the war is won between commerce, a Government with one eye on foreign investment and an internal agency seemingly struggling to justify its own existence.</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum71.html">Game Development</category>
			<dc:creator>happygeek</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread235672.html</guid>
		</item>
		<item>
			<title>How to get Maya to replace a directory with an environment variable?</title>
			<link>http://www.daniweb.com/forums/thread233980.html</link>
			<pubDate>Tue, 27 Oct 2009 23:20:55 GMT</pubDate>
			<description><![CDATA[Hi, 
 
I'm trying to work out how to get Maya to save out my environment variable as opposed to the full directory. I have changed my maya.env file so it has no trouble reading the environment variable and then writing out the environment variable if it was already written out in the maya ascii...]]></description>
			<content:encoded><![CDATA[<div>Hi,<br />
<br />
I'm trying to work out how to get Maya to save out my environment variable as opposed to the full directory. I have changed my maya.env file so it has no trouble reading the environment variable and then writing out the environment variable if it was already written out in the maya ascii file. <br />
<br />
The thing is when I'm in Maya and I pull in another jpeg, or tif file it automatically writes the whole directory out and not the environment variable. <br />
<br />
How can I get Maya to aggressively replace my directory and write out the environment variable every time?<br />
<br />
Thanks,</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum71.html">Game Development</category>
			<dc:creator>Morika</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread233980.html</guid>
		</item>
		<item>
			<title>Graphics on multicores</title>
			<link>http://www.daniweb.com/forums/thread233514.html</link>
			<pubDate>Mon, 26 Oct 2009 16:23:12 GMT</pubDate>
			<description>Hello, 
     I am currently doing a research at my university about the ways in which we can use multicore CPU to enhance graphics performance instead of putting all the load on the GPU, I am trying to work with both OpenGL and OpenMP and I am planning on using gDebugger to measure performance but...</description>
			<content:encoded><![CDATA[<div>Hello,<br />
     I am currently doing a research at my university about the ways in which we can use multicore CPU to enhance graphics performance instead of putting all the load on the GPU, I am trying to work with both OpenGL and OpenMP and I am planning on using gDebugger to measure performance but I am stuck due the lack of information and papers about this subject so if anyone has any knowledge or any contribution or suggestion please do let me know.<br />
<br />
Thanks.</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum71.html">Game Development</category>
			<dc:creator>Mohamad89</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread233514.html</guid>
		</item>
		<item>
			<title>binary x file versus text x file...please help me</title>
			<link>http://www.daniweb.com/forums/thread233466.html</link>
			<pubDate>Mon, 26 Oct 2009 13:26:58 GMT</pubDate>
			<description><![CDATA[hi, can you give me an advice ? 
i have text x file and i would like to convert it to binary x file, because of size. what do i have to install and how can i do it ? i have also an application "3d exploration", but there is no choice (text, binary) in saving. 
sorry for my english, i am not a...]]></description>
			<content:encoded><![CDATA[<div>hi, can you give me an advice ?<br />
i have text x file and i would like to convert it to binary x file, because of size. what do i have to install and how can i do it ? i have also an application &quot;3d exploration&quot;, but there is no choice (text, binary) in saving.<br />
sorry for my english, i am not a native speaker (czech republic)!<br />
thanks a lot, my e-mail is <a href="mailto:oxadloo@centrum.cz">oxadloo@centrum.cz</a></div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum71.html">Game Development</category>
			<dc:creator>jmelicko</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread233466.html</guid>
		</item>
		<item>
			<title>Torque game engine</title>
			<link>http://www.daniweb.com/forums/thread233264.html</link>
			<pubDate>Sun, 25 Oct 2009 23:37:49 GMT</pubDate>
			<description><![CDATA[I got the book Torque for teens but I can't follow along with the book because it instructs me to copy the folder \example into itself and rename it to \experiment. The books says it's located in whatever directory I installed torque into and then \Torque\SDK\example 
But I can't find it anywhere....]]></description>
			<content:encoded><![CDATA[<div>I got the book Torque for teens but I can't follow along with the book because it instructs me to copy the folder \example into itself and rename it to \experiment. The books says it's located in whatever directory I installed torque into and then \Torque\SDK\example<br />
But I can't find it anywhere. Can someone help me please? Thanks.</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum71.html">Game Development</category>
			<dc:creator>Garrett85</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread233264.html</guid>
		</item>
		<item>
			<title>Development of FPX game engine- Episode 4</title>
			<link>http://www.daniweb.com/forums/thread233249.html</link>
			<pubDate>Sun, 25 Oct 2009 22:03:40 GMT</pubDate>
			<description><![CDATA[Hello. As some of you know I'm working on a game engine and I'm making a video diary about it. So this is the 4. episode of that diary. In general, I'm talking about all the new stuff that I did in my engine. To learn more, you can see video.(Below) Thanks. 
 
Development of FPX game engine-...]]></description>
			<content:encoded><![CDATA[<div>Hello. As some of you know I'm working on a game engine and I'm making a video diary about it. So this is the 4. episode of that diary. In general, I'm talking about all the new stuff that I did in my engine. To learn more, you can see video.(Below) Thanks.<br />
<br />
<a rel="nofollow" class="t" href="http://www.youtube.com/user/FrozenPixelStudio#p/u/0/4nx9y0oQKx4" target="_blank">Development of FPX game engine- Episode 4 (Click to see the video) </a><br />
<br />
<a rel="nofollow" class="t" href="http://www.fpx-studio.com" target="_blank">Link to my website: www.fpx-studio.com </a></div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum71.html">Game Development</category>
			<dc:creator>fpx-studio</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread233249.html</guid>
		</item>
		<item>
			<title>using graphics under c for game development?? please help me.</title>
			<link>http://www.daniweb.com/forums/thread233214.html</link>
			<pubDate>Sun, 25 Oct 2009 17:58:25 GMT</pubDate>
			<description><![CDATA[do you understand exact difference b/w XOR_PUT, OR_PUT ,AND_PUT & COPY_PUT. I prepared many games like snake xenia, bricks(with a entirely diff logic than that which is in the book graphics under c of yashwant karnetkar) ,etc. but facing a problem in game bricks]]></description>
			<content:encoded><![CDATA[<div>do you understand exact difference b/w XOR_PUT, OR_PUT ,AND_PUT &amp; COPY_PUT. I prepared many games like snake xenia, bricks(with a entirely diff logic than that which is in the book graphics under c of yashwant karnetkar) ,etc. but facing a problem in game bricks</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum71.html">Game Development</category>
			<dc:creator>kirit275</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread233214.html</guid>
		</item>
		<item>
			<title>Where To Start</title>
			<link>http://www.daniweb.com/forums/thread233036.html</link>
			<pubDate>Sun, 25 Oct 2009 01:15:36 GMT</pubDate>
			<description>I have never made a game before, but have been interested for a while, but i have no idea where to start. 
could someone recommend some software on where to start, and how to actually program a game. 
Thanks 
~Matt</description>
			<content:encoded><![CDATA[<div>I have never made a game before, but have been interested for a while, but i have no idea where to start.<br />
could someone recommend some software on where to start, and how to actually program a game.<br />
Thanks<br />
~Matt</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum71.html">Game Development</category>
			<dc:creator>mrclark</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread233036.html</guid>
		</item>
		<item>
			<title>Nokizaru - Ninja Game</title>
			<link>http://www.daniweb.com/forums/thread232788.html</link>
			<pubDate>Sat, 24 Oct 2009 03:19:17 GMT</pubDate>
			<description>Hi there, 
 
http://www.harperations.com/nokizaruscreen.jpg 
 
Muse Games is holding a contest for a Unity Game concept. My entry is Nokizaru. You play a ninja that tries to earn gold by taking out high value, heavily guarded targets. But you must move within the shadows because other ninjas are...</description>
			<content:encoded><![CDATA[<div>Hi there,<br />
<br />
<a rel="nofollow" class="t" href="http://www.harperations.com/nokizaruscreen.jpg" target="_blank">http://www.harperations.com/nokizaruscreen.jpg</a><br />
<br />
Muse Games is holding a contest for a Unity Game concept. My entry is Nokizaru. You play a ninja that tries to earn gold by taking out high value, heavily guarded targets. But you must move within the shadows because other ninjas are doing the same thing. Co-op and Solo PvP will be implemented.  :o<br />
<br />
In the actual game:<br />
<br />
Concept art will be done by: BowenJ<br />
Programing and Animation by: Sophie Houlden<br />
<br />
The game concept needs your vote to get made, please vote for it at. <br />
<a rel="nofollow" class="t" href="http://musegames.com/community/immunitychallenge/" target="_blank">http://musegames.com/community/immunitychallenge/</a>  ;D<br />
<br />
<br />
<br />
And here is a Making of the Ninja video. <br />
<a rel="nofollow" class="t" href="http://www.harperations.com" target="_blank">www.harperations.com</a><br />
<br />
<a href="http://www.harperations.com/Kama.jpg" target="_blank">http://www.harperations.com/Kama.jpg</a><br />
<br />
Best,<br />
<br />
<br />
<br />
Kevin Harper.</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum71.html">Game Development</category>
			<dc:creator>kevinpaulharper</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread232788.html</guid>
		</item>
		<item>
			<title>trouble shooting a game</title>
			<link>http://www.daniweb.com/forums/thread232478.html</link>
			<pubDate>Fri, 23 Oct 2009 02:03:26 GMT</pubDate>
			<description>hi each time i try to play a game my computer shut down why is that happening</description>
			<content:encoded><![CDATA[<div>hi each time i try to play a game my computer shut down why is that happening</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum71.html">Game Development</category>
			<dc:creator>erlene</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread232478.html</guid>
		</item>
		<item>
			<title>Hi, Network games</title>
			<link>http://www.daniweb.com/forums/thread232254.html</link>
			<pubDate>Thu, 22 Oct 2009 10:16:34 GMT</pubDate>
			<description><![CDATA[Hi , can you answer me  
How can design network game like Trvian http://www.travian.com/ 
it dosn't want download , and there want download . 
Plese help  
Thank you]]></description>
			<content:encoded><![CDATA[<div>Hi , can you answer me <br />
How can design network game like Trvian <a rel="nofollow" class="t" href="http://www.travian.com/" target="_blank">http://www.travian.com/</a><br />
it dosn't want download , and there want download .<br />
Plese help <br />
Thank you</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum71.html">Game Development</category>
			<dc:creator>abdullah_359</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread232254.html</guid>
		</item>
		<item>
			<title>Looking for Flash Game Developer</title>
			<link>http://www.daniweb.com/forums/thread232197.html</link>
			<pubDate>Thu, 22 Oct 2009 06:59:33 GMT</pubDate>
			<description>Hello, 
I am looking for a flash game developer to develop a game for me. 
If any one over here is skilled in flash game development with flex, please send me a PM. 
 
Cheers 
Eyebee</description>
			<content:encoded><![CDATA[<div>Hello,<br />
I am looking for a flash game developer to develop a game for me.<br />
If any one over here is skilled in flash game development with flex, please send me a PM.<br />
<br />
Cheers<br />
Eyebee</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum71.html">Game Development</category>
			<dc:creator>ibingame</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread232197.html</guid>
		</item>
		<item>
			<title>game trouble</title>
			<link>http://www.daniweb.com/forums/thread232002.html</link>
			<pubDate>Wed, 21 Oct 2009 14:59:55 GMT</pubDate>
			<description>hey guys i have a problem with a game of mine...farcry....the problem is that whenever i play the game the graphics gets messed up and the screen goes white though im still playing the game....ie, the game doesnt hang at all. 
i am currently using a dell computer: intel core2 duo cpu E6550@2.33Ghz...</description>
			<content:encoded><![CDATA[<div>hey guys i have a problem with a game of mine...farcry....the problem is that whenever i play the game the graphics gets messed up and the screen goes white though im still playing the game....ie, the game doesnt hang at all.<br />
i am currently using a dell computer: intel core2 duo cpu E6550@2.33Ghz ram:2037 MB and a 32-bit operating system.<br />
...and yes i am a newbie so please go easy on me.. :)<br />
<br />
please help guys!!</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum71.html">Game Development</category>
			<dc:creator>neilsam</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread232002.html</guid>
		</item>
		<item>
			<title>OpenGL rotations</title>
			<link>http://www.daniweb.com/forums/thread230824.html</link>
			<pubDate>Fri, 16 Oct 2009 22:10:14 GMT</pubDate>
			<description>I am making a rubix cube game in OpenGL and I have run into a problem with rotations.  When doing multiple rotations (x, y, z) the axis gets rotated as well (ie when doing an x-axis rotation of 90 or 270 deg the y-axis becomes the z-axis and z-axis becomes the y-axis). 
Is there any way to stop the...</description>
			<content:encoded><![CDATA[<div>I am making a rubix cube game in OpenGL and I have run into a problem with rotations.  When doing multiple rotations (x, y, z) the axis gets rotated as well (ie when doing an x-axis rotation of 90 or 270 deg the y-axis becomes the z-axis and z-axis becomes the y-axis).<br />
Is there any way to stop the axis from rotating but allowing the object to translate or is there a trick to get around this.<br />
<br />
Here is a small part of my code for the translations.<br />
<br />
 <pre style="margin:20px; line-height:13px">glPushMatrix();<br />
&nbsp; &nbsp; &nbsp; &nbsp; glRotatef(xrot, 1.0, 0.0, 0.0); //rotates the unit cube into place<br />
&nbsp; &nbsp; &nbsp; &nbsp; glRotatef(yrot, 0.0, 1.0, 0.0);<br />
&nbsp; &nbsp; &nbsp; &nbsp; glRotatef(zrot, 0.0, 0.0, 1.0);<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; glTranslatef(xoff, yoff, zoff);&nbsp; //translates the unit cube into place<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; glRotatef(xrotset, 1.0, 0.0, 0.0); //rotates the unit cube in its place <br />
&nbsp; &nbsp; &nbsp; &nbsp; glRotatef(yrotset, 0.0, 1.0, 0.0);<br />
&nbsp; &nbsp; &nbsp; &nbsp; glRotatef(zrotset, 0.0, 0.0, 1.0);<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; glBegin(GL_QUADS); //draws the cube<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; for( int i = 0; i &lt; unitIndices.size(); i++ )<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; GLint *curIndices;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; curIndices = unitIndices[i].getVals();<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; glColor3fv(unitColors[i].getVals());<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; glNormal3fv(unitNorms[i].getVals());<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; glVertex3fv(unitVerts[curIndices[0]].getVals());<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; glVertex3fv(unitVerts[curIndices[1]].getVals());<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; glVertex3fv(unitVerts[curIndices[2]].getVals());<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; glVertex3fv(unitVerts[curIndices[3]].getVals());<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }&nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; glEnd();<br />
glPopMatrix();</pre>This is just how I have the drawing for each unit cube 27 of these make up the &quot;rubix cube&quot;.  The problem lies in the xrot, yrot and zrot lines.<br />
<br />
Thanks.</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum71.html">Game Development</category>
			<dc:creator>sfuo</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread230824.html</guid>
		</item>
		<item>
			<title>Can I install hardcore computer games on a flash drive without intalling on my comput</title>
			<link>http://www.daniweb.com/forums/thread230638.html</link>
			<pubDate>Fri, 16 Oct 2009 07:56:33 GMT</pubDate>
			<description>Can I install hardcore computer games on a flash drive without installing on my computer? 
So can I install hardcore computer games on a flash drive without installing the games on my computer? I would like to play games such as Star Wars Knights of the Old Republic 2 The Sith Lords, Halo, Star...</description>
			<content:encoded><![CDATA[<div>Can I install hardcore computer games on a flash drive without installing on my computer?<br />
So can I install hardcore computer games on a flash drive without installing the games on my computer? I would like to play games such as Star Wars Knights of the Old Republic 2 The Sith Lords, Halo, Star Craft and some others? Can someone PLEASE help me?</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum71.html">Game Development</category>
			<dc:creator>FZR005</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread230638.html</guid>
		</item>
		<item>
			<title>Hi there!</title>
			<link>http://www.daniweb.com/forums/thread230280.html</link>
			<pubDate>Thu, 15 Oct 2009 04:13:01 GMT</pubDate>
			<description>Plz i need to design a bible game in visual basic 6.0.  
Can somebody advice me.</description>
			<content:encoded><![CDATA[<div>Plz i need to design a bible game in visual basic 6.0. <br />
Can somebody advice me.</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum71.html">Game Development</category>
			<dc:creator>ebumark</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread230280.html</guid>
		</item>
		<item>
			<title>Camera witha a large field of view</title>
			<link>http://www.daniweb.com/forums/thread230124.html</link>
			<pubDate>Wed, 14 Oct 2009 13:38:46 GMT</pubDate>
			<description><![CDATA[Hello, 
 
In my program I have clipping planes setup for 60 degree field of view. I understand that near plane is in front of the camera and the far plane is further away from the camera. I would like to have a large field of view, let' say more than 200 degrees (the most I can go of course is 360,...]]></description>
			<content:encoded><![CDATA[<div>Hello,<br />
<br />
In my program I have clipping planes setup for 60 degree field of view. I understand that near plane is in front of the camera and the far plane is further away from the camera. I would like to have a large field of view, let' say more than 200 degrees (the most I can go of course is 360, of course). But anything starting with 180, makes the far plane to be behind the Near plane. How should I set the transformation matrix for large FOVs? Anyone had experiences with that?<br />
<br />
Thanks.<br />
<br />
PS. My program is in dx8.</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum71.html">Game Development</category>
			<dc:creator>sjcomp</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread230124.html</guid>
		</item>
		<item>
			<title>any game ..pls</title>
			<link>http://www.daniweb.com/forums/thread229999.html</link>
			<pubDate>Wed, 14 Oct 2009 03:19:37 GMT</pubDate>
			<description><![CDATA[can you give me any game with c++ source code..pls.. 
with run time O(n^2) or n<=n^2.. 
tnx..]]></description>
			<content:encoded><![CDATA[<div>can you give me any game with c++ source code..pls..<br />
with run time O(n^2) or n&lt;=n^2..<br />
tnx..</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum71.html">Game Development</category>
			<dc:creator>jehzl</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread229999.html</guid>
		</item>
		<item>
			<title>DirectX 10 slow? alternatives?</title>
			<link>http://www.daniweb.com/forums/thread229692.html</link>
			<pubDate>Tue, 13 Oct 2009 02:58:09 GMT</pubDate>
			<description>I know a little DirectX 9(I can draw a little, etc.), but i want to learn DirectX 10. I decided to take the tutorial that is provided in the DirectX SDK, so i did.  
 
Almost immediately i noticed that it was heavy. My CPU usage shot up and it took much longer to load than DirectX 9. The second...</description>
			<content:encoded><![CDATA[<div>I know a little DirectX 9(I can draw a little, etc.), but i want to learn DirectX 10. I decided to take the tutorial that is provided in the DirectX SDK, so i did. <br />
<br />
Almost immediately i noticed that it was heavy. My CPU usage shot up and it took much longer to load than DirectX 9. The second example (drawing a simple triangle) took over twenty seconds to complete! My PC ain't the 'newest' so to speak, so i can see why i seem to be encountering these problems.<br />
<br />
So what I'm asking is this: What can i do to make DirectX 10 work more smoothly on my rather weak PC? and what is the best alternative to DirectX? maybe OpenGL?</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum71.html">Game Development</category>
			<dc:creator>athlon32</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread229692.html</guid>
		</item>
		<item>
			<title>Compiler For Prx?</title>
			<link>http://www.daniweb.com/forums/thread228186.html</link>
			<pubDate>Wed, 07 Oct 2009 02:30:45 GMT</pubDate>
			<description><![CDATA[hello, i have been working on this "psp hacking devise"(kinda like nitepr) and i have did all my programing in c like your supposed to do and i would like to know how to compile it in to a prx!! i would really appreciate the help.]]></description>
			<content:encoded><![CDATA[<div>hello, i have been working on this &quot;psp hacking devise&quot;(kinda like nitepr) and i have did all my programing in c like your supposed to do and i would like to know how to compile it in to a prx!! i would really appreciate the help.</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum71.html">Game Development</category>
			<dc:creator>ImMoRtAl-</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread228186.html</guid>
		</item>
		<item>
			<title>Everyone willing to have some work and fun, read this!!!</title>
			<link>http://www.daniweb.com/forums/thread227776.html</link>
			<pubDate>Mon, 05 Oct 2009 12:07:30 GMT</pubDate>
			<description><![CDATA[HI everyone! I'm Darkwing. Me and a crew of ppl, mostly teens :D, are willing to create an RPG named "Phoenix Dream". The thing is, i'm still learning, really, just starting to learn to program, so i'd need help from someone experienced enough to deal with 3D rendering and creation and programming....]]></description>
			<content:encoded><![CDATA[<div>HI everyone! I'm Darkwing. Me and a crew of ppl, mostly teens :D, are willing to create an RPG named &quot;Phoenix Dream&quot;. The thing is, i'm still learning, really, just starting to learn to program, so i'd need help from someone experienced enough to deal with 3D rendering and creation and programming. If anyone of you is willing to help me, PM me! I'll be glad for any help!</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum71.html">Game Development</category>
			<dc:creator>darkwing229</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread227776.html</guid>
		</item>
		<item>
			<title>how do I fix this</title>
			<link>http://www.daniweb.com/forums/thread227745.html</link>
			<pubDate>Mon, 05 Oct 2009 09:45:32 GMT</pubDate>
			<description><![CDATA[I only know basic things about my computer. and this problem just came up. I checked my dxdiag in my computer, because installing games(3D) gets errors:failed to download D3DDevice. and when I checked the device was missing and they were disabled. I don't know how i lost it. cause I use to play...]]></description>
			<content:encoded><![CDATA[<div>I only know basic things about my computer. and this problem just came up. I checked my dxdiag in my computer, because installing games(3D) gets errors:failed to download D3DDevice. and when I checked the device was missing and they were disabled. I don't know how i lost it. cause I use to play other 3D games online and I never had this problems, before. What should I do? How do I fix this? Do I need to spend cash to fix this?</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum71.html">Game Development</category>
			<dc:creator>ayanatabe</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread227745.html</guid>
		</item>
		<item>
			<title><![CDATA[3d rubik's cube]]></title>
			<link>http://www.daniweb.com/forums/thread227214.html</link>
			<pubDate>Fri, 02 Oct 2009 11:07:57 GMT</pubDate>
			<description><![CDATA[Can anybody tell me where to get a sample code for a 3d rubik's cube written in opengl?]]></description>
			<content:encoded><![CDATA[<div>Can anybody tell me where to get a sample code for a 3d rubik's cube written in opengl?</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum71.html">Game Development</category>
			<dc:creator>hamzak</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread227214.html</guid>
		</item>
		<item>
			<title>mapping 2d image to a shape</title>
			<link>http://www.daniweb.com/forums/thread226916.html</link>
			<pubDate>Thu, 01 Oct 2009 03:00:36 GMT</pubDate>
			<description><![CDATA[hello everyone. Right now i'm currently working on a 3d engine in python and pygame. it supports images that can (will) be mapped and transformed to look 3d. in pygame, you can load your basic image, do rotations and scales, etc. But the only thing it lacks (perhaps b/c it's more advanced) is...]]></description>
			<content:encoded><![CDATA[<div>hello everyone. Right now i'm currently working on a 3d engine in python and pygame. it supports images that can (will) be mapped and transformed to look 3d. in pygame, you can load your basic image, do rotations and scales, etc. But the only thing it lacks (perhaps b/c it's more advanced) is mapping images to a shape. In short, would anyone know how to go about taking image data and then mapping it to a shape (any formulas?)? any help/suggestions would be appreciated!</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum71.html">Game Development</category>
			<dc:creator>fallopiano</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread226916.html</guid>
		</item>
		<item>
			<title>mobile unlock suggestion</title>
			<link>http://www.daniweb.com/forums/thread226689.html</link>
			<pubDate>Wed, 30 Sep 2009 04:55:39 GMT</pubDate>
			<description>i bought nokia 6600 mobile on ebay,its loked phone i (t mobile) i got free unlock code from  ,thing is im in confused coz some one suggest me to go for software some one suggest me to unlock code i need concret suggestion which is good.</description>
			<content:encoded><![CDATA[<div>i bought nokia 6600 mobile on ebay,its loked phone i (t mobile) i got free unlock code from  ,thing is im in confused coz some one suggest me to go for software some one suggest me to unlock code i need concret suggestion which is good.</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum71.html">Game Development</category>
			<dc:creator>michealnat</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread226689.html</guid>
		</item>
		<item>
			<title>Graphics card help</title>
			<link>http://www.daniweb.com/forums/thread225877.html</link>
			<pubDate>Sat, 26 Sep 2009 04:12:36 GMT</pubDate>
			<description>could not find a Direct 3D device that has a Direct3D 9 level driver and supports  pixel shader 1.1 or greater 
 
hi i keep getting this error when I try to run an xna game i created.  My graphics card is Intel(R)  82865G Graphics Controller</description>
			<content:encoded><![CDATA[<div>could not find a Direct 3D device that has a Direct3D 9 level driver and supports  pixel shader 1.1 or greater<br />
<br />
hi i keep getting this error when I try to run an xna game i created.  My graphics card is Intel(R)  82865G Graphics Controller</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum71.html">Game Development</category>
			<dc:creator>penguin22</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread225877.html</guid>
		</item>
		<item>
			<title>OpenGL video driver not found</title>
			<link>http://www.daniweb.com/forums/thread225695.html</link>
			<pubDate>Fri, 25 Sep 2009 12:31:36 GMT</pubDate>
			<description>I have GeForce 7300 GT graphics card installed on my PC.  A Game is saying OpenGL video driver not found. 
 
Can someone give the location of the driver ? 
Does GeForce 7300 GT Support OpenGL ? 
 
Thanks, 
Rakesh</description>
			<content:encoded><![CDATA[<div>I have GeForce 7300 GT graphics card installed on my PC.  A Game is saying OpenGL video driver not found.<br />
<br />
Can someone give the location of the driver ?<br />
Does GeForce 7300 GT Support OpenGL ?<br />
<br />
Thanks,<br />
Rakesh</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum71.html">Game Development</category>
			<dc:creator>rckothari</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread225695.html</guid>
		</item>
		<item>
			<title>Including text file</title>
			<link>http://www.daniweb.com/forums/thread225381.html</link>
			<pubDate>Thu, 24 Sep 2009 09:18:06 GMT</pubDate>
			<description>Hi, 
I just wrote a simple (but how enjoyable;) game and I also have help file for this game in txt format. I wonder how can I compile this file into my *.exe file that I would do not need to have two files (one *.exe and second *.txt) only one *.exe; 
Thank you.</description>
			<content:encoded><![CDATA[<div>Hi,<br />
I just wrote a simple (but how enjoyable;) game and I also have help file for this game in txt format. I wonder how can I compile this file into my *.exe file that I would do not need to have two files (one *.exe and second *.txt) only one *.exe;<br />
Thank you.</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum71.html">Game Development</category>
			<dc:creator>atch</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread225381.html</guid>
		</item>
		<item>
			<title>opengl spritesheet help</title>
			<link>http://www.daniweb.com/forums/thread225163.html</link>
			<pubDate>Wed, 23 Sep 2009 13:47:41 GMT</pubDate>
			<description>If possible could you please take a look at this image/tileset and see if its possible to draw a 2x2 tile map with each of the frames in that image correctly mapped onto the quads in the tile map. 
 
The idea is to go on and use this as a spritesheet or/and tileset, to basically cut out ANY PORTION...</description>
			<content:encoded><![CDATA[<div>If possible could you please take a look at this image/tileset and see if its possible to draw a 2x2 tile map with each of the frames in that image correctly mapped onto the quads in the tile map.<br />
<br />
The idea is to go on and use this as a spritesheet or/and tileset, to basically cut out ANY PORTION (or frame) of a single texture.<br />
<br />
The image : <a rel="nofollow" class="t" href="http://img441.imageshack.us/i/tileset512.jpg/" target="_blank">http://img441.imageshack.us/i/tileset512.jpg/</a><br />
<br />
This is all in 2D, the formula i use gets me the frames in the wrong order (draws from BL to TL, then BR to TR) so if anyone can help i'd appreciate it and note i'm NOT ane expert with opengl lol.<br />
<br />
So my 2x2 tile map should look EXACTLY as that image!<br />
<br />
Also! If by some magical way the texture coordinate system can be modified to start with 0,0 at the top left then i'd be fine as i only get the correct coordinates from the texture starting at 0,0 where thats the bottom (BL) when i want (TL).<br />
<br />
Thank You</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum71.html">Game Development</category>
			<dc:creator>junioryz</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread225163.html</guid>
		</item>
		<item>
			<title><![CDATA[3D Educational MMO's]]></title>
			<link>http://www.daniweb.com/forums/thread224495.html</link>
			<pubDate>Mon, 21 Sep 2009 03:48:34 GMT</pubDate>
			<description><![CDATA[Hello! 
 
I'm a management major doing some research on educational video games: Just wanted to ask if you have any good sources/references/insights/anything interesting about video games being used in education? especially in the collegiate level. 
 
Things I want to find out are: 
 
>The usual...]]></description>
			<content:encoded><![CDATA[<div>Hello!<br />
<br />
I'm a management major doing some research on educational video games: Just wanted to ask if you have any good sources/references/insights/anything interesting about video games being used in education? especially in the collegiate level.<br />
<br />
Things I want to find out are:<br />
<br />
&gt;The usual target segment for these games have been children, are there games that are educational that are targeted for a mature/college-level audience?<br />
<br />
&gt;How has the educational games market been doing? Do teachers really use it? Would you use it to teach college students?<br />
<br />
&gt;Are there any MMO(Massive Multiplayer Online) educational games?<br />
<br />
&gt;How about Online Classrooms similar to video games?<br />
<br />
&gt;anything interesting/ keep in mind about either or a combination of 3D/MMO/Educational Video Games<br />
<br />
Im looking for really good material :) The end project is i'll be doing a sort of 3D MMo educational videogame using the projectwonderland engine, im doing the background of the study.<br />
<br />
Thank you so much!</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum71.html">Game Development</category>
			<dc:creator>nobody2ph</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread224495.html</guid>
		</item>
		<item>
			<title>I need a little advice...</title>
			<link>http://www.daniweb.com/forums/thread222733.html</link>
			<pubDate>Sun, 13 Sep 2009 17:25:04 GMT</pubDate>
			<description><![CDATA[So. I've decided to make a browser based MMORPG. But I need some advice on where I should start with the whole thing... 
I've got ideas, and knowledge on HTML, CSS and JavaScript. From what I've found PHP and MySQL is needed also, and I know very little on them, so what is it about these two I need...]]></description>
			<content:encoded><![CDATA[<div>So. I've decided to make a browser based MMORPG. But I need some advice on where I should start with the whole thing...<br />
I've got ideas, and knowledge on HTML, CSS and JavaScript. From what I've found PHP and MySQL is needed also, and I know very little on them, so what is it about these two I need to know? What are the important parts that'll make it come together?<br />
<br />
If it's any help, the game is a basic text based, it's mainly clicking links to make stuff happen, to buy items, fight, etc. I'd like the ability to buy and build property also. As I say, nothing big (idea wise). It will have a few graphics also.<br />
What I need to know, if it wasn't very clear before: What parts of PHP and MySQL are vital? Why do I need PHP and MySQL? And where should I start?<br />
<br />
Thanks for all help! :)</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum71.html">Game Development</category>
			<dc:creator>Kairu</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread222733.html</guid>
		</item>
		<item>
			<title>j2me mobile 3d game development</title>
			<link>http://www.daniweb.com/forums/thread222170.html</link>
			<pubDate>Fri, 11 Sep 2009 05:34:55 GMT</pubDate>
			<description>i have developed a mobile 3d game, it is working on simulator without any issue and reasonable memory usage(~ 75000 KB). But it is not run on mobile phone(SonyEricsson k750i) well. Graphics are loaded very slowly, please help me.</description>
			<content:encoded><![CDATA[<div>i have developed a mobile 3d game, it is working on simulator without any issue and reasonable memory usage(~ 75000 KB). But it is not run on mobile phone(SonyEricsson k750i) well. Graphics are loaded very slowly, please help me.</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum71.html">Game Development</category>
			<dc:creator>smartsanja</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread222170.html</guid>
		</item>
		<item>
			<title>Help with Flash action script</title>
			<link>http://www.daniweb.com/forums/thread222110.html</link>
			<pubDate>Thu, 10 Sep 2009 23:39:14 GMT</pubDate>
			<description><![CDATA[What I need is for 2 buttons to gotoAndStop at different scenes which are menus. 
 
I'm reading the Flash CS3 Bible but not getting anywhere 
 
  <div class="codeblock"> <div class="spaced"> <div style="float:right; margin-right:10px"> <a...]]></description>
			<content:encoded><![CDATA[<div>What I need is for 2 buttons to gotoAndStop at different scenes which are menus.<br />
<br />
I'm reading the Flash CS3 Bible but not getting anywhere<br />
<br />
 <pre style="margin:20px; line-height:13px">stop();<br />
Btn_Brae.onPress = function()<br />
{<br />
&nbsp; &nbsp; &nbsp; &nbsp; gotoAndStop(61);<br />
&nbsp; &nbsp; &nbsp; &nbsp; };</pre></div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum71.html">Game Development</category>
			<dc:creator>Catherinedally</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread222110.html</guid>
		</item>
		<item>
			<title>Understanding coordinate space in OpenGL</title>
			<link>http://www.daniweb.com/forums/thread222074.html</link>
			<pubDate>Thu, 10 Sep 2009 18:33:54 GMT</pubDate>
			<description><![CDATA[I'm having trouble understanding coordinate space using perspective in OpenGL. Basically I can't figure out how many units will represent the entire screen given a specific z-value or how spacing should be done, etc. In all the tutorials I've seen they plot these nice shapes placed evenly apart in...]]></description>
			<content:encoded><![CDATA[<div>I'm having trouble understanding coordinate space using perspective in OpenGL. Basically I can't figure out how many units will represent the entire screen given a specific z-value or how spacing should be done, etc. In all the tutorials I've seen they plot these nice shapes placed evenly apart in different areas of the screen x units back in the z-plane but I have no idea how to inherently understand how many units I have to work with at that z-value and how to space things, place them, etc. Is there a good primer on this or some formula using something like the fov angle, viewport size and camera position to figure these things out? Recently I was asked to plot two dots in perspective 1 inch apart on the screen and I'm having trouble figuring out how to achieve this (1280x800 10&quot; monitor display).</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum71.html">Game Development</category>
			<dc:creator>acidnynex</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread222074.html</guid>
		</item>
		<item>
			<title>where do i start?</title>
			<link>http://www.daniweb.com/forums/thread220988.html</link>
			<pubDate>Sun, 06 Sep 2009 15:14:12 GMT</pubDate>
			<description><![CDATA[I have recently learnt the basics of c++ but I want to advance to making proper GUI's (and games) but I don't know what to use. 
I think the two most popular libraries are OpenGL and Direct3d but I'm not sure which one to use. 
could you guide me in the right direction:)]]></description>
			<content:encoded><![CDATA[<div>I have recently learnt the basics of c++ but I want to advance to making proper GUI's (and games) but I don't know what to use.<br />
I think the two most popular libraries are OpenGL and Direct3d but I'm not sure which one to use.<br />
could you guide me in the right direction:)</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum71.html">Game Development</category>
			<dc:creator>MattyRobot</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread220988.html</guid>
		</item>
		<item>
			<title>GAME Mathematics tutorials</title>
			<link>http://www.daniweb.com/forums/thread215628.html</link>
			<pubDate>Wed, 02 Sep 2009 05:25:22 GMT</pubDate>
			<description>Hi,  
 
Im very curious how to compute exact probablility of a certain slot machine games? Even samples will do. 
 
 
Thanks...</description>
			<content:encoded><![CDATA[<div>Hi, <br />
<br />
Im very curious how to compute exact probablility of a certain slot machine games? Even samples will do.<br />
<br />
<br />
Thanks...</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum71.html">Game Development</category>
			<dc:creator>vbCNEW</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread215628.html</guid>
		</item>
		<item>
			<title>Playing with Newton Game Dynamics 2.08</title>
			<link>http://www.daniweb.com/forums/thread215592.html</link>
			<pubDate>Wed, 02 Sep 2009 00:35:37 GMT</pubDate>
			<description>Hey. I have made a video of my game engine (http://www.fpx-studio.com/fpx_game_engine=en.html) working with Newton Game Dynamics (http://newtondynamics.com/forum/newton.php) and I think that some of you will like it ;-) so here is the link to it on youtube: http://www.youtube.com/watch?v=ZrWqyl17DdQ</description>
			<content:encoded><![CDATA[<div>Hey. I have made a video of <a rel="nofollow" class="t" href="http://www.fpx-studio.com/fpx_game_engine=en.html" target="_blank">my game engine</a> working with <a rel="nofollow" class="t" href="http://newtondynamics.com/forum/newton.php" target="_blank">Newton Game Dynamics</a> and I think that some of you will like it ;-) so here is the link to it on youtube: <a rel="nofollow" class="t" href="http://www.youtube.com/watch?v=ZrWqyl17DdQ" target="_blank">http://www.youtube.com/watch?v=ZrWqyl17DdQ</a></div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum71.html">Game Development</category>
			<dc:creator>fpx-studio</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread215592.html</guid>
		</item>
		<item>
			<title>Moving objects in OplenGL using glu</title>
			<link>http://www.daniweb.com/forums/thread215415.html</link>
			<pubDate>Tue, 01 Sep 2009 08:40:53 GMT</pubDate>
			<description><![CDATA[Hi every body, 
 
I am coding in cl-glfw (a binding OpenGL for Common Lisp). I handle with moving objects on the screen using mouse. Because cl-glfw doesn't bind glut, it is difficult to interact to mouse, keyboard. 
 
Are the any people developed with cl-glfw? I need to discuss about moving object...]]></description>
			<content:encoded><![CDATA[<div>Hi every body,<br />
<br />
I am coding in cl-glfw (a binding OpenGL for Common Lisp). I handle with moving objects on the screen using mouse. Because cl-glfw doesn't bind glut, it is difficult to interact to mouse, keyboard.<br />
<br />
Are the any people developed with cl-glfw? I need to discuss about moving object using mouse. We just use gl and glu library without glut.</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum71.html">Game Development</category>
			<dc:creator>rafaele-elvis</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread215415.html</guid>
		</item>
		<item>
			<title>A little help with scrolling tile based collision.</title>
			<link>http://www.daniweb.com/forums/thread215115.html</link>
			<pubDate>Mon, 31 Aug 2009 02:30:17 GMT</pubDate>
			<description><![CDATA[I am working on a 2-d scrolling map RPG ala final fantasy. Anyway the question I wanted to ask you is how do you go about tile based collision? Let's say I got my scroll map made up and I don't want my player to walk over tiles assigned to ten and twelve. How would I go about doing something like...]]></description>
			<content:encoded><![CDATA[<div>I am working on a 2-d scrolling map RPG ala final fantasy. Anyway the question I wanted to ask you is how do you go about tile based collision? Let's say I got my scroll map made up and I don't want my player to walk over tiles assigned to ten and twelve. How would I go about doing something like that?<br />
<br />
I asked my professor about this and he told me this:<br />
<br />
You could create a two dimensional array of RECTs that map to the tiles. Then you could check for collision between the player and the RECT by looping through the two dimensional array.<br />
<br />
<br />
I'm not understanding what he means by this. Could someone show me an example what he means by mapping the Rects to the tiles and looping through the dimensional array? I don't any experience with working with scrolling tile maps so any help would be appreciated. Oh yeah, and before anyone says anything I already asked him this question he hasn't gotten back to me yet.<br />
 <pre style="margin:20px; line-height:13px">//my tile array<br />
int TOWN[TOWN_MAPWIDTH*TOWN_MAPHEIGHT] = {<br />
&nbsp; &nbsp; &nbsp; &nbsp; 0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2, <br />
&nbsp; &nbsp; 8,156,157,157,156,157,157,156,157,157,156,157,157,156,157,157,156,157,157,156,157,157,156,157,7, <br />
&nbsp; &nbsp; 8,157,3,3,3,3,3,3,3,3,3,156,157,157,9,9,9,9,9,3,3,3,3,156,7, <br />
&nbsp; &nbsp; &nbsp; &nbsp; 8,156,3,3,3,3,3,3,3,3,3,157,157,156,9,10,11,12,9,3,3,3,3,157,7, <br />
&nbsp; &nbsp; 8,157,3,3,3,3,3,3,3,3,3,156,157,157,9,26,27,28,9,3,3,3,3,156,7,<br />
&nbsp; &nbsp; 8,156,3,3,3,3,3,3,3,3,3,157,157,156,9,42,43,44,9,3,3,3,3,157,7, <br />
&nbsp; &nbsp; 8,157,3,3,3,3,3,3,3,3,3,156,157,157,9,9,9,9,9,3,3,3,3,156,7, <br />
&nbsp; &nbsp; 8,156,157,157,156,157,157,156,157,157,156,157,157,156,157,157,156,157,157,156,157,157,156,157,7, <br />
&nbsp; &nbsp; 8,157,156,157,157,156,157,157,156,157,157,156,157,157,156,157,157,156,157,157,156,157,157,156,7, <br />
&nbsp; &nbsp; 8,156,157,157,156,157,157,156,157,157,156,157,157,156,157,157,156,157,157,156,157,157,156,157,7, <br />
&nbsp; &nbsp; 8,157,3,3,3,3,3,3,3,3,3,156,157,156,3,3,3,3,3,3,3,3,3,156,7,<br />
&nbsp; &nbsp; 8,156,3,3,3,3,3,3,3,3,3,157,157,156,3,3,3,3,3,3,3,3,3,157,7,<br />
&nbsp; &nbsp; 8,157,3,3,3,3,3,3,3,3,3,156,157,157,3,3,3,3,3,3,3,3,3,156,7, <br />
&nbsp; &nbsp; 8,156,3,3,3,3,3,3,3,3,3,157,157,156,3,3,3,3,3,3,3,3,3,157,7, <br />
&nbsp; &nbsp; 8,157,3,3,3,3,3,3,3,3,3,156,157,157,3,3,3,3,3,3,3,3,3,156,7, <br />
&nbsp; &nbsp; 8,156,157,156,156,157,157,156,157,157,156,157,157,156,157,157,156,157,157,156,157,157,156,157,7,<br />
&nbsp; &nbsp; 8,157,156,157,157,156,157,157,156,157,157,156,157,157,156,157,156,156,157,156,156,157,157,156,7,<br />
&nbsp; &nbsp; 4,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6 <br />
};<br />
<br />
<br />
<br />
//my collision function<br />
<br />
int Collision(SPRITE *sprite1, SPRITE *sprite2)<br />
{<br />
&nbsp; &nbsp; &nbsp;  RECT rect1;<br />
&nbsp; &nbsp; rect1.left&nbsp;  = sprite1-&gt;getX() + 1;<br />
&nbsp; &nbsp; rect1.top&nbsp; &nbsp; = sprite1-&gt;getY() + 1;<br />
&nbsp; &nbsp; rect1.right&nbsp; = sprite1-&gt;getX() + sprite1-&gt;getWidth()&nbsp; -1;<br />
&nbsp; &nbsp; rect1.bottom = sprite1-&gt;getY() + sprite1-&gt;getHeight() -1;<br />
<br />
&nbsp; &nbsp; RECT rect2;<br />
&nbsp; &nbsp; rect2.left&nbsp;  = sprite2-&gt;getX() + 1;<br />
&nbsp; &nbsp; rect2.top&nbsp; &nbsp; = sprite2-&gt;getY() + 1;<br />
&nbsp; &nbsp; rect2.right&nbsp; = sprite2-&gt;getX() + sprite2-&gt;getWidth()&nbsp; -1;<br />
&nbsp; &nbsp; rect2.bottom = sprite2-&gt;getY() + sprite2-&gt;getHeight() -1;<br />
<br />
&nbsp; &nbsp; RECT dest;<br />
&nbsp; &nbsp; return IntersectRect(&amp;dest, &amp;rect1, &amp;rect2);<br />
}</pre></div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum71.html">Game Development</category>
			<dc:creator>Pikachumanson</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread215115.html</guid>
		</item>
		<item>
			<title>RAMP GAME</title>
			<link>http://www.daniweb.com/forums/thread214863.html</link>
			<pubDate>Sat, 29 Aug 2009 11:21:14 GMT</pubDate>
			<description><![CDATA[-------------------------------------------------------------------------------- 
 
HELLO FRIENDS... 
I M MAKING A GAME WHICH IS CALLED "RAMP GAME". 
THIS GAME CONSIST OF  
1) A BALL, 2) A BASKET, 3) SOME LINES ( which can be place anywhere by the user with in the boundary walls). 
 
HERE IS TEH...]]></description>
			<content:encoded><![CDATA[<div>--------------------------------------------------------------------------------<br />
<br />
HELLO FRIENDS...<br />
I M MAKING A GAME WHICH IS CALLED &quot;RAMP GAME&quot;.<br />
THIS GAME CONSIST OF <br />
1) A BALL, 2) A BASKET, 3) SOME LINES ( which can be place anywhere by the user with in the boundary walls).<br />
<br />
HERE IS TEH LINK....<br />
SNIP<br />
u can see what it looks like....<br />
<br />
now what i m here for?....is i dont know how to bounce a ball w.r.t the collision angle..... i don't know how to move lines at run time.....<br />
i should no my problems here, so u can understand what i m trying to say...<br />
<br />
1) Setting the lines at run time.<br />
2) When ball collides with the lines then it should reflect w.r.t the angle of<br />
reflection.<br />
<br />
ONE MORE THING......there is a restriction that the game should be made on &quot;OPENGL&quot;.<br />
<br />
PLEASE HELP ME OUT WHO KNOWS OPENGL.......</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum71.html">Game Development</category>
			<dc:creator>ammadkhan</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread214863.html</guid>
		</item>
		<item>
			<title>Direct3D9 Sprites + rotation</title>
			<link>http://www.daniweb.com/forums/thread214587.html</link>
			<pubDate>Fri, 28 Aug 2009 03:00:35 GMT</pubDate>
			<description><![CDATA[Hi. I initially started up a thread at the Game Dev. section of the forums but it seems rather dead so I thought I'd try my luck here. 
 
I am making a top-down 2D shooter in D3D. 
So what I want to do is have my character rotate towards my mouse icons. So that means there are 2 vectors involved,...]]></description>
			<content:encoded><![CDATA[<div>Hi. I initially started up a thread at the Game Dev. section of the forums but it seems rather dead so I thought I'd try my luck here.<br />
<br />
I am making a top-down 2D shooter in D3D.<br />
So what I want to do is have my character rotate towards my mouse icons. So that means there are 2 vectors involved, pos and mousepos. So I calculate the angle and then rotate the sprite towards the mousepos. It rotates towards the right direction but when the sprite rotates it isn't centered.<br />
<br />
The center at which it is being rotated around looks to be the actual position, and this goes hand in hand with where it initially is drawn which also is wrong.<br />
<br />
Lets say I paint it out at (10,10) (x,y) in pixels. Then I move it to (10,0). It is now outside of the picture but when I rotate it 180 degrees it is painted slightly below (10,0).<br />
<br />
I initially create my texture with the D3DXCreateTextureFromFileEx function with width and height at D3DX_DEFAULT_NONPOW2 so that isn't something causing the off-centre behaviour.<br />
<br />
So I'm thinking that it is a logical error with my drawing function and would appreciate any additional insight.<br />
<br />
I tried different ways of doing the Matrix such as D3DXTransformation2D function aswell as moving it before rotation/scaling and moving it back to finally move it where it belongs.<br />
<br />
This is how my drawing function looks like atm:<br />
 <pre style="margin:20px; line-height:13px">Matrix transform, scaling, rotation, translation;<br />
D3DXMatrixIdentity(&amp; transform);<br />
<br />
D3DXMatrixScaling(&amp; scaling, Surf-&gt;getScaleRateX(), Surf-&gt;getScaleRateY(), 1.0f); <br />
D3DXMatrixRotationZ(&amp; rotation, D3DXToRadian(Surf-&gt;getRotationAngle() ));<br />
<br />
Vector2D hotspot = Surf-&gt;getHotspot(),<br />
position = Surf-&gt;getPosition();<br />
&nbsp;<br />
float&nbsp; &nbsp; &nbsp; &nbsp; x_Adjust = position.x + hotspot.x,<br />
&nbsp; &nbsp; &nbsp; &nbsp; y_Adjust = position.y + hotspot.y;<br />
&nbsp;<br />
D3DXMatrixTranslation(&amp; translation, position.x, position.y, 0);<br />
&nbsp;<br />
transform = scaling * rotation * translation.<br />
&nbsp;<br />
hr = m_Sprite-&gt;SetTransform(&amp; transform);<br />
&nbsp;<br />
if(FAILED(hr) )<br />
{<br />
&nbsp; &nbsp; &nbsp; &nbsp; m_lastError = hr;<br />
&nbsp; &nbsp; &nbsp; &nbsp; return false;<br />
}<br />
&nbsp;<br />
hr = m_Sprite-&gt;Draw(&nbsp; &nbsp; &nbsp; &nbsp; Surf-&gt;getTexture(),<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; PartOfPicture,<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &amp; Surf-&gt;getHotspot(),<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; NULL,<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; D3DCOLOR_ARGB(Alpha, R, G, B) );<br />
&nbsp;<br />
if(FAILED(hr) )<br />
{<br />
&nbsp; &nbsp; &nbsp; &nbsp; m_lastError = hr;<br />
&nbsp; &nbsp; &nbsp; &nbsp; return false;<br />
}<br />
<br />
return true;</pre></div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum71.html">Game Development</category>
			<dc:creator>gotnoname</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread214587.html</guid>
		</item>
		<item>
			<title>Pirate Themed 2D MMORPG: Game Tools!</title>
			<link>http://www.daniweb.com/forums/thread214508.html</link>
			<pubDate>Thu, 27 Aug 2009 21:13:30 GMT</pubDate>
			<description><![CDATA[A few friends and I have been working on an isometric MMORPG called Pirate Story Online. It's basically just a simple 2D MMO with a very heavy emphasis on humor and eye candy. 
 
We're currently developing the client in Python, the server in C, and we're using a MySQL database to store user...]]></description>
			<content:encoded><![CDATA[<div>A few friends and I have been working on an isometric MMORPG called Pirate Story Online. It's basically just a simple 2D MMO with a very heavy emphasis on humor and eye candy.<br />
<br />
We're currently developing the client in Python, the server in C, and we're using a MySQL database to store user information.<br />
<br />
What we're looking for is a pretty easy going programmer for programming our game tools (map maker, sprite editor, NPC editor, etc..). We do have a fairly simple mapping program (quite crude atm!) and some features that already work (such as a centralized tile database on our server that updates map editors automatically) but we really need some heavy duty development in that area.<br />
<br />
We prefer someone who enjoys working with Python, but either way, we really don't mind (C++, Visual Basic, heck even PHP is alright!). We just need someone who is capable of getting together a simple set of tools for windows.<br />
<br />
<br />
Here is our project homepage:<br />
<br />
<a rel="nofollow" class="t" href="http://piratestoryonline.com/" target="_blank">http://piratestoryonline.com/</a><br />
<br />
You can also add me on MSN:<br />
<br />
<a href="mailto:ryuman313_101@hotmail.com">ryuman313_101@hotmail.com</a><br />
<br />
<br />
-Thanks for looking guys, we really appreciate it :)</div>  <br /> <div style="padding:5px">    <fieldset class="fieldset"> <legend>Attached Images</legend> <table cellpadding="0" cellspacing="5" border="0"> <tr> <td><img class="inlineimg" src="http://www.daniweb.com/forums/images/attach/png.gif" alt="File Type: png" width="16" height="16" border="0" style="vertical-align:baseline" /></td> <td><a href="http://www.daniweb.com/forums/attachment.php?attachmentid=11386&amp;d=1251407576" target="_blank">greenspace[1].png</a> (563.3 KB)</td> </tr> </table> </fieldset>   </div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum71.html">Game Development</category>
			<dc:creator>Zenpher</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread214508.html</guid>
		</item>
		<item>
			<title>can you please help me in getting pyramid</title>
			<link>http://www.daniweb.com/forums/thread214325.html</link>
			<pubDate>Thu, 27 Aug 2009 07:36:43 GMT</pubDate>
			<description>please help me to get the code of this output: 
                          1 
                       2 3 2  
                    3 4 5 4 3 
                 4 5 6 7  6 5 4 
               5 6 7 8 9 8 7 6 5 
            6 7 8 9 0 1 0 9 8 7 6 
         7 8 9 0 1 2 3 2 1 0 9 8 7        
       8 9 0 1...</description>
			<content:encoded><![CDATA[<div>please help me to get the code of this output:<br />
                          1<br />
                       2 3 2 <br />
                    3 4 5 4 3<br />
                 4 5 6 7  6 5 4<br />
               5 6 7 8 9 8 7 6 5<br />
            6 7 8 9 0 1 0 9 8 7 6<br />
         7 8 9 0 1 2 3 2 1 0 9 8 7       <br />
       8 9 0 1 2 3 4 5 4 3 2 1 0 9 8<br />
    9 0 1 2 3 4 5 6 7 6 5 4 3 2 1 0 9<br />
 0 1 2 3 4 5 6 7 8 9 8 7 6 5 4 3 2 1 0<br />
<br />
NOTE: i must use nested loops.<br />
Do not write out 10 multi digit strings.....</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum71.html">Game Development</category>
			<dc:creator>kiryoku</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread214325.html</guid>
		</item>
		<item>
			<title>Learning Quest3D</title>
			<link>http://www.daniweb.com/forums/thread214268.html</link>
			<pubDate>Thu, 27 Aug 2009 02:57:29 GMT</pubDate>
			<description>I need to learn Quest 3D. Anyone have suggestions once I have the program loaded. What is the best approach to getting a jump start? I have a programming background but not a gaming background. 
 
Thanks.</description>
			<content:encoded><![CDATA[<div>I need to learn Quest 3D. Anyone have suggestions once I have the program loaded. What is the best approach to getting a jump start? I have a programming background but not a gaming background.<br />
<br />
Thanks.</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum71.html">Game Development</category>
			<dc:creator>susiestone</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread214268.html</guid>
		</item>
		<item>
			<title>Strange issue with drawing simple 3D shapes</title>
			<link>http://www.daniweb.com/forums/thread213878.html</link>
			<pubDate>Tue, 25 Aug 2009 16:59:33 GMT</pubDate>
			<description><![CDATA[I've gone a little further with my code since the last time I posted here. Everything worked fine till the moment I started drawing in an actual 3rd dimension - the results are visible at least, but they're far from what they should look like. Instead of a pyramid and a cube I get two more or less...]]></description>
			<content:encoded><![CDATA[<div>I've gone a little further with my code since the last time I posted here. Everything worked fine till the moment I started drawing in an actual 3rd dimension - the results are visible at least, but they're far from what they should look like. Instead of a pyramid and a cube I get two more or less randomly combined surfaces. Tried rechecking and playing around with cords, without effects.<br />
<br />
 <pre style="margin:20px; line-height:13px">#include &lt;GL/gl.h&gt;<br />
#include &lt;GL/glu.h&gt;<br />
#include &lt;GL/glut.h&gt;<br />
<br />
bool game;<br />
<br />
struct plr {<br />
&nbsp; &nbsp; &nbsp;  float x;<br />
&nbsp; &nbsp; &nbsp;  float y;<br />
&nbsp; &nbsp; &nbsp;  int dir;<br />
&nbsp; &nbsp; &nbsp;  float spin;<br />
&nbsp; &nbsp; &nbsp;  float saturation;<br />
&nbsp; &nbsp; &nbsp;  <br />
&nbsp; &nbsp; &nbsp;  //badguy's specific vars<br />
&nbsp; &nbsp; &nbsp;  float speed;<br />
};<br />
<br />
struct plr bobby;<br />
struct plr badguy;<br />
<br />
<br />
<br />
void reset(void)<br />
{<br />
&nbsp; &nbsp;  bobby.x = 100.0f;<br />
&nbsp; &nbsp;  bobby.y = 50.0f;<br />
&nbsp; &nbsp;  bobby.dir = 1;<br />
&nbsp; &nbsp;  <br />
&nbsp; &nbsp;  badguy.x = 200.0f;<br />
&nbsp; &nbsp;  badguy.y = 100.0f;<br />
&nbsp; &nbsp;  badguy.speed = 0.5f;<br />
}<br />
&nbsp; &nbsp;  <br />
<br />
void init(void)<br />
{<br />
&nbsp; &nbsp;  reset();<br />
&nbsp; &nbsp;  glClearColor (0.0, 0.0, 0.0, 0.0);<br />
&nbsp; &nbsp;  glShadeModel (GL_FLAT);<br />
}<br />
<br />
void UpdateVariables(void)<br />
{<br />
&nbsp; &nbsp;  bobby.spin+=1.0f;<br />
&nbsp; &nbsp;  bobby.saturation-=0.01f;<br />
<br />
&nbsp; &nbsp;  <br />
&nbsp; &nbsp;  if (bobby.saturation &lt; 0.3f) { bobby.saturation = 0.8f; } <br />
}<br />
<br />
void UpdateAI(void)<br />
{<br />
&nbsp; &nbsp;  if (bobby.x &gt; badguy.x) { badguy.x += badguy.speed; } else { badguy.x -= badguy.speed; }<br />
&nbsp; &nbsp;  if (bobby.y &gt; badguy.y) { badguy.y += badguy.speed; } else { badguy.y -= badguy.speed; }<br />
}<br />
<br />
void checkForUpdates(void)<br />
{<br />
&nbsp; &nbsp;  UpdateVariables();<br />
&nbsp; &nbsp;  UpdateAI();<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; if (bobby.x &gt; 640) { bobby.x = 0; }<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; if (bobby.x &lt; 0) { bobby.x = 640; }<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; if (bobby.y &gt; 400) { bobby.y = 0; }<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; if (bobby.y &lt; 0) { bobby.y = 400; }<br />
&nbsp; &nbsp;  <br />
&nbsp; &nbsp;  switch (bobby.dir){<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; case 1:<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  bobby.y-=1.0f;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  glutPostRedisplay();<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  break;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; case 2:<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  bobby.y+=1.0f;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  glutPostRedisplay();<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  break;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; case 3:<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  bobby.x-=1.0f;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  glutPostRedisplay();<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  break;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; case 4:<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  bobby.x+=1.0f;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  glutPostRedisplay();<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  break;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; default:<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; break;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }<br />
<br />
}<br />
<br />
void DrawWorld(void)<br />
{<br />
&nbsp; &nbsp;  checkForUpdates();<br />
<br />
&nbsp; &nbsp;  <br />
&nbsp; &nbsp;  glPushMatrix();<br />
&nbsp; &nbsp;  glTranslatef(bobby.x, bobby.y, 0.0f);<br />
&nbsp; &nbsp;  glRotatef(bobby.spin, 1.0f, 1.0f, 1.0f);<br />
&nbsp; &nbsp;  <br />
&nbsp; &nbsp;  glColor3f(1.0f, 0.0f, 0.0f);<br />
&nbsp; &nbsp;  glBegin(GL_TRIANGLES);<br />
&nbsp; &nbsp;  <br />
&nbsp; &nbsp;  glVertex3f(20.0, 20.0, 0.0);<br />
&nbsp; &nbsp;  glVertex3f(40.0, 20.0, 0.0);<br />
&nbsp; &nbsp;  glVertex3f(20.0, 40.0, 0.0);<br />
<br />
&nbsp; &nbsp;  glVertex3f(20.0, 40.0, 0.0);<br />
&nbsp; &nbsp;  glVertex3f(20.0, 20.0, 0.0);<br />
&nbsp; &nbsp;  glVertex3f(30.0, 30.0, -10.0);<br />
&nbsp; &nbsp;  <br />
&nbsp; &nbsp;  glVertex3f(30.0, 30.0, -10.0);<br />
&nbsp; &nbsp;  glVertex3f(20.0, 20.0, 0.0);<br />
&nbsp; &nbsp;  glVertex3f(40.0, 20.0, 0.0);<br />
&nbsp; &nbsp;  <br />
<br />
&nbsp; &nbsp;  glVertex3f(40.0, 20.0, 0.0);<br />
&nbsp; &nbsp;  glVertex3f(20.0, 40.0, 0.0);<br />
&nbsp; &nbsp;  glVertex3f(30.0, 30.0, -10.0);<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp;  glEnd();<br />
&nbsp; &nbsp;  glPopMatrix();<br />
&nbsp; &nbsp;  <br />
&nbsp; &nbsp;  glPushMatrix();<br />
&nbsp; &nbsp;  glTranslatef(badguy.x, badguy.y, 0.0f);<br />
&nbsp; &nbsp;  glRotatef(bobby.spin, 1.0f, 1.0f, 1.0f);<br />
&nbsp; &nbsp;  <br />
&nbsp; &nbsp;  glColor3f(0.0f, 0.0f, 1.0f);<br />
&nbsp; &nbsp;  glBegin(GL_QUADS);<br />
&nbsp; &nbsp;  <br />
&nbsp; &nbsp;  glVertex3f(20.0, 20.0, 0.0);<br />
&nbsp; &nbsp;  glVertex3f(40.0, 20.0, 0.0);<br />
&nbsp; &nbsp;  glVertex3f(40.0, 40.0, 0.0);<br />
&nbsp; &nbsp;  glVertex3f(20.0, 40.0, 0.0);<br />
&nbsp; &nbsp;  <br />
&nbsp; &nbsp;  glVertex3f(20.0, 20.0, 0.0);<br />
&nbsp; &nbsp;  glVertex3f(40.0, 20.0, 0.0);<br />
&nbsp; &nbsp;  glVertex3f(40.0, 20.0, -20.0);<br />
&nbsp; &nbsp;  glVertex3f(20.0, 20.0, -20.0);<br />
&nbsp; &nbsp;  <br />
&nbsp; &nbsp;  glVertex3f(20.0, 20.0, -20.0);<br />
&nbsp; &nbsp;  glVertex3f(40.0, 20.0, -20.0);<br />
&nbsp; &nbsp;  glVertex3f(40.0, 40.0, -20.0);<br />
&nbsp; &nbsp;  glVertex3f(20.0, 40.0, -20.0);<br />
&nbsp; &nbsp;  <br />
&nbsp; &nbsp;  glVertex3f(20.0, 40.0, 0.0);<br />
&nbsp; &nbsp;  glVertex3f(40.0, 40.0, 0.0);<br />
&nbsp; &nbsp;  glVertex3f(20.0, 40.0, -20.0);<br />
&nbsp; &nbsp;  glVertex3f(40.0, 40.0, -20.0);<br />
&nbsp; &nbsp;  <br />
&nbsp; &nbsp;  glVertex3f(40.0, 20.0, 0.0);<br />
&nbsp; &nbsp;  glVertex3f(40.0, 40.0, 0.0);<br />
&nbsp; &nbsp;  glVertex3f(40.0, 20.0, -20.0);<br />
&nbsp; &nbsp;  glVertex3f(40.0, 40.0, -20.0);<br />
&nbsp; &nbsp;  <br />
&nbsp; &nbsp;  glVertex3f(20.0, 20.0, 0.0);<br />
&nbsp; &nbsp;  glVertex3f(20.0, 40.0, 0.0);<br />
&nbsp; &nbsp;  glVertex3f(20.0, 20.0, -20.0);<br />
&nbsp; &nbsp;  glVertex3f(20.0, 40.0, -20.0);<br />
&nbsp; &nbsp;  <br />
&nbsp; &nbsp;  glEnd();<br />
&nbsp; &nbsp;  glPopMatrix();<br />
}<br />
void display(void)<br />
{<br />
&nbsp; &nbsp;  glClear (GL_COLOR_BUFFER_BIT);&nbsp; &nbsp;  <br />
&nbsp; &nbsp;  DrawWorld();<br />
&nbsp; &nbsp;  glutSwapBuffers();<br />
<br />
}<br />
<br />
<br />
void reshape (int w, int h)<br />
{<br />
&nbsp; &nbsp;  if (h==0)<br />
&nbsp; &nbsp;  {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; h=1;<br />
&nbsp; &nbsp;  }<br />
&nbsp; &nbsp;  <br />
&nbsp; &nbsp; &nbsp; &nbsp;  glViewport(0,0,w,h);&nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp;  glMatrixMode (GL_PROJECTION);<br />
&nbsp; &nbsp;  glLoadIdentity();<br />
&nbsp; &nbsp;  <br />
&nbsp; &nbsp;  glOrtho(0.0f,w,h,0.0f,-1.0f,1.0f);&nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp;  glMatrixMode(GL_MODELVIEW);<br />
&nbsp; &nbsp;  glLoadIdentity();<br />
}<br />
<br />
<br />
void keyboard (unsigned char key, int x, int y)<br />
{<br />
<br />
&nbsp;<br />
&nbsp;  switch (key) {<br />
&nbsp; &nbsp; &nbsp; case 's':<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  bobby.dir=2;<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp;  break;<br />
&nbsp; &nbsp; &nbsp; case 'w':<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  bobby.dir=1;<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp;  break;<br />
&nbsp; &nbsp; &nbsp; case 'a': // lewo = -<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  bobby.dir=3;<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  break;<br />
&nbsp; &nbsp; &nbsp; case 'd':<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  bobby.dir=4;<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  break;<br />
&nbsp; &nbsp; &nbsp; default:<br />
&nbsp; &nbsp; &nbsp; &nbsp;  break;<br />
&nbsp;  }<br />
}<br />
<br />
int main(int argc, char** argv)<br />
{<br />
<br />
&nbsp; &nbsp; glutInit(&amp;argc, argv);<br />
&nbsp; &nbsp; glutInitDisplayMode (GLUT_DOUBLE | GLUT_RGB);<br />
&nbsp; &nbsp; glutInitWindowSize (640, 400);<br />
&nbsp; &nbsp; glutInitWindowPosition (100, 100);<br />
&nbsp; &nbsp; glutCreateWindow (argv&#91;0&#93;);<br />
&nbsp; &nbsp; init();<br />
<br />
&nbsp; &nbsp; glutReshapeFunc(reshape);<br />
&nbsp; &nbsp; glutDisplayFunc(display);<br />
&nbsp; &nbsp; glutKeyboardFunc(keyboard);<br />
&nbsp; &nbsp; glutMainLoop();<br />
&nbsp; &nbsp; return 0;<br />
}</pre></div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum71.html">Game Development</category>
			<dc:creator>Yle</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread213878.html</guid>
		</item>
		<item>
			<title>Remove Glut maximize window button / option</title>
			<link>http://www.daniweb.com/forums/thread213589.html</link>
			<pubDate>Mon, 24 Aug 2009 12:54:14 GMT</pubDate>
			<description><![CDATA[I am using glut to create my window for my game. My question is how do I remove the button that maximizes a window. For my game I don't want the player to be able to resize or maximize the window. Is there a way to control this with glut? 
 
Thank you!]]></description>
			<content:encoded><![CDATA[<div>I am using glut to create my window for my game. My question is how do I remove the button that maximizes a window. For my game I don't want the player to be able to resize or maximize the window. Is there a way to control this with glut?<br />
<br />
Thank you!</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum71.html">Game Development</category>
			<dc:creator>dark_lord</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread213589.html</guid>
		</item>
	</channel>
</rss>
