Re: [Freeciv-Dev] (PR#39722) gcc-4.2 -O2 compile fails as predicted

2007-11-27 Thread Castanier Carl

URL: http://bugs.freeciv.org/Ticket/Display.html?id=39722 

2007/11/27, Daniel Markstedt [EMAIL PROTECTED]:


 URL: http://bugs.freeciv.org/Ticket/Display.html?id=39722 

 On Nov 27, 2007 5:44 PM, Jordi Negrevernis i Font
 [EMAIL PROTECTED] wrote:
 
  URL: http://bugs.freeciv.org/Ticket/Display.html?id=39722 
 
  William Allen Simpson wrote:
   URL: http://bugs.freeciv.org/Ticket/Display.html?id=39722 
  
   Castanier Carl wrote:
  
   ho, sorry was a pepeto comment :) you can't read them :)
   Anyway, I can't talk about it since I can't read any tickets and I
 can't see
   what I wrote.
  
  
   Ah, another child.  There are at least 3 ways to read the
 reports.  And of
   course, surely you saved your own email on your own computer.
  
 
  What he says it's true. I can't read any ticket with the guest
 acount.
 
  Ah, and i'm not a child! :-)
 
 

 Can you try again now?


hehe link is bad. I understand now
http://bugs.freeciv.org/SelfService/Display.html?id=39722
work but  http://bugs.freeciv.org/Ticket/Display.html?id=39722 is wrong
query.

Guest cannot search (which is a major drawback) but you can enter
 ticket numbers directly.



Ffield go to tickets works now. I apologize then.
I'm baby :)



-- 
Carl

2007/11/27, Daniel Markstedt [EMAIL PROTECTED]:
URL: http://bugs.freeciv.org/Ticket/Display.html?id=39722 On Nov 27, 2007 5:44 PM, Jordi Negrevernis i Font
[EMAIL PROTECTED] wrote: URL: http://bugs.freeciv.org/Ticket/Display.html?id=39722  William Allen Simpson wrote:
  URL: http://bugs.freeciv.org/Ticket/Display.html?id=39722Castanier Carl wrote:   ho, sorry was a pepeto comment :) you cant read them :)
  Anyway, I cant talk about it since I cant read any tickets and I cant see  what I wrote.Ah, another child.There are at least 3 ways to read the reports.And of
  course, surely you saved your own email on your own computer.  What he says its true. I cant read any ticket with the guest acount. Ah, and im not a child! :-)
Can you try again now?hehe link is bad. I understand nowhttp://bugs.freeciv.org/SelfService/Display.html?id=39722
work but  http://bugs.freeciv.org/Ticket/Display.html?id=39722 is wrong query.
Guest cannot search (which is a major drawback) but you can enterticket numbers directly.Ffield go to tickets works now. I apologize then.Im baby :)
-- Carl
___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


Re: [Freeciv-Dev] (PR#39722) Change CMA by F1 panel don't work (gcc-4.2 specific bug)

2007-11-26 Thread Castanier Carl

URL: http://bugs.freeciv.org/Ticket/Display.html?id=39722 

2007/11/26, Jason Short [EMAIL PROTECTED]:


 URL: http://bugs.freeciv.org/Ticket/Display.html?id=39722 

I can't view that ticket as guest since trackers not allow me to display
them since many days :(


I'm going to commit a fix for this (why not) but I'd like more details.

Hurray, I have posted some ticket, I'm thought that nobody read them :)


What platform are you using?

I'm using Debian/GNU Linux testing on I386 (centrino dual core and K7 athlon
). Problem appears only with gcc-4.2. But gcc-4.1 don't have this problem.



Are you really saying that GINT_TO_POINTER is not reversible for
 negative numbers on your platform?  If that's the case we need to audit
 a lot more users I think...and would need to complain to the glib people
 to get the macro to barf when given a negative.

Yep. Optimisation -02 cause this problem. If GINT_TO_POINTER=-1 then it's
constant like variable (never take other value). Problem is prehaps more due
to the GCC than GLIB.


-jason


Cheers

-- 
Carl

2007/11/26, Jason Short [EMAIL PROTECTED]:
URL: http://bugs.freeciv.org/Ticket/Display.html?id=39722 I cant view that ticket as guest since trackers not allow me to display them since many days :(
Im going to commit a fix for this (why not) but Id like more details.
Hurray, I have posted some ticket, Im thought that nobody read them :)
What platform are you using?Im using Debian/GNU Linux testing on I386 (centrino dual core and K7 athlon ). Problem appears only with gcc-4.2. But gcc-4.1 dont have this problem.
Are you really saying that GINT_TO_POINTER is not reversible fornegative numbers on your platform?If thats the case we need to audit
a lot more users I think...and would need to complain to the glib peopleto get the macro to barf when given a negative.Yep. Optimisation -02 cause this problem. If GINT_TO_POINTER=-1 then its constant like variable (never take other value). Problem is prehaps more due to the GCC than GLIB.
-jasonCheers-- Carl
___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


