summaryrefslogtreecommitdiff
path: root/src/game-server/trade.cpp
AgeCommit message (Expand)AuthorFilesLines
2023-05-15General code cleanupsThorbjørn Lindeijer1-2/+5
2022-08-19Apply C++11 fixitsThorbjørn Lindeijer1-5/+4
2013-09-08Renamed character.cpp to charactercomponent.cppErik Schilling1-1/+1
2013-08-26Allowed to push attributeinfos for the attribute recalculationErik Schilling1-6/+11
2013-04-12Moved Actor into an ComponentErik Schilling1-2/+2
2013-04-11Converted Being into a ComponentErik Schilling1-15/+24
2013-04-11Converted the Character class into a componentErik Schilling1-25/+25
2013-04-02Fixed multiple warnings and errors that blocked c++0xErik Schilling1-2/+5
2013-04-02Moved fighting code into a componentErik Schilling1-4/+4
2011-07-27Removed the inventory delay mode for now.Yohann Ferreira1-3/+1
2011-01-30Revert "Fixed the money handling."Jared Adams1-2/+1
2011-01-31Fixed the money handling.Yohann Ferreira1-1/+2
2010-11-14Renamed .hpp files into .h for consistency.Yohann Ferreira1-5/+5
2010-11-03Renamed write{Byte,Short,Long} to writeInt{8,16,32}Thorbjørn Lindeijer1-4/+4
2010-07-10New attribute system and major changes to many low-level areas.Freeyorp1-5/+12
2010-02-07Update Copyright date for Manaserv.Bertram1-1/+1
2009-12-06Fixed name of the project in copyright headersThorbjørn Lindeijer1-7/+6
2009-10-09Synced the protocol file with client in protocol.h, letting other defines in ...Bertram1-15/+14
2009-05-24Fixed a few code style issuesBjørn Lindeijer1-9/+10
2009-04-21Trade System Patch (server side)blue1121-22/+79
2008-11-16Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer1-2/+0
2007-08-14Involved money in trade handler.Guillaume Melquiond1-6/+37
2007-08-13Implemented buy/sell handler.Guillaume Melquiond1-4/+4
2007-07-29Added support for trading.Guillaume Melquiond1-0/+169