Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2005-09-27 | Dont crash if there is an unknown error at login. | Cedric Borgese | 1 | -0/+5 | |
Remove a bug that do x86_64 arch fail to connect to server : long is 8 bytes on that arch, use int for 4 bytes integer. | |||||
2005-09-26 | Added a nicer handling of when you get disconnected from the server. | Eugenio Favalli | 1 | -6/+6 | |
2005-09-19 | Got rid of writeSet() calls. | Eugenio Favalli | 1 | -2/+0 | |
2005-09-14 | Header cleanups. | Björn Steinbrink | 1 | -0/+2 | |
2005-09-13 | Merged with SDL_NET_TEST branch. | Björn Steinbrink | 1 | -102/+144 | |
2005-09-13 | Removed some globals. | Björn Steinbrink | 1 | -4/+2 | |
2005-09-13 | Unified the loops for the various dialogs that are shown before the actual ↵ | Björn Steinbrink | 1 | -44/+23 | |
game starts. | |||||
2005-08-25 | Adding min and max length check for password, more code cleanups in login ↵ | Yohann Ferreira | 1 | -11/+44 | |
and removing possible buffer overflows by replacing some global char[] by std::strings. | |||||
2005-08-24 | Simply don't show equipped items in sell dialog since it's annoying. Code ↵ | Yohann Ferreira | 1 | -25/+59 | |
cleanups and improvements to the login sequence. | |||||
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 | |
places. | |||||
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 | |
Usiu) | |||||
2005-06-11 | Improve layout of login dialog slightly and allow login by pressing enter with | Bjørn Lindeijer | 1 | -6/+9 | |
server field focused. | |||||
2005-05-13 | Fixed minimap transparent background to work in both SDL and OpenGL by using | Bjørn Lindeijer | 1 | -2/+4 | |
Guichan. | |||||
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 | |
Added "register" button | |||||
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 | |
Also fixed a crash on clicking wallpaper in login phase. | |||||
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 | |
in OpenGL mode, and some general cleanups. | |||||
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 | |
mode to windowed. | |||||
2005-02-13 | Allow preservation of alpha channel when loading image resources, which is used | Bjørn Lindeijer | 1 | -0/+6 | |
to load alpha blended mouse cursor, which is now drawn instead of using the system cursor. | |||||
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 | |
used throughout application, cleaned up shop functions. | |||||
2005-01-13 | Added heavily modified resource manager by zenogais that is currently using | Bjørn Lindeijer | 1 | -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-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 | |
on support for modal dialogs. Still some issues to work out. Tell me if you experience something unsettling. | |||||
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 | |
modules to file lists. | |||||
2004-12-26 | - spaces are now stripped when options are being read (relaxed syntax in ↵ | Alexander Baldeck | 1 | -1/+0 | |
tmw.ini) - sorry for the "blah" in login.cpp - | |||||
2004-12-26 | - final touch to writing mechanism of the config system | Alexander Baldeck | 1 | -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 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 | |
centered on screen. |