summaryrefslogtreecommitdiff
path: root/src/gui/serverdialog.cpp
AgeCommit message (Expand)AuthorFilesLines
2010-10-13Hiding Manaserv from the player on TMW-Athena only releaseStefan Dombrowski1-0/+51
2010-09-28Removing click-countStefan Dombrowski1-11/+0
2010-09-11Fixing misspelling in Setup_Video and removing empty lines from logStefan Dombrowski1-1/+1
2010-06-13Handle char-server login errors betterJared Adams1-0/+1
2010-06-12Add error.xml to client repository and move error.pngJared Adams1-0/+2
2010-06-03Cleanup some logging statementsJared Adams1-7/+1
2010-06-03Ignore unknown server types in the server listJared Adams1-0/+9
2010-05-05Fix showing the type of the default serverJared Adams1-0/+2
2010-04-17Changed eAthena protocol name to TmwAthena and changed the config files accor...Bertram1-8/+8
2010-04-12Fix error in server list download when download has problemsJared Adams1-2/+5
2010-04-06Fix a crash when adding new serversJared Adams1-23/+9
2010-03-29Add minimum version information to the server listJared Adams1-29/+141
2010-03-15Fix some branding issuesJared Adams1-12/+2
2010-03-15Fix button overlap issues in login dialogsJared Adams1-1/+11
2010-03-14Fix saving the selected serverJared Adams1-3/+3
2010-03-13Make removing a server effective even when quitting afterwardsThorbjørn Lindeijer1-69/+84
2010-03-03Fix ServerDialog server selection change handlingJared Adams1-2/+1
2010-03-03Connect to a server when it's double clickedJared Adams1-3/+15
2010-02-28Fix inital state of server delete buttonJared Adams1-1/+1
2010-02-28Add delete button to ServerDialog and only save saved serversJared Adams1-7/+28
2010-02-28Some code cleanup regarding the server dialogThorbjørn Lindeijer1-104/+116
2010-02-28Removed a few pointless const qualifiersThorbjørn Lindeijer1-1/+1
2010-02-28Take the URL to the server list from the branding fileThorbjørn Lindeijer1-4/+8
2010-02-21Made tick counter and framerate limiter work during login sequenceThorbjørn Lindeijer1-5/+6
2010-02-22Modify copyright headersFreeyorp1-1/+2
2010-02-20License header update for The Mana ClientThorbjørn Lindeijer1-4/+3
2010-02-07Cleanup some memory issuesJared Adams1-0/+4
2010-02-07Updated Copyright year to 2010!Bertram1-1/+1
2010-01-31Unify eAthena and manaserv support in to one build.Daniel Bradshaw1-13/+47
2010-01-25Fix a bug when converting strings to server typesJared Adams1-1/+1
2010-01-24Better handle server typesJared Adams1-14/+39
2010-01-11Cleanup GUI classesJared Adams1-4/+4
2010-01-10Change code styleAndrei Karas1-7/+7
2009-12-27Fix double servers list in ServerDialogAndrei Karas1-2/+4
2009-12-06Improve keyboard accessibility of login sequenceJared Adams1-1/+17
2009-12-05Add a type member to ServerInfo and code for itJared Adams1-2/+14
2009-12-04Fixing multi thread crash.Andrei Karas1-0/+4
2009-12-02Mark a section is ServerDialog for merge removalJared Adams1-1/+2
2009-11-21Change the server list backup to use manasourceJared Adams1-2/+1
2009-11-03Remove more _SUPPORT ifdefs and do some cleanupJared Adams1-9/+5
2009-10-24REplace instances of TMW with ManaJared Adams1-2/+2
2009-10-13Handle canceled downloads more gracefullyJared Adams1-0/+5
2009-10-13Add an asynchronous download classJared Adams1-128/+197
2009-10-08Added "Add manual server entry" option to server selection dialog for betterAndreas Habel1-9/+48
2009-10-07Added sorting to online serverlist by last usage and merge of local andAndreas Habel1-41/+56
2009-10-06Implemented server selection list loaded from online xml file.Andreas Habel1-12/+109
2009-10-04Fixed crash in server dialog when there are no previous serversThorbjørn Lindeijer1-2/+5
2009-10-04Made sure the server information updates when dragging the server listThorbjørn Lindeijer1-18/+17
2009-10-03Polish login procedure and fix some bugs with itJared Adams1-13/+19
2009-10-03Give the drop down box in serverdialog more roomChuck Miller1-2/+3