Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-03-27 | Simplified and fixed initialization of login data | Bjørn Lindeijer | 1 | -1/+1 | |
Command line parameters were being overridden by old configuration settings. | |||||
2009-03-22 | Merged the tmwserv client with the eAthena client | Bjørn Lindeijer | 1 | -1/+31 | |
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! | |||||
2009-01-25 | Removed the TMW branding from header guards | Bjørn Lindeijer | 1 | -2/+2 | |
2009-01-23 | Removed unnecessary references to The Mana World in code headers | Bjørn Lindeijer | 1 | -4/+4 | |
This dates back to the old days of TMW, but the usage instructions of GPLv2 don't mention this being necessary. Since it doesn't add anything, avoid the branding in these sections. | |||||
2008-11-20 | Renabled the dynamic updates | Bjørn Lindeijer | 1 | -7/+9 | |
The update host can be optionally received from the server in a succesful login response or register response message. This change also merged Subversion commits 4425 and 4426: ........ r4425 | b_lindeijer | 2008-07-18 00:52:53 +0200 (Fri, 18 Jul 2008) | 3 lines -- Added support for handling the custom eAthena packet that sends the update host (patch by Sanga). ........ r4426 | b_lindeijer | 2008-07-18 01:08:17 +0200 (Fri, 18 Jul 2008) | 3 lines -- Remove possible trailing slash at the end of the update host, since otherwise there'll be two of them. | |||||
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-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-07-17 | Added support for handling the custom eAthena packet that sends the update | Bjørn Lindeijer | 1 | -0/+1 | |
host (patch by Sanga). | |||||
2008-04-25 | Added client-side email address change ability. | Yohann Ferreira | 1 | -0/+2 | |
2008-04-18 | Added a change password dialog. State code is to be reworked. | Yohann Ferreira | 1 | -0/+2 | |
(Once again, I need feedback. Thanks!) | |||||
2007-09-27 | Merged another bunch of changes from trunk to 0.0 to reduce the difference. | Bjørn Lindeijer | 1 | -0/+2 | |
2007-09-22 | Cleaned a bit. | Guillaume Melquiond | 1 | -4/+2 | |
2007-03-24 | Merged 0.0 changes from revision 3177 to 3234 to trunk. | Bjørn Lindeijer | 1 | -2/+2 | |
2007-03-24 | Go back to login or register state on error, depending on what the user was | Bjørn Lindeijer | 1 | -2/+2 | |
doing, and fixed the error message when registering an account that already exists. Also another crash fix following from previous commit. | |||||
2007-03-11 | Merged 0.0 changes from revision 3065 to 3177 to trunk. | Bjørn Lindeijer | 1 | -0/+1 | |
2007-02-23 | Added unregistering, logout_then_exit, switch_character and ↵ | Rogier Polak | 1 | -0/+9 | |
switch_accountserver. | |||||
2007-02-13 | Fixed the _M/_F username bug. | Philipp Sehmisch | 1 | -0/+1 | |
2006-08-02 | Ported account registration to tmwserv. There's still a ↵ | Eugenio Favalli | 1 | -1/+1 | |
disconnection/reconnection between registration and login. | |||||
2006-02-23 | A bunch of mostly cosmetic cleanups. | Björn Steinbrink | 1 | -0/+1 | |
2006-02-04 | Unify the various login dialogs to use LoginData. | Björn Steinbrink | 1 | -0/+4 | |
2006-02-03 | Made the login dialog work on LoginData only, without playing with the ↵ | Björn Steinbrink | 1 | -0/+2 | |
config, it's not its job to do so. | |||||
2006-01-22 | Merged NETWORK branch (includes BEING_OVERHAUL). | Björn Steinbrink | 1 | -0/+35 | |