Age | Commit message (Expand) | Author | Files | Lines |
2006-03-05 | Backout the change from r2205, does not belong here. | Björn Steinbrink | 0 | -0/+0 |
2006-03-05 | Re-add main.h header, Windows build needs it. | Björn Steinbrink | 2 | -0/+5 |
2006-03-05 | Added pants. | Eugenio Favalli | 0 | -0/+0 |
2006-03-02 | Added bat monster. | Eugenio Favalli | 1 | -0/+4 |
2006-02-28 | Restructured repository to be in $MODULE/{trunk,tags,branches} format. | Björn Steinbrink | 0 | -0/+0 |
2006-02-26 | Got rid of .cvsignore files and converted them to svn:ignore properties. | Bjørn Lindeijer | 11 | -44/+0 |
2006-02-25 | Added a logic method to the being manager. | Björn Steinbrink | 6 | -25/+35 |
2006-02-24 | Another bunch of cosmetic cleanups, ie mostly typedefs... | Björn Steinbrink | 22 | -250/+222 |
2006-02-23 | A bunch of mostly cosmetic cleanups. | Björn Steinbrink | 18 | -109/+85 |
2006-02-23 | remapped the hermits cave | Philipp Sehmisch | 1 | -0/+5 |
2006-02-23 | Remapped the hermits cave | Philipp Sehmisch | 0 | -0/+0 |
2006-02-22 | Fixed two almost invisible pixel errors | Philipp Sehmisch | 1 | -0/+4 |
2006-02-21 | Squished another map bug | Philipp Sehmisch | 1 | -1/+4 |
2006-02-19 | Added warnings when parameters are missing in the items xml file. | Yohann Ferreira | 2 | -3/+53 |
2006-02-16 | Small fix to the commit message. | Björn Steinbrink | 1 | -1/+1 |
2006-02-16 | Use Widget::mFont instead of browserFont for drawing, fixes the "gui needs to... | Björn Steinbrink | 4 | -57/+60 |
2006-02-07 | Made the being directions being stored in a bitfield. | Björn Steinbrink | 10 | -190/+191 |
2006-02-06 | fixed a little problem caused by the dynamic grass | Philipp Sehmisch | 0 | -0/+0 |
2006-02-06 | added dynamic high grass | Philipp Sehmisch | 1 | -1/+8 |
2006-02-06 | Undone last changes because Bertram already fixed the compiler issue. | Eugenio Favalli | 2 | -2/+2 |
2006-02-06 | Updated Dev-Cpp project file, fixed a gcc 3.4 issue. | Eugenio Favalli | 3 | -219/+226 |
2006-02-06 | Added a Joystick class. | Björn Steinbrink | 7 | -142/+295 |
2006-02-06 | Unify some of the drawing code for beings. | Björn Steinbrink | 5 | -30/+31 |
2006-02-06 | Use virtual methods instead of getType() checks. | Björn Steinbrink | 6 | -16/+23 |
2006-02-06 | Added a FloorItemManager class. | Björn Steinbrink | 10 | -95/+175 |
2006-02-05 | Adding � accents mostly to the font image | Yohann Ferreira | 5 | -0/+4 |
2006-02-05 | *** empty log message *** | Yohann Ferreira | 1 | -2/+2 |
2006-02-05 | Made the nickname and emotions displayed above every layers. Made the delete ... | Yohann Ferreira | 7 | -27/+56 |
2006-02-05 | Added the new tilesets. | Björn Steinbrink | 1 | -0/+1 |
2006-02-05 | Fixed a gcc 4.0 issue in the tradehandler. Strengthened the xml parser in the... | Yohann Ferreira | 3 | -21/+44 |
2006-02-05 | the previous version was based on a depreciated version of the base tileset. | Philipp Sehmisch | 0 | -0/+0 |
2006-02-05 | forgot to hack the tileset sizes again after fixing a minor error | Philipp Sehmisch | 0 | -0/+0 |
2006-02-05 | Updated the INSTALL file as by patch from Hanno Braun. | Bjørn Lindeijer | 1 | -9/+11 |
2006-02-05 | Updated dependencies in response to patch by Hanno Braun. | Bjørn Lindeijer | 1 | -0/+4 |
2006-02-05 | Made the player walk to items prior to picking them up. | Björn Steinbrink | 4 | -15/+39 |
2006-02-04 | splitted the woodland tileset into three tilesets with different tile height | Philipp Sehmisch | 1 | -1/+13 |
2006-02-04 | converted woodland tileset and woodland map to oversized tiles | Philipp Sehmisch | 0 | -0/+0 |
2006-02-04 | Unify the various login dialogs to use LoginData. | Björn Steinbrink | 14 | -88/+106 |
2006-02-03 | Made the login dialog work on LoginData only, without playing with the config... | Björn Steinbrink | 5 | -46/+45 |
2006-02-03 | Removed some unused code. | Björn Steinbrink | 3 | -20/+7 |
2006-02-02 | Replaced the old sand tile with Irucards new one. Added new crates. Made some... | Philipp Sehmisch | 1 | -1/+8 |
2006-02-01 | Created a Game class. | Björn Steinbrink | 4 | -101/+98 |
2006-02-01 | Removed duplicated code. | Björn Steinbrink | 2 | -15/+7 |
2006-02-01 | Replaced ErrorDialog by OkDialog + listener. | Björn Steinbrink | 5 | -94/+19 |
2006-02-01 | Made the OkDialog and ConfirmDialog classes proxies for their buttons' events... | Björn Steinbrink | 18 | -126/+77 |
2006-02-01 | Simplified button creation code in some windows. Fixed a bug where the game c... | Björn Steinbrink | 5 | -65/+46 |
2006-01-31 | Cleanup. | Björn Steinbrink | 2 | -7/+9 |
2006-01-31 | Made RequestTradeDialog inherit from ConfirmDialog. | Björn Steinbrink | 3 | -65/+12 |
2006-01-31 | Created a ListModel for ShopItems. | Björn Steinbrink | 2 | -17/+17 |
2006-01-31 | Created a ListModel for ShopItems. | Björn Steinbrink | 6 | -50/+71 |