LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Games (https://www.linuxquestions.org/questions/linux-games-33/)
-   -   Need testers for my little opengl game (https://www.linuxquestions.org/questions/linux-games-33/need-testers-for-my-little-opengl-game-938756/)

prushik 04-24-2012 10:28 AM

Quote:

Originally Posted by manu-tm (Post 4661315)
Yes, they are. And I maximized the window.

Excellent, thank you

prushik 05-05-2012 12:44 AM

Quote:

Originally Posted by prushik (Post 4661803)
Excellent, thank you

Sorry for the delay;
I have committed some changes to the git repo which should increase execution speed significantly, although if you were having speed problems, then "Asteroids" mode may still suffer from slow speeds, although it should be a bit faster.
I also made sloppy-timing the default again since I was having occasional issues with the more accurate timing system; This means that if you are having speed issues, you should compile like this:
Code:

./configure --disable-sloppy-timings
make clean
make all

OR

Code:

gcc main.c -lglut -lGLU -lGL -lm -DAUDIO -lopenal -lalut -o UntitledOne
OR, if you still have issues and want to report the problems to me so I can fix them:

Code:

gcc main.c -lglut -lGLU -lGL -lm -DINSTRUMENT -DAUDIO -lopenal -lalut -o UntitledOne

prushik 05-05-2012 01:57 AM

I have also just added some code for fullscreen friendliness.
If you configure with the --enable-fullscreen option, or compile with -DFULLSCREEN, then the resulting executable will run in fullscreen mode, and should look much better than previous fullscreen executables. Note that some gameplay modes will be easier in fullscreen mode because it gives you slightly more room to fly around, network games with one person using fullscreen will put the windowed player at a disadvantage. You should also be able to achieve better asteroids scores in fullscreen mode, although, you can't cheat in asteroids mode like you could before (by enabling fullscreen and staying near the edge where the asteroids can't reach).
I also changed the colors of the targets to make them look less flat and dull. I also changed a few ship colors as well.
Remember to test out the newer and faster rendering code.

manu-tm 05-09-2012 08:12 AM

It's better but still too slow. Maybe the issue relates to hardware (Indietrash didn't report any speed issue with a 2.5GHz CPU.)


All times are GMT -5. The time now is 03:21 PM.