summaryrefslogtreecommitdiff
path: root/src/gui/trade.cpp
AgeCommit message (Expand)AuthorFilesLines
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-94/+67
2009-01-08Made remaining dialogs translatableBjørn Lindeijer1-2/+2
2009-01-06Added support for internationalizationIra Rice1-25/+18
2009-01-05Made trade window resizableBjørn Lindeijer1-24/+40
2008-12-07Fixed inconsistency in default window sizesBjørn Lindeijer1-1/+1
2008-11-18Pedantic fixes to the client, where I alphabetized all of the include Ira Rice1-4/+1
2008-09-12Fixed /where, added /cast for heal and gather, some changes to inventory to s...Lloyd Bryant1-4/+5
2008-06-12Merged revisions 3738 via svnmerge from Bjørn Lindeijer1-8/+4
2008-04-26Text fix: zeny to GP.Dennis Friis1-3/+3
2008-04-07Upgraded to Guichan 0.8.0 (merge from guichan-0.8 branch, except forBjørn Lindeijer1-1/+1
2007-11-20Merged revisions 3642,3662-3664,3667 via svnmerge from Bjørn Lindeijer1-0/+2
2007-01-14Upgraded to Guichan 0.6.0 (merge from guichan-0.6.0 branch).Bjørn Lindeijer1-5/+5
2006-11-05Fixed money field to no longer hide below the bottom of the window.Bjørn Lindeijer1-18/+18
2006-10-03Removed empty frames from headgears.Bjørn Lindeijer1-1/+1
2006-10-01Accepted patches by GDO and VictorSan that fix problems with hiding windowsBjørn Lindeijer1-5/+5
2006-09-03Fixed updating of labels in trade window.Bjørn Lindeijer1-30/+33
2006-09-03Introduced SelectionListener to fix updating problem in inventory windowBjørn Lindeijer1-2/+2
2006-08-13Merged Guichan 0.5.0 support from guichan-0.5.0 branch, plus several updatesBjørn Lindeijer1-1/+1
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
2005-05-11another trade update: selecting items is more logical now, name and desc. are...Jan-Fabian Humann1-2/+48
2005-05-10some trade gui changesJan-Fabian Humann1-49/+50