summaryrefslogtreecommitdiff
path: root/src/floor_item.h
AgeCommit message (Collapse)AuthorFilesLines
2007-11-15Moved item icon from ItemInfo class to the Item class, so that it can be loadedBjørn Lindeijer1-4/+4
on demand. Results in faster startup time and reduced memory usage.
2006-12-11Merged 0.0 changes from revision 2825 to 2898 to trunk.Bjørn Lindeijer1-5/+5
2006-08-17the item icons are now stored in different files with more descriptive namesPhilipp Sehmisch1-0/+1
2006-02-26Got rid of .cvsignore files and converted them to svn:ignore properties.Bjørn Lindeijer1-0/+0
2006-02-06Added a FloorItemManager class.Björn Steinbrink1-15/+0
2006-01-22Merged NETWORK branch (includes BEING_OVERHAUL).Björn Steinbrink1-1/+1
2005-10-09Fixed player names overlapping other players and more cleanups.Bjørn Lindeijer1-2/+0
2005-10-09* Made Sprite into an interface implemented by both FloorItem and Being, whichBjørn Lindeijer1-8/+35
hook themselves into the map on construction. The improved fringe layer is working as expected now. * Made sure TMW compiles without warnings even when using "-Wconversion -Wshadow -Wcast-qual -Wwrite-strings -ansi -pedantic", lots of cleanups. * Added two new small tilesets that contain the desert tiles that are twice and three times the height of a normal tile. One well in new_3-1 has been converted to use the new double tiles for testing purposes.
2005-10-07Modified finding NPC as by timonator's suggestion in order to allow NPCs to beBjørn Lindeijer1-16/+23
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-09-13Merged with SDL_NET_TEST branch.Björn Steinbrink1-9/+37
2005-08-25Move extern declaration of the floor item list. Lower indentation level.Björn Steinbrink1-4/+0
2005-07-11Committed header dependencies reducing patch by DoenerBjørn Lindeijer1-1/+0
2005-03-01Deleting subx and suby for items, because it's uselessJan-Fabian Humann1-1/+0
2005-03-01Attempt part 2.Bjørn Lindeijer1-0/+66
2005-03-01An attempt to get rid of executable permissions.Bjørn Lindeijer1-66/+0
2005-02-28Adding support for drop items part 1/2Jan-Fabian Humann1-0/+66