[Freeciv-Dev] (PR#9193) Save worklists and city production by name
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
<URL: http://rt.freeciv.org/Ticket/Display.html?id=9193 >
> [mstefek@xxxxxxxxx - Wed Jul 07 09:07:33 2004]:
> With attached patch worklists and city productions are no more
> dependent on the order in which improvements or units are read from
> ruleset.
Will somebody double-check the improvement list added in savegame.c?
Also, should we be using strcmp or strcasecmp to search for names? For
units I changed it to strcasecmp. This is more robust so long as no two
names are the same disregarding case. I'm not sure which is better, but
we should make it consistent.
jason
|
|