[Freeciv-Dev] Problems compiling

2013-12-20 Thread Jordi Negrevernis i Font


I cannot compile trunk:

cc1: warnings being treated as errors
registry_ini.c: In function ‘secfile_insert_include’:
registry_ini.c:1069: error: format ‘%lu’ expects type ‘long unsigned 
int’, but argument 4 has type ‘size_t’

make[3]: *** [registry_ini.lo] Error 1
make[3]: se sale del directorio «/home/jordi/freeciv/trunk/freeciv/utility»
make[2]: *** [all] Error 2
make[2]: se sale del directorio «/home/jordi/freeciv/trunk/freeciv/utility»
make[1]: *** [all-recursive] Error 1
make[1]: se sale del directorio «/home/jordi/freeciv/trunk/freeciv»
make: *** [all] Error 2
jordi@ubuntu10-4:~/freeciv/trunk/freeciv$


And also I can't compile S2_5!!!

cc1: warnings being treated as errors
dataio.c: In function ‘dio_put_sint32’:
dataio.c:331: error: integer constant is too large for ‘long’ type
dataio.c: In function ‘dio_get_sint32’:
dataio.c:740: error: integer constant is too large for ‘long’ type
make[4]: *** [dataio.lo] Error 1
make[4]: se sale del directorio 
«/home/jordi/freeciv/S2_5/freeciv-2.5/common»

make[3]: *** [all-recursive] Error 1
make[3]: se sale del directorio 
«/home/jordi/freeciv/S2_5/freeciv-2.5/common»

make[2]: *** [all] Error 2
rm packets_generate
make[2]: se sale del directorio 
«/home/jordi/freeciv/S2_5/freeciv-2.5/common»

make[1]: *** [all-recursive] Error 1
make[1]: se sale del directorio «/home/jordi/freeciv/S2_5/freeciv-2.5»
make: *** [all] Error 2
jordi@ubuntu10-4:~/freeciv/S2_5/freeciv-2.5$

This happens with Ubuntu 10.4 and gcc version 4.4.3.

This means that this are not a supported distribution now? It's too old?

Thanks


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


