summaryrefslogtreecommitdiff
path: root/src/game-server/main-game.cpp
AgeCommit message (Expand)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
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
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 in...Guillaume Melquiond1-18/+5
2007-03-11Added a utils::processor namespace and a function to determine if, the proces...Rogier Polak1-1/+5
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 seri...Rogier Polak1-1/+1
2007-03-03Implemented an alternate collision-detection function, added namespace utils:...Rogier Polak1-0/+4
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
2007-01-05Simplified handling of verbosity levels. Optimized code by generating only ne...Guillaume Melquiond1-13/+13
2007-01-05Removed log level argument from LOG_FATAL helper macro, with the assumptionBjørn Lindeijer1-22/+22
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