[Freeciv-Dev] (PR#40372) Forum registration broken

2008-07-10 Thread Daniel Markstedt
http://bugs.freeciv.org/Ticket/Display.html?id=40372 > The forum registration page is blank. Brought to my attention at http://forum.freeciv.org/viewtopic.php?t=5468 -- Using Opera's revolutionary e-mail client: http://www.opera.com/mail/ ___ Free

Re: [Freeciv-Dev] (PR#40370) borders algorithm sucks

2008-07-10 Thread Marko Lindqvist
http://bugs.freeciv.org/Ticket/Display.html?id=40370 > 2008/7/10 Jason Dorje Short: > borders should ALWAYS grow to cover at least the city area in time. Attached patch does just that. All this (not only this patch) needs playtesting, of course. - ML diff -Nurd -X.diff_ignore freeciv/server

Re: [Freeciv-Dev] (PR#40370) borders algorithm sucks

2008-07-10 Thread Jason Dorje Short
http://bugs.freeciv.org/Ticket/Display.html?id=40370 > Marko Lindqvist wrote: > http://bugs.freeciv.org/Ticket/Display.html?id=40370 > > > 2008/7/10 Jason Dorje Short: >> Yes, sucks. Whoever designed it obviously never actually played the >> game. Borders never expand, even to the area covered

Re: [Freeciv-Dev] (PR#40370) borders algorithm sucks

2008-07-10 Thread Marko Lindqvist
http://bugs.freeciv.org/Ticket/Display.html?id=40370 > 2008/7/10 Jason Dorje Short: > > Yes, sucks. Whoever designed it obviously never actually played the > game. Borders never expand, even to the area covered by the city, while > you're in a phase of growth. This means no matter how long you

[Freeciv-Dev] (PR#40371) [Patch] Use struct canvas for custom pixbufs

2008-07-10 Thread Madeline Book
http://bugs.freeciv.org/Ticket/Display.html?id=40371 > Finally figured out a much better way to make the editor related pixbufs. :] -- 特殊学級の学生の中で一番いい頭。 diff --git a/client/gui-gtk-2.0/editgui.c b/client/gui-gtk-2.0/editgui.c in