Age | Commit message (Expand) | Author | Files | Lines |
2005-09-27 | Dont crash if there is an unknown error at login. | Cedric Borgese | 1 | -0/+5 |
2005-09-26 | Updated Debian Files. And corrected a bug let by Elven. | Yohann Ferreira | 1 | -1/+1 |
2005-09-26 | Now error message is displayed properly when the map server is offline. | Eugenio Favalli | 2 | -9/+10 |
2005-09-26 | Added a nicer handling of when you get disconnected from the server. | Eugenio Favalli | 2 | -0/+118 |
2005-09-26 | Added a nicer handling of when you get disconnected from the server. | Eugenio Favalli | 5 | -19/+19 |
2005-09-23 | Merged most of the changes in biggeruniverse's second memory cleanup patch. | Bjørn Lindeijer | 14 | -64/+74 |
2005-09-21 | Show time of the messages in the chat window. | Andrej Sinicyn | 1 | -1/+17 |
2005-09-20 | Fixed use of Enter for closing death and weight notices, and changed glColor4f | Bjørn Lindeijer | 3 | -13/+13 |
2005-09-19 | Mostly code cleanups related to commits in past two days. | Bjørn Lindeijer | 2 | -11/+6 |
2005-09-19 | Got rid of writeSet() calls. | Eugenio Favalli | 14 | -34/+0 |
2005-09-19 | Removed useless flush() calls. | Eugenio Favalli | 2 | -7/+2 |
2005-09-18 | Applyed biggeruniverse's patch to fix memory leaks. | Eugenio Favalli | 2 | -1/+3 |
2005-09-18 | Updated dev-cpp project file to last changes, and fixed the bug with npc list... | Eugenio Favalli | 1 | -10/+14 |
2005-09-18 | As m[a]tt noticed, made the status win a little more wide, and resizable. | Yohann Ferreira | 1 | -2/+2 |
2005-09-18 | Corrected a range value bug for derived stats. Fixed, the percentage of the u... | Yohann Ferreira | 1 | -5/+3 |
2005-09-18 | oops | Yohann Ferreira | 1 | -1/+0 |
2005-09-18 | Temporary fixed a bug in the determination of the update host I had. | Yohann Ferreira | 1 | -1/+6 |
2005-09-17 | Added PVP | Matthias Hartmann | 1 | -1/+10 |
2005-09-17 | Completed transition to use MessageOut. | Eugenio Favalli | 13 | -108/+168 |
2005-09-17 | Updated dev-cpp project file to last changes, and wrong names fixes. | Eugenio Favalli | 1 | -6/+6 |
2005-09-17 | Only shows the minimap window if there's an minimap to the current map. | Yohann Ferreira | 1 | -0/+6 |
2005-09-17 | Now the values shown by derived stats in status win are got from the server. ... | Yohann Ferreira | 6 | -51/+53 |
2005-09-16 | This window isn't needed anymore. | Yohann Ferreira | 2 | -263/+0 |
2005-09-16 | Improved General GUI Layout. | Yohann Ferreira | 6 | -169/+758 |
2005-09-14 | Header cleanups. | Björn Steinbrink | 3 | -0/+5 |
2005-09-14 | Some header fixes/cleanups. | Björn Steinbrink | 2 | -2/+2 |
2005-09-14 | Converted map_path from char array to std::string. | Björn Steinbrink | 1 | -3/+4 |
2005-09-13 | Merged with SDL_NET_TEST branch. | Björn Steinbrink | 21 | -411/+522 |
2005-09-13 | Removed some globals. | Björn Steinbrink | 2 | -6/+9 |
2005-09-13 | Unified the loops for the various dialogs that are shown before the actual ga... | Björn Steinbrink | 8 | -282/+180 |
2005-09-12 | Enabled OpenGL checkbox and added messagebox informing the user that apply this | Bjørn Lindeijer | 3 | -39/+58 |
2005-09-12 | Added SDLImageLoader class to make guichan support physfs. | Björn Steinbrink | 2 | -17/+9 |
2005-09-08 | Removed inclusion of malloc.h header as it doens't seem necessary and was | Bjørn Lindeijer | 1 | -9/+20 |
2005-08-30 | Added empty sprite and reorganized spriteset, fixed a typo. | Eugenio Favalli | 1 | -1/+1 |
2005-08-28 | Prepare our source so that it'll survive a guichan header cleanup, should it ... | Björn Steinbrink | 32 | -5/+68 |
2005-08-28 | Create a GuiConfigListener class. | Björn Steinbrink | 2 | -11/+24 |
2005-08-28 | Small cleanup. | Björn Steinbrink | 1 | -2/+1 |
2005-08-28 | Create a static ConfigListener for the Window class. | Björn Steinbrink | 2 | -28/+43 |
2005-08-27 | Fix a memory leak. | Björn Steinbrink | 1 | -3/+1 |
2005-08-27 | Fix the bug where sometimes the last entry in the npc list windows is missing. | Björn Steinbrink | 2 | -10/+8 |
2005-08-27 | Bail out early if there's no window container. | Björn Steinbrink | 1 | -6/+5 |
2005-08-27 | Update stats and status window contents at a single location. | Björn Steinbrink | 4 | -2/+26 |
2005-08-27 | Small cleanups. | Björn Steinbrink | 2 | -6/+4 |
2005-08-26 | Added effect description to buy/see/inventory, made some improvements and bug... | Yohann Ferreira | 6 | -36/+99 |
2005-08-25 | Adding min and max length check for password, more code cleanups in login and... | Yohann Ferreira | 2 | -12/+45 |
2005-08-25 | Made our drawImage() method respect the clip area from the guichan graphics p... | Björn Steinbrink | 13 | -107/+43 |
2005-08-25 | Fixed include path. | Björn Steinbrink | 1 | -1/+1 |
2005-08-25 | Added a new container type, a tabbed container. | Björn Steinbrink | 2 | -0/+165 |
2005-08-24 | Simply don't show equipped items in sell dialog since it's annoying. Code cle... | Yohann Ferreira | 2 | -31/+83 |
2005-08-23 | Fixed errornous forward declaration. | Björn Steinbrink | 1 | -1/+1 |