Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2005-09-19 | Mostly code cleanups related to commits in past two days. | Bjørn Lindeijer | 2 | -11/+6 | |
* Replaced custom function FIND_PATH with AC_PATH_PROG, used for finding sdl-config. * Removed -lphysfs from Makefile.am which should be added automatically already. * Actually show the overweight message, and only show it once for each time weight goes above half the max weight. * Surfaces passed to SDL_BlitSurface shouldn't be locked according to the manual. * Minimal fps limit is now 10 fps. * Reverted change by Bertram that hardcoded the updatehost value. | |||||
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 ↵ | Eugenio Favalli | 1 | -10/+14 | |
lists I introduced earlier. | |||||
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 ↵ | Yohann Ferreira | 1 | -5/+3 | |
update win, updated debian information. | |||||
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 | |
Still, when Equipping/unequipping, you have to warp to get these values updated. Does somebody has an idea how to request an update of these values when equipping/unequipping ? | |||||
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 ↵ | Björn Steinbrink | 8 | -282/+180 | |
game starts. | |||||
2005-09-12 | Enabled OpenGL checkbox and added messagebox informing the user that apply this | Bjørn Lindeijer | 3 | -39/+58 | |
change requires restarting the client. Also made progress of update downloads start displaying at 0%. | |||||
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 | |
problematic on FreeBSD. | |||||
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 | |
ever happen... | |||||
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 ↵ | Yohann Ferreira | 6 | -36/+99 | |
bugfixes, too. | |||||
2005-08-25 | Adding min and max length check for password, more code cleanups in login ↵ | Yohann Ferreira | 2 | -12/+45 | |
and removing possible buffer overflows by replacing some global char[] by std::strings. | |||||
2005-08-25 | Made our drawImage() method respect the clip area from the guichan graphics ↵ | Björn Steinbrink | 13 | -107/+43 | |
part. Removed some (now) obsolete code. Fixed compilation errors. | |||||
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 ↵ | Yohann Ferreira | 2 | -31/+83 | |
cleanups and improvements to the login sequence. | |||||
2005-08-23 | Fixed errornous forward declaration. | Björn Steinbrink | 1 | -1/+1 | |
2005-08-23 | Some code cleanups in the sell dialog. Made the dialog accept items instead ↵ | Björn Steinbrink | 2 | -100/+59 | |
of looking them up in the inventory itself. | |||||
2005-08-23 | Avoid possible buffer overflows in shop items' names. BuyDialog code cleanup. | Björn Steinbrink | 3 | -162/+88 | |
2005-08-22 | Removed a unuseful line. | Yohann Ferreira | 1 | -2/+0 | |
2005-08-22 | Improved the login sequence a bit. | Yohann Ferreira | 2 | -4/+57 | |
2005-08-22 | Converted the buy & sell diaogs asserts into ifs to avoid game crashing, and ↵ | Yohann Ferreira | 2 | -35/+74 | |
made additional checks on buy sell events to have buttons enabled only when they're useful. | |||||
2005-08-22 | Disabled use button in skill dialog since is still not being used. | Eugenio Favalli | 1 | -12/+1 | |
2005-08-21 | Some updates and cleanups | Eugenio Favalli | 3 | -2/+24 | |
2005-08-21 | It should be enough of "How can i give you money?????����" while ↵ | Matthias Hartmann | 2 | -6/+11 | |
trading now. |