summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/l_item.cc
Commit message (Collapse)AuthorAgeFilesLines
* Rename is_valid_item to item_def::is_valid.Vsevolod Kozlov2009-11-061-10/+10
| | | | Signed-off-by: Jude Brown <bookofjude@users.sourceforge.net>
* Splitting up stuff.cc.Robert Vollmert2009-10-301-0/+1
| | | | New: colour.cc, coord.cc, coordit.cc, random.cc, rng.cc.
* Move utility functions from clua.cc to cluautil.cc.Robert Vollmert2009-10-211-1/+1
| | | | | | | | cluautil.cc should eventually contain all of the functions for passing objects from and to lua, at least the shared ones. Also cut down on clua.cc include list.
* cosmetic: strip trailing whitespaceSteven Noonan2009-10-201-1/+1
| | | | Signed-off-by: Steven Noonan <steven@uplinklabs.net>
* Move library "item" from clua.cc to l_item.cc.Robert Vollmert2009-10-201-0/+706