Re: [Super-tux-devel] today's CVS commit
Brought to you by:
wkendrick
From: offipso <of...@ab...> - 2004-01-27 13:01:32
|
What! Did you just call that low-end? Oh my, I feel ancient. -Dan On Fri, 2004-01-23 at 13:08, Tobias Gl=C3=A4=C3=9Fer wrote: > Am Do, den 22.01.2004 schrieb Ricardo Cruz um 20:16: > > Well, I can't still play the game in my laptop. It is a bit slow (Pe= ntium=20 > > Celeron), so the Tux isn't updated too often and takes off the screen= ... >=20 > Hmm, I can't test the game on low-end machines currently. (AMD 2500+ , > NVIDIA GF4200TI, 256DDR) > :( > The game is currently optimized to "produce" as many frames per second > as possible. (up to 100) In the old code 40 were the absolute maximum > and probably never reached. > I'll introduce an option (CLI and menu) to tune SuperTux for old > machines. Stay tuned. :) >=20 >=20 > > I am not sure if these kind of code is making the slowness: > > while (issolid(pplayer->base.x, pplayer->base.y + 31)) > > { > > if (pplayer->base.ym < 0) > > pplayer->base.y++; > > else if (pplayer->base.ym > 0) > > pplayer->base.y--; > > } > this code had been in the "old" SuperTux, too. >=20 > > Tobias, maybe we should focus in putting the game working. Look at w= hat this=20 > I agree, but I don't want to announce a feature freze yet. >=20 > > user got when running supertux in opengl mode with an ATI: > > http://mysticaldream.sourceforge.net/crap/supertux-opengl.png > I couldn't test with ATI cards. :( Moreover the OpenGL mode IS > experimental! It's NOT our goal to get it stable and > working on every thinkable computer for 0.0.6. > SDL will be the default for 0.0.6. >=20 > >=20 > > I'll give you an hand after next week. > Good news. :) >=20 > > Good luck, > > Ricardo Cruz >=20 > Greetz... >=20 > Tobias Gl=C3=A4=C3=9Fer >=20 >=20 >=20 > ------------------------------------------------------- > The SF.Net email is sponsored by EclipseCon 2004 > Premiere Conference on Open Tools Development and Integration > See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. > http://www.eclipsecon.org/osdn > _______________________________________________ > Super-tux-devel mailing list > Sup...@li... > https://lists.sourceforge.net/lists/listinfo/super-tux-devel |