summaryrefslogtreecommitdiff
path: root/src/game-server/inventory.h
AgeCommit message (Expand)AuthorFilesLines
2013-01-09Replaced 'unsigned int' with 'unsigned'Thorbjørn Lindeijer1-19/+19
2012-03-16Fixed remaining compiler warningsThorbjørn Lindeijer1-3/+3
2012-01-18Fixed the chr_inv_count function to handle equipment.Yohann Ferreira1-1/+4
2012-01-10Added unequip lua script functions.Yohann Ferreira1-0/+15
2012-01-10Added equip lua script functions.Yohann Ferreira1-1/+7
2011-08-19Changed the sprite layer protocol to supportYohann Ferreira1-3/+2
2011-08-19Used the client base to make a final bugfix on the server code.Yohann Ferreira1-1/+7
2011-08-18Change the unequip function to make use of the item instance id.Yohann Ferreira1-2/+2
2011-08-11Basically redid equip and unequip functions().Yohann Ferreira1-21/+44
2011-08-04Change the changeEquipment() function nameYohann Ferreira1-2/+2
2011-07-27Fixed and completed the move() function.Yohann Ferreira1-1/+2
2011-07-27Reviewed the Inventory::remove() function.Yohann Ferreira1-2/+1
2011-07-27Removed the inventory delay mode for now.Yohann Ferreira1-39/+4
2011-07-27Small random code format cleanups, and documentation fixes.Yohann Ferreira1-35/+3
2010-11-14Renamed .hpp files into .h for consistency.Yohann Ferreira1-0/+210