Re: [Freeciv-Dev] (PR#39722) Change CMA by F1 panel don't work (gcc-4.2 specific bug)

2007-11-26 Thread Castanier Carl

URL: http://bugs.freeciv.org/Ticket/Display.html?id=39722 

2007/11/26, William Allen Simpson [EMAIL PROTECTED]:


 URL: http://bugs.freeciv.org/Ticket/Display.html?id=39722 

 Castanier Carl wrote:
  ... A
  program who miscompile is NOT cleanly written and I had make an effort
 to
  post patch to clean up this code. You can leave this patch as many
 others...

 The patch changes the order of the menu, and adds a special case for the
 -1 you changed to be the last item instead.

hehe there are 2 patchs :) someone had focus me on that point and the second
one close your mouth
ho, sorry was a pepeto comment :) you can't read them :)
Anyway, I can't talk about it since I can't read any tickets and I can't see
what I wrote.

A compiler that mis-compiles without error messages is not well written.

 A project that doesn't compile with a buggy compiler optimization option
 is
 not a problem in and of itself.  It's called an option for a reason.

yep, but options must be tested in configure.ac  :))


 I had never seen a project who dont compile with -02 or they solv
  immediately the problem.

 I suggest you Google this issue.  I know that there were problems at
 netbsd,
 gimp, ghostscript,   Some of the best in the business!

You need to put -02 option explicitly by CFLAGS.

I think that after we've told you WARNING and you do it anyway, you are
 not being helpful to us.  We really appreciate helpful bug reports.


So, do reply to me.


And we don't appreciate even lousy attempts at crude language.


 Then, you have to don't tell me too bad 2 times without reading tiles of
my submitted bug. -02 is an option into configure.ac and you can test
version of gcc to remove this option ; that's close the bug. My purpose was
to keep enable -02.
You are not center of the world. That all for me. I have answer to previous
message from Mr Short who seems have some education. So what your problem
with me? Why you simply don't ask? Why you talk of this patch many month
after I posted it in such term? Why I'm too bad?

DON'T REPLY, I think you and me is over. I will never more post anything. If
you see patch from me, it's too bad so close it quick quick quick tks.

-- 
Carl

2007/11/26, William Allen Simpson [EMAIL PROTECTED]:
URL: http://bugs.freeciv.org/Ticket/Display.html?id=39722 Castanier Carl wrote: ... A program who miscompile is NOT cleanly written and I had make an effort to
 post patch to clean up this code. You can leave this patch as many others...The patch changes the order of the menu, and adds a special case for the-1 you changed to be the last item instead.
hehe there are 2 patchs :) someone had focus me on that point and the second one close your mouthho, sorry was a pepeto comment :) you cant read them :)Anyway, I cant talk about it since I cant read any tickets and I cant see what I wrote.
A compiler that mis-compiles without error messages is not well written.
A project that doesnt compile with a buggy compiler optimization option isnot a problem in and of itself.Its called an option for a reason.yep, but options must be tested in 
configure.ac :)) I had never seen a project who dont compile with -02 or they solv
 immediately the problem.I suggest you Google this issue.I know that there were problems at netbsd,gimp, ghostscript, Some of the best in the business!You need to put -02 option explicitly by CFLAGS.
I think that after weve told you WARNING and you do it anyway, you are
not being helpful to us.We really appreciate helpful bug reports.So, do reply to me.
And we dont appreciate even lousy attempts at crude language.Then, you have to dont tell me too bad 2 times without reading tiles of my submitted bug. -02 is an option into 
configure.ac and you can test version of gcc to remove this option ; thats close the bug. My purpose was to keep enable -02.You are not center of the world. That all for me. I have answer to previous message from Mr Short who seems have some education. So what your problem with me? Why you simply dont ask? Why you talk of this patch many month after I posted it in such term? Why Im too bad?
DONT REPLY, I think you and me is over. I will never more post anything. If you see patch from me, its too bad so close it quick quick quick tks.-- Carl
___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


