Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2005-04-10 | Removed black outline around inventory and cleaned up some tabs. | Bjørn Lindeijer | 1 | -13/+12 | |
2005-04-10 | Added inventory transparency | Mateusz Kaduk | 4 | -2/+13 | |
2005-04-09 | Fixed up problem with inventory display. | Aaron Marks | 3 | -4/+36 | |
Added maximum width/height of window (for resizing). | |||||
2005-04-09 | Adding new login error messages | Eugenio Favalli | 1 | -0/+13 | |
2005-04-09 | Added better support for inventory (currently its resizable by dragging the top | Aaron Marks | 3 | -14/+53 | |
right of the window). | |||||
2005-04-09 | Fixed the previous error | Eugenio Favalli | 2 | -2/+29 | |
Added "register" button | |||||
2005-04-09 | Added check for username length > 4 characters | Eugenio Favalli | 1 | -3/+2 | |
2005-04-08 | *** empty log message *** | Eugenio Favalli | 1 | -0/+7 | |
2005-04-08 | Disable trading again. | Bjørn Lindeijer | 1 | -0/+3 | |
2005-04-08 | Fixed damage scrolling up to restart from below on new hit. | Bjørn Lindeijer | 1 | -4/+4 | |
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 | |
me and zeny and different amount trading will need to be implemented | |||||
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 | |
and "Up" button on skills window disable when appropriate. | |||||
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 | |
server list to prevent crash. | |||||
2005-04-07 | * Fixed crash on exit when trying to delete listbox that wasn't created. | Bjørn Lindeijer | 8 | -25/+45 | |
* Disabled Ok button in Buy and Sell dialog when amount is 0 * Corrected the three known map bugs | |||||
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 | |
character select dialog. | |||||
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 | |
irc channel to fix sound rcash bug. | |||||
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 | |
where a shopkeeper is standing. | |||||
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 | |
lot of bugs but ill continue tomorrow. | |||||
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 | |
needs testing on other oses | |||||
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 | |
and added a GUI opacity slider to the setup window that utilizes this. | |||||
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 | |
* When unable to connect to char server, report IP to which it can't connect. * Cleaned up logger a bit. | |||||
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 | |