summaryrefslogtreecommitdiff
path: root/src/game-server/main-game.cpp
AgeCommit message (Expand)AuthorFilesLines
2010-12-16Deharcoded the host and port options for each servers.Yohann Ferreira1-1/+13
2010-11-14Renamed .hpp files into .h for consistency.Yohann Ferreira1-18/+18
2010-10-20Fixed the append behaviour of logger::setLogFile().Yohann Ferreira1-1/+1
2010-09-29Add log file rotation support based on ExceptionFault's work.Yohann Ferreira1-0/+10
2010-09-22Added options to disable the server log to standard output to the minimum.Yohann Ferreira1-9/+13
2010-09-22Centralized the servers' exit values.Yohann Ferreira1-6/+8
2010-09-07Added config options to set stats and log files and paths.Yohann Ferreira1-9/+10
2010-08-31Added a --config manaserv.xml file path options to both servers.Yohann Ferreira1-24/+71
2010-08-29Merge branch 'testing'Freeyorp1-4/+12
2010-08-22Rename some stuff to conform to naming conventionsThorbjørn Lindeijer1-4/+3
2010-08-22Changed the location of configuration, logs and statsThorbjørn Lindeijer1-49/+18
2010-08-02Changed the stat file name to attributes.xml.Yohann Ferreira1-1/+1
2010-07-10New attribute system and major changes to many low-level areas.Freeyorp1-4/+12
2010-07-09Added LUA script bindings for manipulating the specials available to a charac...Philipp Sehmisch1-0/+3
2010-05-30Use XML::Document to automate memory cleanupThorbjørn Lindeijer1-2/+2
2010-05-29Made the logLevel be taken from configuration for both servers.Yohann Ferreira1-24/+35
2010-05-28Added some more log infos, and made small cleanups.Yohann Ferreira1-1/+7
2010-05-16Changed and split up the default location for loading dataThorbjørn Lindeijer1-1/+1
2010-04-11Implemented handler for on_chr_death and put the loading of the global script...Philipp Sehmisch1-13/+10
2010-04-11Added global lua event script (only on_being_death_accept for now)Philipp Sehmisch1-0/+7
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