summaryrefslogtreecommitdiffstats
path: root/src/game-server/main-game.cpp
Commit message (Expand)AuthorAgeFilesLines
* Get rid of the server tick magic number.Yohann Ferreira2011-01-061-2/+3
* Deharcoded the host and port options for each servers.Yohann Ferreira2010-12-161-1/+13
* Renamed .hpp files into .h for consistency.Yohann Ferreira2010-11-141-18/+18
* Fixed the append behaviour of logger::setLogFile().Yohann Ferreira2010-10-201-1/+1
* Add log file rotation support based on ExceptionFault's work.Yohann Ferreira2010-09-291-0/+10
* Added options to disable the server log to standard output to the minimum.Yohann Ferreira2010-09-221-9/+13
* Centralized the servers' exit values.Yohann Ferreira2010-09-221-6/+8
* Added config options to set stats and log files and paths.Yohann Ferreira2010-09-071-9/+10
* Added a --config manaserv.xml file path options to both servers.Yohann Ferreira2010-08-311-24/+71
* Merge branch 'testing'Freeyorp2010-08-291-4/+12
|\
| * Changed the stat file name to attributes.xml.Yohann Ferreira2010-08-021-1/+1
| * New attribute system and major changes to many low-level areas.Freeyorp2010-07-101-4/+12
* | Rename some stuff to conform to naming conventionsThorbjørn Lindeijer2010-08-221-4/+3
* | Changed the location of configuration, logs and statsThorbjørn Lindeijer2010-08-221-49/+18
|/
* Added LUA script bindings for manipulating the specials available to a charac...Philipp Sehmisch2010-07-091-0/+3
* Use XML::Document to automate memory cleanupThorbjørn Lindeijer2010-05-301-2/+2
* Made the logLevel be taken from configuration for both servers.Yohann Ferreira2010-05-291-24/+35
* Added some more log infos, and made small cleanups.Yohann Ferreira2010-05-281-1/+7
* Changed and split up the default location for loading dataThorbjørn Lindeijer2010-05-161-1/+1
* Implemented handler for on_chr_death and put the loading of the global script...Philipp Sehmisch2010-04-111-13/+10
* Added global lua event script (only on_being_death_accept for now)Philipp Sehmisch2010-04-111-0/+7
* Remove an unused function and two protocol messages.Bertram2010-03-081-2/+1
* Update Copyright date for Manaserv.Bertram2010-02-071-1/+1
* Fixed gameserver termination under unices environnements when the account ser...Bertram2010-02-071-1/+1
* Rename enum elements to avoid clashing with macrosBernd Wachter2010-01-291-1/+1
* Added permission manager. Currently only used for @commands and doesn't suppo...Philipp Sehmisch2010-01-171-0/+3
* Tweaked the skip detection a bit more to show less groups of small skips in t...Philipp Sehmisch2009-12-281-2/+2
* Made world tick skip detection more laxPhilipp Sehmisch2009-12-281-12/+12
* Added support for skill names as weapon types in items.xml (still hardcoded)Philipp Sehmisch2009-12-281-0/+3
* Fixed name of the project in copyright headersThorbjørn Lindeijer2009-12-061-14/+14
* Fix handeling of GameServer portJared Adams2009-11-051-4/+9
* Rebranding tmwserv to manaservThorbjørn Lindeijer2009-10-241-4/+4
* Some random cleanupsThorbjørn Lindeijer2009-10-181-1/+1
* Also close gracefully on receiving the TERM signalThorbjørn Lindeijer2009-10-171-0/+1
* Some cleanupThorbjørn Lindeijer2009-10-031-2/+1
* UNIX compilation fix for last commitPhilipp Sehmisch2009-10-021-1/+7
* Game-server now tries again when failing to connect to account-server. Reconn...Philipp Sehmisch2009-10-021-2/+15
* Have the game server reconnect with the account-server if account-server is r...Chuck Miller2009-07-201-1/+20
* Adds scripted status effectsChuck Miller2009-07-171-0/+4
* Stopped tmwserv from writing to its configuration fileBjørn Lindeijer2009-05-241-21/+29
* Forgot two config key renames and a little style fixPhilipp Sehmisch2009-02-241-2/+2
* Added new table to store online users. See mantis #553Andreas Habel2008-12-011-2/+6
* Add sync Buffer according to mantis #550Andreas Habel2008-11-301-0/+2
* Made Bandwidth Monitor GlobalDavid Athay2008-11-201-4/+10
* Added bandwidth monitoringDavid Athay2008-11-191-2/+6
* Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer2008-11-161-2/+0
* Some cleanup and an unsuccesful attempt at fixing a crash on map server exitBjørn Lindeijer2008-10-261-3/+2
* Fixed NPC id bug. Changed time between server reconnection attempts.David Athay2008-10-221-1/+4
* Game Server now reconnects to Account Server. Some postal system bugs fixed.David Athay2008-10-211-5/+15
* Added post communication between chat and game servers.David Athay2008-09-191-0/+6