Page 1 of 1

Bugfix for login window

Posted: 24 Dec 2008, 11:08
by ville-v
I doubt this is right place to post this, but I did not find any better place.

If you set resolution higher, login window wallpaper stays still in the topleftmost corner and does not stretch. Login wallpaper is drawn in main.cpp, line 763:

Code: Select all

graphics->drawImage(login_wallpaper, 0, 0);
I attemped to stretch it, but I could not find such function in the client. This does center it, so the login window looks better:

Code: Select all

graphics->drawImage(login_wallpaper, graphics->getWidth() / 2 - 400, graphics->getHeight() / 2 - 300);

Re: Bugfix for login window

Posted: 24 Dec 2008, 11:40
by Quiche_on_a_leash
This has already been resolved in the 0.0.27 release.
"The image is now centered and a gray is now drawn behind it..."

Re: Bugfix for login window

Posted: 24 Dec 2008, 11:52
by ville-v
Quiche_on_a_leash wrote:This has already been resolved in the 0.0.27 release.
"The image is now centered and a gray is now drawn behind it..."
Where can I find such version? I downloaded both trunk and branches/0.0 from svn and the aforementioned line was present in both. Are the newest sources not in svn?

Re: Bugfix for login window

Posted: 24 Dec 2008, 12:00
by Crush
We do not use SVN anymore. We switched to Git a while ago. You can find information about how to access our git repositories here: http://wiki.themanaworld.org/index.php/Git_Repository

Re: Bugfix for login window

Posted: 24 Dec 2008, 15:47
by Rotonen
http://sourceforge.net/project/showfile ... _id=106790

Also if you want to keep up to date on our releases, subscribe to the email notifications.

If you want to keep up to date on development, there are nice atom feeds for our repositories on Gitorious.