summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/l_dgnit.cc
Commit message (Collapse)AuthorAgeFilesLines
* Remove unnecessary header-header includes.Robert Vollmert2009-11-271-0/+1
|
* l_dgnit.cc: dgn.stash_items() functionMatthew Cline2009-11-141-0/+52
|
* Rename is_valid_item to item_def::is_valid.Vsevolod Kozlov2009-11-061-1/+1
| | | | 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.
* Move clua crawl_lib from clua to l_crawl.cc.Robert Vollmert2009-10-201-1/+1
| | | | To avoid name clashes, rename dlua libs from *_lib to *_dlib.
* Split some parts of lua library "dgn" out.Robert Vollmert2009-10-201-0/+97
Specifically, item and monster-related functions to l_dgnit.cc and l_dgnmon.cc.