summaryrefslogtreecommitdiff
path: root/src/game-server/inventory.cpp
AgeCommit message (Expand)AuthorFilesLines
2007-03-14Modified the game-server to use AbstractCharacterData, some renamingRogier Polak1-41/+45
2007-01-05Added full update of Inventory on Player connection.Guillaume Melquiond1-4/+51
2007-01-05Fixed reported amounts of inventory items.Guillaume Melquiond1-3/+3
2007-01-04Simplified, completed, and documented a bit the Inventory class.Guillaume Melquiond1-9/+46
2007-01-04Server-side implementation of item pick-up.Guillaume Melquiond1-16/+60
2007-01-04Started serializing character possessions. Reduced their memory footprint.Guillaume Melquiond1-254/+163
2007-01-03Starting to work on adding items to the map. Nothing concrete for now, just a...Guillaume Melquiond1-110/+88
2007-01-03Split persistent player data from game server data. Enabled inventory code back.Guillaume Melquiond1-0/+419