Re: [Freeciv-Dev] (PR#39722) Change CMA by F1 panel don't work (gcc-4.2 specific bug)

2007-11-26 Thread Castanier Carl

URL: http://bugs.freeciv.org/Ticket/Display.html?id=39722 

2007/11/26, Jason Dorje Short [EMAIL PROTECTED]:


 URL: http://bugs.freeciv.org/Ticket/Display.html?id=39722 

 Castanier Carl wrote:
  URL: http://bugs.freeciv.org/Ticket/Display.html?id=39722 
 
  2007/11/26, Jason Short [EMAIL PROTECTED]:
 
  URL: http://bugs.freeciv.org/Ticket/Display.html?id=39722 
 
  I can't view that ticket as guest since trackers not allow me to display
  them since many days :(

 The guest account was temporarily broken.


I have read it :( and it's not easy to talk about a post without know what I
wrote bcs it's old


 What platform are you using?
 
  I'm using Debian/GNU Linux testing on I386 (centrino dual core and K7
  athlon ). Problem appears only with gcc-4.2. But gcc-4.1 don't have this
  problem.

 It isn't perhaps a 64-bit system?

no it's i396 not ia64. But, a friend had same problem with ia64 and gcc-4.2

 Are you really saying that GINT_TO_POINTER is not reversible for
  negative numbers on your platform?  If that's the case we need to
 audit
  a lot more users I think...and would need to complain to the glib
 people
  to get the macro to barf when given a negative.
 
  Yep. Optimisation -02 cause this problem. If GINT_TO_POINTER=-1 then
  it's constant like variable (never take other value). Problem is prehaps
  more due to the GCC than GLIB.

Yep. Optimisation -02 cause this problem ?? If it's not written in my bug
report, I have tell a big mistake. I use allways this option for packaging
freeciv in .deb than to debian maintainer, but if there are no mentions of
it, then -O2 was not the problem, was only gcc-4.2.



Really sounds to me like this is a glib bug.



Really, I can't answer since it's working with other compiler (3.4 on msys
and 4.2 on linux). Bug still remains if you change version of glib (tested
with 2.8 and 2.10). I had same problem long time ago with g77 (fortran
code). Community of 250 people cannot find in library where we are wrong.
Just changing compiler closed the problem.
When GINT_TO_POINTER take -1 value it can't be changed. Variable still exist
but execution of changing value no or pointer point on NULL variable of type
GINT_TO_POINTER (FF FF). It can be also du to differents compilation options
between glib and freeciv ; but I thougth that I had checked it.
Anyway, this is lonely problem with gcc'-4.2 and can be solve easy. I have
thougth about send a bug report to gcc but I don't have authority for
freeciv to do it. It can also be send to glib.
I forget to tell you. I'm not friendly with freeciv interface trancking bug
and I have posted 2 or 3 reports for same bug. I cannot erase previous but
only last one have good patch. As Mr Simpson focus, the behaviour mustn't be
changed so my last patch include solution to don't change order into menu.




-jason



Cheers


-- 
Carl

2007/11/26, Jason Dorje Short [EMAIL PROTECTED]:
URL: http://bugs.freeciv.org/Ticket/Display.html?id=39722 Castanier Carl wrote: URL: 
http://bugs.freeciv.org/Ticket/Display.html?id=39722  2007/11/26, Jason Short [EMAIL PROTECTED]: URL: 
http://bugs.freeciv.org/Ticket/Display.html?id=39722  I cant view that ticket as guest since trackers not allow me to display
 them since many days :(The guest account was temporarily broken.I have read it :( and its not easy to talk about a post without know what I wrote bcs its old
 What platform are you using? Im using Debian/GNU Linux testing on I386 (centrino dual core and K7 athlon ). Problem appears only with gcc-4.2. But gcc-4.1 dont have this problem.
It isnt perhaps a 64-bit system?no its i396 not ia64. But, a friend had same problem with ia64 and gcc-4.2
 Are you really saying that GINT_TO_POINTER is not reversible for negative numbers on your platform?If thats the case we need to audit a lot more users I think...and would need to complain to the glib people
 to get the macro to barf when given a negative. Yep. Optimisation -02 cause this problem. If GINT_TO_POINTER=-1 then its constant like variable (never take other value). Problem is prehaps
 more due to the GCC than GLIB.Yep. Optimisation -02 cause this problem ?? If its not written in my bug report, I have tell a big mistake. I use allways this option for packaging freeciv in .deb than to debian maintainer, but if there are no mentions of it, then -O2 was not the problem, was only 
gcc-4.2. Really sounds to me like this is a glib bug.
Really, I cant answer since its working with other compiler (3.4 on msys and 4.2 on linux). Bug still remains if you change version of glib (tested with 2.8 and 2.10). I had same problem long time ago with g77 (fortran code). Community of 250 people cannot find in library where we are wrong. Just changing compiler closed the problem.
When GINT_TO_POINTER take -1 value it cant be changed. Variable still exist but execution of changing value no or pointer point on NULL variable of type GINT_TO_POINTER (FF FF). It can be also du to differents compilation

Re: [Freeciv-Dev] (PR#39722) gcc-4.2 -O2 compile fails as predicted

2007-11-26 Thread Castanier Carl

URL: http://bugs.freeciv.org/Ticket/Display.html?id=39722 

2007/11/26, William Allen Simpson [EMAIL PROTECTED]:


 URL: http://bugs.freeciv.org/Ticket/Display.html?id=39722 

 Castanier Carl wrote:
  ho, sorry was a pepeto comment :) you can't read them :)
  Anyway, I can't talk about it since I can't read any tickets and I can't
 see
  what I wrote.
 
 Ah, another child.  There are at least 3 ways to read the reports.  And of
 course, surely you saved your own email on your own computer.

I use report bug interface when I post a patch.


 yep, but options must be tested in configure.ac  :))
 
 Our configure.ac does not have -O2 by default.


  You need to put -02 option explicitly by CFLAGS.
 
 We already warned you not to do this.  There's an old saying,

If it hurts when you do that -- stop doing it.


 -O2, If you can make the test, it can hapend with -O1. It's written on my
tickets. Forward me it and I can answer clearly.

  I like it

-- 
Carl

2007/11/26, William Allen Simpson [EMAIL PROTECTED]:
URL: http://bugs.freeciv.org/Ticket/Display.html?id=39722 Castanier Carl wrote: ho, sorry was a pepeto comment :) you cant read them :)
 Anyway, I cant talk about it since I cant read any tickets and I cant see what I wrote.Ah, another child.There are at least 3 ways to read the reports.And ofcourse, surely you saved your own email on your own computer.
I use report bug interface when I post a patch. yep, but options must be tested in 
configure.ac:))Our configure.ac does not have -O2 by default. You need to put -02 option explicitly by CFLAGS.We already warned you not to do this.Theres an old saying,
 If it hurts when you do that -- stop doing it.-O2, If you can make the test, it can hapend with -O1. Its written on my tickets. Forward me it and I can answer clearly.
 I like it-- Carl
