summaryrefslogtreecommitdiff
path: root/src/gui/trade.cpp
AgeCommit message (Expand)AuthorFilesLines
2009-02-09Mostly whitespace and formatting changesBjørn Lindeijer1-2/+0
2008-12-17Reintroduced window name propertyBjørn Lindeijer1-1/+2
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-1/+1
2007-10-28Fixed display of trade window. Completed trade protocol.Guillaume Melquiond1-159/+86
2007-10-21Added persistent positioning.Guillaume Melquiond1-0/+2
2007-08-14Removed obsolete code. Added support for money received while trading.Guillaume Melquiond1-1/+1
2007-08-14mantis_id:129 - Inventory Window Slots Added.Joshua Langley1-2/+3
2007-08-07Fixed my breakage of persistent window dimensions. Cleaned a few things along...Guillaume Melquiond1-1/+0
2007-07-31Removed legacy inventory code. Added display of equipment.Guillaume Melquiond1-4/+4
2007-07-29Forgot a few debug statements.Guillaume Melquiond1-3/+1
2007-07-29Converted trading to new server.Guillaume Melquiond1-36/+13
2007-01-14Merged 0.0 changes from revision 2988 to 3035 to trunk.Bjørn Lindeijer1-5/+5
2006-12-11Merged 0.0 changes from revision 2825 to 2898 to trunk.Bjørn Lindeijer1-18/+18
2006-11-02Merged trunk changes from revision 2716 to 2756 into the 0.1.0 branch.Bjørn Lindeijer1-5/+5
2006-11-02Network layer refactoring.Björn Steinbrink1-3/+16
2006-09-29Merged trunk changes from revision 2618 to 2716 into the 0.1.0 branch.Bjørn Lindeijer1-30/+33
2006-08-26Got rid of the default MessageOut constructor, since all messages should haveBjørn Lindeijer1-10/+5
2006-08-26Made the Network class a purely static interface, as there is only one instance.Guillaume Melquiond1-2/+1
2006-07-30Updated TMW to be compatible with Guichan 0.5.0 (merged from guichan-0.5.0Bjørn Lindeijer1-1/+1
2006-07-25Switched client to use enet and modified login sequence to work with the new ...Eugenio Favalli1-14/+14
2006-03-19Unreverted latest change by Doener due to my lack of proper communication abi...Eugenio Favalli1-9/+7
2006-03-19Reverted changeset r2269 (toString) as requested by ElvenProgrammer.Björn Steinbrink1-7/+9
2006-03-18Added a toString conversion function.Björn Steinbrink1-9/+7
2006-03-09Made all class members named like mClassMember.Björn Steinbrink1-107/+107
2006-03-09Made the Button ctor accept eventId and action listener.Björn Steinbrink1-14/+4
2006-03-09Use std::auto_ptr in some places.Björn Steinbrink1-8/+5
2006-01-22Merged NETWORK branch (includes BEING_OVERHAUL).Björn Steinbrink1-9/+10
2006-01-04Reverted r0nny changes, enabled 3 slots to create players, smoothed player de...Eugenio Favalli1-8/+15
2006-01-03moved network logic out of gui/trade.cpp to net/protocol_trade.{h,cpp}Ronny Pfannschmidt1-15/+8
2006-01-03Really disabled /commands and added proper message when logging in and banned.Eugenio Favalli1-1/+1
2005-10-20Added garbage collection to the ScrollArea class. Fixed slider not being upda...Björn Steinbrink1-3/+0
2005-10-18Added automatic widget cleanup to the window class.Björn Steinbrink1-13/+2
2005-10-16Rename {read,write}{Byte,Short,Long} to {read,write}Int{8,16,32}.Björn Steinbrink1-9/+9
2005-09-19Got rid of writeSet() calls.Eugenio Favalli1-6/+0
2005-09-19Removed useless flush() calls.Eugenio Favalli1-5/+0
2005-09-17Completed transition to use MessageOut.Eugenio Favalli1-10/+17
2005-09-13Merged with SDL_NET_TEST branch.Björn Steinbrink1-21/+20
2005-08-21It should be enough of "How can i give you money?????����" while trad...Matthias Hartmann1-6/+10
2005-08-19Made the item amount box work with a provided item.Björn Steinbrink1-1/+1
2005-08-13Huge header cleanup to reduce dependencies and compile time.Björn Steinbrink1-19/+35
2005-07-18Created Inventory class. (Really) Small code simplifications and cleanups.Björn Steinbrink1-30/+30
2005-07-17Added Item and Equipment class and made the appropriate places make use of th...Björn Steinbrink1-55/+45
2005-07-11Committed header dependencies reducing patch by DoenerBjørn Lindeijer1-6/+5
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 yo...Jan-Fabian Humann1-6/+54
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 w...Jan-Fabian Humann1-17/+30