<?xml version="1.0"?>
<rss version="2.0">
	<channel>
		<title>My game to be</title>
		<link>http://www.allegro.cc/forums/view/586618</link>
		<description>Allegro.cc Forum Thread</description>
		<webMaster>matthew@allegro.cc (Matthew Leverton)</webMaster>
		<lastBuildDate>Thu, 27 Jul 2006 20:15:56 +0000</lastBuildDate>
	</channel>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>So, I&#39;ll need a few beta-testers for the game since I want it to be the best possible, and I want to know the minimum system specs, and I can&#39;t do that on 2 or 3 PCs, so I&#39;ll post the progress-so-far here and I want you to tell me the FPS:</p><p>- without shadows at all (the INSERT key toggles shadows)<br />- with shadows<br />- with the flashlight on (F key)</p><p>You move with WASD, aim with the mouse, and shoot with the left mouse button (you&#39;ve got 12 bullets, but there&#39;s no ammo display yet).</p><p>I&#39;ll also need to know your system specs. I want to have a general idea on which computers will it work fine, and on which it won&#39;t work at all. Especially since some GFX cards can be picky about OpenGL.</p><p><a href="http://cursedtyrant.freshsite.pl/tests/shooter[ol].rar">http://cursedtyrant.freshsite.pl/tests/shooter[ol].rar</a> It&#39;s Windows only for now.</p><p>Just keep in mind that I started the game not long ago, so it&#39;s in the earliest stages of its development.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (CursedTyrant)</author>
		<pubDate>Sat, 22 Jul 2006 22:57:58 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Hey cool shadows! I wanted to do shadows like that. Is it very hard? I haven&#39;t done much with OpenGL yet. I&#39;m assuming since you are planning on selling that game you won&#39;t be releasing the source...</p><p>I have an ATI Mobility Radeon X1600, 1GB of RAM, and a 2GHz Intel Core Duo. I think it&#39;s safe to say your game will run fine no matter what. <img src="http://www.allegro.cc/forums/smileys/tongue.gif" alt=":P" /> Though I can try it out on my crappy computer if you&#39;d like.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Jonny Cook)</author>
		<pubDate>Sat, 22 Jul 2006 23:16:32 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>150 With shadows<br />360 without<br />120-140 with flashlight</p><p>WinXp Pro Sp 2<br />ATI Mobility Radeon 9700<br />Pentium M 1.7Ghz, 512MB RAM</p><p>You should add rest() somewhere; as it is, it will use all possible CPU time, overheating it after a bit (in 1-2 minutes the temp was of 70°C and i had to shut it down)
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (FMC)</author>
		<pubDate>Sat, 22 Jul 2006 23:18:24 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>I&#39;m more interested in FPS and specs, because I need to know how much FPS you can get with full effects on each computer.</p><p>As I said in the other thread, I will release it as opensource (meaning game+source) after half a year or so, but I can isolate the shadow drawing function if you want. It&#39;s not pretty, and there&#39;re probably dozens of other (possibly better) ways to do shadows like that, but it works fine, and it&#39;s fast (as long as you operate on rectangles as objects/walls).</p><p>EDIT: That&#39;s strange. It doesn&#39;t overheat my CPU.</p><p>I&#39;ve got a Sempron 1,4GHz 2500+ 64 bit (OCed to 1,58GHz), a Radeon 9550 and 512MB of RAM and I get ~80-100 FPS with full effects. No overheating, altough I think it&#39;s OpenGL&#39;s fault that the game uses 100% CPU power.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (CursedTyrant)</author>
		<pubDate>Sat, 22 Jul 2006 23:20:41 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Oh yeah. I got carried away showing off the specs to my new computer... <img src="http://www.allegro.cc/forums/smileys/cheesy.gif" alt=":D" /><br />180 FPS with shadows but no flashlight. Drops down to 150 when I turn the flash light on. <br />450 around with no shadows at all.</p><p>I&#39;m sure I could find something on the net, but I&#39;d like to see how it&#39;s actually implemented into the game. That&#39;s the hardest thing for me to do. I was making a similar type of game using only Allegro, except the whole screen would rotate instead of only your character. I&#39;m switching to OpenGL because 1) low resolution + rotated tile map hurts the eyes and 2) there&#39;s no way I could make pretty looking shadows + other nice effects with software drawing alone.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Jonny Cook)</author>
		<pubDate>Sat, 22 Jul 2006 23:28:08 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Shadow code attached. One thing I love about Programmer&#39;s Notepad 2 is the HTML export function. Saves all the colors and styles.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (CursedTyrant)</author>
		<pubDate>Sat, 22 Jul 2006 23:40:22 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><div class="quote_container"><div class="title">Quote:</div><div class="quote"><p>
That&#39;s strange. It doesn&#39;t overheat my CPU.
</p></div></div><p>My CPU is on a laptop, they are more prone to overheating. You should check if you showed enough fps, in that case rest
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (FMC)</author>
		<pubDate>Sun, 23 Jul 2006 00:31:50 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Not sure how tough. I never really needed that sort of control over FPS.</p><p>Mostly because I never knew it overheats on laptops.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (CursedTyrant)</author>
		<pubDate>Sun, 23 Jul 2006 00:35:54 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>1300 w/o shadows<br />500 /w shadows<br />400 /w flashlight</p><p>win xp sp2<br />2.6ghz p4 ht<br />1536mb ram<br />ati radeon x800pro modded to xt pe
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (weazel)</author>
		<pubDate>Sun, 23 Jul 2006 00:50:41 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><div class="quote_container"><div class="title">Quote:</div><div class="quote"><p>
