summaryrefslogtreecommitdiff
path: root/src/gui/serverdialog.cpp
AgeCommit message (Expand)AuthorFilesLines
2011-03-25Merge branch '0.5'Thorbjørn Lindeijer1-1/+1
2011-03-22Fix a warning on serverdialogBlue Sans Douze1-2/+1
2011-03-22Add option for sorting servers list (issue 316)Blue Sans Douze1-0/+54
2011-03-05Fixing removal of custom serverStefan Dombrowski1-1/+1
2010-11-02Re-Enable the support of manaserv servers.Yohann Ferreira1-51/+0
2010-11-02Adding double-click to server dialog and world select dialogStefan Dombrowski1-0/+10
2010-11-01Merge branch '0.5' of gitorious.org:mana/manaYohann Ferreira1-11/+51
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-25Merge branch '1.0'Thorbjørn Lindeijer1-1/+1
2010-09-11Fixing misspelling in Setup_Video and removing empty lines from logStefan Dombrowski1-1/+1
2010-08-03Move Theme and UserPalette to the resources folderJared Adams1-2/+2
2010-07-28Centralized configuration default values using the VariableData system.Yohann Ferreira1-2/+2
2010-06-13Merge remote branch '1.0/1.0'Jared Adams1-6/+12
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-21Merge branch '1.0'Thorbjørn Lindeijer1-0/+2
2010-05-05Fix showing the type of the default serverJared Adams1-0/+2
2010-05-01Add chat logging.Andrei Karas1-0/+3
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