summaryrefslogtreecommitdiff
path: root/src/gui/trade.h
AgeCommit message (Collapse)AuthorFilesLines
2005-10-09* Made Sprite into an interface implemented by both FloorItem and Being, whichBjørn Lindeijer1-1/+2
hook themselves into the map on construction. The improved fringe layer is working as expected now. * Made sure TMW compiles without warnings even when using "-Wconversion -Wshadow -Wcast-qual -Wwrite-strings -ansi -pedantic", lots of cleanups. * Added two new small tilesets that contain the desert tiles that are twice and three times the height of a normal tile. One well in new_3-1 has been converted to use the new double tiles for testing purposes.
2005-08-28Prepare our source so that it'll survive a guichan header cleanup, should it ↵Björn Steinbrink1-0/+2
ever happen...
2005-08-21It should be enough of "How can i give you money?????����" while ↵Matthias Hartmann1-0/+1
trading now.
2005-08-13Huge header cleanup to reduce dependencies and compile time.Björn Steinbrink1-4/+9
2005-07-18Created Inventory class. (Really) Small code simplifications and cleanups.Björn Steinbrink1-3/+5
2005-07-17Added Item and Equipment class and made the appropriate places make use of ↵Björn Steinbrink1-1/+1
them. Plus some cleanups.
2005-07-11Committed header dependencies reducing patch by DoenerBjørn Lindeijer1-4/+2
2005-05-22another trade update: trading money is possible now, left box is for money ↵Jan-Fabian Humann1-1/+8
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-19Made item amount window a modal dialog and removed support for old map format.Bjørn Lindeijer1-14/+10
2005-05-14Mainly separating core GUI classes from game interface.Bjørn Lindeijer1-1/+1
2005-05-12trade fixes as usual + quit dialog pops up now instead of being under other ↵Jan-Fabian Humann1-0/+5
windows
2005-05-11another trade update: selecting items is more logical now, name and desc. ↵Jan-Fabian Humann1-0/+5
are being displayed
2005-05-10some trade gui changesJan-Fabian Humann1-11/+12
2005-04-10cleaning up trade a bit, itemcontainers still wont show up againJan-Fabian Humann1-0/+2
2005-04-07trade updated: trade is now possible, but some bugs are still to be fixed by ↵Jan-Fabian Humann1-1/+12
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-0/+5
2005-04-06update for trade: now on right clickJan-Fabian Humann1-1/+1
2005-04-04starting to do the trade window, i know it's not functionable and contains a ↵Jan-Fabian Humann1-0/+89
lot of bugs but ill continue tomorrow.