summaryrefslogtreecommitdiff
path: root/src/gui/trade.cpp
AgeCommit message (Collapse)AuthorFilesLines
2005-05-22trade: disable textfield on okJan-Fabian Humann1-1/+2
2005-05-22another trade update: trading money is possible now, left box is for money ↵Jan-Fabian Humann1-6/+54
you send, the right label shows the money you receive. Due to stupid RO protocol money value will only be submitted when you press Ok.
2005-05-21trade: you can not change trade quantities (RO protocol forbids it...)Jan-Fabian Humann1-6/+12
2005-05-19Made item amount window a modal dialog and removed support for old map format.Bjørn Lindeijer1-37/+46
2005-05-17we dont need an itemamount window if quantity in inventory is 1Jan-Fabian Humann1-3/+8
2005-05-12trade fixes as usual + quit dialog pops up now instead of being under other ↵Jan-Fabian Humann1-17/+30
windows
2005-05-11another trade update: selecting items is more logical now, name and desc. ↵Jan-Fabian Humann1-2/+48
are being displayed
2005-05-10some trade gui changesJan-Fabian Humann1-49/+50
2005-04-10cleaning up trade a bit, itemcontainers still wont show up againJan-Fabian Humann1-61/+12
2005-04-07trade updated: trade is now possible, but some bugs are still to be fixed by ↵Jan-Fabian Humann1-2/+61
me and zeny and different amount trading will need to be implemented
2005-04-06trade update: now both guys see the added itemJan-Fabian Humann1-8/+28
2005-04-06Another trade updateJan-Fabian Humann1-20/+1
2005-04-06update for trade: now on right clickJan-Fabian Humann1-2/+20
2005-04-04starting to do the trade window, i know it's not functionable and contains a ↵Jan-Fabian Humann1-0/+183
lot of bugs but ill continue tomorrow.