Re: [Freeciv-Dev] (PR#39324) Bugs in SDL client for 2.1.0-beta4

2007-04-15 Thread Stephen Bridges
URL: http://bugs.freeciv.org/Ticket/Display.html?id=39324 On Thursday 12 April 2007 06:03:34 Christian Prochaska wrote: URL: http://bugs.freeciv.org/Ticket/Display.html?id=39324 [EMAIL PROTECTED] - Mi 04. Apr 2007, 21:34:31]: -The dialogue for selling all of a certain improvement isn't

Re: [Freeciv-Dev] (PR#39340) 2.1.0-beta3 - connected islands

2007-04-15 Thread Brendon Oram
URL: http://bugs.freeciv.org/Ticket/Display.html?id=39340 I found a solution for this last report http://rt.freeciv.org/Ticket/Display.html?id=17435 Rivers still need fixing in the island generator too http://rt.freeciv.org/Ticket/Display.html?id=15947 ~~Yautja On 4/14/07, Jason Short [EMAIL

[Freeciv-Dev] (PR#39328) Reproducible Crash When Changing Tech Goal (2.1.0-b4 and SVN Head)

2007-04-15 Thread Jason Short
URL: http://bugs.freeciv.org/Ticket/Display.html?id=39328 The current code is clearly wrong. The va_arg may be implemented as a pointer rather than an inline array and so passing it multiple times to vsnprintf will generate garbage results on some platforms while working on others. Nothing

[Freeciv-Dev] (PR#39330) Crash When Sharing Vision By Treaty (SVN Head)

2007-04-15 Thread Jason Short
URL: http://bugs.freeciv.org/Ticket/Display.html?id=39330 This is a tough bug. Looks to me like this is at the heart of a deeper problem where shared vision does not correctly handle vision layers or seen_count. Perhaps someday it would be appropriate to go through and rewrite shared vision