[Freeciv-Dev] (PR#39666) [Patch] Run generate_packets.py from any directory

2007-09-04 Thread Marko Lindqvist
http://bugs.freeciv.org/Ticket/Display.html?id=39666 > This patch changes generate_packets.py to work even if workdir is not srcdir/common. Small step forward for generating files to builddir. - ML diff -Nurd -X.diff_ignore freeciv/common/generate_packets.py freeciv/common/generate_packets.

[Freeciv-Dev] (PR#34276) Re: (PR#39663) Linux(Opensuse) GTK2 Client does not correctly assign port number

2007-09-04 Thread Jordi Negrevernis i Font
http://bugs.freeciv.org/Ticket/Display.html?id=34276 > Marko Lindqvist wrote: > http://bugs.freeciv.org/Ticket/Display.html?id=39663 > > > On 03/09/07, Jordi Negrevernis i Font wrote: > >> When you try to attach to a server throu 'Connect to a network game' >> the propossed port number is

Re: [Freeciv-Dev] (PR#34276) Re: (PR#39663) Linux(Opensuse) GTK2 Client does not correctly assign port number

2007-09-04 Thread Marko Lindqvist
http://bugs.freeciv.org/Ticket/Display.html?id=34276 > On 04/09/07, Jordi Negrevernis i Font wrote: > > Marko Lindqvist wrote: > > > > On 03/09/07, Jordi Negrevernis i Font wrote: > > > >> When you try to attach to a server throu 'Connect to a network game' > >> the propossed port number is

[Freeciv-Dev] (PR#34276) clients default to the wrong port

2007-09-04 Thread Pepeto _
http://bugs.freeciv.org/Ticket/Display.html?id=34276 > > [EMAIL PROTECTED] - Mar. Sep. 04 10:09:58 2007]: > > Marko Lindqvist wrote: > > http://bugs.freeciv.org/Ticket/Display.html?id=39663 > > > > > On 03/09/07, Jordi Negrevernis i Font wrote: > > > >> When you try to attach to a server

Re: [Freeciv-Dev] (PR#34276) Re: (PR#39663) Linux(Opensuse) GTK2 Client does not correctly assign port number

2007-09-04 Thread Marko Lindqvist
http://bugs.freeciv.org/Ticket/Display.html?id=34276 > On 04/09/07, Marko Lindqvist wrote: > > What Freeciv version and which client are you using? Ok, you set current subject for this thread, so it's gtk2 -client. So: version and where you get it? (Installed OpenSuse packet/compiled from O

Re: [Freeciv-Dev] (PR#39660) [Patch] Read auth configuration from file

2007-09-04 Thread Marko Lindqvist
http://bugs.freeciv.org/Ticket/Display.html?id=39660 > On 03/09/07, Marko Lindqvist wrote: > > Instead of using hardcoded information in accessing auth server, > configuration is read from file. Give "-" as filename to use internal > defaults. Fixed compiler warning when compiling auth disabl

Re: [Freeciv-Dev] (PR#34276) Re: (PR#39663) Linux(Opensuse) GTK2 Client does not correctly assign port number

2007-09-04 Thread Jordi Negrevernis i Font
http://bugs.freeciv.org/Ticket/Display.html?id=34276 > Marko Lindqvist wrote: > http://bugs.freeciv.org/Ticket/Display.html?id=34276 > > > On 04/09/07, Jordi Negrevernis i Font wrote: > >> Marko Lindqvist wrote: >> >>> On 03/09/07, Jordi Negrevernis i Font wrote: >>> >>> >> Ye

Re: [Freeciv-Dev] (PR#34276) Re: (PR#39663) Linux(Opensuse) GTK2 Client does not correctly assign port number

2007-09-04 Thread Marko Lindqvist
http://bugs.freeciv.org/Ticket/Display.html?id=34276 > On 04/09/07, Jordi Negrevernis i Font wrote: > > Marko Lindqvist wrote: > > > > What Freeciv version and which client are you using? > > > Freeciv 2.1.0 Beta6 compiled from source Can you try what 'grep DEFAULT_SOCK_PORT client/clinet.

Re: [Freeciv-Dev] RT problems?

2007-09-04 Thread Per I. Mathisen
On Mon, 3 Sep 2007, Marko Lindqvist wrote: >> It seems to me that we have problems with this list. Could RT be >> the reason of delaying messages? Can anyone look? > > My experience is that mails about new tickets are not coming through, > but comments to old ones do. Tickets are created (I get con

Re: [Freeciv-Dev] (PR#39659) [Patch] Hash attribute chunks separately

2007-09-04 Thread Marko Lindqvist
http://bugs.freeciv.org/Ticket/Display.html?id=39659 > On 02/09/07, Marko Lindqvist wrote: > > If attribute block consist of several attribute chunks, hash each > chunk separately. This avoids sending all the chunks as changed. > In theory, at least. Compilation problems have so far prevented

[Freeciv-Dev] (PR#39667) Usability Issues

2007-09-04 Thread Charles Goodwin
http://bugs.freeciv.org/Ticket/Display.html?id=39667 > SDL interface has some very annoying usability issues to address. If you run it in windowed mode, you can't resize the game by resizing the window. The game display logic should be independent of the resolution, an absraction that many games

Re: [Freeciv-Dev] RT problems?

2007-09-04 Thread Marko Lindqvist
On 04/09/07, Per I. Mathisen wrote: > On Mon, 3 Sep 2007, Marko Lindqvist wrote: > >> It seems to me that we have problems with this list. Could RT be > >> the reason of delaying messages? Can anyone look? > > > > My experience is that mails about new tickets are not coming through, > > but commen

[Freeciv-Dev] HOME is not set

2007-09-04 Thread François Marlier
Hello, I compiled SDL with iconv support and all is compiling fine. Now I'm facing the save path trouble again. in config.h I defined this : #define FREECIV_PATH "~/Documents/Freeciv/saves", "/Applications/ Freeciv", "~/Documents/Freeciv/data", "~/Documents/Freeciv/share" when doing this got

Re: [Freeciv-Dev] HOME is not set

2007-09-04 Thread François Marlier
Ok, forget my stupid question about how Freeciv gets the HOME env. variable... ehehe... still I don't understand why HOME is not set... Le 4 sept. 07 à 16:47, François Marlier a écrit : Hello, I compiled SDL with iconv support and all is compiling fine. Now I'm facing the save path trouble a

Re: [Freeciv-Dev] HOME is not set

2007-09-04 Thread Marko Lindqvist
On 04/09/07, François Marlier wrote: > > in config.h I defined this : > > #define FREECIV_PATH "~/Documents/Freeciv/saves", "/Applications/Freeciv", > "~/Documents/Freeciv/data", "~/Documents/Freeciv/share" This FREECIV_PATH is preprocessor macro. > path = getenv("FREECIV_PATH"); This FREECIV_

Re: [Freeciv-Dev] RT problems?

2007-09-04 Thread John Keller
Marko Lindqvist wrote: > On 04/09/07, Per I. Mathisen wrote: >> On Mon, 3 Sep 2007, Marko Lindqvist wrote: It seems to me that we have problems with this list. Could RT be the reason of delaying messages? Can anyone look? >>> My experience is that mails about new tickets are not coming t

[Freeciv-Dev] (PR#39668) [Patch] Fix some potential crashes after script_signal_emit()

2007-09-04 Thread Marko Lindqvist
http://bugs.freeciv.org/Ticket/Display.html?id=39668 > Calling script_signal_emit() means that almost anything can happen. Most definitely cities or units can disappear. I just glanced where it has been called, and fixed most obvious cases where some now potentially invalid pointer was used imm

Re: [Freeciv-Dev] RT problems?

2007-09-04 Thread Christian Prochaska
On 9/4/07, John Keller <[EMAIL PROTECTED]> wrote: > > The weird thing is that I added a comment yesterday to PR#39662 ("Build > cost always shown as '1' for current production"). > > It still hasn't shown up on the list, but I've been seeing other > people's comments just fine... Or is this some RT

[Freeciv-Dev] (PR#39667) SDL Client Usability Issues

2007-09-04 Thread Christian Prochaska
http://bugs.freeciv.org/Ticket/Display.html?id=39667 > > [EMAIL PROTECTED] - Di 04. Sep 2007, 13:09:46]: > > If you run it in windowed mode, you can't resize the game by resizing > the window. The game display logic should be independent of the > resolution, an absraction that many games fail to

Re: [Freeciv-Dev] RT problems?

2007-09-04 Thread John Keller
Christian Prochaska wrote: > On 9/4/07, John Keller <[EMAIL PROTECTED]> wrote: >> The weird thing is that I added a comment yesterday to PR#39662 ("Build >> cost always shown as '1' for current production"). >> >> It still hasn't shown up on the list, but I've been seeing other >> people's comments

[Freeciv-Dev] (PR#39669) [Patch] Some events cleanup

2007-09-04 Thread Marko Lindqvist
http://bugs.freeciv.org/Ticket/Display.html?id=39669 > - Updated comments - Updated list of event sound tags in stdsound.soundspec - Corrected some variable types from int to enum event_type - Trunk only: Marked format used in description building for translation - Trunk only: Function used

Re: [Freeciv-Dev] (PR#39661) [Patch] Suppress lua compiler warning

2007-09-04 Thread Marko Lindqvist
http://bugs.freeciv.org/Ticket/Display.html?id=39661 > On 03/09/07, Marko Lindqvist wrote: > > Attached patch adds compiler option to ignore those warnings when > compiling lua library (and only then) So now we have this patch suppressing warning, and Egor's patch fixing the problem, but with

[Freeciv-Dev] (PR#39667) SDL Client Usability Issues

2007-09-04 Thread Christian Prochaska
http://bugs.freeciv.org/Ticket/Display.html?id=39667 > > [EMAIL PROTECTED] - Di 04. Sep 2007, 13:09:46]: > > Freeciv dialogs have a red X with the tooltip "Cancel" to close them. > Not only is 'cancel' a horrible word - implies losing any changes but > it simply leaves the dialog - it is also in

Re: [Freeciv-Dev] (PR#39642) en_US.po

2007-09-04 Thread Egor Vyscrebentsov
http://bugs.freeciv.org/Ticket/Display.html?id=39642 > On Mon, 3 Sep 2007 06:30:59 -0700 Egor Vyscrebentsov wrote: > One moment/problem: original string is shown if untranslated for _any_ > translation... > > [JT] > Rather than moratoring changing, it is better (IMHO) to > create good mechanism

Re: [Freeciv-Dev] (PR#39642) en_US.po

2007-09-04 Thread Daniel Markstedt
http://bugs.freeciv.org/Ticket/Display.html?id=39642 > On 9/5/07, Egor Vyscrebentsov <[EMAIL PROTECTED]> wrote: > > http://bugs.freeciv.org/Ticket/Display.html?id=39642 > > > On Mon, 3 Sep 2007 06:30:59 -0700 Egor Vyscrebentsov wrote: > > > One moment/problem: original string is shown if untransl

[Freeciv-Dev] (PR#36872) GLBTQ nation proposal

2007-09-04 Thread Daniel Markstedt
http://bugs.freeciv.org/Ticket/Display.html?id=36872 > > [EMAIL PROTECTED] - Fri Aug 31 12:54:02 2007]: > > Hello! > > What do you think of these names as city names? > http://en.wikipedia.org/wiki/List_of_gay_villages > > Thanks, Daniil. > Hm, are these really noteworthy (I don't know.) Als

Re: [Freeciv-Dev] freeciv maps repository

2007-09-04 Thread Daniel Markstedt
On 9/2/07, Mathieu Roy <[EMAIL PROTECTED]> wrote: > Hello, > > Some time ago, I wrote a map of France for freeciv and made a modified map of > Europe. > I posted a bug/request on your tracker but got no news since them. > > I don't know if these are worthy to be included into Freeciv. However, I th

Re: [Freeciv-Dev] (PR#39501) [Patch] SIGABRT handler

2007-09-04 Thread Marko Lindqvist
http://bugs.freeciv.org/Ticket/Display.html?id=39501 > On 07/08/07, Marko Lindqvist <[EMAIL PROTECTED]> wrote: > > This adds SIGABRT handler to server. ... > displays BUG_URL after assert. This version avoids infinite loop if freelog() is asserting. - ML diff -Nurd -X.diff_ignore fre

[Freeciv-Dev] (PR#15854) goto.c:860: Assertion `unit_is_in_focus(punit)' failed

2007-09-04 Thread Pepeto _
http://bugs.freeciv.org/Ticket/Display.html?id=15854 > > [wsimpson - Jeu. Aoû. 23 14:54:13 2007]: > > The described test works in current code, presumably due to recent > PR#18010 revisions. > > > It doesn't work. I got it yesterday. But now, I know exactly how reproduce the crash. It occurs