summaryrefslogtreecommitdiff
path: root/src/game-server/main-game.cpp
AgeCommit message (Expand)AuthorFilesLines
2022-08-19Apply C++11 fixitsThorbjørn Lindeijer1-2/+2
2022-08-19Apply C++11 fixitsThorbjørn Lindeijer1-15/+15
2013-08-26Removed skillsErik Schilling1-2/+0
2013-08-26[Abilities] Renamed specials to abilitiesErik Schilling1-3/+3
2013-07-28Allow -v for setting verbosityErik Schilling1-2/+2
2013-05-03Maps are now configured in settings.xml tooPrzemysław Grzywacz1-5/+0
2013-04-29Single xml solutionPrzemysław Grzywacz1-13/+15
2013-04-27Use nullptr instead of NULL everywhereErik Schilling1-2/+2
2013-03-25Changed Item to a component of ActorThorbjørn Lindeijer1-1/+1
2013-02-24Added possibility to reserve mapsErik Schilling1-11/+1
2013-02-03Modifications to allow crosscompiling with mingwErik Schilling1-0/+1
2013-02-01Added emote support.Yohann Ferreira1-0/+5
2012-05-05Added debugging mode to the protocolThorbjørn Lindeijer1-0/+3
2012-04-14Introduced a Timeout class for counting down without countingThorbjørn Lindeijer1-40/+42
2012-04-04Enhanced special supportErik Schilling1-1/+5
2012-03-02Merged all the different Lua states into oneThorbjørn Lindeijer1-6/+7
2011-11-07Merged three global script states into oneThorbjørn Lindeijer1-6/+5
2011-11-07Small cleanups in utils::TimerThorbjørn Lindeijer1-1/+1
2011-11-01Have one place where the Configuration is initializedThorbjørn Lindeijer1-44/+12
2011-10-19Have one place where the Logger is initializedThorbjørn Lindeijer1-18/+1
2011-09-28Fixed mem leak on the item and monster manager unloading processYohann Ferreira1-7/+7
2011-09-28Turned the skill manager into a class.Yohann Ferreira1-1/+3
2011-05-01Renamed the mana-status-effects.xml to status-effects.xmlYohann Ferreira1-1/+1
2011-05-01Changed the server to look for the skills.xml file.Yohann Ferreira1-1/+1
2011-04-27Added a simple crafting systemPhilipp Sehmisch1-0/+2
2011-04-16Set log verbosity earlier in game server to actually help debug.Yohann Ferreira1-6/+6
2011-03-17Micro-optimizations related to std::stringThorbjørn Lindeijer1-1/+1
2011-02-21Remove obsolete reset of SIGSEGV handlingStefan Dombrowski1-3/+0
2011-02-19Removing dublicate deinitialize of enetStefan Dombrowski1-3/+3
2011-02-16Removing unused variable configPathChangedStefan Dombrowski1-3/+0
2011-01-11Made the servers report their protocol version.Yohann Ferreira1-0/+3
2011-01-06Get rid of the server tick magic number.Yohann Ferreira1-2/+3
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