You should add rest() somewhere; as it is, it will use all possible CPU time, overheating it after a bit (in 1-2 minutes the temp was of 70°C and i had to shut it down)
</p></div></div><p>

Are you sure it was overheating? My CPU in my laptop regularly runs in the 70-80C range when I run it under heavy load for a while and it works fine. They are made to withstand higher temperatures.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (BAF)</author>
		<pubDate>Sun, 23 Jul 2006 01:37:51 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Must have had vsync on or something...<br />60fps<br />60fps<br />and .... 60fps <img src="http://www.allegro.cc/forums/smileys/grin.gif" alt=";D" /></p><p>Athlon 64 3200+<br />Nvidia 7900GT</p><p>One thing about the controls though.... shouldnt the guy move in the direction you have him pointed? If you hit W he always goes up no matter which direction he is facing... this is confusing. Also I think this is an openlayer bug but when I have shadows or the flashlight on I get polygon edges showing.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Steve Terry)</author>
		<pubDate>Sun, 23 Jul 2006 02:18:52 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Might be, a screenshot would be helpful.</p><p>In the final release you&#39;ll be able to choose between absolute and relative character movement. I already have the code for that, just no switch yet. I might as well add it in the next update.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (CursedTyrant)</author>
		<pubDate>Sun, 23 Jul 2006 02:23:50 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Screenshot:<br />http://www.allegro.cc/files/attachment/589786[/img</p><p>This doesn&#39;t happen if you hit insert (shadows off).
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Steve Terry)</author>
		<pubDate>Sun, 23 Jul 2006 02:44:02 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Nope, it&#39;s an OpenLayer bug. Doesn&#39;t happen on my PC, or anyone else&#39;s that I know of (except yours).</p><p>BTW, does this happen when the flashlight is off too?
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (CursedTyrant)</author>
		<pubDate>Sun, 23 Jul 2006 02:59:16 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Games generally use 100% cpu, because they run in a tight loop and aren&#39;t meant to be used alongside other programs anyway.  You shouldn&#39;t worry about overheating the CPU -- a computer shouldn&#39;t overheat just by being used fully.  That&#39;s a broken computer, not your fault.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Zaphos)</author>
		<pubDate>Sun, 23 Jul 2006 03:11:23 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>It happens with the flashlight off as well.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Steve Terry)</author>
		<pubDate>Sun, 23 Jul 2006 03:12:15 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><div class="quote_container"><div class="title">Zaphos said:</div><div class="quote"><p>
Games generally use 100% cpu, because they run in a tight loop and aren&#39;t meant to be used alongside other programs anyway.
</p></div></div><p>
That&#39;s an <u>opinion</u> and should only be considered as such. A lot of users are having programs running in the background like a BitTorrent client or something else. If the game doesn&#39;t need to use 100% of the CPU it&#39;s common curtesy not to use it all up, and could well be a selling point for his game.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (kentl)</author>
		<pubDate>Sun, 23 Jul 2006 03:25:35 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><div class="quote_container"><div class="title">Quote:</div><div class="quote"><p>
It happens with the flashlight off as well.
</p></div></div><p>

Well, <b>I</b> can&#39;t fix it (I don&#39;t even have an NVidia card), but you could report that bug so someone who can does <img src="http://www.allegro.cc/forums/smileys/tongue.gif" alt=":P" />
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (CursedTyrant)</author>
		<pubDate>Sun, 23 Jul 2006 12:15:37 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>With shadows: ~215 fps (+- 5)<br />Without shadows: ~540 fps<br />Flashlight: 160 fps - 215 fps (depending on how much of the cone is visible)</p><p>Specs:<br />Windows XP SP2<br />ATI mobility Radeon x700 (128MB)<br />1 GiB RAM<br />Pentium M 1.86 GHz CPU
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Indeterminatus)</author>
		<pubDate>Sun, 23 Jul 2006 17:50:41 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>I unfortunately can&#39;t play it, due to the problem I brought up <a href="http://www.allegro.cc/forums/thread/586631">here</a>. I have the same problem with all OL games. The game does work, as I can see things moving around the bitmaps it does create, but they&#39;re too small for me to be able to read the FPS counter, or to be able to make out much of the graphics.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (LennyLen)</author>
		<pubDate>Sun, 23 Jul 2006 18:09:37 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><div class="quote_container"><div class="title">Quote:</div><div class="quote"><p>
That&#39;s an opinion and should only be considered as such. A lot of users are having programs running in the background like a BitTorrent client or something else. If the game doesn&#39;t need to use 100% of the CPU it&#39;s common curtesy not to use it all up, and could well be a selling point for his game.
</p></div></div><p>

Can you name a single comercial &quot;3D&quot; game that use this as a &quot;selling point&quot; ? It&#39;s not an opinion, it&#39;s a fact, and the curtesy is far from &quot;common&quot; (a game should use all the available power for the best experience).
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Epsi)</author>
		<pubDate>Sun, 23 Jul 2006 19:19:02 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>BT clients and such don&#39;t use hardly any CPU. Stuff running in the background shouldn&#39;t use much CPU.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (BAF)</author>
		<pubDate>Sun, 23 Jul 2006 20:08:29 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Ok, open layer games never work for me, and it makes me mad sometimes.  These are my specs:</p><p>Intel Pentium 4<br />Processer 540<br />3.2 GHz<br />1 GB DDR<br />Intel Graphics Media Accelerator 900 (I know, very sad, but I can&#39;t afford any better than the built in stuff)
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Paladin)</author>
		<pubDate>Sun, 23 Jul 2006 20:54:39 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>
