summaryrefslogtreecommitdiff
path: root/src/game-server/mapmanager.hpp
AgeCommit message (Collapse)AuthorFilesLines
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-3/+5
warp to a non-existing map.
2007-07-07Singleton managers do not need stateful classes. Changed them to namespace ↵Guillaume Melquiond1-37/+28
interfaces.
2007-07-07Simplified code by using map pointers only, instead of using both map IDs ↵Guillaume Melquiond1-25/+3
and map pointers.
2007-06-26Merged guilds-and-parties branch to trunkDavid Athay1-0/+5
2006-12-30Controlled map activation from the account server, so that clients are not ↵Guillaume Melquiond1-4/+15
kept on the wrong server when warped.
2006-12-30Added on-the-fly map loading.Guillaume Melquiond1-6/+0
2006-12-29Physically split the server into one tmwserv-acount program (account +Guillaume Melquiond1-0/+83
chat + database) and multiple tmwserv-game programs (selected with respect to the maps). Cleaned the repository by moving server-specific source files into dedicated directories.