summaryrefslogtreecommitdiff
path: root/src/game-server/main-game.cpp
AgeCommit message (Expand)AuthorFilesLines
2010-03-08Remove an unused function and two protocol messages.Bertram1-2/+1
2010-02-07Update Copyright date for Manaserv.Bertram1-1/+1
2010-02-07Fixed gameserver termination under unices environnements when the account ser...Bertram1-1/+1
2010-01-29Rename enum elements to avoid clashing with macrosBernd Wachter1-1/+1
2010-01-17Added permission manager. Currently only used for @commands and doesn't suppo...Philipp Sehmisch1-0/+3
2009-12-28Tweaked the skip detection a bit more to show less groups of small skips in t...Philipp Sehmisch1-2/+2
2009-12-28Made world tick skip detection more laxPhilipp Sehmisch1-12/+12
2009-12-28Added support for skill names as weapon types in items.xml (still hardcoded)Philipp Sehmisch1-0/+3
2009-12-06Fixed name of the project in copyright headersThorbjørn Lindeijer1-14/+14
2009-11-05Fix handeling of GameServer portJared Adams1-4/+9
2009-10-24Rebranding tmwserv to manaservThorbjørn Lindeijer1-4/+4
2009-10-18Some random cleanupsThorbjørn Lindeijer1-1/+1
2009-10-17Also close gracefully on receiving the TERM signalThorbjørn Lindeijer1-0/+1
2009-10-03Some cleanupThorbjørn Lindeijer1-2/+1
2009-10-02UNIX compilation fix for last commitPhilipp Sehmisch1-1/+7
2009-10-02Game-server now tries again when failing to connect to account-server. Reconn...Philipp Sehmisch1-2/+15
2009-07-20Have the game server reconnect with the account-server if account-server is r...Chuck Miller1-1/+20
2009-07-17Adds scripted status effectsChuck Miller1-0/+4
2009-05-24Stopped tmwserv from writing to its configuration fileBjørn Lindeijer1-21/+29
2009-02-24Forgot two config key renames and a little style fixPhilipp Sehmisch1-2/+2
2008-12-01Added new table to store online users. See mantis #553Andreas Habel1-2/+6
2008-11-30Add sync Buffer according to mantis #550Andreas Habel1-0/+2
2008-11-20Made Bandwidth Monitor GlobalDavid Athay1-4/+10
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