empserver/src/client
2009-04-30 21:16:56 +02:00
..
configure.ac Bump version to 4.3.23 2009-04-30 21:16:56 +02:00
expect.c Update copyright notice 2009-02-08 09:33:18 +01:00
host.c Update known contributors comments 2009-02-18 21:11:33 +01:00
ipglob.c.in Update copyright notice 2009-02-08 09:33:18 +01:00
linebuf.c Update copyright notice 2009-02-08 09:33:18 +01:00
linebuf.h Update copyright notice 2009-02-08 09:33:18 +01:00
login.c Fix ersatz_getpass() to use its parameter 2009-04-25 10:02:47 +02:00
main.c Include stdlib.h unconditionally, for simplicity 2009-04-10 19:09:58 +02:00
Makefile.in Trim a bogus make dependency in standalone client build 2009-04-18 19:08:03 +02:00
misc.h Autoconfigure use of terminfo 2009-04-19 15:42:19 +02:00
play.c Fix misuse of CreateThread() in Windows client 2009-04-25 10:16:27 +02:00
README Update copyright notice 2009-02-08 09:33:18 +01:00
ringbuf.c Update copyright notice 2009-02-08 09:33:18 +01:00
ringbuf.h Update copyright notice 2009-02-08 09:33:18 +01:00
secure.c Update copyright notice 2009-02-08 09:33:18 +01:00
secure.h Add includes to make headers self-contained 2009-04-21 19:30:42 +02:00
servcmd.c Update copyright notice 2009-02-08 09:33:18 +01:00
sysdep_w32.c Replace missing getpass() 2009-04-10 19:09:57 +02:00
sysdep_w32.h Declare getsose() & friends in one place 2009-04-19 15:25:45 +02:00
termlib.c Autoconfigure use of terminfo 2009-04-19 15:42:19 +02:00

This is the basic Empire Client.

Empire is a multi-player, client/server Internet based war game.
Copyright (C) 1986-2009, Dave Pare, Jeff Bailey, Thomas Ruschak, Ken
Stevens, Steve McClure

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License (in file
`COPYING'), or (at your option) any later version.

The client is distributed as part of the complete source tarball and
as a standalone client tarball.  The instructions below apply to the
client tarball.  If you got the complete source, as tarball or from
a git repository, refer to ../../README instead.

See file `INSTALL' for detailed compilation and installation
instructions.  Quick guide for the impatient: run configure; make;
make install.  The last step is optional; everything runs fine right
from the build tree.

The client connects to the Changeling blitz by default.  Use
environment variables EMPIREHOST and EMPIREPORT to connect to another
game (see manual page for details).

The client tarball is not meant for development.  Use the complete
source for that.

Please report bugs to <wolfpack@wolfpackempire.com> or via SourceForge
http://sourceforge.net/projects/empserver (registration required).

For more information or help, try rec.games.empire on Usenet, or send
e-mail to <wolfpack@wolfpackempire.com> and we'll try to answer if we
can.  Also check out our web site at "http://www.wolfpackempire.com".

Have fun!

Wolfpack!