Do OpenGL or AllegroGL games work for you Brian?
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Richard Phipps)</author>
		<pubDate>Sun, 23 Jul 2006 21:10:32 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><div class="quote_container"><div class="title">Quote:</div><div class="quote"><p>
Can you name a single comercial &quot;3D&quot; game that use this as a &quot;selling point&quot; ? It&#39;s not an opinion, it&#39;s a fact, and the curtesy is far from &quot;common&quot; (a game should use all the available power for the best experience).
</p></div></div><p>
To argue that games should always consume 100% of the CPU even though it isn&#39;t used isn&#39;t very clever. And it&#39;s not even something I need to debate further.</p><div class="quote_container"><div class="title">Quote:</div><div class="quote"><p>
BT clients and such don&#39;t use hardly any CPU. Stuff running in the background shouldn&#39;t use much CPU.
</p></div></div><p>
Perhaps the user is rendering an animation using 3D Studio Max or something? In any case it&#39;s really irrelevant what else the user will need the available CPU-time for. It&#39;s the users computer and a game shouldn&#39;t use more than it needs, so that the user may decide if he/she wants to do something else at the same time or not.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (kentl)</author>
		<pubDate>Sun, 23 Jul 2006 21:34:03 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>If they are rendering in the background then the game won&#39;t run very well and if they are that concerned about playing games they should either pause the rendering or use a different computer.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (BAF)</author>
		<pubDate>Sun, 23 Jul 2006 21:53:16 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><div class="quote_container"><div class="title">Quote:</div><div class="quote"><p>
Can you name a single comercial &quot;3D&quot; game that use this as a &quot;selling point&quot; ? It&#39;s not an opinion, it&#39;s a fact, and the curtesy is far from &quot;common&quot; (a game should use all the available power for the best experience).
</p></div></div><p>No, nearly all commercial games don&#39;t use CPU if they don&#39;t need it. Just for example i could happily play Ufo: Aftershock (modern 3d tactical game) with max settings, but Civil War Generals 2 (an OLD 2d wargame) uses so much CPU that it overheats in a few minutes... talk of optimizing! Besides using more CPU power than you need is just useless.</p><div class="quote_container"><div class="title">Quote:</div><div class="quote"><p>
Are you sure it was overheating? My CPU in my laptop regularly runs in the 70-80C range when I run it under heavy load for a while and it works fine. They are made to withstand higher temperatures.
</p></div></div><p>I&#39;m saying it overheats because Asus Probe thinks 70°C deserves getting my attention with loud beeps
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (FMC)</author>
		<pubDate>Sun, 23 Jul 2006 21:53:22 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Change Asus Probe&#39;s settings then? I highly doubt you are overheating. It&#39;s not &#39;wasting&#39; CPU time, a waste of CPU time is when the CPU sits idle.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (BAF)</author>
		<pubDate>Sun, 23 Jul 2006 21:58:08 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><div class="quote_container"><div class="title">Quote:</div><div class="quote"><p>
If they are rendering in the background then the game won&#39;t run very well and if they are that concerned about playing games they should either pause the rendering or use a different computer.
</p></div></div><p>
I can see that you didn&#39;t read my post very throughly and that you didn&#39;t understand the point I was trying to give. Each application/game should only use what it <i>needs</i>. If you use up all CPU-time &quot;for the hell of it&quot; you are practicing bad software engineering.</p><p>Why not apply the same philosophy to the required hard disk space? Most games these days take up 600-700 MB, so even if you are not using it you could store some large trash files along with your game, so that you are not wasting less resources than other games.</p><p>Give one single reason for why you want to use up all CPU-time even though you don&#39;t need to? Except that you as the programmer is lazy and/or use libraries which won&#39;t allow you to be nice to the system.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (kentl)</author>
		<pubDate>Sun, 23 Jul 2006 22:09:24 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><div class="quote_container"><div class="title">Quote:</div><div class="quote"><p>
Change Asus Probe&#39;s settings then? I highly doubt you are overheating. It&#39;s not &#39;wasting&#39; CPU time, a waste of CPU time is when the CPU sits idle.
</p></div></div><p>I think they know a bit more than you and me, and since only &quot;broken&quot; aps have this behaviour i don&#39;t see why i shouldn&#39;t stay on the safe side.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (FMC)</author>
		<pubDate>Sun, 23 Jul 2006 22:17:52 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>
Kent:</p><p>There is a problem here in that giving the OS back some time could result in your game  missing a frame or more because the OS doesn&#39;t return back to your game in time. I think the OS processes in Windows only have something like a 10 ms resolution.</p><p>The best bet is to provide options to run with or without resting.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Richard Phipps)</author>
		<pubDate>Sun, 23 Jul 2006 22:23:28 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>A game can use 100% CPU if it wants, it is doing stuff during the time, which allows for more accurate stuff and such.</p><p>FMC: 70C seems like a good number for a desktop, but laptops are designed to run hotter to help preserve power (less fans running = less power consumption).
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (BAF)</author>
		<pubDate>Sun, 23 Jul 2006 22:44:47 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><div class="quote_container"><div class="title">Quote:</div><div class="quote"><p>
