summaryrefslogtreecommitdiff
path: root/src/gui/serverdialog.cpp
AgeCommit message (Collapse)AuthorFilesLines
2009-03-26Fixes to file headers and header guardsBjørn Lindeijer1-4/+4
Mostly removal of branding for tmwserv related files, as was done for the eAthena client before.
2009-03-22Merged the tmwserv client with the eAthena clientBjørn Lindeijer1-0/+214
This merge involved major changes on both sides, and as such took several weeks. Lots of things are expected to be broken now, however, we now have a single code base to improve and extend, which can be compiled to support either eAthena or tmwserv. In the coming months, the plan is to work towards a client that supports both eAthena and tmwserv, without needing to be recompiled. Conflicts: Everywhere!
2008-11-16Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer1-2/+0
I don't know why we dealt with these things for so long. Did we ever get anything out of it?
2008-11-11Moved some hardcoded strings and filenames to an external configuration file.Philipp Sehmisch1-1/+1
2007-10-27Improved layout handler to support trees of nested arrays. Needed for ↵Guillaume Melquiond1-8/+4
converting and fixing the trade window.
2007-10-27Made it compile with GCC 4.3Guillaume Melquiond1-2/+3
2007-10-22Plugged memory leak. Simplified code. Removed annoying reset of text fields. ↵Guillaume Melquiond1-38/+22
Changed error message and marked it as translatable.
2007-10-21Made visible the resizable grip on inventory window.Guillaume Melquiond1-1/+0
2007-10-20Set FILL as default size in layout. Converted server selection dialog to ↵Guillaume Melquiond1-28/+15
layout handler.
2007-08-13Fixed svn properties.Guillaume Melquiond1-1/+1
2007-08-07Marked most of the GUI as translatable.Guillaume Melquiond1-6/+7
2007-02-23Added unregistering, logout_then_exit, switch_character and ↵Rogier Polak1-1/+1
switch_accountserver.
2007-01-14Merged 0.0 changes from revision 2988 to 3035 to trunk.Bjørn Lindeijer1-11/+12
2006-12-11Merged 0.0 changes from revision 2825 to 2898 to trunk.Bjørn Lindeijer1-0/+1
2006-11-02Network layer refactoring.Björn Steinbrink1-3/+0
2006-09-13Forgot to remove TODOS. At last, it is good.Yohann Ferreira1-1/+0
2006-09-13Added a skinned reusable dropdown widget and used it in the server dialog.Yohann Ferreira1-4/+4
2006-09-02Fixed crash when using short versions of server and port command line optionsBjørn Lindeijer1-20/+20
and made sure cancelling the account server connect shows the server dialog.
2006-09-01Fixed some header issues and updated project filesEugenio Favalli1-19/+18
2006-08-30Added a first version of the server dialog with an unskinned dropdown. ↵Yohann Ferreira1-0/+251
Upgraded also the connection window a bit to handle Cancelling more gracefully.