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