Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-01-26 | Apply C++11 fixits | Thorbjørn Lindeijer | 1 | -1/+1 | |
modernize-use-auto modernize-use-nullptr modernize-use-override modernize-use-using | |||||
2012-01-26 | Updated copyrights to 2012 | Thorbjørn Lindeijer | 1 | -1/+1 | |
2010-02-21 | Made tick counter and framerate limiter work during login sequence | Thorbjørn Lindeijer | 1 | -3/+3 | |
Much code was moved from main() to the new Client::exec(). This new event loop now integrates with the Game class, so that the tick counter and framerate limiter apply universally. The Client class is also responsible for some things that used to be global variables. Mantis-issue: ... | |||||
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 ) | |||||
2009-10-19 | Fix RegisterDialog tab order and detail lengths | Jared Adams | 1 | -6/+10 | |
2009-10-07 | Clean up state machine some more | Jared Adams | 1 | -6/+4 | |
2009-10-04 | Replaced setNetworkOptions with LoginHandler::supportedOptionalActions | Thorbjørn Lindeijer | 1 | -1/+0 | |
Better to ask when needed that rely on static booleans to be set from somewhere. Also tried to fix the layouting a bit, but it's still not perfect. | |||||
2009-07-17 | Various gettext fixes | Kess Vargavind | 1 | -10/+9 | |
* Merged a few split strings * Fixed some spellings and wordings * Turned a couple of std::cout and std::cerr into logger messages | |||||
2009-06-09 | Convert the change password dialog to use the layout system | Bjørn Lindeijer | 1 | -49/+17 | |
Fixes layout on Windows | |||||
2009-05-07 | Moved two files which held net data into the net folder. Considering | Tametomo | 1 | -1/+2 | |
their function, this is a much better place to put them. Signed-off-by: Tametomo <irarice@gmail.com> Signed-off-by: Bjørn Lindeijer <bjorn@lindeijer.nl> | |||||
2009-05-03 | Moved strprintf into stringutils.{h,cpp} | Bjørn Lindeijer | 1 | -1/+1 | |
2009-04-29 | Removed underscores from some non-conforming filenames | Bjørn Lindeijer | 1 | -1/+1 | |
We don't use underscores in the filenames generally, and let's be consistent on that matter. | |||||
2009-04-07 | Moved basic widgets into the gui/widgets directory | Bjørn Lindeijer | 1 | -4/+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 | Used custom widgets where appropriate and some cleanup | Bjørn Lindeijer | 1 | -18/+17 | |
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 | -4/+4 | |
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. | |||||
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-04-25 | Added client-side email address change ability. | Yohann Ferreira | 1 | -4/+3 | |
2008-04-23 | Fixed svn:keywords properties and added header to guild.h. | Bjørn Lindeijer | 1 | -1/+1 | |
2008-04-18 | Made 'Unregister' and 'change password' functionnal, at least client-side. | Yohann Ferreira | 1 | -1/+5 | |
2008-04-18 | Added a change password dialog. State code is to be reworked. | Yohann Ferreira | 1 | -0/+192 | |
(Once again, I need feedback. Thanks!) |