summaryrefslogtreecommitdiff
path: root/src/game-server/main-game.cpp
AgeCommit message (Collapse)AuthorFilesLines
2008-11-19Added bandwidth monitoringDavid Athay1-2/+6
2008-11-16Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer1-2/+0
2008-10-26Some cleanup and an unsuccesful attempt at fixing a crash on map server exitBjørn Lindeijer1-3/+2
when there is no connection the account server (a different one surfaced).
2008-10-22Fixed NPC id bug. Changed time between server reconnection attempts.David Athay1-1/+4
2008-10-21Game Server now reconnects to Account Server. Some postal system bugs fixed.David Athay1-5/+15
2008-09-19Added post communication between chat and game servers.David Athay1-0/+6
2008-09-18Added postal system to chat server, and modified tick time.David Athay1-1/+1
2008-04-16Added handling creating and leavingDavid Athay1-2/+2
parties. Fixed up some of the private channel stuff that remained.
2008-02-28Work in Progress commit of guilds.David Athay1-2/+3
2008-01-23Made the gameserver work more and complain less about not having enough time.Philipp Sehmisch1-4/+8
2007-09-22Cleaned both configuration and resource managers.Guillaume Melquiond1-13/+12
2007-09-16Added global accounting of beings.Guillaume Melquiond1-0/+1
2007-08-13Deleted obsolete files. Cleaned configuration. Removed obsolete SQL tables.Guillaume Melquiond1-49/+0
2007-07-08Added monster drops.Guillaume Melquiond1-2/+5
2007-07-07Singleton managers do not need stateful classes. Changed them to namespace ↵Guillaume Melquiond1-18/+5
interfaces.
2007-03-11Added a utils::processor namespace and a function to determine if, the ↵Rogier Polak1-1/+5
processor the program is running on, is little-endian or big-endian.
2007-03-10Added a utility function for creating magic_tokensRogier Polak1-0/+3
2007-03-05Added an abstrart base class for characterdata, in order to use the same ↵Rogier Polak1-1/+1
serialize and deserialize functions on both the accountserver and the gameserver.
2007-03-03Implemented an alternate collision-detection function, added namespace ↵Rogier Polak1-0/+4
utils::math.
2007-02-24Small modification to fix compilation issues on MS-WindowsRogier Polak1-0/+2
2007-02-01Added graceful server shutdown, chose some more sane variables names for SQLBjørn Lindeijer1-0/+10
queries and fixed a possible character collision error (patch by Rogier Polak).
2007-01-05Simplified handling of verbosity levels. Optimized code by generating only ↵Guillaume Melquiond1-13/+13
needed messages.
2007-01-05Removed log level argument from LOG_FATAL helper macro, with the assumptionBjørn Lindeijer1-22/+22
that fatal messages should always have highest log level.
2007-01-04Cleaned and updated project files, fixed Win32 PACKAGE_VERSION definition.Eugenio Favalli1-3/+0
2006-12-29Physically split the server into one tmwserv-acount program (account +Guillaume Melquiond1-0/+360
chat + database) and multiple tmwserv-game programs (selected with respect to the maps). Cleaned the repository by moving server-specific source files into dedicated directories.