summaryrefslogtreecommitdiffstats
path: root/src/game-server/buysell.cpp
Commit message (Expand)AuthorAgeFilesLines
* Moved Actor into an ComponentErik Schilling2013-04-121-4/+5
* Converted Being into a ComponentErik Schilling2013-04-111-10/+16
* Converted the Character class into a componentErik Schilling2013-04-111-5/+7
* Fixed multiple warnings and errors that blocked c++0xErik Schilling2013-04-021-10/+16
* Moved fighting code into a componentErik Schilling2013-04-021-3/+3
* Replaced 'unsigned int' with 'unsigned'Thorbjørn Lindeijer2013-01-091-1/+1
* Begun Applying the new equipment slot handling design.Yohann Ferreira2011-07-271-3/+3
* Moved defines.h and manaserv_protocol.h into 'common'Thorbjørn Lindeijer2011-03-201-2/+1
* Fixed registering the players items to the buysell handler.Yohann Ferreira2011-02-151-24/+46
* Revert "Fixed the money handling."Jared Adams2011-01-301-1/+1
* Fixed the money handling.Yohann Ferreira2011-01-311-1/+1
* Renamed .hpp files into .h for consistency.Yohann Ferreira2010-11-141-7/+7
* 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-4/+21
* Modified the npc_trade() lua function to permit selling the whole player inve...Yohann Ferreira2010-05-281-4/+34
* Update Copyright date for Manaserv.Bertram2010-02-071-1/+1
* Fixed name of the project in copyright headersThorbjørn Lindeijer2009-12-061-9/+8
* Synced the protocol file with client in protocol.h, letting other defines in ...Bertram2009-10-091-1/+0
* Merged MovingObject into the Being classBjørn Lindeijer2009-04-261-4/+6
* Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer2008-11-161-2/+0
* Involved money in trade handler.Guillaume Melquiond2007-08-141-1/+1
* Handled money as part of the inventory.Guillaume Melquiond2007-08-141-5/+3
* Implemented buy/sell handler.Guillaume Melquiond2007-08-131-0/+114