summaryrefslogtreecommitdiff
path: root/src/gui
AgeCommit message (Collapse)AuthorFilesLines
2005-04-10New selection in inventory instead of black rectangleMateusz Kaduk2-3/+6
2005-04-10Removed black outline around inventory and cleaned up some tabs.Bjørn Lindeijer1-13/+12
2005-04-10Added inventory transparencyMateusz Kaduk4-2/+13
2005-04-09Fixed up problem with inventory display.Aaron Marks3-4/+36
Added maximum width/height of window (for resizing).
2005-04-09Adding new login error messagesEugenio Favalli1-0/+13
2005-04-09Added better support for inventory (currently its resizable by dragging the topAaron Marks3-14/+53
right of the window).
2005-04-09Fixed the previous errorEugenio Favalli2-2/+29
Added "register" button
2005-04-09Added check for username length > 4 charactersEugenio Favalli1-3/+2
2005-04-08*** empty log message ***Eugenio Favalli1-0/+7
2005-04-08Updated change log and made mouse walk only work with left mouse button.Bjørn Lindeijer1-8/+11
2005-04-08quick exit fixJan-Fabian Humann1-1/+1
2005-04-08Added window resizing.Aaron Marks2-3/+61
2005-04-07trade updated: trade is now possible, but some bugs are still to be fixed by ↵Jan-Fabian Humann2-3/+73
me and zeny and different amount trading will need to be implemented
2005-04-07Changed version from 0.0.11a to 0.0.11.1. Also made "+" buttons on stats windowBjørn Lindeijer3-5/+30
and "Up" button on skills window disable when appropriate.
2005-04-07Updates for 0.0.11a release this evening and removed action listening fromBjørn Lindeijer1-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 Lindeijer6-22/+42
* Disabled Ok button in Buy and Sell dialog when amount is 0 * Corrected the three known map bugs
2005-04-07Use new Guichan widget disableing feature to disable buttons as appropriate inBjørn Lindeijer1-0/+7
character select dialog.
2005-04-06trade update: now both guys see the added itemJan-Fabian Humann2-8/+33
2005-04-06Another trade updateJan-Fabian Humann2-21/+1
2005-04-06update for trade: now on right clickJan-Fabian Humann4-3/+190
2005-04-06Updating item names (we really need a db)Eugenio Favalli1-3/+10
2005-04-05*** empty log message ***Eugenio Favalli1-11/+11
2005-04-05Cleaning and fixing setup windowEugenio Favalli1-41/+18
2005-04-05Don't command the server to walk the character to an occupied tile, for exampleBjørn Lindeijer1-1/+1
where a shopkeeper is standing.
2005-04-05Fixng consistency between config button and setup window (lol)Eugenio Favalli1-2/+2
2005-04-05Fixng consistency between config button and setup windowEugenio Favalli1-1/+1
2005-04-04tiny compile fixJan-Fabian Humann1-1/+5
2005-04-04starting to do the trade window, i know it's not functionable and contains a ↵Jan-Fabian Humann4-2/+290
lot of bugs but ill continue tomorrow.
2005-04-04quick fix for bug which increased item amount when warping client-sideJan-Fabian Humann2-0/+13
2005-04-04Just a fast fix for the scollbars lookEugenio Favalli1-2/+12
2005-04-03New version of 3-1 map.Bjørn Lindeijer1-7/+11
2005-04-02Work around Guichan focussing bug.Bjørn Lindeijer2-0/+14
2005-04-02Added ConfigListener class to allow listening for changes to config options,Bjørn Lindeijer4-4/+41
and added a GUI opacity slider to the setup window that utilizes this.
2005-04-02Less Image::setAlpha calls.Bjørn Lindeijer4-21/+14
2005-04-01* The client will now only attempt to load .tmx or .tmx.gz files.Bjørn Lindeijer3-5/+5
* When unable to connect to char server, report IP to which it can't connect. * Cleaned up logger a bit.
2005-03-28Graphics updatesEugenio Favalli1-0/+1
2005-03-26Make sure logic method is called on the content of windows, fixes lists.Bjørn Lindeijer2-0/+13
2005-03-26Fix mouse walk to send the correct pair of coordinates to the server.Bjørn Lindeijer1-1/+1
2005-03-25Moved datafiles in unified structure.Bjørn Lindeijer13-26/+22
2005-03-25Put map in new place and unified loading location.Bjørn Lindeijer1-1/+1
2005-03-24Logger Implemented. (3/3)Yohann Ferreira5-17/+18
2005-03-24logger...Yohann Ferreira2-2/+4
2005-03-24Should fix the last commitEugenio Favalli1-1/+6
2005-03-24Hey some graphics updates people =)Eugenio Favalli1-1/+1
2005-03-21Some cleanups and button, radiobutton and checkbox now take into accountBjørn Lindeijer3-13/+13
disabled status.
2005-03-21A few small fixes.Bjørn Lindeijer3-0/+10
2005-03-20TMW now uses latest Guichan CVS, and doesn't work with Guichan 0.2.0 anymore!Bjørn Lindeijer28-262/+84
Also fixed a crash on clicking wallpaper in login phase.
2005-03-19Added config option for GUI alpha.Bjørn Lindeijer2-2/+7
2005-03-17Fixed some of the inconsistencies in the new skill dialog. Hopefully we will ↵Kiyoshi Kyokai1-14/+14
be using it soon.
2005-03-16Advanced version to 0.0.11, updated desert tilesets and made sound code log aBjørn Lindeijer1-1/+0
bit more.