Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-04-07 | Moved basic widgets into the gui/widgets directory | Bjørn Lindeijer | 1 | -5/+5 | |
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 | Fixed compile for tmwserv client | Bjørn Lindeijer | 1 | -0/+1 | |
2009-04-07 | Used custom widgets where appropriate and some cleanup | Bjørn Lindeijer | 1 | -20/+19 | |
Replaced many gcn::Label with Label, gcn::Slider with Slider in character creation dialog. Also cleaned up includes. | |||||
2009-03-27 | Removed unnecessary parenthesis on constructors | Bjørn Lindeijer | 1 | -2/+2 | |
2009-03-26 | Fixes to file headers and header guards | Bjørn Lindeijer | 1 | -4/+4 | |
Mostly removal of branding for tmwserv related files, as was done for the eAthena client before. | |||||
2009-03-22 | Merged the tmwserv client with the eAthena client | Bjørn Lindeijer | 1 | -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-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? | |||||
2008-11-11 | Moved some hardcoded strings and filenames to an external configuration file. | Philipp Sehmisch | 1 | -1/+1 | |
2007-10-27 | Improved layout handler to support trees of nested arrays. Needed for ↵ | Guillaume Melquiond | 1 | -8/+4 | |
converting and fixing the trade window. | |||||
2007-10-27 | Made it compile with GCC 4.3 | Guillaume Melquiond | 1 | -2/+3 | |
2007-10-22 | Plugged memory leak. Simplified code. Removed annoying reset of text fields. ↵ | Guillaume Melquiond | 1 | -38/+22 | |
Changed error message and marked it as translatable. | |||||
2007-10-21 | Made visible the resizable grip on inventory window. | Guillaume Melquiond | 1 | -1/+0 | |
2007-10-20 | Set FILL as default size in layout. Converted server selection dialog to ↵ | Guillaume Melquiond | 1 | -28/+15 | |
layout handler. | |||||
2007-08-13 | Fixed svn properties. | Guillaume Melquiond | 1 | -1/+1 | |
2007-08-07 | Marked most of the GUI as translatable. | Guillaume Melquiond | 1 | -6/+7 | |
2007-02-23 | Added unregistering, logout_then_exit, switch_character and ↵ | Rogier Polak | 1 | -1/+1 | |
switch_accountserver. | |||||
2007-01-14 | Merged 0.0 changes from revision 2988 to 3035 to trunk. | Bjørn Lindeijer | 1 | -11/+12 | |
2006-12-11 | Merged 0.0 changes from revision 2825 to 2898 to trunk. | Bjørn Lindeijer | 1 | -0/+1 | |
2006-11-02 | Network layer refactoring. | Björn Steinbrink | 1 | -3/+0 | |
2006-09-13 | Forgot to remove TODOS. At last, it is good. | Yohann Ferreira | 1 | -1/+0 | |
2006-09-13 | Added a skinned reusable dropdown widget and used it in the server dialog. | Yohann Ferreira | 1 | -4/+4 | |
2006-09-02 | Fixed crash when using short versions of server and port command line options | Bjørn Lindeijer | 1 | -20/+20 | |
and made sure cancelling the account server connect shows the server dialog. | |||||
2006-09-01 | Fixed some header issues and updated project files | Eugenio Favalli | 1 | -19/+18 | |
2006-08-30 | Added a first version of the server dialog with an unskinned dropdown. ↵ | Yohann Ferreira | 1 | -0/+251 | |
Upgraded also the connection window a bit to handle Cancelling more gracefully. |