Age | Commit message (Expand) | Author | Files | Lines |
2005-10-09 | * Made Sprite into an interface implemented by both FloorItem and Being, which | Bjørn Lindeijer | 1 | -29/+35 |
2005-10-05 | Fixed some resource cleanup and memory leaks. Also changed the way dangling | Bjørn Lindeijer | 1 | -21/+26 |
2005-09-27 | Dont crash if there is an unknown error at login. | Cedric Borgese | 1 | -0/+5 |
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 ga... | Björn Steinbrink | 1 | -44/+23 |
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 |