summaryrefslogtreecommitdiff
path: root/src/game-server/trade.hpp
AgeCommit message (Collapse)AuthorFilesLines
2010-02-07Update Copyright date for Manaserv.Bertram1-1/+1
2009-12-06Fixed name of the project in copyright headersThorbjørn Lindeijer1-7/+6
Also updated the headers to refer to the GPL by URL instead of suggesting to contact the FSF by snail mail, as per the latest GPL usage instructions.
2009-12-06Removed "TMW" and "TMWSERV" from header guardsThorbjørn Lindeijer1-2/+2
2009-12-06A host of code style changesThorbjørn Lindeijer1-4/+4
Removed pointless void in method parameter lists, fixed methods and variables that started with upper case, removed pointless 'const' for stuff passed by value, made some getters const, etc.
2009-04-21Trade System Patch (server side)blue1121-6/+16
Server side modification for making the three steps trade working. For tmwserv Some trade related protocol modification too.
2008-11-16Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer1-2/+0
2007-08-14Involved money in trade handler.Guillaume Melquiond1-2/+8
2007-08-13Implemented buy/sell handler.Guillaume Melquiond1-19/+22
2007-07-29Added support for trading.Guillaume Melquiond1-0/+90