summaryrefslogtreecommitdiff
path: root/src/net/tradehandler.cpp
AgeCommit message (Collapse)AuthorFilesLines
2008-07-18Import of client treeLloyd Bryant1-1/+1
2008-06-17#333 Suppress 'trade with X cancelled' messages for ignored players.David Athay1-2/+6
2008-06-14Fixed trade bug again.David Athay1-2/+2
2008-06-14Fixed compilation errors and trade bug.David Athay1-0/+5
2008-06-12Merged revisions 3738 via svnmerge from Bjørn Lindeijer1-1/+3
https://themanaworld.svn.sourceforge.net/svnroot/themanaworld/tmw/trunk ........ r3738 | b_lindeijer | 2007-11-16 00:44:01 +0100 (Fri, 16 Nov 2007) | 3 lines Moved item icon from ItemInfo class to the Item class, so that it can be loaded on demand. Results in faster startup time and reduced memory usage. ........
2008-05-14Added ability to define friends, players you want to ignore or disregard andBjørn Lindeijer1-12/+3
configure whether trading is allowed. Based on new popup code, configuration improvements to store hierarchical data and a table model.
2007-10-18Implemented automatic denying of trade requests based on a patch Bjørn Lindeijer1-11/+32
submitted by Quiche_on_a_leash.
2007-01-14Upgraded to Guichan 0.6.0 (merge from guichan-0.6.0 branch).Bjø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
from the 0.1.0 branch.
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