___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] (PR#39721) Change CMA by F1 panel don't work (gcc-4.2 specific bug)

2007-09-25 Thread Castanier Carl

URL: http://bugs.freeciv.org/Ticket/Display.html?id=39721 

This transaction appears to have no content
With gcc-4.2, I have bug.
How to reproduce :
- Start game
- Build a city
- Press F1 (open city panel management)
- select city(ies)
- menu Change - CMA - Food Max (anyone except none)
- nothing append

- Open city panel by click on city on map, apply CMA
- Go to F1 panel
- menu Change - CMA - Food Max (anyone except none)
- CMA of city is set to none

It's not happend with gcc4.1 and seems due to
when you ask once GINT_TO_POINTER(-1) and after call to
GINT_TO_POINTER(x) is :
GINT_TO_POINTER(x) = GINT_TO_POINTER(-1).

Patch, put CMA called 'none' at the end of list of preset CMA.

Cheers
-- 
Carl
With gcc-4.2, I have bug. How to reproduce : - Start game- Build a city- Press F1 (open city panel management)- select city(ies)- menu Change - CMA - Food Max (anyone except none)
- nothing append- Open city panel by click on city on map, apply CMA- Go to F1 panel- menu Change - CMA - Food Max (anyone except none)- CMA of city is set to none

Its not happend with gcc4.1 and seems due to when you ask once GINT_TO_POINTER(-1) and after call toGINT_TO_POINTER(x) is :GINT_TO_POINTER(x) = GINT_TO_POINTER(-1).Patch, put CMA called none at the end of list of preset CMA.
Cheers -- Carl
diff -urNad warclient//server/stdinhand.c warclient.new//server/stdinhand.c
--- warclient//server/stdinhand.c	2007-09-24 18:07:39.0 +0200
+++ warclient.new//server/stdinhand.c	2007-09-24 18:23:54.0 +0200
@@ -1341,7 +1341,7 @@
 
   sz_strlcpy(buf, arg);
   remove_leading_trailing_spaces(buf);
-  if (!buf || !buf[0])
+  if (!buf[0])
 {
   cmd_reply(CMD_METAMESSAGE, caller, C_COMMENT,
_(Metaserver message string is \%s\.),
@@ -4859,7 +4859,7 @@
* srvarg.load_filename, which we edit down below. */
   sz_strlcpy(arg, filename);
 
-  if (!arg || arg[0] == '\0') 
+  if (arg[0] == '\0') 
   {
 cmd_reply(CMD_LOAD, caller, C_FAIL, _(Usage: load filename));
 send_load_game_info(FALSE);
___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] (PR#39722) Change CMA by F1 panel don't work (gcc-4.2 specific bug)

2007-09-25 Thread Castanier Carl

URL: http://bugs.freeciv.org/Ticket/Display.html?id=39722 

This transaction appears to have no content
Sorry erase previous PR#39721, I submit wrong patch file :(


With gcc-4.2, I have bug.
How to reproduce :
- Start game
- Build a city
- Press F1 (open city panel management)
- select city(ies)
- menu Change - CMA - Food Max (anyone except none)
- nothing append

- Open city panel by click on city on map, apply CMA
- Go to F1 panel
- menu Change - CMA - Food Max (anyone except none)
- CMA of city is set to none

It's not happend with gcc4.1 and seems due to
when you ask once GINT_TO_POINTER(-1) and after call to
GINT_TO_POINTER(x) is :
GINT_TO_POINTER(x) = GINT_TO_POINTER(-1).

Patch, put CMA called 'none' at the end of list of preset CMA.

Cheers

-- 
Carl
Sorry erase previous PR#39721, I submit wrong patch file :(With gcc-4.2, I have bug. How to reproduce : - Start game- Build a city- Press F1 (open city panel management)- select city(ies)
- menu Change - CMA - Food Max (anyone except none)
- nothing append- Open city panel by click on city on map, apply CMA- Go to F1 panel- menu Change - CMA - Food Max (anyone except none)- CMA of city is set to none

Its not happend with gcc4.1 and seems due to when you ask once GINT_TO_POINTER(-1) and after call toGINT_TO_POINTER(x) is :GINT_TO_POINTER(x) = GINT_TO_POINTER(-1).Patch, put CMA called none at the end of list of preset CMA.
Cheers-- Carl
diff -urda client/gui-gtk-2.0/cityrep.c.orig client/gui-gtk-2.0/cityrep.c
--- client/gui-gtk-2.0/cityrep.c.orig	2007-07-09 11:59:02.0 +0200
+++ client/gui-gtk-2.0/cityrep.c	2007-09-25 18:26:47.0 +0200
@@ -470,7 +470,7 @@
   gtk_tree_model_get(GTK_TREE_MODEL(city_model), it, 0, res, -1);
   pcity = res;
 
-   if (idx == CMA_NONE) {
+   if (idx == cmafec_preset_num()) {
  cma_release_city(pcity);
} else {
  cma_put_city_under_agent(pcity, cmafec_preset_get_parameter(idx));
@@ -548,8 +548,8 @@
   gtk_menu_item_set_submenu(parent_item, menu);
 
   if (change_cma) {
-for (i = -1; i  cmafec_preset_num(); i++) {
-  w = (i == -1 ? gtk_menu_item_new_with_label(_(none))
+for (i = 0; i = cmafec_preset_num(); i++) {
+  w = (i == cmafec_preset_num() ? gtk_menu_item_new_with_label(_(none))
 	   : gtk_menu_item_new_with_label(cmafec_preset_get_descr(i)));
   gtk_menu_shell_append(GTK_MENU_SHELL(menu), w);
   g_signal_connect(w, activate, G_CALLBACK(select_cma_callback),
___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


Re: [Freeciv-Dev] (PR#39721) Change CMA by F1 panel don't work (gcc-4.2 specific bug)

2007-09-25 Thread Castanier Carl

URL: http://bugs.freeciv.org/Ticket/Display.html?id=39721 

2007/9/25, Pepeto _ [EMAIL PROTECTED]:


 URL: http://bugs.freeciv.org/Ticket/Display.html?id=39721 

 PR#39722 duplication...


Fuck wrong patch


-- 
Carl

2007/9/25, Pepeto _ [EMAIL PROTECTED]:
URL: http://bugs.freeciv.org/Ticket/Display.html?id=39721 PR#39722 duplication...Fuck wrong patch
-- Carl
___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] (PR#39598) display always vars = {}

2007-08-21 Thread Castanier Carl

URL: http://bugs.freeciv.org/Ticket/Display.html?id=39598 

When game is running nor someone is already waiting into, vars ={} is not
given at this URL.

http://meta.freeciv.org/metaserver.phtml?client_cap=+2.0%20conn_ping_info%20username_info%20new_hack;


Is it possible to display that values? They are available
http://meta.freeciv.org/metaserver.phtml?server_port=NAMESERVER:PORT
.
It will be easy and usefull.

Tks

An exemple, only the last server idle display it.

[server0]
host = p5B20CEE7.dip.t-dialin.net http://p5b20cee7.dip.t-dialin.net/
port = 5560
version = 2.0.9
patches = Warserver - PepServer 0.9.5 devel
capability = +2.0 conn_ping_info username_info new_hack ReportFreezeFix
extroutes extgameinfo exttechleakage
state = Running
topic = NEW GAME
message = [EMAIL PROTECTED] min 6ppl game
available = 3
serverid = 
nplayers = 12
player = { name, user, nation, type, host
 Forza2, forza, Danes, Human,
p548E4B48.dip.t-dialin.nethttp://p548e4b48.dip.t-dialin.net/

 Haken, Haken, Austrians, Human, 
W5914.w.pppool.dehttp://w5914.w.pppool.de/

 Italia, Unassigned, Italians, Human, 
 Janq, dip, Croatians, Human, 
 KDE, Unassigned, Americans, Human, 
 Napoleon, pepeto2, French, Human, vai69-3-82-236-117-22.fbx.proxad.net

 NotMe, NotMe, Lithuanians, Human, pdc38-2-88-165-244-5.fbx.proxad.net

 Pablo the Pepeater, Pablo z Hradce, Czechs, Human, 
ip-85-160-41-8.eurotel.cz
 Pepeto, pepeto, Tux_users, Human, 
vai69-3-82-236-117-22.fbx.proxad.net
 Rondro, Rondro, Greeks, Human, dslb-084-063-109-133.pools.arcor-ip.net

 Supervil, Supervil, Martians, Human,
eu85-84-183-249.clientes.euskaltel.es

 Turbo, turbo, Germans, Human, mzpc.drillich.com
}

[server1]
host =  ssl.vigor.co.za
port = 
version = 2.0.9
patches = Warserver - PepServer 0.9.5 devel
capability = +2.0 conn_ping_info username_info new_hack ReportFreezeFix
extroutes extgameinfo exttechleakage
state = Running
topic = NEW GAME
message = (default)
available = 0
serverid = pes
nplayers = 3
player = { name, user, nation, type, host
 Boadicea, Unassigned, Barbarians, Barbarian, 
 Theodoric, Unassigned, Barbarians, Dead, 
 Walter Hallstein, alexandre, Europeans, Human, 
l1.pfd9.pythagore-fd.net
}

[server2]
host = ww10.ultico.de
port = 5551
version = 2.0.9 
patches = Warserver - PepServer 0.9.5 devel
capability = +2.0 conn_ping_info username_info new_hack ReportFreezeFix
extroutes extgameinfo exttechleakage
state = Pregame
topic = NEW GAME
message = WARSERVER rev 495 Haken hosted
available = 0
serverid = 
nplayers = 1
player = { name, user, nation, type, host
 AriC, AriC, none, Human, net255-158.ertelecom.ru
}

[server3]
host =  ww10.ultico.de
port = 5552
version = 2.0.9
patches = Warserver - PepServer 0.9.5 devel
capability = +2.0 conn_ping_info username_info new_hack ReportFreezeFix
extroutes extgameinfo exttechleakage
state = Pregame
topic = NEW GAME
message = WARSERVER rev 495 Haken hosted
available = 0
serverid = 
nplayers = 0
vars = { name, value
 allowtake, H4h1a1
  endyear, 2000
  generator, 7
  maxplayers, 30
  minplayers, 15
  size, 20
  timeout, 240
  turn, 0
  year, -4000
 }

[main]
nservers = 4

-- 
Carl

When game is running nor someone is already waiting into, vars ={} is not given at this URL.
http://meta.freeciv.org/metaserver.phtml?client_cap=+2.0%20conn_ping_info%20username_info%20new_hack
 Is it possible to display that values? They are available 
http://meta.freeciv.org/metaserver.phtml?server_port=NAMESERVER:PORT
.It will be easy and usefull.TksAn exemple, only the last server idle display it.[server0]host = 
p5B20CEE7.dip.t-dialin.net
port = 5560version = 2.0.9patches = Warserver - PepServer 0.9.5 develcapability = +2.0 conn_ping_info username_info new_hack ReportFreezeFix extroutes extgameinfo exttechleakage
state = Runningtopic = NEW GAMEmessage = [EMAIL PROTECTED] min 6ppl gameavailable = 3serverid = nplayers = 12player = { name, user, nation, type, host
Forza2, forza, Danes, Human, p548E4B48.dip.t-dialin.net
Haken, Haken, Austrians, Human, 
W5914.w.pppool.deItalia, Unassigned, Italians, Human, 
Janq, dip, Croatians, Human, 
KDE, Unassigned, Americans, Human, Napoleon, pepeto2, French, Human, 

vai69-3-82-236-117-22.fbx.proxad.netNotMe, NotMe, Lithuanians, Human, 
pdc38-2-88-165-244-5.fbx.proxad.net
Pablo the Pepeater, Pablo z Hradce, Czechs, Human, 
ip-85-160-41-8.eurotel.czPepeto, pepeto, Tux_users, Human, 
vai69-3-82-236-117-22.fbx.proxad.netRondro, Rondro, Greeks, Human, 

dslb-084-063-109-133.pools.arcor-ip.netSupervil, Supervil, Martians, Human, 
eu85-84-183-249.clientes.euskaltel.es
Turbo, turbo, Germans, Human, mzpc.drillich.com
}[server1]host = 
ssl.vigor.co.zaport = version = 2.0.9patches = Warserver - PepServer 0.9.5 develcapability = +2.0 conn_ping_info username_info new_hack ReportFreezeFix extroutes extgameinfo exttechleakage
state = Runningtopic = NEW GAMEmessage = (default)available = 0serverid = pesnplayers = 3player = { name, user, nation, type, host
Boadicea, Unassigned, Barbarians, Barbarian, Theodoric, 

[Freeciv-Dev] (PR#39369) typing mistake in file data/stdsounds.soundspec

2007-05-15 Thread Castanier Carl

URL: http://bugs.freeciv.org/Ticket/Display.html?id=39369 

There is a type mistake in file data/stdsounds.soundspec
stdounds must be replace by stdsounds


--- data/stdsounds.soundspec.orig2007-05-14 18:30:38.0 +0200
+++ data/stdsounds.soundspec2007-05-15 10:22: 11.0 +0200
@@ -94,7 +94,7 @@
 ;f_musketeers = 
 f_nuclear = stdsounds/LrgExpl.ogg ; [warzone]
 f_paratroopers = stdsounds/MgBar2.ogg ; [warzone]
-f_partisan = stdounds/MgBar1.ogg ; [warzone]
+f_partisan = stdsounds/MgBar1.ogg ; [warzone]
 ;f_phalanx = 
 ;f_pikemen = 
 f_riflemen = stdsounds/MgBar1.ogg ; [warzone]

cheers

-- 
Carl

There is a type mistake in file data/stdsounds.soundspecstdounds must be replace by stdsounds--- data/stdsounds.soundspec.orig  2007-05-14 18:30:38.0 +0200+++ data/stdsounds.soundspec 2007-05-15 10:22:
11.0 +0200@@ -94,7 +94,7 @@;f_musketeers = f_nuclear = stdsounds/LrgExpl.ogg ; [warzone]f_paratroopers = stdsounds/MgBar2.ogg ; [warzone]-f_partisan = stdounds/MgBar1.ogg ; [warzone]
+f_partisan = stdsounds/MgBar1.ogg ; [warzone];f_phalanx = ;f_pikemen = f_riflemen = stdsounds/MgBar1.ogg ; [warzone]cheers-- 
Carl

___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev