summaryrefslogtreecommitdiff
path: root/src/gui/worldselectdialog.cpp
AgeCommit message (Collapse)AuthorFilesLines
2009-12-06Improve keyboard accessibility of login sequenceJared Adams1-0/+18
Enter and Escape now move forward and backwards for all dialogs except ServerSelectDialog (Escape quits) and CharSelectDialog (Enter doesn't do anything special).
2009-10-03Polish login procedure and fix some bugs with itJared Adams1-39/+35
WorldSelectDialog now works correctly. Buttons for several dialogs have more explainatory text and consistant locations.
2009-09-30Merge login state machines for both clientsJared Adams1-0/+125
Also do some cleanup and refactoring of related code.