summaryrefslogtreecommitdiff
path: root/src/net/tmwserv/maphandler.cpp
AgeCommit message (Collapse)AuthorFilesLines
2009-09-30Merge login state machines for both clientsJared Adams1-66/+0
Also do some cleanup and refactoring of related code.
2009-05-25Handle map not found gracefullyBjørn Lindeijer1-1/+0
Instead of shutting down, the client will now draw a gray background. This allows the player to still contact a GM in order to be helped out of the situation. It also helps me warp out of the non-existing map I accidentally warped myself onto. ;)
2009-04-20Fix clearing handlers on connecting to game server.David Athay1-0/+5
2009-04-07Make GeneralHandlers for both networksJared Adams1-0/+4
Also make Net::LogoutHandler
2009-04-05Implement TMWServ's Admin-, Chat-, and MapHandlersJared Adams1-0/+58