summaryrefslogtreecommitdiff
path: root/src/gui/sell.cpp
AgeCommit message (Collapse)AuthorFilesLines
2005-07-17Added Item and Equipment class and made the appropriate places make use of ↵Björn Steinbrink1-5/+8
them. Plus some cleanups.
2005-07-11Committed header dependencies reducing patch by DoenerBjørn Lindeijer1-2/+2
2005-05-22Picking up now possible with Z, and fixed width of a few scroll area contents.Bjørn Lindeijer1-0/+1
2005-05-10fixing a bug which occured when ItemManager's constructor calls logger (for ↵Jan-Fabian Humann1-1/+1
example if items.xml is missing)
2005-05-01Fixed width of item lists in shops and fixed hitting dead monsters.Bjørn Lindeijer1-1/+1
2005-04-21trying to follow Hammerbear suggestionsEugenio Favalli1-1/+2
2005-04-21Now shops get item names from the xml databaseEugenio Favalli1-6/+1
2005-04-07* Fixed crash on exit when trying to delete listbox that wasn't created.Bjørn Lindeijer1-1/+8
* Disabled Ok button in Buy and Sell dialog when amount is 0 * Corrected the three known map bugs
2005-03-20TMW now uses latest Guichan CVS, and doesn't work with Guichan 0.2.0 anymore!Bjørn Lindeijer1-1/+1
Also fixed a crash on clicking wallpaper in login phase.
2005-03-03Separated graphic/graphic.cpp into graphics.cpp and engine.cpp.Bjørn Lindeijer1-1/+3
2005-02-25Fixing equipment and shops according to the new server scriptEugenio Favalli1-1/+2
2005-02-23Committed patch by Mra, which fixes multiple NPCs talks in one window andBjørn Lindeijer1-0/+3
moves the action listener used with BuySellDialog into that class.
2005-02-06Completed inventory fix, now selection worksEugenio Favalli1-2/+2
2005-01-08Well improved window container and window widgets a bit, and made a startBjørn Lindeijer1-2/+2
on support for modal dialogs. Still some issues to work out. Tell me if you experience something unsettling.
2004-12-30Subclassed ListBox and TextBox for a little better visual appearance.Bjørn Lindeijer1-1/+2
2004-12-28A few cleanups and small fix to sell dialog.Bjørn Lindeijer1-0/+3
2004-12-28Ported sell dialog to Guichan.Bjørn Lindeijer1-0/+145