There is a problem here in that giving the OS back some time could result in your game missing a frame or more because the OS doesn&#39;t return back to your game in time. I think the OS processes in Windows only have something like a 10 ms resolution.
</p></div></div><p>
Yeah this is the only reason. If you have tried this, does the game skip a frame or two once in a while? And does it matter?</p><div class="quote_container"><div class="title">Quote:</div><div class="quote"><p>
The best bet is to provide options to run with or without resting.
</p></div></div><p>
Absolutely!</p><div class="quote_container"><div class="title">Quote:</div><div class="quote"><p>
A game can use 100% CPU if it wants, it is doing stuff during the time, which allows for more accurate stuff and such.
</p></div></div><p>
Well that is not always the case. When you reach a certain treshold it makes no sense anymore to break down for example unit movements into smaller movements per logic update and a higher rate of logic updates. There will always be a point when it makes no sense anymore to consume all available CPU-time.</p><p>The &quot;new way&quot; of programming is waste resources all you want to, because great hardware is common and relatively cheap these days. I&#39;m not an advocate of this style.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (kentl)</author>
		<pubDate>Sun, 23 Jul 2006 23:22:28 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Ok, I&#39;ve used:
</p><div class="source-code snippet"><div class="inner"><pre><a href="http://www.allegro.cc/manual/rest" target="_blank"><span class="a">rest</span></a><span class="k2">(</span><span class="n">1</span><span class="k2">)</span><span class="k2">;</span>
DeltaTime <span class="k3">=</span> FpsCounter::NewFrameStarted<span class="k2">(</span><span class="k2">)</span><span class="k2">;</span>
FPS <span class="k3">=</span> FpsCounter::GetFps<span class="k2">(</span><span class="k2">)</span><span class="k2">;</span>
</pre></div></div><p>
The CPU is used at merely 2%, maybe 10% at most, but the FPS drops down (and stays at) 63. With effects, as well as without them. Am I doing it the right way?
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (CursedTyrant)</author>
		<pubDate>Sun, 23 Jul 2006 23:33:50 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>It&#39;s nice of you to not take up all the system resources! <img src="http://www.allegro.cc/forums/smileys/smiley.gif" alt=":)" />  Do you see any difference at all in game quality except for the FPS number? (And if so, you could have it as an option as Richard suggests.)</p><p>The resting is supposed to free up system resources while waiting to do the next logic/frame update. That is, if you finish and have lots of time left until the next cycle you wait some more than 1.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (kentl)</author>
		<pubDate>Mon, 24 Jul 2006 00:09:02 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Actually, the game runs as smooth as before, only the FPS stays at 63.</p><p>I&#39;ve updated the game, now it includes a plasma rifle (actually, 2). It&#39;s a test of the tri-slot weapon base I&#39;m trying to implement (3 customizable slots, you can have 1 pistol and 2 plasma rifles, or the other way around. Once I include more weapons and add all the necessary menus, you&#39;ll be able to change which weapons you insert and into which slot).</p><p>The link is the same, but I&#39;ll post it again, so that lazy people can still try my game: <a href="http://cursedtyrant.freshsite.pl/tests/shooter[ol].rar">http://cursedtyrant.freshsite.pl/tests/shooter[ol].rar</a> <img src="http://www.allegro.cc/forums/smileys/wink.gif" alt=";)" />
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (CursedTyrant)</author>
		<pubDate>Mon, 24 Jul 2006 00:30:36 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>I myself only run Linux at the moment so I can&#39;t try it. By the looks of the screenshot earlier in this thread it seems nice. Are you inspired by the Alien Breed games for the Amiga? (If not, check them out using WinUAE - they are great)
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (kentl)</author>
		<pubDate>Mon, 24 Jul 2006 00:37:22 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Actually, yeah <img src="http://www.allegro.cc/forums/smileys/tongue.gif" alt=":P" /> Those were some great games. Not for the Amiga tough, I&#39;ve played Alien Breed under DOS.</p><p>And here&#39;s a screenshot for those of us who use Linux:<br /><span class="remote-thumbnail"><span class="json">{"name":"589799","src":"\/\/djungxnpq2nug.cloudfront.net\/image\/cache\/5\/6\/56182d9d40b49de1d2953459705974f9.jpg","w":527,"h":470,"tn":"\/\/djungxnpq2nug.cloudfront.net\/image\/cache\/5\/6\/56182d9d40b49de1d2953459705974f9"}</span><img src="http://www.allegro.cc//djungxnpq2nug.cloudfront.net/image/cache/5/6/56182d9d40b49de1d2953459705974f9-240.jpg" alt="589799" width="240" height="214" /></span><br />You can see two bullet trails, and one plasma shot here.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (CursedTyrant)</author>
		<pubDate>Mon, 24 Jul 2006 00:42:48 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><div class="quote_container"><div class="title">Quote:</div><div class="quote"><p>
a game should use all the available power for the best experience
</p></div></div><p>
A program should use 100% CPU power if it needs it. If it needs 1% and does 99% busy waiting, then that&#39;s <i>bad</i>.<br />Aside from battery life in laptops (which IMHO don&#39;t make sense for playing games on anyway), desktop machines drawing as little power as they can is a good thing in a world where people try to safe power.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Evert)</author>
		<pubDate>Mon, 24 Jul 2006 00:53:53 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><div class="quote_container"><div class="title">Quote:</div><div class="quote"><p>
