summaryrefslogtreecommitdiff
path: root/src/game-server/buysell.cpp
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-9/+8
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-10-09Synced the protocol file with client in protocol.h, letting other defines in ↵Bertram1-1/+0
defines.h, and removing some overheading along the way.
2009-04-26Merged MovingObject into the Being classBjørn Lindeijer1-4/+6
Also renamed Object to Actor, to make it sound a little less generic. Cleans up a bit the rather big hierarchy of different object types we have.
2008-11-16Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer1-2/+0
2007-08-14Involved money in trade handler.Guillaume Melquiond1-1/+1
2007-08-14Handled money as part of the inventory.Guillaume Melquiond1-5/+3
2007-08-13Implemented buy/sell handler.Guillaume Melquiond1-0/+114