summaryrefslogtreecommitdiff
path: root/src/game-server/mapmanager.cpp
AgeCommit message (Expand)AuthorFilesLines
2012-09-02Allow map objects as warp targetsErik Schilling1-0/+3
2011-10-19Took interpreting the objects out of the map readerThorbjørn Lindeijer1-13/+8
2011-03-24Rely more on the functionality in XML::DocumentThorbjørn Lindeijer1-9/+3
2010-11-14Renamed .hpp files into .h for consistency.Yohann Ferreira1-6/+6
2010-10-22Made the servers check for positive id in xml db loading.Yohann Ferreira1-1/+13
2010-05-30Use XML::Document to automate memory cleanupThorbjørn Lindeijer1-50/+25
2010-05-29Only skip the UTF-8 BOM for Lua scriptsThorbjørn Lindeijer1-2/+1
2010-05-28Added some more log infos, and made small cleanups.Yohann Ferreira1-3/+5
2010-05-16Changed and split up the default location for loading dataThorbjørn Lindeijer1-3/+3
2010-04-25Added a Byte Order Mask (BOM) filter to the ResourceManager.Bertram1-1/+2
2010-02-07Update Copyright date for Manaserv.Bertram1-1/+1
2009-12-06Fixed name of the project in copyright headersThorbjørn Lindeijer1-7/+6
2009-07-20Have the game server reconnect with the account-server if account-server is r...Chuck Miller1-10/+46
2009-04-26Standardize on the position of the const keywordBjørn Lindeijer1-3/+3
2009-02-10Removed testing.cpp because all of its functionality can now be covered by LU...Philipp Sehmisch1-3/+0
2008-12-06Fixes map warp issues, and has a better starting locationChuck Miller1-0/+11
2008-11-16Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer1-2/+0
2008-04-23Accepted fix by rodge, getting rid of assertion failure when an admin tries toBjørn Lindeijer1-2/+1
2007-09-22Cleaned both configuration and resource managers.Guillaume Melquiond1-6/+5
2007-08-27Removed extensions from map names.Guillaume Melquiond1-2/+7
2007-07-17Implemented loading of warp and spawn areas from map files.Eugenio Favalli1-9/+4
2007-07-07Singleton managers do not need stateful classes. Changed them to namespace in...Guillaume Melquiond1-2/+13
2007-07-07Simplified code by using map pointers only, instead of using both map IDs and...Guillaume Melquiond1-38/+24
2007-06-26Merged guilds-and-parties branch to trunkDavid Athay1-0/+5
2007-02-01Added graceful server shutdown, chose some more sane variables names for SQLBjørn Lindeijer1-3/+5
2007-01-05Simplified handling of verbosity levels. Optimized code by generating only ne...Guillaume Melquiond1-7/+7
2007-01-03Split persistent player data from game server data. Enabled inventory code back.Guillaume Melquiond1-1/+1
2007-01-02Simplified MapReader interface and code. Fixed some memory leaks.Guillaume Melquiond1-1/+1
2007-01-02Removed obsolete files. Added a generic trigger system.Guillaume Melquiond1-1/+1
2006-12-30Controlled map activation from the account server, so that clients are not ke...Guillaume Melquiond1-5/+20
2006-12-30Added on-the-fly map loading.Guillaume Melquiond1-15/+18
2006-12-29Physically split the server into one tmwserv-acount program (account +Guillaume Melquiond1-0/+112