summaryrefslogtreecommitdiff
path: root/src/net/worldinfo.h
AgeCommit message (Collapse)AuthorFilesLines
2010-02-07Updated Copyright year to 2010!Bertram1-1/+1
Also added the update copyright tool from the Wormux Team. ( And not forgetting credit's due. :P )
2009-10-06Some cleanup regarding keeping track of gender for eAthenaThorbjørn Lindeijer1-2/+2
LoginHandler now owns the world list and the token, instead of having them as global variables with pointers to the 'sex' member of the token from the GUI.
2009-09-30Merge login state machines for both clientsJared Adams1-0/+38
Also do some cleanup and refactoring of related code.