summaryrefslogtreecommitdiff
path: root/src/gui/login.h
AgeCommit message (Collapse)AuthorFilesLines
2007-03-24Make sure that when a network error occurs, the error message is available andBjørn Lindeijer1-1/+1
shown to the user. Also, only enable Register button when all necessary fields are filled in.
2007-03-22Only enable login button when a username, password and server are filled in.Bjørn Lindeijer1-14/+16
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-01-14Upgraded to Guichan 0.6.0 (merge from guichan-0.6.0 branch).Bjørn Lindeijer1-2/+2
2006-08-13Merged Guichan 0.5.0 support from guichan-0.5.0 branch, plus several updatesBjørn Lindeijer1-2/+2
from the 0.1.0 branch.
2006-03-09Made all class members named like mClassMember.Björn Steinbrink1-12/+9
2006-02-03Made the login dialog work on LoginData only, without playing with the ↵Björn Steinbrink1-5/+2
config, it's not its job to do so.
2006-02-01Made the OkDialog and ConfirmDialog classes proxies for their buttons' ↵Björn Steinbrink1-0/+5
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-23/+4
2006-01-14Removed unused var.Björn Steinbrink1-1/+0
2006-01-01Fix crash in Login with empty name.Björn Steinbrink1-3/+2
2005-12-30Added a new item, improved smooth login sequence, added a registration ↵Eugenio Favalli1-23/+22
window (a lot of duplicated code to be removed).
2005-12-29Restored Dev-Cpp default execution options, updated walkmap in snow map, ↵Eugenio Favalli1-15/+1
smoothed login sequence.
2005-10-18Added automatic widget cleanup to the window class.Björn Steinbrink1-6/+1
2005-10-16The connection should be non-blocking now and fixed the problem with sound ↵Eugenio Favalli1-17/+12
not being played at startup.
2005-09-23Merged most of the changes in biggeruniverse's second memory cleanup patch.Bjørn Lindeijer1-2/+1
2005-09-13Unified the loops for the various dialogs that are shown before the actual ↵Björn Steinbrink1-2/+10
game starts.
2005-08-24Simply don't show equipped items in sell dialog since it's annoying. Code ↵Yohann Ferreira1-6/+24
cleanups and improvements to the login sequence.
2005-08-22Improved the login sequence a bit.Yohann Ferreira1-1/+25
2005-08-13Huge header cleanup to reduce dependencies and compile time.Björn Steinbrink1-2/+6
2005-05-14Mainly separating core GUI classes from game interface.Bjørn Lindeijer1-1/+1
2005-05-05Now the server can be set in the login window.Yohann Ferreira1-0/+2
2005-04-09Fixed the previous errorEugenio Favalli1-0/+1
Added "register" button
2005-01-17Got stuff to work with Dev-C++Bjørn Lindeijer1-10/+2
2005-01-16Removed a lot of allegro.h includes.Bjørn Lindeijer1-4/+0
2005-01-08Well improved window container and window widgets a bit, and made a startBjørn Lindeijer1-1/+1
on support for modal dialogs. Still some issues to work out. Tell me if you experience something unsettling.
2004-12-27Added AUTHORS.txt file, $Id$ tags to gui source files and added OkButtonBjørn Lindeijer1-0/+2
modules to file lists.
2004-12-26*** empty log message ***Alexander Baldeck1-1/+3
2004-12-25Fixed error causing monster death bitmaps not to show up.Bjørn Lindeijer1-3/+12
2004-12-19More refining of windows.Bjørn Lindeijer1-6/+8
2004-12-18Made login dialog and server select dialog into classes.Bjørn Lindeijer1-2/+23
2004-12-16Doxygen improvements.Bjørn Lindeijer1-1/+5
2004-12-13Whee, moving headers around! Also provided makefile.mgw for compiling with ↵Bjørn Lindeijer1-4/+4
MinGW+MSYS.
2004-12-12Chat input field to Guichan.Bjørn Lindeijer1-2/+1
2004-12-12Added Guichan and converted login dialog. Also resolved some naming conflicts.Bjørn Lindeijer1-1/+8
2004-12-10Use a consistent tab-less header throughout the code.Bjørn Lindeijer1-22/+20
2004-09-26*** empty log message ***Eugenio Favalli1-1/+1
2004-09-26*** empty log message ***Eugenio Favalli1-0/+43