summaryrefslogtreecommitdiffstats
path: root/src/game-server/main-game.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Abilities] Renamed specials to abilitiesErik Schilling2013-05-081-3/+3
* Maps are now configured in settings.xml tooPrzemysław Grzywacz2013-05-031-5/+0
* Single xml solutionPrzemysław Grzywacz2013-04-291-13/+15
* Use nullptr instead of NULL everywhereErik Schilling2013-04-271-2/+2
* Changed Item to a component of ActorThorbjørn Lindeijer2013-03-251-1/+1
* Added possibility to reserve mapsErik Schilling2013-02-241-11/+1
* Modifications to allow crosscompiling with mingwErik Schilling2013-02-031-0/+1
* Added emote support.Yohann Ferreira2013-02-011-0/+5
* Added debugging mode to the protocolThorbjørn Lindeijer2012-05-051-0/+3
* Introduced a Timeout class for counting down without countingThorbjørn Lindeijer2012-04-141-40/+42
* Enhanced special supportErik Schilling2012-04-041-1/+5
* Merged all the different Lua states into oneThorbjørn Lindeijer2012-03-021-6/+7
* Merged three global script states into oneThorbjørn Lindeijer2011-11-071-6/+5
* Small cleanups in utils::TimerThorbjørn Lindeijer2011-11-071-1/+1
* Have one place where the Configuration is initializedThorbjørn Lindeijer2011-11-011-44/+12
* Have one place where the Logger is initializedThorbjørn Lindeijer2011-10-191-18/+1
* Fixed mem leak on the item and monster manager unloading processYohann Ferreira2011-09-281-7/+7
* Turned the skill manager into a class.Yohann Ferreira2011-09-281-1/+3
* Renamed the mana-status-effects.xml to status-effects.xmlYohann Ferreira2011-05-011-1/+1
* Changed the server to look for the skills.xml file.Yohann Ferreira2011-05-011-1/+1
* Added a simple crafting systemPhilipp Sehmisch2011-04-271-0/+2
* Set log verbosity earlier in game server to actually help debug.Yohann Ferreira2011-04-161-6/+6
* Micro-optimizations related to std::stringThorbjørn Lindeijer2011-03-171-1/+1
* Remove obsolete reset of SIGSEGV handlingStefan Dombrowski2011-02-211-3/+0
* Removing dublicate deinitialize of enetStefan Dombrowski2011-02-191-3/+3
* Removing unused variable configPathChangedStefan Dombrowski2011-02-161-3/+0
* Made the servers report their protocol version.Yohann Ferreira2011-01-111-0/+3
* 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