summaryrefslogtreecommitdiff
path: root/src/game-server/inventory.cpp
AgeCommit message (Expand)AuthorFilesLines
2008-11-16Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer1-2/+0
2008-01-10Item types and weapon types are now identified by name instead of numbers in ...Philipp Sehmisch1-1/+1
2008-01-07Implemented some of the game mechanics we decided to use. The clients now onl...Philipp Sehmisch1-1/+4
2007-08-19Added support for protective equipment.Guillaume Melquiond1-15/+73
2007-08-14Fixed incorrect update message when merging item stacks and removing one of t...Guillaume Melquiond1-4/+5
2007-08-14Handled money as part of the inventory.Guillaume Melquiond1-0/+23
2007-08-09Prevented player from merging too many items.Guillaume Melquiond1-1/+2
2007-08-09Fixed strange behavior of inventory.Guillaume Melquiond1-3/+3
2007-08-09Fixed item move toward a not yet existing slot.Guillaume Melquiond1-1/+9
2007-08-08Untested means full of trivial bugs.Guillaume Melquiond1-8/+9
2007-08-08Changed some argument types. Added untested protocol for moving objects betwe...Guillaume Melquiond1-1/+146
2007-08-01Added notification on changes of look.Guillaume Melquiond1-76/+119
2007-07-31Added protocol for removing equipment. Compressed inventory message a bit.Guillaume Melquiond1-22/+51
2007-07-29Added support for trading.Guillaume Melquiond1-44/+98
2007-07-12Added support for visible equipment.Guillaume Melquiond1-2/+2
2007-07-07Singleton managers do not need stateful classes. Changed them to namespace in...Guillaume Melquiond1-3/+4
2007-07-01Reverted inventory handling code to the last known working state. Simplified ...Guillaume Melquiond1-43/+39
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