[Freeciv-Dev] [bug #21359] Fighter movement

2013-12-20 Thread anonymous
URL:
  http://gna.org/bugs/?21359

 Summary: Fighter movement
 Project: Freeciv
Submitted by: None
Submitted on: Fr 20 Dez 2013 13:35:29 UTC
Category: None
Severity: 3 - Normal
Priority: 5 - Normal
  Status: None
 Assigned to: None
Originator Email: magi...@gmx.de
 Open/Closed: Open
 Release: 
 Discussion Lock: Any
Operating System: None
 Planned Release: 

___

Details:

In freeciv 2.4.1, the fighters dont behave like in older versions. If a
fighter with 10 movepoints should go to fom city A to city B, which is 15
tiles away, with another city C in the middle, 8 tiles away, the fighter dont
stop in city C with 2 movepoints left and waiting for the next turn. Instead,
it will go halfway to city B, using all movepoints and die end of turn bcause
of no fuel.

Is this a bug or is is meant to slow the game, because you must take more care
of every single fighter?





___

Reply to this item at:

  http://gna.org/bugs/?21359

___
  Nachricht gesendet von/durch Gna!
  http://gna.org/


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


[Freeciv-Dev] [patch #4338] SDL-client: Use a static function to generate the spy/diplomat action menu entries

2013-12-20 Thread Sveinung Kvilhaugsvik
Update of patch #4338 (project freeciv):

  Status:  Ready For Test = Done   
 Open/Closed:Open = Closed 


___

Reply to this item at:

  http://gna.org/patch/?4338

___
  Message sent via/by Gna!
  http://gna.org/


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


Re: [Freeciv-Dev] Problems compiling

2013-12-20 Thread Marko Lindqvist
On 20 December 2013 13:40, Jordi Negrevernis i Font
jnegrever...@jnfprogramari.com wrote:

 I cannot compile trunk:

 cc1: warnings being treated as errors
 registry_ini.c: In function ‘secfile_insert_include’:
 registry_ini.c:1069: error: format ‘%lu’ expects type ‘long unsigned int’,
 but argument 4 has type ‘size_t’
 make[3]: *** [registry_ini.lo] Error 1
 make[3]: se sale del directorio «/home/jordi/freeciv/trunk/freeciv/utility»
 make[2]: *** [all] Error 2
 make[2]: se sale del directorio «/home/jordi/freeciv/trunk/freeciv/utility»
 make[1]: *** [all-recursive] Error 1
 make[1]: se sale del directorio «/home/jordi/freeciv/trunk/freeciv»
 make: *** [all] Error 2
 jordi@ubuntu10-4:~/freeciv/trunk/freeciv$


 And also I can't compile S2_5!!!

 cc1: warnings being treated as errors
 dataio.c: In function ‘dio_put_sint32’:
 dataio.c:331: error: integer constant is too large for ‘long’ type
 dataio.c: In function ‘dio_get_sint32’:
 dataio.c:740: error: integer constant is too large for ‘long’ type
 make[4]: *** [dataio.lo] Error 1
 make[4]: se sale del directorio
 «/home/jordi/freeciv/S2_5/freeciv-2.5/common»
 make[3]: *** [all-recursive] Error 1
 make[3]: se sale del directorio
 «/home/jordi/freeciv/S2_5/freeciv-2.5/common»
 make[2]: *** [all] Error 2
 rm packets_generate
 make[2]: se sale del directorio
 «/home/jordi/freeciv/S2_5/freeciv-2.5/common»
 make[1]: *** [all-recursive] Error 1
 make[1]: se sale del directorio «/home/jordi/freeciv/S2_5/freeciv-2.5»
 make: *** [all] Error 2
 jordi@ubuntu10-4:~/freeciv/S2_5/freeciv-2.5$

 This happens with Ubuntu 10.4 and gcc version 4.4.3.

 This means that this are not a supported distribution now? It's too old?

 Thanks

 Are you using 32bit OS by any chance? The errors seem to be related
to size of datatypes that could be different in 32bit and 64bit
systems, and I've not seen them on 64bit systems.


 - ML

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


Re: [Freeciv-Dev] Problems compiling

2013-12-20 Thread Jordi Negrevernis i Font

El 20/12/2013 16:57, Marko Lindqvist ha escrit:

On 20 December 2013 13:40, Jordi Negrevernis i Font
jnegrever...@jnfprogramari.com wrote:

I cannot compile trunk:

cc1: warnings being treated as errors
registry_ini.c: In function ‘secfile_insert_include’:
registry_ini.c:1069: error: format ‘%lu’ expects type ‘long unsigned int’,
but argument 4 has type ‘size_t’
make[3]: *** [registry_ini.lo] Error 1
make[3]: se sale del directorio «/home/jordi/freeciv/trunk/freeciv/utility»
make[2]: *** [all] Error 2
make[2]: se sale del directorio «/home/jordi/freeciv/trunk/freeciv/utility»
make[1]: *** [all-recursive] Error 1
make[1]: se sale del directorio «/home/jordi/freeciv/trunk/freeciv»
make: *** [all] Error 2
jordi@ubuntu10-4:~/freeciv/trunk/freeciv$


And also I can't compile S2_5!!!

cc1: warnings being treated as errors
dataio.c: In function ‘dio_put_sint32’:
dataio.c:331: error: integer constant is too large for ‘long’ type
dataio.c: In function ‘dio_get_sint32’:
dataio.c:740: error: integer constant is too large for ‘long’ type
make[4]: *** [dataio.lo] Error 1
make[4]: se sale del directorio
«/home/jordi/freeciv/S2_5/freeciv-2.5/common»
make[3]: *** [all-recursive] Error 1
make[3]: se sale del directorio
«/home/jordi/freeciv/S2_5/freeciv-2.5/common»
make[2]: *** [all] Error 2
rm packets_generate
make[2]: se sale del directorio
«/home/jordi/freeciv/S2_5/freeciv-2.5/common»
make[1]: *** [all-recursive] Error 1
make[1]: se sale del directorio «/home/jordi/freeciv/S2_5/freeciv-2.5»
make: *** [all] Error 2
jordi@ubuntu10-4:~/freeciv/S2_5/freeciv-2.5$

This happens with Ubuntu 10.4 and gcc version 4.4.3.

This means that this are not a supported distribution now? It's too old?

Thanks

  Are you using 32bit OS by any chance? The errors seem to be related
to size of datatypes that could be different in 32bit and 64bit
systems, and I've not seen them on 64bit systems.


Yes, it's a 32 bit system.


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


[Freeciv-Dev] [bug #21359] Fighter movement

2013-12-20 Thread Jacob Nevins
Follow-up Comment #1, bug #21359 (project freeciv):

Possible unintended side effect of fix for bug #20786 (which first appeared in
a stable version in 2.4.0)?

___

Reply to this item at:

  http://gna.org/bugs/?21359

___
  Message sent via/by Gna!
  http://gna.org/


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


[Freeciv-Dev] [patch #4304] Rename 'is_available' property of nations to 'is_pickable', and make it client-only

2013-12-20 Thread Jacob Nevins
Update of patch #4304 (project freeciv):

  Status: In Progress = Ready For Test 
 Summary: Rename 'is_available' property of nations to
'is_pickable' = Rename 'is_available' property of nations to 'is_pickable',
and make it client-only

___

Follow-up Comment #2:

Second go, at last. As well as the renaming, this version makes the
is_pickable variable a client/network property; on the server, finer-grained
information is kept (such as no_startpos for tracking whether a nation has a
start position in the current scenario). Still no functional change.

(file #19501)
___

Additional Item Attachment:

File name: trunk-S2_5-is_pickable-bis.patch Size:18 KB


___

Reply to this item at:

  http://gna.org/patch/?4304

___
  Message sent via/by Gna!
  http://gna.org/


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


[Freeciv-Dev] [bug #21360] Xaw client doesn't display all nations in pick nations dialog

2013-12-20 Thread Jacob Nevins
URL:
  http://gna.org/bugs/?21360

 Summary: Xaw client doesn't display all nations in pick
nations dialog
 Project: Freeciv
Submitted by: jtn
Submitted on: Fri Dec 20 22:38:22 2013
Category: client-xaw
Severity: 3 - Normal
Priority: 3 - Low
  Status: None
 Assigned to: None
Originator Email: 
 Open/Closed: Open
 Release: 
 Discussion Lock: Any
Operating System: GNU/Linux
 Planned Release: 

___

Details:

Sometimes the Xaw client doesn't display all the available nations in its
pick nation dialog. This happens to me with the civ1 ruleset, for
instance.

I think this went wrong around 2.1.x, when a viewport (scrollling region)
was added to the nation list. Removing the viewport from the current code
appears to fix the problem (but is unusable with large numbers of nations).

I don't intend to investigate this any further.




___

Reply to this item at:

  http://gna.org/bugs/?21360

___
  Message sent via/by Gna!
  http://gna.org/


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


[Freeciv-Dev] [bug #21361] Xaw client doesn't honour is_available/is_pickable property of nations

2013-12-20 Thread Jacob Nevins
URL:
  http://gna.org/bugs/?21361

 Summary: Xaw client doesn't honour
is_available/is_pickable property of nations
 Project: Freeciv
Submitted by: jtn
Submitted on: Fri Dec 20 22:38:55 2013
Category: client-xaw
Severity: 3 - Normal
Priority: 5 - Normal
  Status: Ready For Test
 Assigned to: jtn
Originator Email: 
 Open/Closed: Open
 Release: 
 Discussion Lock: Any
Operating System: Any
 Planned Release: 2.5.0,2.6.0

___

Details:

While testing my work for patch #3448 I noticed that the Xaw client doesn't
restrict the nations it displays based on the is_pickable (formerly
is_available) property of nations -- it displays them all every time. It was
relatively easy to fix in passing, so I did.

(The display still often isn't right due to bug #21360.)



___

File Attachments:


---
Date: Fri Dec 20 22:38:55 2013  Name: trunk-S2_5-xaw-honour-pickable.patch 
Size: 2kB   By: jtn
trunk/S2_5 r23872 + patch #4304
http://gna.org/bugs/download.php?file_id=19502

___

Reply to this item at:

  http://gna.org/bugs/?21361

___
  Message sent via/by Gna!
  http://gna.org/


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


[Freeciv-Dev] [patch #4347] Refactor Gtk clients' nation selection dialog

2013-12-20 Thread Jacob Nevins
URL:
  http://gna.org/patch/?4347

 Summary: Refactor Gtk clients' nation selection dialog
 Project: Freeciv
Submitted by: jtn
Submitted on: Fri Dec 20 22:41:53 2013
Category: client-gtk-2.0
Priority: 5 - Normal
  Status: Ready For Test
 Privacy: Public
 Assigned to: jtn
Originator Email: 
 Open/Closed: Open
 Discussion Lock: Any
 Planned Release: 2.5.0,2.6.0

___

Details:

Mainly in preparation for patch #3448, but also with some immediate benefits.
* Prepare for the set of pickable nations to change while this dialog is up
** (and hence, the set of nation group tabs in the notebook; this avoids empty
tabs in scenarios restricted to a subset of nations)
* Restore the player's current nation settings, leader name etc when the
dialog is popped up
* Highlight the selected nation correctly when changing group tabs

Patch changes both Gtk2 and Gtk3 clients.



___

File Attachments:


---
Date: Fri Dec 20 22:41:53 2013  Name: trunk-S2_5-gtk-races-refactor.patch 
Size: 59kB   By: jtn
trunk/S2_5 r23872 + patch #4304
http://gna.org/patch/download.php?file_id=19503

___

Reply to this item at:

  http://gna.org/patch/?4347

___
  Message sent via/by Gna!
  http://gna.org/


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


[Freeciv-Dev] [patch #4348] Server/network changes for nationsets

2013-12-20 Thread Jacob Nevins
URL:
  http://gna.org/patch/?4348

 Summary: Server/network changes for nationsets
 Project: Freeciv
Submitted by: jtn
Submitted on: Fri Dec 20 23:24:45 2013
Category: None
Priority: 5 - Normal
  Status: Ready For Test
 Privacy: Public
 Assigned to: jtn
Originator Email: 
 Open/Closed: Open
 Discussion Lock: Any
 Planned Release: 2.5.0,2.6.0

___

Details:

This patch implements the core of the nation sets design of patch #3448:
* Adds a new server setting nationset
* Adds a notion of nation sets separate from groups, with all the support
functions and network changes
* Allows nations' is_pickable to change during the pregame by moving it to a
separate network packet
* Limits nations to those in the current set

It only adds minimal changes to clients to make them safe (by popping down
any nation picker when the nation set changes). Full client support will be in
other tickets.




___

Reply to this item at:

  http://gna.org/patch/?4348

___
  Message sent via/by Gna!
  http://gna.org/


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


[Freeciv-Dev] [patch #4348] Server/network changes for nationsets

2013-12-20 Thread Jacob Nevins
Additional Item Attachment, patch #4348 (project freeciv):

File name: trunk-nationsets.patch Size:82 KB
File name: S2_5-nationsets.patch  Size:82 KB


___

Reply to this item at:

  http://gna.org/patch/?4348

___
  Message sent via/by Gna!
  http://gna.org/


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


[Freeciv-Dev] [patch #4349] Gtk client support for nation sets

2013-12-20 Thread Jacob Nevins
URL:
  http://gna.org/patch/?4349

 Summary: Gtk client support for nation sets
 Project: Freeciv
Submitted by: jtn
Submitted on: Fri Dec 20 23:33:29 2013
Category: client-gtk-2.0
Priority: 5 - Normal
  Status: Ready For Test
 Privacy: Public
 Assigned to: jtn
Originator Email: 
 Open/Closed: Open
 Discussion Lock: Any
 Planned Release: 2.5.0,2.6.0

___

Details:

This patch adds full support in the Gtk2/Gtk3 clients for nation sets: add a
control to the Pick Nation dialog to select a nation set, and update the
dialog when the nation set changes without popping it down.



___

File Attachments:


---
Date: Fri Dec 20 23:33:29 2013  Name: trunk-nationsets-gtk.patch  Size: 27kB  
By: jtn
trunk/S2_5 r23872 + patch #4304 + patch #4347 + patch #4348
http://gna.org/patch/download.php?file_id=19506
---
Date: Fri Dec 20 23:33:29 2013  Name: S2_5-nationsets-gtk.patch  Size: 27kB  
By: jtn
trunk/S2_5 r23872 + patch #4304 + patch #4347 + patch #4348
http://gna.org/patch/download.php?file_id=19507

___

Reply to this item at:

  http://gna.org/patch/?4349

___
  Message sent via/by Gna!
  http://gna.org/


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


[Freeciv-Dev] [bug #21361] Xaw client doesn't honour is_available/is_pickable property of nations

2013-12-20 Thread Jacob Nevins
Update of bug #21361 (project freeciv):

  Depends on: = patch #4304


___

Reply to this item at:

  http://gna.org/bugs/?21361

___
  Message sent via/by Gna!
  http://gna.org/


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


[Freeciv-Dev] [patch #4347] Refactor Gtk clients' nation selection dialog

2013-12-20 Thread Jacob Nevins
Update of patch #4347 (project freeciv):

  Depends on: = patch #4304


___

Reply to this item at:

  http://gna.org/patch/?4347

___
  Message sent via/by Gna!
  http://gna.org/


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


[Freeciv-Dev] [patch #4348] Server/network changes for nationsets

2013-12-20 Thread Jacob Nevins
Update of patch #4348 (project freeciv):

  Depends on: = patch #4304


___

Reply to this item at:

  http://gna.org/patch/?4348

___
  Message sent via/by Gna!
  http://gna.org/


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


[Freeciv-Dev] [patch #4349] Gtk client support for nation sets

2013-12-20 Thread Jacob Nevins
Update of patch #4349 (project freeciv):

  Depends on: = patch #4347


___

Reply to this item at:

  http://gna.org/patch/?4349

___
  Message sent via/by Gna!
  http://gna.org/


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


[Freeciv-Dev] [patch #4349] Gtk client support for nation sets

2013-12-20 Thread Jacob Nevins
Update of patch #4349 (project freeciv):

  Depends on: = patch #4348


___

Reply to this item at:

  http://gna.org/patch/?4349

___
  Message sent via/by Gna!
  http://gna.org/


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


[Freeciv-Dev] [patch #3448] Nation sets: allow set of nations that will ever appear in-game to be chosen

2013-12-20 Thread Jacob Nevins
Update of patch #3448 (project freeciv):

  Depends on: = patch #4348


___

Reply to this item at:

  http://gna.org/patch/?3448

___
  Message sent via/by Gna!
  http://gna.org/


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


[Freeciv-Dev] [patch #3448] Nation sets: allow set of nations that will ever appear in-game to be chosen

2013-12-20 Thread Jacob Nevins
Update of patch #3448 (project freeciv):

  Depends on: = patch #4349


___

Reply to this item at:

  http://gna.org/patch/?3448

___
  Message sent via/by Gna!
  http://gna.org/


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


[Freeciv-Dev] [task #7669] S2_5 datafile format freeze

2013-12-20 Thread Jacob Nevins
Update of task #7669 (project freeciv):

  Dependency Removed: = patch #3448


___

Reply to this item at:

  http://gna.org/task/?7669

___
  Message sent via/by Gna!
  http://gna.org/


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


[Freeciv-Dev] [task #7669] S2_5 datafile format freeze

2013-12-20 Thread Jacob Nevins
Update of task #7669 (project freeciv):

  Depends on: = patch #4348


___

Reply to this item at:

  http://gna.org/task/?7669

___
  Message sent via/by Gna!
  http://gna.org/


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


[Freeciv-Dev] [task #7670] S2_5 network protocol freeze

2013-12-20 Thread Jacob Nevins
Update of task #7670 (project freeciv):

  Dependency Removed: = patch #3448


___

Reply to this item at:

  http://gna.org/task/?7670

___
  Message sent via/by Gna!
  http://gna.org/


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


[Freeciv-Dev] [task #7670] S2_5 network protocol freeze

2013-12-20 Thread Jacob Nevins
Update of task #7670 (project freeciv):

  Depends on: = patch #4348


___

Reply to this item at:

  http://gna.org/task/?7670

___
  Message sent via/by Gna!
  http://gna.org/


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


[Freeciv-Dev] [patch #3448] [metaticket] Nation sets: allow set of nations that will ever appear in-game to be chosen

2013-12-20 Thread Jacob Nevins
Update of patch #3448 (project freeciv):

 Summary: Nation sets: allow set of nations that will ever
appear in-game to be chosen = [metaticket] Nation sets: allow set of
nations that will ever appear in-game to be chosen

___

Follow-up Comment #9:

Changing this to a metaticket,

Patches now ready for review (in related tickets) and if no comments will be
committed soon. Patch series:
* patch #4304 (refactoring groundwork)
* patch #4347 (Gtk refactoring)
* patch #4348 (nationsets core change)
* patch #4349 (Gtk support for nationsets)

Other clients' support (notably Qt and SDL) not yet done -- if anyone else
wants to take them on I'd be happy for them to.

Mostly conforms to the original design given here. Exceptions:
 default_groups = Extended
This syntax became 'default_nationset = all' (and only allows one argument,
because what would be the point of more?)

 If loading a savegame with a declared subset and nations 
 inconsistent with it that we know about, we should probably 
 just locally add them to the subset for the duration of that 
 game.
In this situation we change nationset to one that includes all nations in the
savegame, if available. (This also handles pre-nationset savegames.)

One loose end not yet dealt with (but not enough to block submitting the bulk
of this, I think):
 The list of nations shown in the client help should reflect 
 the selected nationset.

___

Reply to this item at:

  http://gna.org/patch/?3448

___
  Message sent via/by Gna!
  http://gna.org/


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


[Freeciv-Dev] [patch #4350] Qt client support for nation sets

2013-12-20 Thread Jacob Nevins
URL:
  http://gna.org/patch/?4350

 Summary: Qt client support for nation sets
 Project: Freeciv
Submitted by: jtn
Submitted on: Fri Dec 20 23:56:46 2013
Category: client-qt
Priority: 5 - Normal
  Status: None
 Privacy: Public
 Assigned to: None
Originator Email: 
 Open/Closed: Open
 Discussion Lock: Any
 Planned Release: 2.5.0,2.6.0

___

Details:

The pick nation UI in the Qt client should properly support the nation set
concept of patch #3448.

Minimal support would be adding a dropdown to choose the nation set, but
popping down the dialog whenever it changes. Full support would be to keep the
dialog up and adapt to the changes in available nations (as in the Gtk clients
post patch #4349).




___

Reply to this item at:

  http://gna.org/patch/?4350

___
  Message sent via/by Gna!
  http://gna.org/


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


[Freeciv-Dev] [patch #4351] SDL client support for nation sets

2013-12-20 Thread Jacob Nevins
URL:
  http://gna.org/patch/?4351

 Summary: SDL client support for nation sets
 Project: Freeciv
Submitted by: jtn
Submitted on: Fri Dec 20 23:58:30 2013
Category: client-sdl
Priority: 5 - Normal
  Status: None
 Privacy: Public
 Assigned to: None
Originator Email: 
 Open/Closed: Open
 Discussion Lock: Any
 Planned Release: 2.5.0,2.6.0

___

Details:

The pick nation UI in the SDL/SDL2 clients should properly support the
nation set concept of patch #3448.

Minimal support would be adding a dropdown to choose the nation set, but
popping down the dialog whenever it changes. Full support would be to keep the
dialog up and adapt to the changes in available nations (as in the Gtk clients
post patch #4349).




___

Reply to this item at:

  http://gna.org/patch/?4351

___
  Message sent via/by Gna!
  http://gna.org/


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


[Freeciv-Dev] [patch #3448] [metaticket] Nation sets: allow set of nations that will ever appear in-game to be chosen

2013-12-20 Thread Jacob Nevins
Update of patch #3448 (project freeciv):

  Depends on: = patch #4349


___

Reply to this item at:

  http://gna.org/patch/?3448

___
  Message sent via/by Gna!
  http://gna.org/


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


[Freeciv-Dev] [patch #3448] [metaticket] Nation sets: allow set of nations that will ever appear in-game to be chosen

2013-12-20 Thread Jacob Nevins
Update of patch #3448 (project freeciv):

  Depends on: = patch #4351


___

Reply to this item at:

  http://gna.org/patch/?3448

___
  Message sent via/by Gna!
  http://gna.org/


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