summaryrefslogtreecommitdiff
path: root/src/item.h
AgeCommit message (Collapse)AuthorFilesLines
2005-10-09Fixed player names overlapping other players and more cleanups.Bjørn Lindeijer1-4/+4
2005-10-07Modified finding NPC as by timonator's suggestion in order to allow NPCs to beBjørn Lindeijer1-86/+99
clicked on their heads too. Also made start to tile engine improvement by adding the Sprite class that is now used by the floor items for being displayed on the map. Finally added documentation to Item class and splitted out Properties class from Map.
2005-08-13Huge header cleanup to reduce dependencies and compile time.Björn Steinbrink1-1/+1
2005-07-17Added Item and Equipment class and made the appropriate places make use of ↵Björn Steinbrink1-0/+119
them. Plus some cleanups.