summaryrefslogtreecommitdiff
path: root/src/gui/login.cpp
AgeCommit message (Collapse)AuthorFilesLines
2005-09-13Removed some globals.Björn Steinbrink1-4/+2
2005-09-13Unified the loops for the various dialogs that are shown before the actual ↵Björn Steinbrink1-44/+23
game starts.
2005-08-25Adding min and max length check for password, more code cleanups in login ↵Yohann Ferreira1-11/+44
and removing possible buffer overflows by replacing some global char[] by std::strings.
2005-08-24Simply don't show equipped items in sell dialog since it's annoying. Code ↵Yohann Ferreira1-25/+59
cleanups and improvements to the login sequence.
2005-08-22Removed a unuseful line.Yohann Ferreira1-2/+0
2005-08-22Improved the login sequence a bit.Yohann Ferreira1-3/+32
2005-08-14Removed guiGraphics global pointer and removed dependencies on gui.h in some ↵Björn Steinbrink1-2/+4
places.
2005-08-13Huge header cleanup to reduce dependencies and compile time.Björn Steinbrink1-5/+15
2005-07-16Made Image/SubImage being drawn by Graphics. Removed some redundant code.Björn Steinbrink1-1/+1
2005-07-11Committed header dependencies reducing patch by DoenerBjørn Lindeijer1-2/+3
2005-06-30Blocking too long login names to attempt connection or registration. (Thanks ↵Yohann Ferreira1-0/+2
Usiu)
2005-06-11Improve layout of login dialog slightly and allow login by pressing enter withBjørn Lindeijer1-6/+9
server field focused.
2005-05-13Fixed minimap transparent background to work in both SDL and OpenGL by usingBjørn Lindeijer1-2/+4
Guichan.
2005-05-05Now the server can be set in the login window.Yohann Ferreira1-5/+19
2005-05-02Made config.xml, tmw.log and chatlog.txt always appear in ~/.tmw on *nix.Bjørn Lindeijer1-4/+4
2005-04-09Adding new login error messagesEugenio Favalli1-0/+13
2005-04-09Fixed the previous errorEugenio Favalli1-2/+28
Added "register" button
2005-04-09Added check for username length > 4 charactersEugenio Favalli1-3/+2
2005-03-24Logger Implemented. (3/3)Yohann Ferreira1-5/+5
2005-03-20TMW now uses latest Guichan CVS, and doesn't work with Guichan 0.2.0 anymore!Bjørn Lindeijer1-1/+1
Also fixed a crash on clicking wallpaper in login phase.
2005-03-03Separated graphic/graphic.cpp into graphics.cpp and engine.cpp.Bjørn Lindeijer1-1/+2
2005-02-15Updated layout and contents of FAQ a bit, fixed debug path and mouse renderingBjørn Lindeijer1-2/+0
in OpenGL mode, and some general cleanups.
2005-02-14Support for drawing using OpenGL. Don't expect it to be fast yet though.Bjørn Lindeijer1-1/+4
2005-02-14Simplified logging for the sake of simplicity.Bjørn Lindeijer1-5/+5
2005-02-13No need to keep track of mouse position ourselves. Also put default startupBjørn Lindeijer1-6/+0
mode to windowed.
2005-02-13Allow preservation of alpha channel when loading image resources, which is usedBjørn Lindeijer1-0/+6
to load alpha blended mouse cursor, which is now drawn instead of using the system cursor.
2005-01-30Allow ESC to quit login screen and do GUI logic before drawing.Bjørn Lindeijer1-3/+7
2005-01-17Got stuff to work with Dev-C++Bjørn Lindeijer1-0/+1
2005-01-17Committing Allegro -> SDL switch, hugely breaking the game.Bjørn Lindeijer1-6/+19
2005-01-15Cleaned up includes, separated engine from graphics and single buffer nowBjørn Lindeijer1-1/+2
used throughout application, cleaned up shop functions.
2005-01-13Added heavily modified resource manager by zenogais that is currently usingBjørn Lindeijer1-1/+1
Allegro to load/draw images. Only the login wallpaper is currently loaded using the resource manager and the resource manager still waits with searching for available files until they are asked for instead of indexing what is available.
2005-01-13Got rid of Allegro ok dialog completely. Now just the yes_no dialog remaining.Bjørn Lindeijer1-5/+2
2005-01-08Well improved window container and window widgets a bit, and made a startBjørn Lindeijer1-12/+13
on support for modal dialogs. Still some issues to work out. Tell me if you experience something unsettling.
2005-01-06Moved some GUI code into a class.Bjørn Lindeijer1-1/+1
2005-01-04Removed large parts of old GUI code and improved layout of a few dialogs.Bjørn Lindeijer1-7/+12
2005-01-02Removed Allegro datafile graphic.datBjørn Lindeijer1-1/+1
2004-12-27Added AUTHORS.txt file, $Id$ tags to gui source files and added OkButtonBjørn Lindeijer1-1/+1
modules to file lists.
2004-12-26- spaces are now stripped when options are being read (relaxed syntax in ↵Alexander Baldeck1-1/+0
tmw.ini) - sorry for the "blah" in login.cpp -
2004-12-26- final touch to writing mechanism of the config systemAlexander Baldeck1-8/+8
- tmw now can read and write its ini file - some fixes in login.cpp to get it to work properly - Init method -> init - Write method -> write - minor code "beautification" in several files
2004-12-26*** empty log message ***Alexander Baldeck1-2/+2
2004-12-23Password masking is back!Bjørn Lindeijer1-1/+2
2004-12-23Skinned our beautiful text field back!Bjørn Lindeijer1-2/+3
2004-12-21Committing ported character select and new character dialogs by nym.Bjørn Lindeijer1-1/+0
2004-12-19More refining of windows.Bjørn Lindeijer1-25/+16
2004-12-19Implemented setLocationRelativeTo method on Window allowing the dialogs to beBjørn Lindeijer1-1/+2
centered on screen.
2004-12-18Made login dialog and server select dialog into classes.Bjørn Lindeijer1-69/+70
2004-12-18Added colon to the fixed font and removed some alfont usage.Bjørn Lindeijer1-2/+2
2004-12-17Made some fixes to the window widget and made server selection use it too.Bjørn Lindeijer1-4/+5
WARNING: From now on we need Guichan 0.2.0, the 0.1.0 version will NOT work!
2004-12-17Added window class based on Guichan by none other than nym!Bjørn Lindeijer1-1/+2
2004-12-16Doxygen improvements.Bjørn Lindeijer1-5/+5