summaryrefslogtreecommitdiff
path: root/src/net/serverinfo.h
AgeCommit message (Collapse)AuthorFilesLines
2009-10-13Add an asynchronous download classJared Adams1-0/+3
And use it to download news, updates, and the server list.
2009-10-06Implemented server selection list loaded from online xml file.Andreas Habel1-0/+7
2009-10-04Made sure the server information updates when dragging the server listThorbjørn Lindeijer1-3/+5
It was only updating on click events, due to using ActionListener instead of SelectionListener.
2009-09-30Merge login state machines for both clientsJared Adams1-12/+19
Also do some cleanup and refactoring of related code.
2009-05-07Moved two files which held net data into the net folder. ConsideringTametomo1-0/+36
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>