[Freeciv-Dev] [bug #15422] Illness popup in client is inaccurate -- doesn't show risk from trade

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

[Freeciv-Dev] [bug #15422] Illness popup in client is inaccurate -- doesn't show risk from trade

2010-02-25 Thread Matthias Pfafferodt
Follow-up Comment #16, bug #15422 (project freeciv): > Again some comments: updated patch for S2_2 (file #8275) ___ Additional Item Attachment: File name: 20100225-S2_2-fix-illness-due-to-trade-S2_2.patch Size:14 KB __

[Freeciv-Dev] [bug #15422] Illness popup in client is inaccurate -- doesn't show risk from trade

2010-02-21 Thread pepeto
Follow-up Comment #15, bug #15422 (project freeciv): Again some comments: * We should avoid the changes of translatable strings in a stable branch, especially when just modifying the format. * in packhand.c there should the test to know what is the real value to read from the packet, not assuming

[Freeciv-Dev] [bug #15422] Illness popup in client is inaccurate -- doesn't show risk from trade

2010-02-21 Thread Matthias Pfafferodt
Follow-up Comment #14, bug #15422 (project freeciv): > I am not sure to understand but if the value reflects the same > behaviour that the old one, it doesn't require a capability > change. Both variables contain different values; I used the definitions of 'add-cap' and 'remove-cap'. === patch

[Freeciv-Dev] [bug #15422] Illness popup in client is inaccurate -- doesn't show risk from trade

2010-02-21 Thread pepeto
Follow-up Comment #13, bug #15422 (project freeciv): I don't see what is different, but there is still a big problem with this capability stuff. ___ Reply to this item at: _

[Freeciv-Dev] [bug #15422] Illness popup in client is inaccurate -- doesn't show risk from trade

2010-02-21 Thread Matthias Pfafferodt
Update of bug #15422 (project freeciv): Depends on: => bugs #15373 ___ Reply to this item at: ___ Nachricht g

[Freeciv-Dev] [bug #15422] Illness popup in client is inaccurate -- doesn't show risk from trade

2010-02-21 Thread Matthias Pfafferodt
Additional Item Attachment, bug #15422 (project freeciv): File name: version4-20100221-S2_2-fix-illness-due-to-trade-S2_2.patch Size:15 KB File name: version4-20100221-trunk-fix-illness-due-to-trade.patch Size:14 KB ___ Reply to this item

[Freeciv-Dev] [bug #15422] Illness popup in client is inaccurate -- doesn't show risk from trade

2010-02-21 Thread pepeto
Follow-up Comment #12, bug #15422 (project freeciv): >> I dunno what capability are you talking about... As you said, >> you just renamed a field of the packet, so it's not >> a 'change', because neither the size, neither the order of the >> fields has been changed. > > > Yes there are no changes

[Freeciv-Dev] [bug #15422] Illness popup in client is inaccurate -- doesn't show risk from trade

2010-02-21 Thread Matthias Pfafferodt
Follow-up Comment #11, bug #15422 (project freeciv): > I dunno what capability are you talking about... As you said, > you just renamed a field of the packet, so it's not > a 'change', because neither the size, neither the order of the > fields has been changed. Yes there are no changes in the s

[Freeciv-Dev] [bug #15422] Illness popup in client is inaccurate -- doesn't show risk from trade

2010-02-21 Thread pepeto
Follow-up Comment #10, bug #15422 (project freeciv): You just renamed a field, so it is useless to change the capabilities. It would be useful to add a field like: UINT16 illness_trade; add-cap(illness_trade) Anyway, it doesn't require such changes, it is useless. In a other hand, because the

[Freeciv-Dev] [bug #15422] Illness popup in client is inaccurate -- doesn't show risk from trade

2010-02-21 Thread Matthias Pfafferodt
Follow-up Comment #9, bug #15422 (project freeciv): I did forgot to commit some important changes into git (capability changes); version 3 attached (file #8199) ___ Additional Item Attachment: File name: version3-20100221-S2_2-fix-illness

[Freeciv-Dev] [bug #15422] Illness popup in client is inaccurate -- doesn't show risk from trade

2010-02-21 Thread pepeto
Follow-up Comment #8, bug #15422 (project freeciv): > if server and client have the 'illness_trade' capability, > illness due to trade will be displayed. I dunno what capability are you talking about... As you said, you just renamed a field of the packet, so it's not a 'change', because neither

[Freeciv-Dev] [bug #15422] Illness popup in client is inaccurate -- doesn't show risk from trade

2010-02-21 Thread pepeto
Follow-up Comment #7, bug #15422 (project freeciv): > One small problem remains: the illness due to trade is only > updated at the start of the turn ... You can add a send_city_info(city_owner(pcity), pcity) after it is recalculated. ___

[Freeciv-Dev] [bug #15422] Illness popup in client is inaccurate -- doesn't show risk from trade

2010-02-21 Thread Matthias Pfafferodt
Follow-up Comment #6, bug #15422 (project freeciv): > Does the packet city_short_info really need that information? > This packet is used to send cities you cannot see internals. This discussions let me think again about my patches; here I found a solution which works without adding additional

[Freeciv-Dev] [bug #15422] Illness popup in client is inaccurate -- doesn't show risk from trade

2010-02-21 Thread pepeto
Follow-up Comment #5, bug #15422 (project freeciv): === S2_2 patch === > * no changes to the network definitions Actually, I forgot to mention that it is possible to perform such changes in a stable branch. You must then to add in the capability string (in version.in) a non-mandatory (named opti

[Freeciv-Dev] [bug #15422] Illness popup in client is inaccurate -- doesn't show risk from trade

2010-02-21 Thread pepeto
Follow-up Comment #4, bug #15422 (project freeciv): > * changed network definitions This means that you need to modify the capability string defined in version.in. ___ Reply to this item at: _

[Freeciv-Dev] [bug #15422] Illness popup in client is inaccurate -- doesn't show risk from trade

2010-02-20 Thread Matthias Pfafferodt
Update of bug #15422 (project freeciv): Status:None => Ready For Test Planned Release: => 2.2.1 ___ Follow-up Comment #3: === S2_2 patch ===

[Freeciv-Dev] [bug #15422] Illness popup in client is inaccurate -- doesn't show risk from trade

2010-02-19 Thread Matthias Pfafferodt
Update of bug #15422 (project freeciv): Assigned to:None => syntron ___ Follow-up Comment #2: Thanks for looking into the illness configuration! I think the correct patch for S2_2 (2.2.1) w

[Freeciv-Dev] [bug #15422] Illness popup in client is inaccurate -- doesn't show risk from trade

2010-02-18 Thread Jacob Nevins
Follow-up Comment #1, bug #15422 (project freeciv): The other fix would be to calculate the breakdown on the server and send it to the client -- I think this is what happens with happiness? Recalculating it on the client feels fragile, and if we've got to change the packet format anyway we may as

[Freeciv-Dev] [bug #15422] Illness popup in client is inaccurate -- doesn't show risk from trade

2010-02-18 Thread Jacob Nevins
URL: Summary: Illness popup in client is inaccurate -- doesn't show risk from trade Project: Freeciv Submitted by: jtn Submitted on: Friday 19/02/10 at 00:03 Category: rulesets