* cyphesis.spec.in: Disable dependency tracking and use multiple CPU
cores when building the rpm.
* configure.ac: Remove the need for libtool. Clean up some bit rot.
* AUTHORS: Update email addresses, and make it clearer who did what.
* acinclude.m4: Clean up the help text formatting in the postgresql
macro.
* autogen.sh: Remove libtoolize.
* acinclude.m4, configure.ac, common/prefix.c, common/prefix.h,
common/Makefile.am, common/globals.cpp, tools/Makefile.am:
Use BinReloc to make cyphesis relocatable on Linux.
* Switch to requiring pkg-config versions of libs, and make
postgres check more verbose.
* Disable metaserver by default. This is a devel server.
* rulesets/World.cpp, rulesets/World.h: Add terrain using
Mercator to the world entity, including the required attribute
handlers.
* Added pkgconfig and sigc++ autotools macros into acinclude.m4
as only one or the other should be required, not both.
* server/Connection.h, server/Connection.cpp: Move large methods
into .cpp file to avoid bloat. Add in non ref method
for removing deleted objects, as references are a problem.
* Account.h, Account.cpp: characterDestroyed method now
takes value rather than reference because of sigc++. Add
necessary headers.
* client/client.cpp, server/server.cpp, common/globals.cpp,
common/globals.h, tools/cycmd.cpp, tools/cydbload.cpp,
tools/cypasswd.cpp: Move code for handling loading of config
from the command line, user config and global config, into
globals.cpp, and make use of it in all tools.
* tools/cycmd.cpp: Fix objtype on server set commands.
* common/Database.cpp, common/Database.h: Implemented new database
interface to PostgreSQL to replace inadequate db3 code.
* common/database.cpp, common/database.h: Old code removed from the
build.
* common/accountbase.h, server/Admin.cpp, server/Persistance.cpp,
server/server.cpp, tools/cydbload.cpp: Fixed for minor changes
in the low level database API.
* common/globals.h, common/globals.cpp, rulesets/EntityFactory.cpp,
server/Admin.cpp, server/CommServer.cpp,
Remove varconf header from globals.h, and put in .cpp files
where it belongs.