summaryrefslogtreecommitdiff
path: root/src/net/tradehandler.cpp
AgeCommit message (Collapse)AuthorFilesLines
2008-02-12Merged revisions 3619 via svnmerge from Bjørn Lindeijer1-2/+13
https://themanaworld.svn.sourceforge.net/svnroot/themanaworld/tmw/branches/0.0 ........ r3619 | b_lindeijer | 2007-10-18 12:56:40 +0200 (Thu, 18 Oct 2007) | 3 lines Implemented automatic denying of trade requests based on a patch submitted by Quiche_on_a_leash. ........
2007-11-21Renamed {read,write}{Byte,Short,Long} to {read,write}{Int8,Int16,Int32}. ThisBjørn Lindeijer1-4/+4
is less confusing in 64-bit context and less conflicting with the 0.0 client.
2007-10-28Fixed display of trade window. Completed trade protocol.Guillaume Melquiond1-1/+1
2007-08-14Removed obsolete code. Added support for money received while trading.Guillaume Melquiond1-127/+5
2007-07-31Removed legacy inventory code. Added display of equipment.Guillaume Melquiond1-1/+1
2007-07-29Converted trading to new server.Guillaume Melquiond1-9/+64
2007-01-14Merged 0.0 changes from revision 2988 to 3035 to trunk.Bjørn Lindeijer1-2/+2
2006-08-20Changed MessageHandler::handleMessage to take a reference instead of a pointer.Bjørn Lindeijer1-13/+13
Removed unused Packet class. Added stub for handling GPMSG_BEING_ENTER.
2006-07-30Updated TMW to be compatible with Guichan 0.5.0 (merged from guichan-0.5.0Bjørn Lindeijer1-1/+1
branch).
2006-07-25Switched client to use enet and modified login sequence to work with the new ↵Eugenio Favalli1-11/+10
protocol from tmwserv.
2006-03-09Made all local action listeners structs and moved them into anonymous ↵Björn Steinbrink1-8/+10
namespaces.
2006-02-06Undone last changes because Bertram already fixed the compiler issue.Eugenio Favalli1-2/+0
2006-02-06Updated Dev-Cpp project file, fixed a gcc 3.4 issue.Eugenio Favalli1-17/+19
2006-02-05Fixed a gcc 4.0 issue in the tradehandler. Strengthened the xml parser in ↵Yohann Ferreira1-1/+2
the itemmanager so tmw doesn't crash anymore if an item lacks some parameters.
2006-02-01Made the OkDialog and ConfirmDialog classes proxies for their buttons' ↵Björn Steinbrink1-2/+16
events. Removed the RequestTradeWindow class, replaced with a plain ConfirmDialog. Fixed a memory leak along the way.
2006-01-22Merged NETWORK branch (includes BEING_OVERHAUL).Björn Steinbrink1-0/+179