Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-02-28 | Add delete button to ServerDialog and only save saved servers | Jared Adams | 1 | -2/+9 | |
Reviewed-by: Thorbjørn Lindeijer | |||||
2010-02-28 | Removed a few pointless const qualifiers | Thorbjørn Lindeijer | 1 | -1/+1 | |
Reviewed-by: Jared Adams | |||||
2010-02-22 | Modify copyright headers | Freeyorp | 1 | -1/+2 | |
2010-02-20 | License header update for The Mana Client | Thorbjørn Lindeijer | 1 | -4/+3 | |
2010-02-07 | Updated Copyright year to 2010! | Bertram | 1 | -1/+1 | |
Also added the update copyright tool from the Wormux Team. ( And not forgetting credit's due. :P ) | |||||
2010-01-31 | Unify eAthena and manaserv support in to one build. | Daniel Bradshaw | 1 | -0/+24 | |
Finish support for server types in the server dialog. Using the new server type function, strip out ifdefs, replacing them with if blocks for later merging in smaller atomic commits. Remove any remaining references to the support defs, including in build system. | |||||
2009-12-06 | Improve keyboard accessibility of login sequence | Jared Adams | 1 | -0/+4 | |
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-13 | Add an asynchronous download class | Jared Adams | 1 | -40/+52 | |
And use it to download news, updates, and the server list. | |||||
2009-10-08 | Added "Add manual server entry" option to server selection dialog for better | Andreas Habel | 1 | -4/+7 | |
handling of listentries. | |||||
2009-10-07 | Added sorting to online serverlist by last usage and merge of local and | Andreas Habel | 1 | -0/+19 | |
remotely listed servers. | |||||
2009-10-06 | Implemented server selection list loaded from online xml file. | Andreas Habel | 1 | -0/+3 | |
2009-10-04 | Made sure the server information updates when dragging the server list | Thorbjørn Lindeijer | 1 | -2/+10 | |
It was only updating on click events, due to using ActionListener instead of SelectionListener. | |||||
2009-10-03 | Polish login procedure and fix some bugs with it | Jared Adams | 1 | -4/+4 | |
WorldSelectDialog now works correctly. Buttons for several dialogs have more explainatory text and consistant locations. | |||||
2009-09-30 | Merge login state machines for both clients | Jared Adams | 1 | -21/+7 | |
Also do some cleanup and refactoring of related code. | |||||
2009-04-15 | Have the DropDown create its ScrollArea and ListBox | Bjørn Lindeijer | 1 | -2/+0 | |
And also clean them up again. Fixes some memory leaks and simplifies the code. Also got rid of the basically unused "opaque" setting of DropDown. | |||||
2009-04-07 | Moved basic widgets into the gui/widgets directory | Bjørn Lindeijer | 1 | -1/+1 | |
In an attempt to make the GUI code a little more structured, basic widgets are now put in gui/widgets. Many includes were also cleaned up. | |||||
2009-04-07 | Used custom widgets where appropriate and some cleanup | Bjørn Lindeijer | 1 | -11/+16 | |
Replaced many gcn::Label with Label, gcn::Slider with Slider in character creation dialog. Also cleaned up includes. | |||||
2009-03-26 | Fixes to file headers and header guards | Bjørn Lindeijer | 1 | -6/+6 | |
Mostly removal of branding for tmwserv related files, as was done for the eAthena client before. | |||||
2009-03-26 | Remove redundancy, fix variable names and other code cleanups | Bjørn Lindeijer | 1 | -2/+2 | |
2009-03-23 | Move all TMWServ-specific code to net/tmwserv | Jared Adams | 1 | -1/+1 | |
Also fix several instances where the same net handler was being used for both servers, and a few other related oddities. | |||||
2008-11-16 | Got rid of CVS/Subversion $Id$ markers | Bjørn Lindeijer | 1 | -2/+0 | |
I don't know why we dealt with these things for so long. Did we ever get anything out of it? | |||||
2007-10-22 | Plugged memory leak. Simplified code. Removed annoying reset of text fields. ↵ | Guillaume Melquiond | 1 | -27/+0 | |
Changed error message and marked it as translatable. | |||||
2007-08-13 | Fixed svn properties. | Guillaume Melquiond | 1 | -1/+1 | |
2007-01-14 | Merged 0.0 changes from revision 2988 to 3035 to trunk. | Bjørn Lindeijer | 1 | -3/+2 | |
2006-12-11 | Merged 0.0 changes from revision 2825 to 2898 to trunk. | Bjørn Lindeijer | 1 | -1/+1 | |
2006-09-13 | Forgot to remove TODOS. At last, it is good. | Yohann Ferreira | 1 | -2/+0 | |
2006-09-13 | Added a skinned reusable dropdown widget and used it in the server dialog. | Yohann Ferreira | 1 | -11/+13 | |
2006-09-01 | Fixed some header issues and updated project files | Eugenio Favalli | 1 | -8/+16 | |
2006-08-30 | Windows fix to previous commit. | Yohann Ferreira | 1 | -1/+1 | |
2006-08-30 | Added a first version of the server dialog with an unskinned dropdown. ↵ | Yohann Ferreira | 1 | -0/+145 | |
Upgraded also the connection window a bit to handle Cancelling more gracefully. |