Re: [Freeciv-Dev] (PR#39774) Pubserver -> Metaserver

2007-10-20 Thread William Allen Simpson

http://bugs.freeciv.org/Ticket/Display.html?id=39774 >

Christian Prochaska wrote:
> ... Perhaps this
> should all be combined into a single "Join Network Game" dialog like in
> the GTK+ client in a future version.
> 
Arguably, to add to 2.1, that's what has to be done now.  The patch should
not be added to 2.1 as-is, because it adds new translation targets.  If it
used the same as GTK, it would be OK.



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


[Freeciv-Dev] (PR#39774) Pubserver -> Metaserver

2007-10-20 Thread Christian Prochaska

http://bugs.freeciv.org/Ticket/Display.html?id=39774 >

> [dmarks - Sa 20. Okt 2007, 11:20:52]:
> 
> > [pepeto - Sat Oct 13 10:21:42 2007]:
> > 
> > There is a reference to Pubserver. I think that it should be removed and
> > replaced by Metaserver. First, Pubserver is down for a long time now.
> > Second, there can be listed some others servers than Pubserver.
> > 
> > 
> 
> Why not change it to something more general, like "Join Internet Game"?
> 
> I've also been wondering what the difference between "Join Game" and
> "Join LAN Server" is supposed to be...
> 
>  ~Daniel
> 

The attached patch changes "Join Pubserver" to "Join Internet Game" and
"Join LAN Server" to "Join LAN Game".

The difference between "Join Game" and "Join LAN Game" is that "Join LAN
Game" scans for servers in your local network and presents you a list of
servers to choose from, while with "Join Game" you have to enter a
server address yourself (or accept the default address). Perhaps this
should all be combined into a single "Join Network Game" dialog like in
the GTK+ client in a future version.

Index: client/gui-sdl/pages.c
===
--- client/gui-sdl/pages.c	(revision 13803)
+++ client/gui-sdl/pages.c	(working copy)
@@ -209,8 +209,8 @@
   h = MAX(h, pWidget->size.h);
   count++;
 
-  /* Join Pubserver */  
-  pWidget = create_iconlabel_from_chars(NULL, pWindow->dst, _("Join Pubserver"),
+  /* Join Internet Game */  
+  pWidget = create_iconlabel_from_chars(NULL, pWindow->dst, _("Join Internet Game"),
 adj_font(14),
 	WF_SELLECT_WITHOUT_BAR|WF_RESTORE_BACKGROUND);
   pWidget->action = servers_callback;
@@ -223,8 +223,8 @@
   h = MAX(h, pWidget->size.h);
   count++;
   
-  /* Join LAN Server */  
-  pWidget = create_iconlabel_from_chars(NULL, pWindow->dst, _("Join LAN Server"),
+  /* Join LAN Game */  
+  pWidget = create_iconlabel_from_chars(NULL, pWindow->dst, _("Join LAN Game"),
 adj_font(14),
 	WF_SELLECT_WITHOUT_BAR|WF_RESTORE_BACKGROUND);
   pWidget->action = servers_callback;
___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] (PR#39774) Pubserver -> Metaserver

2007-10-20 Thread Daniel Markstedt

http://bugs.freeciv.org/Ticket/Display.html?id=39774 >

> [pepeto - Sat Oct 13 10:21:42 2007]:
> 
> There is a reference to Pubserver. I think that it should be removed and
> replaced by Metaserver. First, Pubserver is down for a long time now.
> Second, there can be listed some others servers than Pubserver.
> 
> 

Why not change it to something more general, like "Join Internet Game"?

I've also been wondering what the difference between "Join Game" and
"Join LAN Server" is supposed to be...

 ~Daniel

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


[Freeciv-Dev] (PR#39774) Pubserver -> Metaserver

2007-10-13 Thread Pepeto _

http://bugs.freeciv.org/Ticket/Display.html?id=39774 >

There is a reference to Pubserver. I think that it should be removed and
replaced by Metaserver. First, Pubserver is down for a long time now.
Second, there can be listed some others servers than Pubserver.


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