Complete.Org:
Mailing Lists:
Archives:
freeciv-dev:
June 2000: [Freeciv-Dev] Minor bugfixes |
[Freeciv-Dev] Minor bugfixes[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
1. If player have no right to choose pillage target (currently when civstyle=1), server should check target given by client. 2. Since 1.10.0 client option use_solid_color_behind_units is renamed to solid_color_behind_units. I assume this is happened by accident. Maybe just ignoring error messages about unused entry would suffice? With this patch client tries first to use solid_color_behind_units. If it's not found falls to use_solid_color_behind_units and lastly to default value 0. Caz --
pillagefix_civstyle.diff
clientrcfix.diff
|