summaryrefslogtreecommitdiff
path: root/src/properties.h
AgeCommit message (Collapse)AuthorFilesLines
2007-11-21Small lingering changes made while merging to 0.0.Bjørn Lindeijer1-3/+3
2007-10-27Made it compile with GCC 4.3Guillaume Melquiond1-2/+1
2007-01-29Some trivial documentation work. Fixes all Doxygen warnings.Bjørn Lindeijer1-2/+14
2006-10-07Added support for gzip compressed map layer data. Increased version to 0.0.22.Bjørn Lindeijer1-4/+25
Cleaned up overlay initialization a bit.
2006-02-24Another bunch of cosmetic cleanups, ie mostly typedefs...Björn Steinbrink1-13/+6
2006-02-01Simplified button creation code in some windows. Fixed a bug where the game ↵Björn Steinbrink1-1/+1
crashes if there's a message dialog from a npc that no longer exists. Reverted properties to private.
2006-01-31Various small cleanups.Björn Steinbrink1-1/+1
2005-10-10Introduced new window shortcuts and corrected position of job xp bar. AlsoBjørn Lindeijer1-0/+84
corrected strange commit by ElvenProgrammer.
2005-10-10Updated docs for releaseEugenio Favalli1-84/+0
2005-10-07Modified finding NPC as by timonator's suggestion in order to allow NPCs to beBjørn Lindeijer1-0/+84
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.