summaryrefslogtreecommitdiff
path: root/src/game-server/item.hpp
AgeCommit message (Expand)AuthorFilesLines
2007-03-15Set the default map position of new characters to a value that makes more sen...Philipp Sehmisch1-2/+1
2007-03-14Modified the game-server to use AbstractCharacterData, some renamingRogier Polak1-25/+29
2007-03-11Implemented stat handling infrastructure and basic damage calculation.Philipp Sehmisch1-5/+1
2007-03-05Added an abstrart base class for characterdata, in order to use the same seri...Rogier Polak1-1/+15
2007-01-05Implemented item dropping.Guillaume Melquiond1-2/+6
2007-01-03Added a Xmas cake: the server now supports items on floor.Guillaume Melquiond1-2/+11
2007-01-03Starting to work on adding items to the map. Nothing concrete for now, just a...Guillaume Melquiond1-0/+232