summaryrefslogtreecommitdiff
path: root/src/gui/register.cpp
AgeCommit message (Collapse)AuthorFilesLines
2009-01-15Style cleanups throughout most of the code. Splitting function type fromIra Rice1-14/+7
the function names should no longer be around. Signed-off-by: Ira Rice <irarice@gmail.com>
2009-01-06Added support for internationalizationIra Rice1-28/+30
Merged from the mainline client. Originally implemented by Guillaume Melquiond, starting with commit 1828eee6a6d91fd385ad1e69d93044516493aa91. Conflicts: INSTALL configure.ac src/Makefile.am src/gui/buy.cpp src/gui/confirm_dialog.cpp src/gui/inventorywindow.cpp src/gui/login.cpp src/gui/menuwindow.cpp src/gui/minimap.cpp src/gui/ok_dialog.cpp src/gui/popupmenu.cpp src/gui/register.cpp src/gui/sell.cpp src/gui/setup.cpp src/gui/setup_video.cpp Signed-off-by: Ira Rice <irarice@gmail.com>
2008-11-18Pedantic fixes to the client, where I alphabetized all of the include Ira Rice1-5/+2
statements, as well as removing the new skill dialog, which we do not, nor will we use (if we do, it'd be a new one that we'd make). WARNING!!! This, and all other previous builds have a linker error for the Gnome libraries version 4.3.2 on my setup. It's assumed that this is also the case for other users of this library as well. I'm currently assuming that there's a bug in the compiler itself, and will look into reporting this, but in the mean time, it doesn't build for these users, unfortunately. Sorry about this.
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
gcn::TabbedArea usage)
2007-03-24Make sure that when a network error occurs, the error message is available andBjørn Lindeijer1-1/+24
shown to the user. Also, only enable Register button when all necessary fields are filled in.
2007-03-24Go back to login or register state on error, depending on what the user wasBjørn Lindeijer1-3/+2
doing, and fixed the error message when registering an account that already exists. Also another crash fix following from previous commit.
2007-03-22Only enable login button when a username, password and server are filled in.Bjørn Lindeijer1-33/+57
Pass username, password and server on to the register dialog. Go back to login dialog when canceling registration. Fixed a crash caused by deleting an OkDialog twice (it also deletes itself). Made the register dialog a bit wider. Register dialog no longer clears username field when it is invalid.
2007-02-13Fixed the _M/_F username bug.Philipp Sehmisch1-0/+1
2007-01-17Changed default server.Eugenio Favalli1-1/+2
2007-01-14Upgraded to Guichan 0.6.0 (merge from guichan-0.6.0 branch).Bjørn Lindeijer1-3/+3
2006-12-03Made NPC names visible. Windows are now invisible by default.Bjørn Lindeijer1-1/+3
2006-08-13Merged Guichan 0.5.0 support from guichan-0.5.0 branch, plus several updatesBjørn Lindeijer1-1/+1
from the 0.1.0 branch.
2006-06-21Added female players.Eugenio Favalli1-13/+0
2006-03-19Fixed a memory leak and removed some whitespace noise.Björn Steinbrink1-13/+17
2006-03-19Removed some useless null pointer checks.Björn Steinbrink1-5/+1
2006-03-19Unreverted latest change by Doener due to my lack of proper communication ↵Eugenio Favalli1-1/+1
abilities.
2006-03-19Reverted changeset r2269 (toString) as requested by ElvenProgrammer.Björn Steinbrink1-1/+1
2006-03-18Added a toString conversion function.Björn Steinbrink1-1/+1
2006-03-09Made all class members named like mClassMember.Björn Steinbrink1-75/+75
2006-03-09Made the Button ctor accept eventId and action listener.Björn Steinbrink1-7/+2
2006-02-01Made the OkDialog and ConfirmDialog classes proxies for their buttons' ↵Björn Steinbrink1-2/+2
events. Removed the RequestTradeWindow class, replaced with a plain ConfirmDialog. Fixed a memory leak along the way.
2006-01-22Merged NETWORK branch (includes BEING_OVERHAUL).Björn Steinbrink1-162/+11
2006-01-02Smoothed also character creation, buttons are now disabled during ↵Eugenio Favalli1-0/+1
connection/data phase.
2005-12-30Added a new item, improved smooth login sequence, added a registration ↵Eugenio Favalli1-0/+378
window (a lot of duplicated code to be removed).