The CPU is used at merely 2%, maybe 10% at most, but the FPS drops down (and stays at) 63. With effects, as well as without them. Am I doing it the right way?
</p></div></div><p>I think you should do something along the lines:<br />if( there_are_enough_frames_for_this_second) rest(1);<br />else just_go_on()</p><p>So that you are sure you&#39;re resting only when you don&#39;t need CPU time <img src="http://www.allegro.cc/forums/smileys/smiley.gif" alt=":)" />
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (FMC)</author>
		<pubDate>Mon, 24 Jul 2006 01:12:08 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Yeah, but I&#39;m not sure how to do that in OL.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (CursedTyrant)</author>
		<pubDate>Mon, 24 Jul 2006 01:13:03 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>@ FMC
</p><div class="quote_container"><div class="title">Quote:</div><div class="quote"><p>
No, nearly all commercial games don&#39;t use CPU if they don&#39;t need it. Just for example i could happily play Ufo: Aftershock (modern 3d tactical game) with max settings, but Civil War Generals 2 (an OLD 2d wargame) uses so much CPU that it overheats in a few minutes... talk of optimizing! Besides using more CPU power than you need is just useless.
</p></div></div><p>

Isn&#39;t it just doing VSync ? That&#39;s more than enough to spare CPU time if this option is available.<br />I&#39;ve already asked Flad for this feature in OL.</p><p>@CursedTyrant:</p><p><span class="source-code"><span class="k1">if</span> <span class="k2">(</span>FpsCount::GetFps<span class="k2">(</span><span class="k2">)</span> <span class="k3">&gt;</span> <span class="n">200</span>.<span class="n">0</span><span class="k2">)</span> <a href="http://www.allegro.cc/manual/rest" target="_blank"><span class="a">rest</span></a><span class="k2">(</span><span class="n">1</span><span class="k2">)</span><span class="k2">;</span></span></p><p>Where 200.0 is the acceptable FPS limit (assuming it&#39;s the same as the logic speedrate)
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Epsi)</author>
		<pubDate>Mon, 24 Jul 2006 04:19:56 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><div class="quote_container"><div class="title">Quote:</div><div class="quote"><p>
since only &quot;broken&quot; aps have this behaviour i don&#39;t see why i shouldn&#39;t stay on the safe side.
</p></div></div><p>I will agree that it&#39;s friendly to use less than 100% of the CPU when possible, to allow for energy conservation, greater battery life, better multitasking, but calling an app &#39;broken&#39; because it uses 100% CPU is simply incorrect.  If the computer breaks down under these conditions, the hardware configuration is entirely to blame.  So, sure, put in two lines of rest-when-idle, put in your other optimizations and your &#39;low quality graphics&#39; mode, but there will almost certainly still be some PC that will need to use 100% to run your game, and that is not something you should lose sleep over.</p><div class="quote_container"><div class="title">Quote:</div><div class="quote"><p>
There will always be a point when it makes no sense anymore to consume all available CPU-time.
</p></div></div><p>One could certainly construct a world with background, physics-driven effects which could be scaled up to take more processor time than any currently-feasible processor could possibly provide.  So unless you mean this in a very abstract, &#39;assuming we had a machine that was ~infinitely fast&#39; sort of way, um, I don&#39;t know how you come to this conclusion?</p><div class="quote_container"><div class="title">Quote:</div><div class="quote"><p>
The &quot;new way&quot; of programming is waste resources all you want to, because great hardware is common and relatively cheap these days.
</p></div></div><p>Er.  What?  There&#39;s surely nothing wrong with trading off performance for ease of development, when one has analyzed the significance of the gains and losses involved.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Zaphos)</author>
		<pubDate>Mon, 24 Jul 2006 05:37:11 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>OpenGL games work for me, and I think AllegroGL works as well Richard.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Paladin)</author>
		<pubDate>Mon, 24 Jul 2006 06:50:42 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><div class="quote_container"><div class="title">Quote:</div><div class="quote"><p>
One could certainly...
</p></div></div><p>
Sure and if it&#39;s part of the game then use 100% CPU-time. Just do not use it without spending it on something which adds to the game quality.
</p><div class="quote_container"><div class="title">Quote:</div><div class="quote"><p>
There&#39;s surely nothing wrong with trading off performance for ease of development
</p></div></div><p>
Well in some cases it is, and this is one of them. Remember that we are talking about a game using up 100% of the available CPU-time without needing it. I&#39;m not saying that we should all do some kind of pre-mature optimization, just not be lazy in situations like this one. That laziness is what I meant by &quot;new way&quot;.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (kentl)</author>
		<pubDate>Mon, 24 Jul 2006 07:21:04 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><div class="quote_container"><div class="title">Quote:</div><div class="quote"><p>
just not be lazy in situations like this one. That laziness is what I meant by &quot;new way&quot;.
</p></div></div><p>Um, okay ... except that laziness isn&#39;t new, and running tight loops of code-which-does-nothing doesn&#39;t rely on &quot;great hardware&quot; being &quot;common and relatively cheap&quot;, so I still have no idea where your &quot;kids these days&quot;-style commentary comes from.</p><p>Anyway, regarding the demo:<br />The shadow cast by the block in the middle of the map looks jittery when I move my cursor; the shape moves smoothly for a short distance, then jerks back.  In still frames it always looks roughly correct so it&#39;s hard to give you a visual.<br />FPS is always 59, cpu usage hovers below 90%<br />Graphics card is a GeForce Go 6800, CPU is a 2GHz Pentium M.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Zaphos)</author>
		<pubDate>Mon, 24 Jul 2006 09:02:21 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><div class="quote_container"><div class="title">Quote:</div><div class="quote"><p>
