Update of bug #15376 (project freeciv):
Status: None => Ready For Test
Assigned to: None => jtn
Planned Release: => 2.2.1
_______________________________________________________
Follow-up Comment #1:
Fix attached.
* Adds three short translateable strings. However, since health isn't very
playable without this, and health is a release goal for 2.2, I assume it's OK
to add these to S2_2.
* City report column sorting changed from integer to floating point, since
plague risk is expressed as tenths of a percent.
** Some trickiness required to defuse unusual floating-point string
representations, so that for instance city names like "Nantucket" ("NAN") and
units like "Infantry" ("INF") don't get sorted weirdly. This required use of
C99 isfinite() (not in C90 IIRC); hope that's OK.
** Since I'm using C99 anyway, used C99 strtof() rather than C90 strtod(),
since the rest of the code seems to prefer float to double.
(file #8385)
_______________________________________________________
Additional Item Attachment:
File name: S2_2-plague-risk-city-report.diff Size:3 KB
_______________________________________________________
Reply to this item at:
<http://gna.org/bugs/?15376>
_______________________________________________
Message sent via/by Gna!
http://gna.org/
_______________________________________________
Freeciv-dev mailing list
[email protected]
https://mail.gna.org/listinfo/freeciv-dev