summaryrefslogtreecommitdiff
path: root/src/gui/serverselectdialog.cpp
AgeCommit message (Collapse)AuthorFilesLines
2009-09-30Merge login state machines for both clientsJared Adams1-121/+0
Also do some cleanup and refactoring of related code.
2009-05-17Make the state variable a bit more type-safeBjørn Lindeijer1-1/+1
Should be no change in behaviour.
2009-05-07Moved two files which held net data into the net folder. ConsideringTametomo1-2/+3
their function, this is a much better place to put them. Signed-off-by: Tametomo <irarice@gmail.com> Signed-off-by: Bjørn Lindeijer <bjorn@lindeijer.nl>
2009-05-04Fix char-server default selection to be firstJared Adams1-14/+11
Also send a different version to the login-server to tell it to send the main char-server first.
2009-04-08Make some more file build for both serversJared Adams1-0/+123
Also some cleanup in main.cpp