This is an automated notification of a change to freeciv cvs,
on Sun Jun 6 14:02:15 PDT 2004 = Sun Jun 6 21:02:15 2004 (GMT)
by Jason Dorje Short <jshort@xxxxxxxxxxxxxx>
---- Files affected:
freeciv/client packhand.c packhand_gen.c packhand_gen.h
freeciv/client/gui-gtk dialogs.c
freeciv/client/gui-gtk-2.0 dialogs.c
freeciv/client/gui-win32 dialogs.c
freeciv/client/gui-xaw dialogs.c
freeciv/client/include dialogs_g.h
freeciv/common packets.def packets_gen.c packets_gen.h
freeciv/server srv_main.c
---- Log message:
Tag: HEAD
Send the unavailable nations to the client by a series of packets, each
giving one unavailable nation, rather than a single packet giving the full
list of unavailable nations. This is more extensible since the list of
unavailable nations is potentially unbounded.
Patch by me in PR#8889.
|