bug-gnubg
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-gnubg] Splash screen


From: Zulli, Louis P
Subject: Re: [Bug-gnubg] Splash screen
Date: Tue, 16 Dec 2008 06:22:49 -0500

On Tue, 16 Dec 2008 11:23:32 +0100
 "Christian Anthon" <address@hidden> wrote:
Hi Jon (and the rest of you),

some time ago I changed the default to splash screen off during start
up. It was not very neatly done, but crept in to the cvs anyway. I
don't remember if it was intentional or not, but nobody complained and
I forgot about it. But anyway, Jon turned it back to default on
yesterday. It still bothers me as it is quite ugly

Not so bad. While we're discussing aesthetics, let's get rid of /gnubg/Textures/logo.bmp. Now that's one ugly gnu. (I'm assuming that's what/who it is.) Then you can also shorten the code (in misc3d.c).

        /* Random logo */
        if (rand() % 2)
                SetTexture(bd3d, &bd3d->logoMat, TEXTURE_PATH"logo.bmp");
        else
                SetTexture(bd3d, &bd3d->logoMat, TEXTURE_PATH"logo2.bmp");

I was surprised to see that the two logos should appear equally often. Seems like I get the "ugly" one more than I should. (And gnubg cheats with the dice too!)

More seriously, how about a short delay at the end of the 3-d board-closing sequence, just to see the closed board. As it is now, the app quits instantly, which somehow lessens the effect of the splashy 3-d exit.

Also, the Edit icon/button on the toolbar still seems too small to me, but of course that's a very minor (and probably personal) issue.

Louis






, and I find it a
complete waste of time for normal use. So is there any reason to keep
it around?

Christian.


_______________________________________________
Bug-gnubg mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/bug-gnubg




reply via email to

[Prev in Thread] Current Thread [Next in Thread]