Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2005-04-10 | New selection in inventory instead of black rectangle | Mateusz Kaduk | 2 | -3/+6 | |
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 | Updated change log and made mouse walk only work with left mouse button. | Bjørn Lindeijer | 1 | -8/+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-07 | trade updated: trade is now possible, but some bugs are still to be fixed by ↵ | Jan-Fabian Humann | 2 | -3/+73 | |
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 | 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 | 6 | -22/+42 | |
* Disabled Ok button in Buy and Sell dialog when amount is 0 * Corrected the three known map bugs | |||||
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 | 2 | -8/+33 | |
2005-04-06 | Another trade update | Jan-Fabian Humann | 2 | -21/+1 | |
2005-04-06 | update for trade: now on right click | Jan-Fabian Humann | 4 | -3/+190 | |
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 | 1 | -41/+18 | |
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 | 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-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 | 4 | -2/+290 | |
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 | 2 | -0/+13 | |
2005-04-04 | Just a fast fix for the scollbars look | Eugenio Favalli | 1 | -2/+12 | |
2005-04-03 | New version of 3-1 map. | Bjørn Lindeijer | 1 | -7/+11 | |
2005-04-02 | Work around Guichan focussing bug. | Bjørn Lindeijer | 2 | -0/+14 | |
2005-04-02 | Added ConfigListener class to allow listening for changes to config options, | Bjørn Lindeijer | 4 | -4/+41 | |
and added a GUI opacity slider to the setup window that utilizes this. | |||||
2005-04-02 | Less Image::setAlpha calls. | Bjørn Lindeijer | 4 | -21/+14 | |
2005-04-01 | * The client will now only attempt to load .tmx or .tmx.gz files. | Bjørn Lindeijer | 3 | -5/+5 | |
* 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 | 1 | -0/+1 | |
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-25 | Moved datafiles in unified structure. | Bjørn Lindeijer | 13 | -26/+22 | |
2005-03-25 | Put map in new place and unified loading location. | Bjørn Lindeijer | 1 | -1/+1 | |
2005-03-24 | Logger Implemented. (3/3) | Yohann Ferreira | 5 | -17/+18 | |
2005-03-24 | logger... | Yohann Ferreira | 2 | -2/+4 | |
2005-03-24 | Should fix the last commit | Eugenio Favalli | 1 | -1/+6 | |
2005-03-24 | Hey some graphics updates people =) | Eugenio Favalli | 1 | -1/+1 | |
2005-03-21 | Some cleanups and button, radiobutton and checkbox now take into account | Bjørn Lindeijer | 3 | -13/+13 | |
disabled status. | |||||
2005-03-21 | A few small fixes. | Bjørn Lindeijer | 3 | -0/+10 | |
2005-03-20 | TMW now uses latest Guichan CVS, and doesn't work with Guichan 0.2.0 anymore! | Bjørn Lindeijer | 28 | -262/+84 | |
Also fixed a crash on clicking wallpaper in login phase. | |||||
2005-03-19 | Added config option for GUI alpha. | Bjørn Lindeijer | 2 | -2/+7 | |
2005-03-17 | Fixed some of the inconsistencies in the new skill dialog. Hopefully we will ↵ | Kiyoshi Kyokai | 1 | -14/+14 | |
be using it soon. | |||||
2005-03-16 | Advanced version to 0.0.11, updated desert tilesets and made sound code log a | Bjørn Lindeijer | 1 | -1/+0 | |
bit more. |