Re: [TuxKart-devel] How about
Status: Alpha
Brought to you by:
sjbaker
From: Ricardo C. <ri...@ae...> - 2004-10-11 12:39:45
|
Em Segunda, 11 de Outubro de 2004 13:18, o James Gregory escreveu: > On Mon, 2004-10-11 at 11:24, Matze Braun wrote: > > same goes for sound and display settings). A display setting for > > resolution and fullscreen would be a good idea though. > > Adding in a menu button called "fullscreen" is easy, but as far as I > know when you do something like switch to/from fullscreen you have to > reload all textures, which means someone who knows OpenGL/Plib would > need to do it. > No, you don't. Just call: SDL_SetVideoMode(); and feed that to the screen Surface, if any exists. You might have to do that, but for change of resolutions. Even then, I don't think you need. By the way, SDL_WM_ToggleFullScreen(); might be a more friendly call, but it only works on X11. > > -Add back buttons to the menus > > Someone (I think oaf_thadres) already did this, but then I removed them > as I thought they looked messy and were unnecessary. You can go back in > menus by: > > - pressing escape > - pressing the brake keyboard button > - pressing the brake joystick button > - pressing the right mouse button > No, you're wrong, they are needed. Instead of had removing them (something that you seem delighted to do), you should had improved them, by adding a different color, size or an icon. Also something that annoys me is that you can't press Up in the first item and go to last, and also press Down on last item to go to first. Cheers, Ricardo -- economist, n: Someone who's good with figures, but doesn't have enough personality to become an accountant. |