Age | Commit message (Expand) | Author | Files | Lines |
2005-09-04 | Grammar fixv0.0.16 | Eugenio Favalli | 0 | -0/+0 |
2005-09-04 | Updated docs for release, fixed Dev-Cpp project file, added more items and np... | Eugenio Favalli | 5 | -19/+56 |
2005-08-31 | More fixes to 7-1 following Elven's Comments. | Yohann Ferreira | 0 | -0/+0 |
2005-08-31 | Fix push/pop clip area, also fixes the broken scrollareas. | Björn Steinbrink | 2 | -8/+14 |
2005-08-30 | Added empty sprite and reorganized spriteset, fixed a typo. | Eugenio Favalli | 2 | -1/+3 |
2005-08-30 | Updated project file | Eugenio Favalli | 2 | -4/+18 |
2005-08-29 | Clean up of the ConfigListener and Resource interfaces. | Björn Steinbrink | 13 | -74/+48 |
2005-08-29 | Some layer and walkability fixes. | Eugenio Favalli | 1 | -0/+4 |
2005-08-28 | Prepare our source so that it'll survive a guichan header cleanup, should it ... | Björn Steinbrink | 34 | -7/+89 |
2005-08-28 | Create a GuiConfigListener class. | Björn Steinbrink | 3 | -11/+25 |
2005-08-28 | Small cleanup. | Björn Steinbrink | 2 | -2/+2 |
2005-08-28 | Create a static ConfigListener for the Window class. | Björn Steinbrink | 3 | -28/+47 |
2005-08-27 | Fix a memory leak. | Björn Steinbrink | 2 | -3/+2 |
2005-08-27 | Fix the bug where sometimes the last entry in the npc list windows is missing. | Björn Steinbrink | 4 | -15/+16 |
2005-08-27 | Bail out early if there's no window container. | Björn Steinbrink | 2 | -10/+10 |
2005-08-27 | Update stats and status window contents at a single location. | Björn Steinbrink | 7 | -13/+30 |
2005-08-27 | Useful to see eyecandy on 7-1 since it's using mountain.png... | Yohann Ferreira | 0 | -0/+0 |
2005-08-27 | Small cleanups. | Björn Steinbrink | 3 | -6/+8 |
2005-08-26 | Fix ChangeLog and its example in the hacking docs. | Björn Steinbrink | 2 | -16/+18 |
2005-08-26 | Added eyecandy to map 7-1. | Yohann Ferreira | 1 | -0/+1 |
2005-08-26 | Added effect description to buy/see/inventory, made some improvements and bug... | Yohann Ferreira | 7 | -36/+106 |
2005-08-26 | Updating ChangeLog again. Last time it didn't work ? | Yohann Ferreira | 1 | -1/+13 |
2005-08-26 | heh little typo | Marcel W. Wysocki | 1 | -1/+1 |
2005-08-26 | Remove dependency on math.h | Björn Steinbrink | 2 | -14/+4 |
2005-08-26 | Remove useless code. | Björn Steinbrink | 2 | -5/+1 |
2005-08-26 | Use glTranslatef instead of glTranslated. Remove some useless code. | Björn Steinbrink | 2 | -41/+9 |
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 | 3 | -41/+45 |
2005-08-25 | Added items effect description support. TODO: Display it in buy/sell/inventor... | Yohann Ferreira | 5 | -1/+23 |
2005-08-25 | Reducing the code duplication a little more. | Björn Steinbrink | 3 | -97/+71 |
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 | 5 | -41/+53 |
2005-08-25 | Reduce code duplication. | Björn Steinbrink | 3 | -36/+23 |
2005-08-25 | Made our drawImage() method respect the clip area from the guichan graphics p... | Björn Steinbrink | 17 | -109/+62 |
2005-08-25 | Fixed line length in ChangeLog and some other small changes. | Bjørn Lindeijer | 5 | -151/+160 |
2005-08-25 | Fixed include path. | Björn Steinbrink | 2 | -1/+2 |
2005-08-25 | Added a new container type, a tabbed container. | Björn Steinbrink | 4 | -0/+170 |
2005-08-25 | Fixed ChangeLog indentation and line length, added an example for the ChangeL... | Björn Steinbrink | 2 | -27/+45 |
2005-08-24 | Simply don't show equipped items in sell dialog since it's annoying. Code cle... | Yohann Ferreira | 4 | -32/+91 |
2005-08-23 | Fixed errornous forward declaration. | Björn Steinbrink | 2 | -1/+3 |
2005-08-23 | Some code cleanups in the sell dialog. Made the dialog accept items instead o... | Björn Steinbrink | 4 | -102/+67 |
2005-08-23 | Updated Changelog | Yohann Ferreira | 1 | -0/+7 |
2005-08-23 | Avoid possible buffer overflows in shop items' names. BuyDialog code cleanup. | Björn Steinbrink | 4 | -162/+95 |
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 | Adding the resize.png to installation to prevent crashing. | Yohann Ferreira | 1 | -1/+2 |
2005-08-22 | Fixes to the 7-1 map. Part 3. Next part is for EyeCandy I hope. | Yohann Ferreira | 0 | -0/+0 |
2005-08-22 | Cropped map and corrected collision layer. | Bjørn Lindeijer | 0 | -0/+0 |