[Freeciv-Dev] [patch #3315] Dacian nation

2013-12-03 Thread J.M. Maalderink
Update of patch #3315 (project freeciv):

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


___

Reply to this item at:

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

___
  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 #4291] Khoisan nation

2013-12-03 Thread J.M. Maalderink
Update of patch #4291 (project freeciv):

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


___

Reply to this item at:

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

___
  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 #4292] Formosan nation

2013-12-03 Thread J.M. Maalderink
Update of patch #4292 (project freeciv):

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


___

Reply to this item at:

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

___
  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 #4318] is_extra_caused_by()

2013-12-03 Thread Marko Lindqvist
Update of patch #4318 (project freeciv):

  Status:  Ready For Test = Done   
 Assigned to:None = cazfi  
 Open/Closed:Open = Closed 


___

Reply to this item at:

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

___
  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 #20031] Amplio2 missing Maglev gfx

2013-12-03 Thread Marko Lindqvist
Update of bug #20031 (project freeciv):

  Status:  Ready For Test = Fixed  
 Assigned to:None = cazfi  
 Open/Closed:Open = Closed 


___

Reply to this item at:

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

___
  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 #4323] Remove enum extra_type_id

2013-12-03 Thread Marko Lindqvist
URL:
  http://gna.org/patch/?4323

 Summary: Remove enum extra_type_id
 Project: Freeciv
Submitted by: cazfi
Submitted on: Wed 04 Dec 2013 01:26:29 AM EET
Category: general
Priority: 5 - Normal
  Status: Ready For Test
 Privacy: Public
 Assigned to: None
Originator Email: 
 Open/Closed: Open
 Discussion Lock: Any
 Planned Release: 2.6.0

___

Details:

Obsolete and remove enum extra_type_id. We needed to get rid of it since there
could be only one type for each extra, but we're going to support multiple
causes for the same extra, meaning that in theory same extra can be both base
and road.



___

File Attachments:


---
Date: Wed 04 Dec 2013 01:26:29 AM EET  Name: ExtraTypeIdRm.patch  Size: 22kB  
By: cazfi

http://gna.org/patch/download.php?file_id=19416

___

Reply to this item at:

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

___
  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 #4320] Update docs for po - translations directory hierarchy change

2013-12-03 Thread Marko Lindqvist
Update of patch #4320 (project freeciv):

  Status:  Ready For Test = Done   
 Assigned to:None = cazfi  
 Open/Closed:Open = Closed 
 Summary: Update docs for po - translations directory
hierarche change = Update docs for po - translations directory hierarchy
change


___

Reply to this item at:

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

___
  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 #21126] assertion 'prgbcolor != ((void *)0)' failed.

2013-12-03 Thread Marko Lindqvist
Follow-up Comment #1, bug #21126 (project freeciv):

I assume this code in savegame2.c to be relevant:

/* Get player color */
if (!rgbcolor_load(loading-file, prgbcolor, player%d.color,
   pslot_id)) {
  log_verbose(No color defined for player %d., pslot_id);
  /* If game is already running, server_create_player() will assign
   * a color, else colors will be assigned on game start */
}

1) Savegame is so old it has no player color information
2) It's not already running game
3) It's not started before we tried to /scensave

___

Reply to this item at:

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

___
  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 #21325] Configure checks not made for lua compilation when it's enabled

2013-12-03 Thread Marko Lindqvist
URL:
  http://gna.org/bugs/?21325

 Summary: Configure checks not made for lua compilation when
it's enabled
 Project: Freeciv
Submitted by: cazfi
Submitted on: Wed 04 Dec 2013 02:18:21 AM EET
Category: bootstrap
Severity: 3 - Normal
Priority: 5 - Normal
  Status: Ready For Test
 Assigned to: None
Originator Email: 
 Open/Closed: Open
 Release: 
 Discussion Lock: Any
Operating System: None
 Planned Release: 2.6.0

___

Details:

Reversed condition in configure script causes checks needed for compiling
included lua to be made just when system lua is being used instead.



___

File Attachments:


---
Date: Wed 04 Dec 2013 02:18:21 AM EET  Name: InclLuaTests.patch  Size: 675B  
By: cazfi

http://gna.org/bugs/download.php?file_id=19417

___

Reply to this item at:

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

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


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