[TuxKart-devel] New command line options
Status: Alpha
Brought to you by:
sjbaker
From: Pascal G. <pa...@gu...> - 2004-07-19 05:27:48
|
Hi there guys, i've just commited some changes to the CVS adding the possibility to choose your screen resolution and removing the window borders. [more comments below for those interested]¹ you might want to try choosing your desktop resolution in fullscreen. mine is 1024x768, so in order to play fullscreen: ./tuxkart --screenMode 6 --noBorder again, all the options are listed with --help... but as you might observe, --noBorder isn't there. The reason is simple, i want a full-fledge --fullscreen option but didn't find how to proceed yet. i'd appreciate some cues ;) anyway, that's it for now... -Pascal PS: please try my modifications and send your comments, there're well appreciated! ¹ It was quite easy to change the resolution, i used reshape(x,y). it's pointing on setScreenSize(x,y). At the moment, what annoys me is that the way i do it, either of them need to be called before pwInit because pwInit determines the size of the window. Outside pwInit, I don't know how to change the window size yet... Another thing is that the SplashScreen (InitialScreen) isn't scalable yet. -- Projet MoviXMaker (http://sv.gnu.org/projects/movixmaker) Projet [e]MoviX[2] (http://movix.sf.net) Debian Project (http://www.debian.org) |