<span class="source-code"><span class="k1">if</span> <span class="k2">(</span>FpsCount::GetFps<span class="k2">(</span><span class="k2">)</span> <span class="k3">&gt;</span> <span class="n">200</span>.<span class="n">0</span><span class="k2">)</span> <a href="http://www.allegro.cc/manual/rest" target="_blank"><span class="a">rest</span></a><span class="k2">(</span><span class="n">1</span><span class="k2">)</span><span class="k2">;</span></span>
</p></div></div><p>
Not a good idea. It starts jumping periodically on my PC when I turn out shadows (the only way I can get over 200 FPS). I think that rest(1) unconditionally is the best way to go, especially since it doesn&#39;t slow the game down at all.</p><div class="quote_container"><div class="title">Quote:</div><div class="quote"><p>
The shadow cast by the block in the middle of the map looks jittery when I move my cursor;
</p></div></div><p>

Yeah, I know. It&#39;s because I&#39;m calculating each ray of light, and it just works drastically slower if I make it any more smooth.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (CursedTyrant)</author>
		<pubDate>Mon, 24 Jul 2006 12:15:04 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><div class="quote_container"><div class="title">Quote:</div><div class="quote"><p>
Isn&#39;t it just doing VSync ? That&#39;s more than enough to spare CPU time if this option is available.<br />I&#39;ve already asked Flad for this feature in OL.
</p></div></div><p>Nope <img src="http://www.allegro.cc/forums/smileys/smiley.gif" alt=":)" /><br />I always disable Vsync in modern games, to get a little more fps.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (FMC)</author>
		<pubDate>Mon, 24 Jul 2006 14:39:12 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Can you say &quot;bloodshed&quot;?<br /><span class="remote-thumbnail"><span class="json">{"name":"589813","src":"\/\/djungxnpq2nug.cloudfront.net\/image\/cache\/2\/e\/2e0382fc122e8e39ad835713d0cee8a7.jpg","w":377,"h":333,"tn":"\/\/djungxnpq2nug.cloudfront.net\/image\/cache\/2\/e\/2e0382fc122e8e39ad835713d0cee8a7"}</span><img src="http://www.allegro.cc//djungxnpq2nug.cloudfront.net/image/cache/2/e/2e0382fc122e8e39ad835713d0cee8a7-240.jpg" alt="589813" width="240" height="211" /></span><br />No shadows this time so that you can see the whole scene.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (CursedTyrant)</author>
		<pubDate>Mon, 24 Jul 2006 18:32:39 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><div class="quote_container"><div class="title">Quote:</div><div class="quote"><p>
Um, okay...
</p></div></div><p>
EOD. Let&#39;s just say that I don&#39;t agree with you.</p><div class="quote_container"><div class="title">Quote:</div><div class="quote"><p>
Can you say &quot;bloodshed&quot;?
</p></div></div><p>
Very nice! Is that skeletons lying in the blood? Perhaps the blood should splatter in the same directions as the bullets? (You blood piles seems to be gravity droppings, if I may speak CSI-eEnglish;) )
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (kentl)</author>
		<pubDate>Mon, 24 Jul 2006 19:10:14 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><div class="quote_container"><div class="title">Quote:</div><div class="quote"><p>
Very nice! Is that skeletons lying in the blood? Perhaps the blood should splatter in the same directions as the bullets? (You blood piles seems to be gravity droppings, if I may speak CSI-eEnglish;) )
</p></div></div><p>

No, those are the aliens <img src="http://www.allegro.cc/forums/smileys/tongue.gif" alt=":P" /> (at the moment, anyway). The blood does splatter in the same direction as the bullets, tough I&#39;ll have to strech it in that direction too I guess.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (CursedTyrant)</author>
		<pubDate>Mon, 24 Jul 2006 19:15:30 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><div class="quote_container"><div class="title">Quote:</div><div class="quote"><p>
No, those are the aliens <img src="http://www.allegro.cc/forums/smileys/tongue.gif" alt=":P" />
</p></div></div><p>
Oh, no pun intended! I guess it&#39;s obvious when you run the game and not just look at a still picture. <img src="http://www.allegro.cc/forums/smileys/smiley.gif" alt=":)" />
</p><div class="quote_container"><div class="title">Quote:</div><div class="quote"><p>
The blood does splatter in the same direction as the bullets, tough I&#39;ll have to strech it in that direction too I guess.
</p></div></div><p>
Yeah some stretching would make it look even nicer, but it looks nice as it is as well.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (kentl)</author>
		<pubDate>Mon, 24 Jul 2006 19:57:05 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Dang you CursedTyrant!  <img src="http://www.allegro.cc/forums/smileys/smiley.gif" alt=":)" />  I was working on a unified colored light and shadowing through colored glass lib for OpenLayer.<br />Circular / Elliptical lights should even cast shadows correctly.</p><p>Unfortunately, the OL 2.1 pre-compiled update doesn&#39;t blend correctly between<br />non-back_buffer canvas#1 and non-back_buffer canvas#2.  <img src="http://www.allegro.cc/forums/smileys/sad.gif" alt=":(" /></p><p>I ran into trouble compiling the latest OL SVN in DevC++.</p><p>What version of OL are you using?
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (fuzinavl)</author>
		<pubDate>Mon, 24 Jul 2006 20:16:43 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>One of the snapshots from a week or two ago, but I have no idea which one.</p><p>Do those blood stains look better?<br /><span class="remote-thumbnail"><span class="json">{"name":"589814","src":"\/\/djungxnpq2nug.cloudfront.net\/image\/cache\/6\/e\/6e93adb42cd81868fad00c39e867f930.jpg","w":427,"h":376,"tn":"\/\/djungxnpq2nug.cloudfront.net\/image\/cache\/6\/e\/6e93adb42cd81868fad00c39e867f930"}</span><img src="http://www.allegro.cc//djungxnpq2nug.cloudfront.net/image/cache/6/e/6e93adb42cd81868fad00c39e867f930-240.jpg" alt="589814" width="240" height="211" /></span>
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (CursedTyrant)</author>
		<pubDate>Mon, 24 Jul 2006 22:40:20 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>maybe a bit too stretched?
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (FMC)</author>
		<pubDate>Mon, 24 Jul 2006 23:06:03 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>How so?
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (CursedTyrant)</author>
		<pubDate>Mon, 24 Jul 2006 23:11:20 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>I&#39;m not sure, maybe in movement it&#39;s right, but as a still picture the blood trail seems too long
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (FMC)</author>
		<pubDate>Mon, 24 Jul 2006 23:12:23 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><div class="quote_container"><div class="title">Quote:</div><div class="quote"><p>
