Age | Commit message (Expand) | Author | Files | Lines |
2005-08-27 | Update stats and status window contents at a single location. | Björn Steinbrink | 6 | -13/+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-26 | Remove dependency on math.h | Björn Steinbrink | 1 | -14/+3 |
2005-08-26 | Remove useless code. | Björn Steinbrink | 1 | -5/+0 |
2005-08-26 | Use glTranslatef instead of glTranslated. Remove some useless code. | Björn Steinbrink | 1 | -41/+4 |
2005-08-25 | Correcting a little mistake. | Yohann Ferreira | 1 | -3/+1 |
2005-08-25 | Use OpenGL's translation capabilites. Small cleanups. | Björn Steinbrink | 2 | -41/+41 |
2005-08-25 | Added items effect description support. TODO: Display it in buy/sell/inventor... | Yohann Ferreira | 4 | -1/+22 |
2005-08-25 | Reducing the code duplication a little more. | Björn Steinbrink | 2 | -97/+69 |
2005-08-25 | Adding min and max length check for password, more code cleanups in login and... | Yohann Ferreira | 5 | -22/+58 |
2005-08-25 | Move extern declaration of the floor item list. Lower indentation level. | Björn Steinbrink | 4 | -40/+47 |
2005-08-25 | Reduce code duplication. | Björn Steinbrink | 2 | -36/+22 |
2005-08-25 | Made our drawImage() method respect the clip area from the guichan graphics p... | Björn Steinbrink | 16 | -109/+53 |
2005-08-25 | Fixed line length in ChangeLog and some other small changes. | Bjørn Lindeijer | 4 | -33/+25 |
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 | 3 | -0/+167 |
2005-08-24 | Simply don't show equipped items in sell dialog since it's annoying. Code cle... | Yohann Ferreira | 3 | -32/+84 |
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 o... | Björn Steinbrink | 3 | -102/+63 |
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 | Enable Enter to deathNotice Dialog to resurrect. Todo: See how to remove a bi... | Yohann Ferreira | 1 | -0/+9 |
2005-08-22 | Converted the buy & sell diaogs asserts into ifs to avoid game crashing, and ... | Yohann Ferreira | 3 | -35/+76 |
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 | Cleaned and fixed an error in my previous commit | Eugenio Favalli | 1 | -30/+8 |
2005-08-21 | It should be enough of "How can i give you money?????����" while trad... | Matthias Hartmann | 2 | -6/+11 |
2005-08-20 | Added some missing state changes and checks. | Björn Steinbrink | 1 | -8/+28 |
2005-08-19 | Made the item amount box work with a provided item. | Björn Steinbrink | 5 | -59/+61 |
2005-08-19 | Moved gui window construction from engine.cpp to game.cpp | Björn Steinbrink | 2 | -124/+125 |
2005-08-19 | Added support for parsing command line options. Added option to skip the upda... | Björn Steinbrink | 3 | -15/+77 |
2005-08-18 | *Temporary* fix to the resize code. But I'll be avenged by asking for adding ... | Yohann Ferreira | 2 | -34/+1 |
2005-08-18 | Updated reference to latest libxml, fixed a bug in updating skills, updated s... | Eugenio Favalli | 3 | -31/+23 |
2005-08-18 | Semi-separated OpenGL and SDL graphics classes, improving OpenGL performance. | Björn Steinbrink | 8 | -218/+497 |
2005-08-17 | Removed special #ifdefs for libxml2 linking issues in Win32. | Eugenio Favalli | 3 | -22/+0 |
2005-08-16 | Some other fixes and an attempt to use MouseOut(). | Yohann Ferreira | 2 | -5/+39 |
2005-08-16 | Bugfixing and simplifying the resize code. Still a little bit buggy. (We were... | Yohann Ferreira | 2 | -47/+11 |
2005-08-16 | Added a resize grip to resizable window, fixed some compiling errors. | Eugenio Favalli | 4 | -9/+37 |
2005-08-15 | Removed guiTop global variable. | Björn Steinbrink | 3 | -7/+7 |
2005-08-15 | Made the OpenGL related code fully #ifdef'ed. | Björn Steinbrink | 3 | -24/+42 |
2005-08-14 | Fully removed the useOpenGL global. | Björn Steinbrink | 5 | -50/+84 |
2005-08-14 | Started to fade out the useOpenGL global variable. | Björn Steinbrink | 7 | -9/+9 |
2005-08-14 | Removed guiGraphics global pointer and removed dependencies on gui.h in some ... | Björn Steinbrink | 11 | -52/+54 |
2005-08-14 | Moved image drawing code into the graphics class. | Björn Steinbrink | 4 | -156/+99 |
2005-08-14 | Make the wrapper functions in the Graphics class conditional on OpenGL support. | Björn Steinbrink | 4 | -101/+91 |
2005-08-13 | Reset selection in the sell dialog if all items at the selected slot are sold. | Björn Steinbrink | 1 | -0/+1 |
2005-08-13 | Updated dev-cpp project file, removed unnecessary header, fixed some include ... | Eugenio Favalli | 5 | -14/+6 |
2005-08-13 | Small header cleanup. | Björn Steinbrink | 7 | -5/+20 |