[Freeciv-Dev] (PR#39703) [gui-sdl] error handling of missing font

2007-09-13 Thread Daniel Markstedt
http://bugs.freeciv.org/Ticket/Display.html?id=39703 > If gui-sdl can't locate the font specified in the themespec, it exits with a bus error. I think it could be handled more cleanly than so... ~Daniel ___ Freeciv-dev mailing list Freeciv-dev@gna.

Re: [Freeciv-Dev] speaking about removing some complexity in the game...

2007-09-13 Thread Daniel Markstedt
On 9/11/07, Per I. Mathisen <[EMAIL PROTECTED]> wrote: > On Tue, 11 Sep 2007, Daniel Markstedt wrote: > > * Streamline the tech tree! I'm looking at the Civ1 version and it's > > gorgeous - so easy on the eyes compared to the tangled mess that is > > the Civ2/default one. Less techs means quicker a

[Freeciv-Dev] (PR#39702) CJK fonts and gui-sdl

2007-09-13 Thread Christian Prochaska
http://bugs.freeciv.org/Ticket/Display.html?id=39702 > > [dmarks - Mi 12. Sep 2007, 23:46:48]: > > On 9/13/07, Daniel Markstedt <[EMAIL PROTECTED]> wrote: > > > > http://bugs.freeciv.org/Ticket/Display.html?id=39702 > > > > > CJK stands for 'Chinese Japanese Korean' and is a family of fonts that

[Freeciv-Dev] (PR#12472) abusable bug: team research

2007-09-13 Thread Pepeto _
http://bugs.freeciv.org/Ticket/Display.html?id=12472 > The problem is that the bulb stock is reducted for only the player who got the tech, not the others... It just spoilt LT9. Patch attached... --- server/plrhand.c.old 2007-09-13 17:34:35.0 +0200 +++ server/plrhand.c 2007-09-13 18:38:

[Freeciv-Dev] (PR#12472) abusable bug: team research

2007-09-13 Thread Pepeto _
http://bugs.freeciv.org/Ticket/Display.html?id=12472 > > [pepeto - Jeu. Sep. 13 16:35:37 2007]: > > It just spoilt LT9. Patch attached... > > Forgot this: @@ -697,6 +710,16 @@ plr->research.changed_from = -1; } plr->research.researching=tech; + + /* Update team research */ + playe

Re: [Freeciv-Dev] (PR#39702) CJK fonts and gui-sdl

2007-09-13 Thread Daniel Markstedt
http://bugs.freeciv.org/Ticket/Display.html?id=39702 > On 9/13/07, Christian Prochaska <[EMAIL PROTECTED]> wrote: > > http://bugs.freeciv.org/Ticket/Display.html?id=39702 > > > > [dmarks - Mi 12. Sep 2007, 23:46:48]: > > > > On 9/13/07, Daniel Markstedt <[EMAIL PROTECTED]> wrote: > > > > > > http