[Freeciv-Dev] [patch #1264] add tech upkeep

2010-03-06 Thread Andreas
Follow-up Comment #3, patch #1264 (project freeciv): patch #1264 file #8303 does not coexist with patch #1263 file #8302 as they both introduce in server/techtools.c the prototype for a (different) new static function in the same line ___

[Freeciv-Dev] [patch #1262] different checks if a tech is lost

2010-03-06 Thread Andreas
Follow-up Comment #2, patch #1262 (project freeciv): there is a typo in file #8301: s/undate =/update = / ___ Reply to this item at: ___ Message sent via/by Gn

[Freeciv-Dev] [patch #1500] fix for turn change double-move problem

2010-03-06 Thread Matthias Pfafferodt
Follow-up Comment #6, patch #1500 (project freeciv): also consider autogames ('unitwaittime' has to be 0 in this case) (file #8403) ___ Additional Item Attachment: File name: 20100307-trunk-fix-for-turn-change-double-move-problem.diff Siz

[Freeciv-Dev] [patch #1506] trading updates for gtk client (+sdl, xaw)

2010-03-06 Thread Matthias Pfafferodt
Update of patch #1506 (project freeciv): Summary: trading updates for gtk client => trading updates for gtk client (+sdl, xaw) ___ Follow-up Comment #2: updated patch; should also work for sdl and xaw. I can compile them

[Freeciv-Dev] [bug #15550] line breaks for all console output

2010-03-06 Thread Matthias Pfafferodt
Follow-up Comment #3, bug #15550 (project freeciv): perhaps no such a good idea - show all looks bad. How about a new structure for the show output: +verbose+ -- Option-(max 30)-| Value| (min,max) D

[Freeciv-Dev] [patch #1500] fix for turn change double-move problem

2010-03-06 Thread Matthias Pfafferodt
Follow-up Comment #5, patch #1500 (project freeciv): > Are you sure about SSET_META? I would have saide SSET_FLEXIBLE. I'm not sure about this setting and did keep it from the original patch. As SSET_META is used for similar settings (timeout, ...) this seems to be a good choice. A definition o

[Freeciv-Dev] [patch #1501] add option to slowly kill unhomed units: 'killunhomed'

2010-03-06 Thread Matthias Pfafferodt
ttached (file #8401) ___ Additional Item Attachment: File name: 20100306-trunk-add-option-to-slowly-kill-unhomed-units-killunhomed.diff Size:7 KB ___ Reply to this item at: <htt

[Freeciv-Dev] [bug #15550] line breaks for all console output

2010-03-06 Thread Matthias Pfafferodt
Follow-up Comment #2, bug #15550 (project freeciv): you are right; as added benefit this is after all format tags are removed (file #8400) ___ Additional Item Attachment: File name: 20100306-trunk-line-breaks-for-all-console-output.diff

[Freeciv-Dev] [bug #15553] FTBFS with --enable-debug=no

2010-03-06 Thread Andreas
URL: Summary: FTBFS with --enable-debug=no Project: Freeciv Submitted by: anbe Submitted on: Sunday 03/07/2010 at 00:00 Category: None Severity: 3 - Normal Prio

[Freeciv-Dev] [patch #1498] Improve packet log message by providing packet name in addition to number

2010-03-06 Thread pepeto
Update of patch #1498 (project freeciv): Assigned to:None => pepeto ___ Follow-up Comment #3: Review all message of the function. Version for trunk attached. (file #8398, file #8399)

[Freeciv-Dev] [patch #1500] fix for turn change double-move problem

2010-03-06 Thread pepeto
Follow-up Comment #4, patch #1500 (project freeciv): Are you sure about SSET_META? I would have saide SSET_FLEXIBLE. ___ Reply to this item at: ___ Message pos

[Freeciv-Dev] [patch #1501] add option to slowly kill unhomed units: 'killunhomed'

2010-03-06 Thread pepeto
Follow-up Comment #4, patch #1501 (project freeciv): > punit->hp -= - ceil(punit->hp * game.server.killunhomed / 100); Isn't this inverted (double negation)? ___ Reply to this item at: ___

[Freeciv-Dev] [patch #1504] add setting citytrading

2010-03-06 Thread pepeto
Update of patch #1504 (project freeciv): Status:None => Ready For Test Assigned to:None => pepeto ___ Reply to this item at:

[Freeciv-Dev] [patch #1506] trading updates for gtk client

2010-03-06 Thread pepeto
Follow-up Comment #1, patch #1506 (project freeciv): > xaw: there to deactivated trading of gold? The widgets are named pdialog->dip_gold_input0 and pdialog->dip_gold_input1, created in create_diplomacy_dialog(). ___ Reply to this item a

[Freeciv-Dev] [bug #15550] line breaks for all console output

2010-03-06 Thread pepeto
Follow-up Comment #1, bug #15550 (project freeciv): This will only affect the command stuff. The real fix should be in console.c ___ Reply to this item at: ___

Re: [Freeciv-Dev] freeciv 2.2 bug

2010-03-06 Thread Pepeto
Le samedi 06 mars 2010 à 22:38 +0100, Norbert Cromo a écrit : > dear Pepeto, > now I tried to reproduce the error, but now it works fine. > As I remember: > - the program quit from the hole freeciv program and created the > "quitidle 139" file. > - after that I started the freeciv again and tried t

[Freeciv-Dev] [bug #15552] win32 client crash

2010-03-06 Thread pepeto
URL: Summary: win32 client crash Project: Freeciv Submitted by: pepeto Submitted on: samedi 06.03.2010 à 22:14 Category: client-win32 Severity: 3 - Normal Prior

[Freeciv-Dev] [patch #1506] trading updates for gtk client

2010-03-06 Thread Matthias Pfafferodt
Update of patch #1506 (project freeciv): Depends on: => patch #1504 ___ Reply to this item at: ___ Nachricht

[Freeciv-Dev] [patch #1506] trading updates for gtk client

2010-03-06 Thread Matthias Pfafferodt
- Date: Samstag 06.03.2010 um 18:05 Name: 20100306-trunk-trading-updates-for-gtk-client.diff Size: 8kB By: syntron <http://gna.org/patch/download.php?file_id=8393> ___ Reply to this item at: <http://gna.

[Freeciv-Dev] [patch #1504] add setting citytrading

2010-03-06 Thread Matthias Pfafferodt
) ___ Additional Item Attachment: File name: 20100306-trunk-trading_-city-gold-tech-from-warclient.diff Size:5 KB ___ Reply to this item at: <http://gna.org/patch/?1504> ___ Nachricht geschic

[Freeciv-Dev] [patch #1505] option to deactivate global warming and nuclear winter

2010-03-06 Thread Matthias Pfafferodt
Follow-up Comment #1, patch #1505 (project freeciv): this patch needs a change of the network capapbility ___ Reply to this item at: ___ Nachricht geschickt von

[Freeciv-Dev] [bug #15519] ai_settler_init() memory leak

2010-03-06 Thread Matthias Pfafferodt
Update of bug #15519 (project freeciv): Assigned to:None => syntron ___ Reply to this item at: ___ Nachricht g

[Freeciv-Dev] [bug #15550] line breaks for all console output

2010-03-06 Thread Matthias Pfafferodt
URL: Summary: line breaks for all console output Project: Freeciv Submitted by: syntron Submitted on: Samstag 06.03.2010 um 17:11 Category: None Severity: 2 - Minor

[Freeciv-Dev] [patch #1505] option to deactivate global warming and nuclear winter

2010-03-06 Thread Matthias Pfafferodt
URL: Summary: option to deactivate global warming and nuclear winter Project: Freeciv Submitted by: syntron Submitted on: Samstag 06.03.2010 um 17:10 Category: general Priority

[Freeciv-Dev] [patch #1500] fix for turn change double-move problem

2010-03-06 Thread Matthias Pfafferodt
Follow-up Comment #3, patch #1500 (project freeciv): limit unitwaittime to 2/3 of timeout (file #8389) ___ Additional Item Attachment: File name: 20100305-trunk-fix-for-turn-change-double-move-problem.diff Size:11 KB ___

[Freeciv-Dev] [bug #15548] nation split off by civil war should get a palace

2010-03-06 Thread David Lowe
Follow-up Comment #1, bug #15548 (project freeciv): Interesting, i hadn't realized a palace was optional. What are the effects of not having a palace - i assume at least that corruption would go through the roof? ___ Reply to this item at

[Freeciv-Dev] [bug #15376] No column for plague risk in city report

2010-03-06 Thread Jacob Nevins
Follow-up Comment #3, bug #15376 (project freeciv): Bother, I didn't intend to include changes to data/game.ruleset, they were just for testing (I used a high base figure to get the risk above 10%, to test the sorting). New patch attached. (file #8388) __

[Freeciv-Dev] [bug #15376] No column for plague risk in city report

2010-03-06 Thread Matthias Pfafferodt
Follow-up Comment #2, bug #15376 (project freeciv): nice patch! It compiles at the moment. Two short comments: * illness is not activated in the default ruleset * a base factor of 25 gives up to 25% chance of illness without trade and pollution; I think a higher value would be too much for the d

[Freeciv-Dev] [bug #15549] config.status: WARNING: 'po/Makefile.in.in' seems to ignore the --datarootdir setting

2010-03-06 Thread Jacob Nevins
Update of bug #15549 (project freeciv): Status:None => Ready For Test ___ Reply to this item at: ___ Message sen

[Freeciv-Dev] [bug #15549] config.status: WARNING: 'po/Makefile.in.in' seems to ignore the --datarootdir setting

2010-03-06 Thread Jacob Nevins
URL: Summary: config.status: WARNING: 'po/Makefile.in.in' seems to ignore the --datarootdir setting Project: Freeciv Submitted by: jtn Submitted on: Saturday 03/06/10 at 14:11 Category: None

[Freeciv-Dev] [bug #15376] No column for plague risk in city report

2010-03-06 Thread Jacob Nevins
Additional Item Attachment, bug #15376 (project freeciv): File name: trunk-plague-risk-city-report.diff Size:4 KB ___ Reply to this item at: ___ Message sent v

[Freeciv-Dev] [bug #15376] No column for plague risk in city report

2010-03-06 Thread Jacob Nevins
Update of bug #15376 (project freeciv): Summary: No column for illness chance in city report => No column for plague risk in city report ___ Reply to this item at:

[Freeciv-Dev] [bug #15376] No column for illness chance in city report

2010-03-06 Thread Jacob Nevins
Update of bug #15376 (project freeciv): Status:None => Ready For Test Assigned to:None => jtn Planned Release: => 2.2.1 _

[Freeciv-Dev] [patch #1222] function to access information for different radii

2010-03-06 Thread pepeto
Update of patch #1222 (project freeciv): Status: Ready For Test => Done Open/Closed:Open => Closed ___ Reply to this item at:

[Freeciv-Dev] [bug #15534] SDL client crashes at start

2010-03-06 Thread pepeto
Update of bug #15534 (project freeciv): Status: Ready For Test => Fixed Open/Closed:Open => Closed ___ Reply to this item at:

[Freeciv-Dev] [bug #15533] Cannot open the scenario page

2010-03-06 Thread pepeto
Update of bug #15533 (project freeciv): Status: Ready For Test => Fixed Open/Closed:Open => Closed ___ Reply to this item at:

[Freeciv-Dev] [bug #15548] nation split off by civil war should get a palace

2010-03-06 Thread Andreas
URL: Summary: nation split off by civil war should get a palace Project: Freeciv Submitted by: anbe Submitted on: Saturday 03/06/2010 at 13:57 Category: None Severity: 1 - Wish

[Freeciv-Dev] [bug #15538] Metaserver parameter ignored when loading savegame (scenario)

2010-03-06 Thread pepeto
Update of bug #15538 (project freeciv): Status: Ready For Test => Fixed Open/Closed:Open => Closed ___ Reply to this item at:

[Freeciv-Dev] [bug #15503] Mouse GoTo "Turns to target" incorrect for bomber/awacs

2010-03-06 Thread pepeto
Update of bug #15503 (project freeciv): Status: Ready For Test => Fixed Open/Closed:Open => Closed ___ Reply to this item at:

[Freeciv-Dev] [patch #1485] Merge client and server options GUI

2010-03-06 Thread pepeto
Update of patch #1485 (project freeciv): Status:None => Ready For Test Assigned to:None => pepeto ___ Follow-up Comment #1: In addition: * fi

Re: [Freeciv-Dev] freeciv 2.2 bug

2010-03-06 Thread Pepeto
Could you tell if this crashed the client and the server? Le vendredi 05 mars 2010 à 16:09 +0100, Norbert Cromo a écrit : > Dear Developer! > I don't have account to the freeciv community however I really love this game. > now I'm playing with the new 2.2.0 (stable) win32 version. > Today the game

[Freeciv-Dev] [patch #1504] add setting citytrading

2010-03-06 Thread pepeto
Follow-up Comment #1, patch #1504 (project freeciv): This affect the common part, so this should be included in the game_info packet. Then the client could simulate the clauses. It would after that need some update on the client GUI to freeze impossible clauses. In warclient, note there is also

[Freeciv-Dev] [bug #15450] Error generating savegame names

2010-03-06 Thread pepeto
Update of bug #15450 (project freeciv): Status:None => Ready For Test Assigned to:None => pepeto ___ Reply to this item at:

[Freeciv-Dev] [patch #1490] split fc_strrep() into two functions

2010-03-06 Thread pepeto
Update of patch #1490 (project freeciv): Status: In Progress => Ready For Test ___ Reply to this item at: ___ Message po