Yeah, I know. It&#39;s because I&#39;m calculating each ray of light, and it just works drastically slower if I make it any more smooth.
</p></div></div><p>Hmm, I found the effect pretty jarring.  I think it would be worth hacking up a fix.<br />One way you could try to handle this is to remember the rays you sent last frame, and, if you&#39;re sending a ray which is &#39;close to&#39; a ray from the last frame, adjust the new ray so that it goes through the collision point of the old.  You&#39;ll end up with slightly more uneven, but more across-frames-consistent, coverage of the same space.  (Don&#39;t do this kind of adjustment to the outermost rays, though, as you&#39;ll want the range covered to be consistent.)
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Zaphos)</author>
		<pubDate>Tue, 25 Jul 2006 00:36:51 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>It should be fixed to the point that it&#39;s no longer noticeable unless you look for it specifically. The frame rate doesn&#39;t go down much, as I narrowed the flashlight&#39;s cone, which in turn produced a more realistic version of the flashlight.</p><p>The link is the same:<br /><a href="http://cursedtyrant.freshsite.pl/tests/shooter[ol].rar">http://cursedtyrant.freshsite.pl/tests/shooter[ol].rar</a>
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (CursedTyrant)</author>
		<pubDate>Tue, 25 Jul 2006 01:11:42 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Cool, looks great.  But now the side of the flashlight&#39;s light cone &#39;snaps&#39; to the edges of the tile, so the flashlight width actually changes as you rotate over that space.  It&#39;s pretty noticeable, at parts.  You should try to avoid applying your fix to the rays at the very edge of the flashlight&#39;s light-cone.</p><p>Also, I noticed I get the &#39;polygon edges are visible&#39; thing too.  I don&#39;t get it in the OL demo, so I&#39;m not sure why it&#39;s showing up here ... <img src="http://www.allegro.cc/forums/smileys/huh.gif" alt="???" />
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Zaphos)</author>
		<pubDate>Tue, 25 Jul 2006 05:29:48 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>There&#39;s nothing there that would cause it on its own. I only draw the tiles, the objects, blood, and the shadows. Maybe Flad could shed some light on this, wherever he is.</p><p>EDIT: The link above is updated. It&#39;s about as smooth as I can make it. Besides, it&#39;s not as if anyone will notice a little bit of jittering on the edges of the flashlight in a fast paced shooter.</p><p>EDIT2: I always loved a good flamethrower.<br /><span class="remote-thumbnail"><span class="json">{"name":"589818","src":"\/\/djungxnpq2nug.cloudfront.net\/image\/cache\/4\/f\/4fbc3707d3cadb545c4b3d0d5c6464ec.jpg","w":429,"h":410,"tn":"\/\/djungxnpq2nug.cloudfront.net\/image\/cache\/4\/f\/4fbc3707d3cadb545c4b3d0d5c6464ec"}</span><img src="http://www.allegro.cc//djungxnpq2nug.cloudfront.net/image/cache/4/f/4fbc3707d3cadb545c4b3d0d5c6464ec-240.jpg" alt="589818" width="240" height="229" /></span>
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (CursedTyrant)</author>
		<pubDate>Tue, 25 Jul 2006 21:33:58 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>The latest flashlight effect is great.  Nice job!<br />Ah, and the flamethrower is pretty awesome too <img src="http://www.allegro.cc/forums/smileys/smiley.gif" alt=":)" /></p><p>Regarding the polygon edges, it&#39;s almost definitely to do with OpenLayer internals, so, yeah, Flad would be the one to ask.  Looks like there&#39;s a missing GL_CLAMP_TO_EDGE, except that these are probably drawn as QUADs, so I wouldn&#39;t think you&#39;d need to specify anything like that ...
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Zaphos)</author>
		<pubDate>Tue, 25 Jul 2006 23:17:26 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Can&#39;t decide which looks better:<br /><span class="remote-thumbnail"><span class="json">{"name":"4fbc3707d3cadb545c4b3d0d5c6464ec.jpg","src":"\/\/djungxnpq2nug.cloudfront.net\/image\/cache\/4\/f\/4fbc3707d3cadb545c4b3d0d5c6464ec.jpg","w":429,"h":410,"tn":"\/\/djungxnpq2nug.cloudfront.net\/image\/cache\/4\/f\/4fbc3707d3cadb545c4b3d0d5c6464ec"}</span><img src="http://www.allegro.cc//djungxnpq2nug.cloudfront.net/image/cache/4/f/4fbc3707d3cadb545c4b3d0d5c6464ec-240.jpg" alt="4fbc3707d3cadb545c4b3d0d5c6464ec.jpg" width="240" height="229" /></span></p><p><span class="remote-thumbnail"><span class="json">{"name":"589822","src":"\/\/djungxnpq2nug.cloudfront.net\/image\/cache\/e\/e\/ee0e0be4f3a85fb35e2e92da955ad537.jpg","w":368,"h":340,"tn":"\/\/djungxnpq2nug.cloudfront.net\/image\/cache\/e\/e\/ee0e0be4f3a85fb35e2e92da955ad537"}</span><img src="http://www.allegro.cc//djungxnpq2nug.cloudfront.net/image/cache/e/e/ee0e0be4f3a85fb35e2e92da955ad537-240.jpg" alt="589822" width="240" height="221" /></span>
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (CursedTyrant)</author>
		<pubDate>Wed, 26 Jul 2006 14:04:46 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Although you said it is only Windows program I tried it in Linux through Wine. Unfortunately screen was mostly filled with black but that is most likely OL/AGL problem. I did saw the framerate, flashlight and a big dot in the lightcone. FPS was way too erradic to get a decent number. With shadows and flashlight it was jumping around 150-450. </p><p>From the screenshots it looks quite nice. Reminded me of a game called &quot;Tapan Kaikki&quot; that I once enjoyed quite a bit <img src="http://www.allegro.cc/forums/smileys/smiley.gif" alt=":)" /></p><p><a href="http://www.jonneweb.net/pelit/file/1233/tapan-kaikki-4:-bloodshed/">http://www.jonneweb.net/pelit/file/1233/tapan-kaikki-4:-bloodshed/</a><br /><a href="http://www.jonneweb.net/pelit/file/363/ultimate-tapan-kaikki/">http://www.jonneweb.net/pelit/file/363/ultimate-tapan-kaikki/</a>
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (HoHo)</author>
		<pubDate>Thu, 27 Jul 2006 12:51:36 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>If I <b>could</b> get AllegroGL to work in Debian, I could look into making a .deb file, which should work on Ubuntu as well. Or just compile a Debian binary.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (CursedTyrant)</author>
		<pubDate>Thu, 27 Jul 2006 14:23:12 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><div class="quote_container"><div class="title">Quote:</div><div class="quote"><p>
