Age | Commit message (Expand) | Author | Files | Lines |
2005-04-08 | Updated change log and made mouse walk only work with left mouse button. | Bjørn Lindeijer | 2 | -9/+11 |
2005-04-08 | quick exit fix | Jan-Fabian Humann | 1 | -1/+1 |
2005-04-08 | Added window resizing. | Aaron Marks | 2 | -3/+61 |
2005-04-08 | Created damage text seperate from speech & made it scroll. | Aaron Marks | 3 | -3/+33 |
2005-04-08 | Reenabling trade | Eugenio Favalli | 1 | -2/+2 |
2005-04-07 | trade updated: trade is now possible, but some bugs are still to be fixed by ... | Jan-Fabian Humann | 3 | -4/+96 |
2005-04-07 | Changed version from 0.0.11a to 0.0.11.1. Also made "+" buttons on stats window | Bjørn Lindeijer | 3 | -5/+30 |
2005-04-07 | commented out trade for next release | Jan-Fabian Humann | 1 | -2/+3 |
2005-04-07 | Updates for 0.0.11a release this evening and removed action listening from | Bjørn Lindeijer | 1 | -2/+2 |
2005-04-07 | * Fixed crash on exit when trying to delete listbox that wasn't created. | Bjørn Lindeijer | 8 | -25/+45 |
2005-04-07 | Fixing compiling issues | Eugenio Favalli | 1 | -9/+9 |
2005-04-07 | Use new Guichan widget disableing feature to disable buttons as appropriate in | Bjørn Lindeijer | 1 | -0/+7 |
2005-04-06 | trade update: now both guys see the added item | Jan-Fabian Humann | 3 | -8/+45 |
2005-04-06 | Another trade update | Jan-Fabian Humann | 3 | -24/+22 |
2005-04-06 | update for trade: now on right click | Jan-Fabian Humann | 10 | -4/+282 |
2005-04-06 | Adding some debug infos to the sound engine | Eugenio Favalli | 1 | -3/+13 |
2005-04-06 | Following a suggestion from the SDL | Eugenio Favalli | 1 | -2/+5 |
2005-04-06 | Updating item names (we really need a db) | Eugenio Favalli | 1 | -3/+10 |
2005-04-05 | *** empty log message *** | Eugenio Favalli | 1 | -11/+11 |
2005-04-05 | Cleaning and fixing setup window | Eugenio Favalli | 4 | -78/+29 |
2005-04-05 | Don't command the server to walk the character to an occupied tile, for example | Bjørn Lindeijer | 1 | -1/+1 |
2005-04-05 | Fix getting stuck when trying to sell with empty inventory. | Bjørn Lindeijer | 1 | -0/+1 |
2005-04-05 | Fixng consistency between config button and setup window (lol) | Eugenio Favalli | 1 | -2/+2 |
2005-04-05 | Fixng consistency between config button and setup window | Eugenio Favalli | 1 | -1/+1 |
2005-04-05 | removing trade window debug | Jan-Fabian Humann | 1 | -6/+0 |
2005-04-04 | tiny compile fix | Jan-Fabian Humann | 1 | -1/+5 |
2005-04-04 | starting to do the trade window, i know it's not functionable and contains a ... | Jan-Fabian Humann | 8 | -8/+311 |
2005-04-04 | quick fix for bug which increased item amount when warping client-side | Jan-Fabian Humann | 3 | -0/+16 |
2005-04-04 | Setting screen resolution to 16 bit (in windows it increase fps a lot) | Eugenio Favalli | 1 | -2/+2 |
2005-04-04 | Just a fast fix for the scollbars look | Eugenio Favalli | 1 | -2/+12 |
2005-04-03 | Added playing hardcoded background song during login, stops when game starts. | Bjørn Lindeijer | 3 | -2/+8 |
2005-04-03 | New version of 3-1 map. | Bjørn Lindeijer | 2 | -8/+12 |
2005-04-03 | some fixes | Eugenio Favalli | 2 | -1/+4 |
2005-04-02 | Fixed whobbly walking by separating some logic from the framerate. | Bjørn Lindeijer | 3 | -20/+49 |
2005-04-02 | Work around Guichan focussing bug. | Bjørn Lindeijer | 3 | -2/+16 |
2005-04-02 | Added ConfigListener class to allow listening for changes to config options, | Bjørn Lindeijer | 6 | -23/+115 |
2005-04-02 | Less Image::setAlpha calls. | Bjørn Lindeijer | 5 | -23/+15 |
2005-04-01 | * The client will now only attempt to load .tmx or .tmx.gz files. | Bjørn Lindeijer | 9 | -73/+84 |
2005-03-28 | Graphics updates | Eugenio Favalli | 3 | -9/+12 |
2005-03-26 | Make sure logic method is called on the content of windows, fixes lists. | Bjørn Lindeijer | 2 | -0/+13 |
2005-03-26 | Fix mouse walk to send the correct pair of coordinates to the server. | Bjørn Lindeijer | 1 | -1/+1 |
2005-03-26 | Images are now exclusively loaded through PhysFS, and Tiled maps should load | Bjørn Lindeijer | 5 | -86/+49 |
2005-03-25 | Moved datafiles in unified structure. | Bjørn Lindeijer | 18 | -37/+34 |
2005-03-25 | Put map in new place and unified loading location. | Bjørn Lindeijer | 3 | -3/+3 |
2005-03-25 | Got rid of non-free levelup sound and put bow sound under F7 for testing. | Bjørn Lindeijer | 1 | -5/+5 |
2005-03-25 | Moved level.ogg to new location, and put playing levelup sound under F7. | Bjørn Lindeijer | 3 | -9/+7 |
2005-03-25 | Fix compile issues on Windows. | Bjørn Lindeijer | 3 | -5/+5 |
2005-03-25 | Fix a few more log and error calls to make sure it compiles... | Bjørn Lindeijer | 2 | -14/+16 |
2005-03-24 | Logger Implemented. (3/3) | Yohann Ferreira | 12 | -149/+52 |
2005-03-24 | Incomplete attempt to fix whobbly walk at low fps (not for keyboard input) | Bjørn Lindeijer | 1 | -1/+2 |