K 10
svn:author
V 7
freeciv
K 8
svn:date
V 27
1998-12-21T16:12:08.000000Z
K 7
svn:log
V 1127
mjd@alphalink.com.au:
 - Rationalised prompt printing, so we only get one when we
   need it.  It makes startup look a lot nicer.
 - Added an int return to the metaserver send routines, so
   callers know whether it was successful or not.
 - Unfolded some routines to avoid lots of elses or long ifs.
   Basically, if a routine could drop out, drop out immediately
   with return, rather than skip an if or else if until the end.
 - Changed the format of human players from player[someplace] to
   <player@someplace>.  It's more like other things we see, like
   mail addresses.
 - Made some messages correctly handle singular cases.
 - Made the list command (and the corresponding client command)
   look nicer for AI players.
 - Changed the default meta-server info line from "Blood's Music II"
   to "(default)".  Kinda boring I know... :-(
 - Warn the server-op if they try a "meta" command, and we can't
   send to the metaserver.
 - Changed "help_command()" to "explain_option()".
 - Patched the stdin handler so blank lines are ignored.
 - "Help" now does what "h" does.  Explaining options is now
   done by "explain".

END
