[Freeciv-Dev] [bug #13636] [patch] update for migration

2009-06-21 Thread Marko Lindqvist
Update of bug #13636 (project freeciv): Status:None => Fixed Open/Closed:Open => Closed ___ Reply to this item at:

[Freeciv-Dev] [bug #13636] [patch] update for migration

2009-06-19 Thread Marko Lindqvist
Follow-up Comment #4, bug #13636 (project freeciv): I fixed one more thing. - check_city_migrations() definition missed 'void' parameter list 1. Since this is C, empty parameter list must be given as 'void' 2. Parameter lists must be identical in declaration and definition (file #6004) __

[Freeciv-Dev] [bug #13636] [patch] update for migration

2009-06-15 Thread Matthias Pfafferodt
Follow-up Comment #3, bug #13636 (project freeciv): updated version; changes: - check variable declaration - fix coding style (beginning of a function '{' on the next line) - fix !pplayer (file #5981) ___ Additional Item Attachment: Fi

[Freeciv-Dev] [bug #13636] [patch] update for migration

2009-06-12 Thread Marko Lindqvist
Follow-up Comment #2, bug #13636 (project freeciv): Also, CodingStyle dictates that variables are never declared in the middle of the function. You move some variable declarations from the beginning of the city_migration_score() to the middle.

[Freeciv-Dev] [bug #13636] [patch] update for migration

2009-06-08 Thread Marko Lindqvist
Follow-up Comment #1, bug #13636 (project freeciv): "+ players_iterate(pplayer) { +if (!pplayer || !pplayer->cities) {" Check for !pplayer is not needed inside players_iterate(). ___ Reply to this item at:

[Freeciv-Dev] [bug #13636] [patch] update for migration

2009-06-06 Thread Marko Lindqvist
Update of bug #13636 (project freeciv): Assigned to:None => cazfi ___ Reply to this item at: ___ Message sen

[Freeciv-Dev] [bug #13636] [patch] update for migration

2009-06-06 Thread Matthias Pfafferodt
URL: Summary: [patch] update for migration Project: Freeciv Submitted by: syntron Submitted on: Samstag 06.06.2009 um 13:09 Category: general Severity: 3 - Normal