<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.6" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: GPL&#8217;d VROOM!!! for Linux</title>
	<link>http://www.stoicmonkey.com/2007/01/gpl-vroom-for-linux/</link>
	<description>cogitating, reasoning, flinging poo</description>
	<pubDate>Thu, 20 Nov 2008 16:06:55 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.6</generator>

	<item>
		<title>by: Red</title>
		<link>http://www.stoicmonkey.com/2007/01/gpl-vroom-for-linux/#comment-220</link>
		<pubDate>Mon, 23 Jul 2007 16:56:46 +0000</pubDate>
		<guid>http://www.stoicmonkey.com/2007/01/gpl-vroom-for-linux/#comment-220</guid>
					<description>&lt;strong&gt;Red&lt;/strong&gt;

OMG! I cant beleive it.</description>
		<content:encoded><![CDATA[<p><strong>Red</strong></p>
<p>OMG! I cant beleive it.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: S. Monkey</title>
		<link>http://www.stoicmonkey.com/2007/01/gpl-vroom-for-linux/#comment-9</link>
		<pubDate>Thu, 25 Jan 2007 16:13:55 +0000</pubDate>
		<guid>http://www.stoicmonkey.com/2007/01/gpl-vroom-for-linux/#comment-9</guid>
					<description>T.D., I updated the instructions with patch files to SDL_mixer.  I hope this helps.

If anyone can help make an RPM for this please let me know.</description>
		<content:encoded><![CDATA[<p>T.D., I updated the instructions with patch files to SDL_mixer.  I hope this helps.</p>
<p>If anyone can help make an RPM for this please let me know.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: T.D. Houfek</title>
		<link>http://www.stoicmonkey.com/2007/01/gpl-vroom-for-linux/#comment-8</link>
		<pubDate>Thu, 25 Jan 2007 02:05:15 +0000</pubDate>
		<guid>http://www.stoicmonkey.com/2007/01/gpl-vroom-for-linux/#comment-8</guid>
					<description>Breaks on my Debian system, looks like the same issue as was on Ubuntu:

vroomDemo.py:537: RuntimeWarning: use mixer: /usr/local/games/vroomDemo/pygame/mixer.so: undefined symbol: Mix_QueueChannel
  pygame.mixer.pre_init(22050,-16,1,512)
Traceback (most recent call last):
  File "vroomDemo.py", line 605, in ?
    mso = error.errOut()
  File "/usr/local/games/vroomDemo/error.py", line 27, in __init__
    self.font = pygame.font.Font("freesansbold.ttf", ptsize)
pygame.error: font not initialized</description>
		<content:encoded><![CDATA[<p>Breaks on my Debian system, looks like the same issue as was on Ubuntu:</p>
<p>vroomDemo.py:537: RuntimeWarning: use mixer: /usr/local/games/vroomDemo/pygame/mixer.so: undefined symbol: Mix_QueueChannel<br />
  pygame.mixer.pre_init(22050,-16,1,512)<br />
Traceback (most recent call last):<br />
  File &#8220;vroomDemo.py&#8221;, line 605, in ?<br />
    mso = error.errOut()<br />
  File &#8220;/usr/local/games/vroomDemo/error.py&#8221;, line 27, in __init__<br />
    self.font = pygame.font.Font(&#8221;freesansbold.ttf&#8221;, ptsize)<br />
pygame.error: font not initialized
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: S. Monkey</title>
		<link>http://www.stoicmonkey.com/2007/01/gpl-vroom-for-linux/#comment-7</link>
		<pubDate>Wed, 17 Jan 2007 08:33:47 +0000</pubDate>
		<guid>http://www.stoicmonkey.com/2007/01/gpl-vroom-for-linux/#comment-7</guid>
					<description>Richard,
Thanks for trying it out.  Looks like I forgot that the new SDL_mixer symbol isn't in pygame.  I updated the package to include the SDL_mixer library.  Please see the updated directions on how to run.</description>
		<content:encoded><![CDATA[<p>Richard,<br />
Thanks for trying it out.  Looks like I forgot that the new SDL_mixer symbol isn&#8217;t in pygame.  I updated the package to include the SDL_mixer library.  Please see the updated directions on how to run.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Richard Jones</title>
		<link>http://www.stoicmonkey.com/2007/01/gpl-vroom-for-linux/#comment-6</link>
		<pubDate>Wed, 17 Jan 2007 06:31:38 +0000</pubDate>
		<guid>http://www.stoicmonkey.com/2007/01/gpl-vroom-for-linux/#comment-6</guid>
					<description>BTW the pygame clock will tell you elapsed time. You ask it to set a frame rate and you get the delta t back (for example, 30FPS:

clock = pygame.clock.Clock()
dt = clock.tick(30)

The dt value is the milliseconds since the last call to clock.tick()</description>
		<content:encoded><![CDATA[<p>BTW the pygame clock will tell you elapsed time. You ask it to set a frame rate and you get the delta t back (for example, 30FPS:</p>
<p>clock = pygame.clock.Clock()<br />
dt = clock.tick(30)</p>
<p>The dt value is the milliseconds since the last call to clock.tick()
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Richard Jones</title>
		<link>http://www.stoicmonkey.com/2007/01/gpl-vroom-for-linux/#comment-5</link>
		<pubDate>Wed, 17 Jan 2007 06:21:44 +0000</pubDate>
		<guid>http://www.stoicmonkey.com/2007/01/gpl-vroom-for-linux/#comment-5</guid>
					<description>Sorry, it breaks under Ubuntu: [Thanks for pointing this out.  This has been fixed.]

vroomDemo.py:537: RuntimeWarning: use mixer: /tmp/vroomDemo/pygame/mixer.so: undefined symbol: Mix_QueueChannel
  pygame.mixer.pre_init(22050,-16,1,512)
Traceback (most recent call last):
  File "vroomDemo.py", line 605, in ?
    mso = error.errOut()
  File "/tmp/vroomDemo/error.py", line 27, in __init__
    self.font = pygame.font.Font("freesansbold.ttf", ptsize)
pygame.error: font not initialized</description>
		<content:encoded><![CDATA[<p>Sorry, it breaks under Ubuntu: [Thanks for pointing this out.  This has been fixed.]</p>
<p>vroomDemo.py:537: RuntimeWarning: use mixer: /tmp/vroomDemo/pygame/mixer.so: undefined symbol: Mix_QueueChannel<br />
  pygame.mixer.pre_init(22050,-16,1,512)<br />
Traceback (most recent call last):<br />
  File &#8220;vroomDemo.py&#8221;, line 605, in ?<br />
    mso = error.errOut()<br />
  File &#8220;/tmp/vroomDemo/error.py&#8221;, line 27, in __init__<br />
    self.font = pygame.font.Font(&#8221;freesansbold.ttf&#8221;, ptsize)<br />
pygame.error: font not initialized
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
