[Freeciv-Dev] [bug #15373] Fix health calculation

2010-02-26 Thread Matthias Pfafferodt
Update of bug #15373 (project freeciv): Status: Ready For Test => Fixed Open/Closed:Open => Closed ___ Reply to this item at:

[Freeciv-Dev] [bug #15373] Fix health calculation

2010-02-20 Thread Matthias Pfafferodt
Follow-up Comment #6, bug #15373 (project freeciv): updated patch including the fix for the condition (file #8178) ___ Additional Item Attachment: File name: 20100221-trunk-update-calculation-of-city-illness.patch Size:5 KB

[Freeciv-Dev] [bug #15373] Fix health calculation

2010-02-18 Thread Jacob Nevins
Follow-up Comment #5, bug #15373 (project freeciv): Another issue found while investigating bug #15422: get_trade_illness() has the following code: if (trade_city != NULL && trade_city->turn_plague != -1 && trade_city->turn_plague - game.info.turn < 5) { /* ... call in sick ... */ }

[Freeciv-Dev] [bug #15373] Fix health calculation

2010-02-18 Thread Matthias Pfafferodt
Update of bug #15373 (project freeciv): Category:rulesets => general Status:None => Ready For Test Assigned to:None => syntron

[Freeciv-Dev] [bug #15373] Fix health calculation

2010-02-16 Thread Matthias Pfafferodt
Update of bug #15373 (project freeciv): Summary: Fix health calculation + add health effect to default/effects.ruleset => Fix health calculation ___ Follow-up Comment #4: split this patch into two parts; this one include

[Freeciv-Dev] [bug #15373] Fix health calculation + add health effect to default/effects.ruleset

2010-02-16 Thread Jacob Nevins
Update of bug #15373 (project freeciv): Release: 2.2.0-beta3 => 2.2.0-beta3,2.2.0-RC1 ___ Reply to this item at: ___ Message sen

[Freeciv-Dev] [bug #15373] Fix health calculation + add health effect to default/effects.ruleset

2010-02-16 Thread Jacob Nevins
Update of bug #15373 (project freeciv): Release: 2.2.0-beta3 => 2.2.0-beta3, 2.2.0-RC1 ___ Reply to this item at: ___ Message sen

[Freeciv-Dev] [bug #15373] Fix health calculation + add health effect to default/effects.ruleset

2010-02-16 Thread Jacob Nevins
Update of bug #15373 (project freeciv): Planned Release: => 2.2.1 ___ Reply to this item at: ___ Message sen

[Freeciv-Dev] [bug #15373] Fix health calculation + add health effect to default/effects.ruleset

2010-02-15 Thread Jacob Nevins
Update of bug #15373 (project freeciv): Summary: add health effect to default/effects.ruleset => Fix health calculation + add health effect to default/effects.ruleset ___ Follow-up Comment #3: Wow, that certainly makes a