summaryrefslogtreecommitdiff
path: root/src/game-server/player.cpp
AgeCommit message (Expand)AuthorFilesLines
2007-01-05Generalized player state.Guillaume Melquiond1-2/+2
2007-01-05Ensured player data are updated before being sent to the account server.Guillaume Melquiond1-11/+0
2007-01-05Implemented item dropping.Guillaume Melquiond1-29/+9
2007-01-04Started serializing character possessions. Reduced their memory footprint.Guillaume Melquiond1-0/+2
2007-01-03Starting to work on adding items to the map. Nothing concrete for now, just a...Guillaume Melquiond1-12/+7
2007-01-03Split persistent player data from game server data. Enabled inventory code back.Guillaume Melquiond1-0/+87