summaryrefslogtreecommitdiff
path: root/src/gui/trade.h
AgeCommit message (Expand)AuthorFilesLines
2009-03-25Merge branch 'eathena/master'Bjørn Lindeijer1-5/+7
2009-03-23Merge branch 'aethyra/master'Bjørn Lindeijer1-13/+7
2009-03-22Merged the tmwserv client with the eAthena clientBjørn Lindeijer1-17/+44
2009-03-19Simplified trading dialog controls.Ira Rice1-6/+1
2009-03-18Fix up the NPC interraction widnows a bitJared Adams1-7/+6
2009-02-10Fixed header files, as well as removed the unused buddy list class (notIra Rice1-2/+3
2009-01-25Removed the TMW branding from header guardsBjørn Lindeijer1-2/+2
2009-01-23Removed unnecessary references to The Mana World in code headersBjørn Lindeijer1-4/+4
2009-01-16Revised trade window to use the window layout code. Loosely based on theIra Rice1-2/+0
2009-01-05Made trade window resizableBjørn Lindeijer1-2/+8
2008-11-18Pedantic fixes to the client, where I alphabetized all of the include Ira Rice1-2/+0
2008-11-16Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer1-2/+0
2008-04-11Ported trunk over to Guichan 0.8.0. Based on merge from 0.0 branch, but becauseBjørn Lindeijer1-3/+3
2008-04-10Fixed some compiler warnings and don't try to load particle effects when noBjørn Lindeijer1-1/+1
2008-04-07Upgraded to Guichan 0.8.0 (merge from guichan-0.8 branch, except forBjørn Lindeijer1-3/+3
2008-03-23Merged revisions 3828-3829,3831-3838,3841,3843-3844,3847-3872,3874,3876-3900 ...Bjørn Lindeijer1-1/+0
2008-01-26Fixed a GCC 4.3 compile error and constified the usage of auto_ptr, sinceBjørn Lindeijer1-1/+1
2007-10-28Fixed display of trade window. Completed trade protocol.Guillaume Melquiond1-30/+19
2007-08-14Removed obsolete code. Added support for money received while trading.Guillaume Melquiond1-3/+3
2007-07-31Removed legacy inventory code. Added display of equipment.Guillaume Melquiond1-1/+1
2007-01-14Merged 0.0 changes from revision 2988 to 3035 to trunk.Bjørn Lindeijer1-1/+1
2007-01-14Upgraded to Guichan 0.6.0 (merge from guichan-0.6.0 branch).Bjørn Lindeijer1-1/+1
2006-09-29Merged trunk changes from revision 2618 to 2716 into the 0.1.0 branch.Bjørn Lindeijer1-4/+6
2006-09-03Fixed updating of labels in trade window.Bjørn Lindeijer1-4/+6
2006-08-26Made the Network class a purely static interface, as there is only one instance.Guillaume Melquiond1-4/+1
2006-08-13Merged Guichan 0.5.0 support from guichan-0.5.0 branch, plus several updatesBjørn Lindeijer1-1/+1
2006-07-30Updated TMW to be compatible with Guichan 0.5.0 (merged from guichan-0.5.0Bjørn Lindeijer1-1/+1
2006-03-09Made all class members named like mClassMember.Björn Steinbrink1-14/+14
2006-03-09Use std::auto_ptr in some places.Björn Steinbrink1-4/+9
2006-01-22Merged NETWORK branch (includes BEING_OVERHAUL).Björn Steinbrink1-1/+3
2005-10-09* Made Sprite into an interface implemented by both FloorItem and Being, whichBjørn Lindeijer1-1/+2
2005-08-28Prepare our source so that it'll survive a guichan header cleanup, should it ...Björn Steinbrink1-0/+2
2005-08-21It should be enough of "How can i give you money?????����" while trad...Matthias Hartmann1-0/+1
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 th...Björn Steinbrink1-1/+1
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 yo...Jan-Fabian Humann1-1/+8
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 w...Jan-Fabian Humann1-0/+5
2005-05-11another trade update: selecting items is more logical now, name and desc. are...Jan-Fabian Humann1-0/+5
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
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