summaryrefslogtreecommitdiffstats
path: root/src/game-server/trade.cpp
Commit message (Expand)AuthorAgeFilesLines
* Moved Actor into an ComponentErik Schilling2013-04-121-2/+2
* Converted Being into a ComponentErik Schilling2013-04-111-15/+24
* Converted the Character class into a componentErik Schilling2013-04-111-25/+25
* Fixed multiple warnings and errors that blocked c++0xErik Schilling2013-04-021-2/+5
* Moved fighting code into a componentErik Schilling2013-04-021-4/+4
* Removed the inventory delay mode for now.Yohann Ferreira2011-07-271-3/+1
* Revert "Fixed the money handling."Jared Adams2011-01-301-2/+1
* Fixed the money handling.Yohann Ferreira2011-01-311-1/+2
* Renamed .hpp files into .h for consistency.Yohann Ferreira2010-11-141-5/+5
* Renamed write{Byte,Short,Long} to writeInt{8,16,32}Thorbjørn Lindeijer2010-11-031-4/+4
* New attribute system and major changes to many low-level areas.Freeyorp2010-07-101-5/+12
* Update Copyright date for Manaserv.Bertram2010-02-071-1/+1
* Fixed name of the project in copyright headersThorbjørn Lindeijer2009-12-061-7/+6
* Synced the protocol file with client in protocol.h, letting other defines in ...Bertram2009-10-091-15/+14
* Fixed a few code style issuesBjørn Lindeijer2009-05-241-9/+10
* Trade System Patch (server side)blue1122009-04-211-22/+79
* Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer2008-11-161-2/+0
* Involved money in trade handler.Guillaume Melquiond2007-08-141-6/+37
* Implemented buy/sell handler.Guillaume Melquiond2007-08-131-4/+4
* Added support for trading.Guillaume Melquiond2007-07-291-0/+169