<URL: http://bugs.freeciv.org/Ticket/Display.html?id=29557 >
> [dmarks - Di 19. Dez 2006, 03:15:32]:
>
> > > Other graphical irregularities includes:
> > > -The national flag to the upper right in the pregame nation selection
> > > screen only appear once. As soon as you select another nation, it
> > > disappears.
> > > -Building icons are missing from the city production screen.
> > > -National flags are missing from the players screen.
> > >
> >
> > does the attached patch fix the problem in the nation selection dialog?
> >
>
> It does indeed!
>
So it seems there is a problem with antialiased zooming. Does the
attached patch make the other missing images visible?
> BTW, can you re-inplement science icons for SDL since we have a full
> GPLed set now!
>
The tech icons are still being used by the client if they are available.
I just tried and copied the techs.png and techs.spec into data/misc and
uncommented the corresponding line in amplio.tilespec and then the icons
were shown.
Index: client/gui-sdl/gui_zoom.c
===================================================================
--- client/gui-sdl/gui_zoom.c (Revision 12428)
+++ client/gui-sdl/gui_zoom.c (Arbeitskopie)
@@ -2319,6 +2319,8 @@
SDL_Surface *pReal_dst, *pBuf_Src = (SDL_Surface *) pSrc;
int i;
+ smooth = 0;
+
/*
* Sanity check
*/
_______________________________________________
Freeciv-dev mailing list
[email protected]
https://mail.gna.org/listinfo/freeciv-dev