summaryrefslogtreecommitdiff
path: root/src/gui/register.cpp
AgeCommit message (Expand)AuthorFilesLines
2009-05-03Moved strprintf into stringutils.{h,cpp}Bjørn Lindeijer1-1/+0
2009-04-29Removed underscores from some non-conforming filenamesBjørn Lindeijer1-1/+1
2009-04-12Append _F or _M to username in eAthena network layerBjørn Lindeijer1-1/+2
2009-04-10Revived the email field to fix registration crashBjørn Lindeijer1-0/+8
2009-04-07Moved basic widgets into the gui/widgets directoryBjørn Lindeijer1-17/+18
2009-03-25Merge branch 'eathena/master'Bjørn Lindeijer1-11/+7
2009-03-23Merge branch 'aethyra/master'Bjørn Lindeijer1-11/+8
2009-03-22Merged the tmwserv client with the eAthena clientBjørn Lindeijer1-23/+37
2009-03-19Make sure positionable dialogs start out centeredJared Adams1-1/+1
2009-03-14Made a label class derived from the guichan label class which utilizesIra Rice1-11/+8
2009-02-18Introduced a toLower method and grouped string utilsBjørn Lindeijer1-1/+1
2009-02-18Introduced a toLower method and grouped string utilsBjørn Lindeijer1-1/+1
2009-02-11Don't make log statements translatableBjørn Lindeijer1-1/+1
2009-02-10Use string::empty() instead of comparing to ""Bjørn Lindeijer1-1/+1
2009-02-10Fixed header files, as well as removed the unused buddy list class (notIra Rice1-2/+3
2009-02-10Use string::empty() instead of comparing to ""Bjørn Lindeijer1-1/+1
2009-02-10Don't make log statements translatableBjørn Lindeijer1-1/+1
2009-02-09Mostly whitespace fixesBjørn Lindeijer1-12/+12
2009-02-09Merged with Aethyra master as of 2009-02-09Bjørn Lindeijer1-6/+2
2009-02-09Mostly whitespace fixesBjørn Lindeijer1-12/+12
2009-02-04Went through the gui folder and revised the include statements to notIra Rice1-6/+2
2009-01-23Removed unnecessary references to The Mana World in code headersBjørn Lindeijer1-4/+4
2009-01-18Used dynamic layout for registration windowBjørn Lindeijer1-61/+37
2009-01-15Style cleanups throughout most of the code. Splitting function type fromIra Rice1-14/+7
2009-01-06Added support for internationalizationIra Rice1-28/+30
2008-11-18Pedantic fixes to the client, where I alphabetized all of the include Ira Rice1-5/+2
2008-11-16Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer1-2/+0
2008-07-18Import of client treeLloyd Bryant1-32/+90
2008-04-07Upgraded to Guichan 0.8.0 (merge from guichan-0.8 branch, except forBjørn Lindeijer1-1/+1
2007-08-07Marked most of the GUI as translatable.Guillaume Melquiond1-22/+25
2007-03-24Merged 0.0 changes from revision 3177 to 3234 to trunk.Bjørn Lindeijer1-22/+67
2007-03-24Make sure that when a network error occurs, the error message is available andBjørn Lindeijer1-1/+24
2007-03-24Go back to login or register state on error, depending on what the user wasBjørn Lindeijer1-3/+2
2007-03-22Only enable login button when a username, password and server are filled in.Bjørn Lindeijer1-33/+57
2007-03-11Merged 0.0 changes from revision 3065 to 3177 to trunk.Bjørn Lindeijer1-0/+1
2007-02-13Fixed the _M/_F username bug.Philipp Sehmisch1-0/+1
2007-01-17Changed default server.Eugenio Favalli1-1/+2
2007-01-14Merged 0.0 changes from revision 2988 to 3035 to trunk.Bjørn Lindeijer1-3/+3
2007-01-14Upgraded to Guichan 0.6.0 (merge from guichan-0.6.0 branch).Bjørn Lindeijer1-3/+3
2006-12-11Merged 0.0 changes from revision 2825 to 2898 to trunk.Bjørn Lindeijer1-0/+1
2006-12-03Made NPC names visible. Windows are now invisible by default.Bjørn Lindeijer1-1/+3
2006-11-02Fixed a memory leak and a double deletion.Björn Steinbrink1-5/+3
2006-08-27Got rid of server input field since connecting to the account server nowBjørn Lindeijer1-16/+8
2006-08-20Made cancel button in register dialog go back to the login dialog and cleanedBjørn Lindeijer1-1/+1
2006-08-20The Network can now connect to the three servers and affected methods now takeBjørn Lindeijer1-2/+2
2006-08-13Merged Guichan 0.5.0 support from guichan-0.5.0 branch, plus several updatesBjørn Lindeijer1-1/+1
2006-08-02Removed sex choice.Eugenio Favalli1-11/+2
2006-08-02Ported account registration to tmwserv. There's still a disconnection/reconne...Eugenio Favalli1-5/+15
2006-07-30Updated TMW to be compatible with Guichan 0.5.0 (merged from guichan-0.5.0Bjørn Lindeijer1-1/+1
2006-06-21Added female players.Eugenio Favalli1-13/+0