summaryrefslogtreecommitdiff
path: root/src/gui/register.cpp
AgeCommit message (Collapse)AuthorFilesLines
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
happens before the login and register dialogs.
2006-08-20Made cancel button in register dialog go back to the login dialog and cleanedBjørn Lindeijer1-1/+1
up two unused states.
2006-08-20The Network can now connect to the three servers and affected methods now takeBjørn Lindeijer1-2/+2
the server type as a parameter. The MessageOut gained a convenience constructor (same as was added server side). The game states during login sequence have been renamed and redone in order to ensure no communication is attempted to unconnected servers. This allowed the removal of the outgoing message queue. Connecting to the account server has been moved before the login/register phase (dialogs will still need to be updated). Quite a few things are expected to be broken since I'm rather tired at the moment. I've left many TODO entries in the code.
2006-08-02Removed sex choice.Eugenio Favalli1-11/+2
2006-08-02Ported account registration to tmwserv. There's still a ↵Eugenio Favalli1-5/+15
disconnection/reconnection between registration and login.
2006-07-30Updated TMW to be compatible with Guichan 0.5.0 (merged from guichan-0.5.0Bjørn Lindeijer1-1/+1
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).