summaryrefslogtreecommitdiff
path: root/src/game-server/buysell.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-01-09Replaced 'unsigned int' with 'unsigned'Thorbjørn Lindeijer1-1/+1
2011-07-27Begun Applying the new equipment slot handling design.Yohann Ferreira1-3/+3
2011-03-20Moved defines.h and manaserv_protocol.h into 'common'Thorbjørn Lindeijer1-2/+1
2011-02-15Fixed registering the players items to the buysell handler.Yohann Ferreira1-24/+46
2011-01-30Revert "Fixed the money handling."Jared Adams1-1/+1
2011-01-31Fixed the money handling.Yohann Ferreira1-1/+1
2010-11-14Renamed .hpp files into .h for consistency.Yohann Ferreira1-7/+7
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-4/+21
2010-05-28Modified the npc_trade() lua function to permit selling the whole player inve...Yohann Ferreira1-4/+34
2010-02-07Update Copyright date for Manaserv.Bertram1-1/+1
2009-12-06Fixed name of the project in copyright headersThorbjørn Lindeijer1-9/+8
2009-10-09Synced the protocol file with client in protocol.h, letting other defines in ...Bertram1-1/+0
2009-04-26Merged MovingObject into the Being classBjørn Lindeijer1-4/+6
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