summaryrefslogtreecommitdiff
path: root/src/gui/char_server.cpp
AgeCommit message (Collapse)AuthorFilesLines
2005-04-01* The client will now only attempt to load .tmx or .tmx.gz files.Bjørn Lindeijer1-3/+5
* When unable to connect to char server, report IP to which it can't connect. * Cleaned up logger a bit.
2005-03-24Logger Implemented. (3/3)Yohann Ferreira1-1/+1
2005-03-21A few small fixes.Bjørn Lindeijer1-0/+1
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/+1
2005-02-15Updated layout and contents of FAQ a bit, fixed debug path and mouse renderingBjørn Lindeijer1-3/+1
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/+11
2005-02-14Simplified logging for the sake of simplicity.Bjørn Lindeijer1-1/+1
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-23Uninitialized variable and free/delete/delete[] mismatch fixes.Bjørn Lindeijer1-2/+2
2005-01-18Fixed pattern drawing and focus on Ok/Select buttons for first dialogs.Bjørn Lindeijer1-0/+1
2005-01-17Committing Allegro -> SDL switch, hugely breaking the game.Bjørn Lindeijer1-3/+16
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-08Some improvements to character creation and selection dialogs.Bjørn Lindeijer1-23/+24
2005-01-08Well improved window container and window widgets a bit, and made a startBjørn Lindeijer1-21/+21
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-3/+11
2005-01-02Removed Allegro datafile graphic.datBjørn Lindeijer1-1/+1
2005-01-01Some changes that should be quite meaningless.Bjørn Lindeijer1-1/+2
2004-12-27Skinned background/border of scrollarea, not the scrollbars yet.Bjørn Lindeijer1-1/+2
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-21Committing ported character select and new character dialogs by nym.Bjørn Lindeijer1-3/+0
2004-12-19More refining of windows.Bjørn Lindeijer1-10/+5
2004-12-19Implemented setLocationRelativeTo method on Window allowing the dialogs to beBjørn Lindeijer1-2/+7
centered on screen.
2004-12-18Made login dialog and server select dialog into classes.Bjørn Lindeijer1-47/+46
2004-12-17Made some fixes to the window widget and made server selection use it too.Bjørn Lindeijer1-1/+2
WARNING: From now on we need Guichan 0.2.0, the 0.1.0 version will NOT work!
2004-12-16Doxygen improvements.Bjørn Lindeijer1-3/+3
2004-12-15Good old Aqua buttons back but now using GuichanBjørn Lindeijer1-2/+3
2004-12-13Some header order, namespace and lib fixes to improve MSVC support.Bjørn Lindeijer1-1/+0
2004-12-12Ported server list dialog over to Guichan.Bjørn Lindeijer1-102/+153
2004-12-11Removed Allegro dependency on logger, which now also produces timestampedBjørn Lindeijer1-3/+2
categorized messages instead of using the configuration file approach.
2004-12-10Use a consistent tab-less header throughout the code.Bjørn Lindeijer1-24/+22
2004-11-19Hair stylesEugenio Favalli1-0/+1
2004-11-06Added possibility to choose the color of hairEugenio Favalli1-18/+20
2004-10-08*** empty log message ***Eugenio Favalli1-4/+5
2004-10-03*** empty log message ***Eugenio Favalli1-1/+1
2004-10-02*** empty log message ***Eugenio Favalli1-1/+1
2004-09-30*** empty log message ***Eugenio Favalli1-1/+1
2004-09-30*** empty log message ***Alexander Baldeck1-7/+7
2004-09-26*** empty log message ***Eugenio Favalli1-1/+1
2004-09-26*** empty log message ***Eugenio Favalli1-0/+141