index
:
mana/mana-client
0.5
0.6
lpc2012
master
Original Mana client. For the new Qt client, see https://github.com/tales/tales-client
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gui
/
login.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2005-08-25
Adding min and max length check for password, more code cleanups in login and...
Yohann Ferreira
1
-11
/
+44
2005-08-24
Simply don't show equipped items in sell dialog since it's annoying. Code cle...
Yohann Ferreira
1
-25
/
+59
2005-08-22
Removed a unuseful line.
Yohann Ferreira
1
-2
/
+0
2005-08-22
Improved the login sequence a bit.
Yohann Ferreira
1
-3
/
+32
2005-08-14
Removed guiGraphics global pointer and removed dependencies on gui.h in some ...
Björn Steinbrink
1
-2
/
+4
2005-08-13
Huge header cleanup to reduce dependencies and compile time.
Björn Steinbrink
1
-5
/
+15
2005-07-16
Made Image/SubImage being drawn by Graphics. Removed some redundant code.
Björn Steinbrink
1
-1
/
+1
2005-07-11
Committed header dependencies reducing patch by Doener
Bjørn Lindeijer
1
-2
/
+3
2005-06-30
Blocking too long login names to attempt connection or registration. (Thanks ...
Yohann Ferreira
1
-0
/
+2
2005-06-11
Improve layout of login dialog slightly and allow login by pressing enter with
Bjørn Lindeijer
1
-6
/
+9
2005-05-13
Fixed minimap transparent background to work in both SDL and OpenGL by using
Bjørn Lindeijer
1
-2
/
+4
2005-05-05
Now the server can be set in the login window.
Yohann Ferreira
1
-5
/
+19
2005-05-02
Made config.xml, tmw.log and chatlog.txt always appear in ~/.tmw on *nix.
Bjørn Lindeijer
1
-4
/
+4
2005-04-09
Adding new login error messages
Eugenio Favalli
1
-0
/
+13
2005-04-09
Fixed the previous error
Eugenio Favalli
1
-2
/
+28
2005-04-09
Added check for username length > 4 characters
Eugenio Favalli
1
-3
/
+2
2005-03-24
Logger Implemented. (3/3)
Yohann Ferreira
1
-5
/
+5
2005-03-20
TMW now uses latest Guichan CVS, and doesn't work with Guichan 0.2.0 anymore!
Bjørn Lindeijer
1
-1
/
+1
2005-03-03
Separated graphic/graphic.cpp into graphics.cpp and engine.cpp.
Bjørn Lindeijer
1
-1
/
+2
2005-02-15
Updated layout and contents of FAQ a bit, fixed debug path and mouse rendering
Bjørn Lindeijer
1
-2
/
+0
2005-02-14
Support for drawing using OpenGL. Don't expect it to be fast yet though.
Bjørn Lindeijer
1
-1
/
+4
2005-02-14
Simplified logging for the sake of simplicity.
Bjørn Lindeijer
1
-5
/
+5
2005-02-13
No need to keep track of mouse position ourselves. Also put default startup
Bjørn Lindeijer
1
-6
/
+0
2005-02-13
Allow preservation of alpha channel when loading image resources, which is used
Bjørn Lindeijer
1
-0
/
+6
2005-01-30
Allow ESC to quit login screen and do GUI logic before drawing.
Bjørn Lindeijer
1
-3
/
+7
2005-01-17
Got stuff to work with Dev-C++
Bjørn Lindeijer
1
-0
/
+1
2005-01-17
Committing Allegro -> SDL switch, hugely breaking the game.
Bjørn Lindeijer
1
-6
/
+19
2005-01-15
Cleaned up includes, separated engine from graphics and single buffer now
Bjørn Lindeijer
1
-1
/
+2
2005-01-13
Added heavily modified resource manager by zenogais that is currently using
Bjørn Lindeijer
1
-1
/
+1
2005-01-13
Got rid of Allegro ok dialog completely. Now just the yes_no dialog remaining.
Bjørn Lindeijer
1
-5
/
+2
2005-01-08
Well improved window container and window widgets a bit, and made a start
Bjørn Lindeijer
1
-12
/
+13
2005-01-06
Moved some GUI code into a class.
Bjørn Lindeijer
1
-1
/
+1
2005-01-04
Removed large parts of old GUI code and improved layout of a few dialogs.
Bjørn Lindeijer
1
-7
/
+12
2005-01-02
Removed Allegro datafile graphic.dat
Bjørn Lindeijer
1
-1
/
+1
2004-12-27
Added AUTHORS.txt file, $Id$ tags to gui source files and added OkButton
Bjørn Lindeijer
1
-1
/
+1
2004-12-26
- spaces are now stripped when options are being read (relaxed syntax in tmw....
Alexander Baldeck
1
-1
/
+0
2004-12-26
- final touch to writing mechanism of the config system
Alexander Baldeck
1
-8
/
+8
2004-12-26
*** empty log message ***
Alexander Baldeck
1
-2
/
+2
2004-12-23
Password masking is back!
Bjørn Lindeijer
1
-1
/
+2
2004-12-23
Skinned our beautiful text field back!
Bjørn Lindeijer
1
-2
/
+3
2004-12-21
Committing ported character select and new character dialogs by nym.
Bjørn Lindeijer
1
-1
/
+0
2004-12-19
More refining of windows.
Bjørn Lindeijer
1
-25
/
+16
2004-12-19
Implemented setLocationRelativeTo method on Window allowing the dialogs to be
Bjørn Lindeijer
1
-1
/
+2
2004-12-18
Made login dialog and server select dialog into classes.
Bjørn Lindeijer
1
-69
/
+70
2004-12-18
Added colon to the fixed font and removed some alfont usage.
Bjørn Lindeijer
1
-2
/
+2
2004-12-17
Made some fixes to the window widget and made server selection use it too.
Bjørn Lindeijer
1
-4
/
+5
2004-12-17
Added window class based on Guichan by none other than nym!
Bjørn Lindeijer
1
-1
/
+2
2004-12-16
Doxygen improvements.
Bjørn Lindeijer
1
-5
/
+5
2004-12-16
Skinned checkbox similar to what it used to be.
Bjørn Lindeijer
1
-39
/
+51
2004-12-15
Good old Aqua buttons back but now using Guichan
Bjørn Lindeijer
1
-2
/
+3
[next]