Age | Commit message (Expand) | Author | Files | Lines |
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 |
2005-08-23 | Some code cleanups in the sell dialog. Made the dialog accept items instead o... | Björn Steinbrink | 2 | -100/+59 |
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 |
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 trad... | Matthias Hartmann | 2 | -6/+11 |
2005-08-19 | Made the item amount box work with a provided item. | Björn Steinbrink | 5 | -59/+61 |
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 | 2 | -6/+17 |
2005-08-18 | Semi-separated OpenGL and SDL graphics classes, improving OpenGL performance. | Björn Steinbrink | 1 | -5/+2 |
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 | 2 | -6/+4 |
2005-08-14 | Fully removed the useOpenGL global. | Björn Steinbrink | 2 | -8/+8 |
2005-08-14 | Started to fade out the useOpenGL global variable. | Björn Steinbrink | 2 | -1/+3 |
2005-08-14 | Removed guiGraphics global pointer and removed dependencies on gui.h in some ... | Björn Steinbrink | 10 | -31/+33 |
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 | 1 | -1/+1 |
2005-08-13 | Small header cleanup. | Björn Steinbrink | 6 | -5/+18 |
2005-08-13 | Huge header cleanup to reduce dependencies and compile time. | Björn Steinbrink | 84 | -217/+563 |
2005-08-13 | Removed smooth color changing from xp bar which was causing problems and does... | Eugenio Favalli | 1 | -7/+1 |
2005-08-13 | Reformatted status window layout to avoid overlapping and lowered saturation ... | Eugenio Favalli | 2 | -42/+63 |
2005-08-12 | Resetting quantity to 0 after selecting other items in buy/sell dialogs. | Eugenio Favalli | 2 | -0/+13 |
2005-08-10 | Moved knowledge about whether we use OpenGL into the Graphics class. Added he... | Björn Steinbrink | 6 | -144/+23 |
2005-08-04 | Made the paths to some graphics being determined dynamically. | Björn Steinbrink | 1 | -42/+10 |
2005-08-04 | Added a method to the resource mananger to determine the real path of a file ... | Björn Steinbrink | 1 | -1/+3 |
2005-08-03 | Now the 'Apply' and 'Cancel' buttons of the setup window work correctly. | Yohann Ferreira | 2 | -15/+94 |
2005-08-03 | Moved my invented variable, since it makes more sense. | Andrej Sinicyn | 2 | -1/+4 |