Re: [TuxKart-devel] How about
Status: Alpha
Brought to you by:
sjbaker
From: Ricardo C. <ri...@ae...> - 2004-10-12 18:48:39
|
Em Segunda, 11 de Outubro de 2004 15:45, o James Gregory escreveu: > On Mon, 2004-10-11 at 13:51, Ricardo Cruz wrote: > > 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. > > You evidently understand it better than I do, so feel free to add it. > Well, it looks like you have to reload all textures again afterall. Anyway, since you know the buttons code better than anyone else, maybe you could add that button and then call an empty function. Then, somebody else would write the necessary code for the function. > > 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. > > You think I'm wrong, I think I'm right. Nonetheless, if you want to put > them back, feel free, as I'm bored of arguing. > Pressing Esc to open/close a menu or quit is something that anyone is confortable with, but not really to go back to the previous menu. Besides, the target of the game should be ordinary ppl with no to little computer knowledge, and believe me when I say that an ordinary person doesn't know the keyboard layout that well. Especially, since, at least in Portugal, English key names are not translated - including the Esc key. You might argue that they have to know English to play the game, but believe me that it is much easier to understand a full text than a short text for something, Esc -> Escape. Cheers, Ricardo > James > -- A man walked into a bar with his alligator and asked the bartender, "Do you serve lawyers here?". "Sure do," replied the bartender. "Good," said the man. "Give me a beer, and I'll have a lawyer for my 'gator." |