Can&#39;t decide which looks better:
</p></div></div><p>I think the top one looks more exaggerated, hence &#39;cartoony&#39;, while the bottom one looks more &#39;real&#39;.  Which is better will probably depend on the rest of the art -- I think &#39;real&#39; is probably more fitting, for you.<br />But really, both look good to me.</p><div class="quote_container"><div class="title">Quote:</div><div class="quote"><p>
I tried it in Linux through Wine.
</p></div></div><p>Wine and Allegro-based programs don&#39;t play nice, IIRC.</p><div class="quote_container"><div class="title">Quote:</div><div class="quote"><p>
If I <b>could</b> get AllegroGL to work in Debian
</p></div></div><p>You could try asking for help in the &quot;Installation, Setup &amp; Configuration&quot; forum -- there&#39;s a fair chance Bob or someone else could help you through, or at least figure out why it&#39;s broken and start working on a fix.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Zaphos)</author>
		<pubDate>Thu, 27 Jul 2006 15:11:11 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><div class="quote_container"><div class="title">Quote:</div><div class="quote"><p>
Wine and Allegro-based programs don&#39;t play nice, IIRC.
</p></div></div><p>Most regular Allegro programs work, or at least their graphics is correct. There were some issues with keyboard, though.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (HoHo)</author>
		<pubDate>Thu, 27 Jul 2006 15:18:49 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><div class="quote_container"><div class="title">Quote:</div><div class="quote"><p>
If I <b>could</b> get AllegroGL to work in Debian, I could look into making a .deb file, which should work on Ubuntu as well. Or just compile a Debian binary.
</p></div></div><p>
It would be next to useless to anyone else though. Just tar gzip the result and then everyone can read it.<br />Better yet to release sourcecode so people can compile it themselves if your binary doesn&#39;t work.</p><div class="quote_container"><div class="title">Quote:</div><div class="quote"><p>
There were some issues with keyboard, though.
</p></div></div><p>
Keyboard and mouse, actually. Can anyone check if this has been fixed in a recent release of Wine?
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Evert)</author>
		<pubDate>Thu, 27 Jul 2006 16:30:16 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>CursedTyrant, if you could somehow &quot;combine&quot; the two flamethrower effects, I think that would look best.  The top one looks more like fire, but it&#39;s a bit unrealistic, while the bottom one is realistic, but it looks a bit too much like smoke.  <img src="http://www.allegro.cc/forums/smileys/lipsrsealed.gif" alt=":-X" />
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Paladin)</author>
		<pubDate>Thu, 27 Jul 2006 19:39:36 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>And so I did.<br /><img src="http://www.allegro.cc//djungxnpq2nug.cloudfront.net/image/cache/2/b/2bb62607d0057f3f986cf6d33746e35b.jpg" alt="589830" width="219" height="338" />
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (CursedTyrant)</author>
		<pubDate>Thu, 27 Jul 2006 20:08:26 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>
Make the 1st part orange-&gt;yellow and the 2nd part grey like smoke. (See the openlayer demo)
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Richard Phipps)</author>
		<pubDate>Thu, 27 Jul 2006 20:15:56 +0000</pubDate>
	</item>
</rss>
