summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/l_dgnit.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove stuffNicholas Feinberg2014-07-291-1/+1
* Merge branch 'master' into mon-pickAdam Borowski2012-11-041-7/+7
|\
| * Use std namespace.Raphael Langella2012-08-261-7/+7
* | Get rid of a crapload of uselessly passed level_number.Adam Borowski2012-11-041-3/+1
|/
* Massive style fix (braces, indentation, etc.)Neil Moore2012-08-011-0/+4
* Some more return deparenthesization.Adam Borowski2012-07-051-1/+1
* Drop parentheses around scalar values in "return".Adam Borowski2012-07-051-11/+11
* Cache absdepth0, now that it has to be calculated.Adam Borowski2012-01-031-2/+1
* Use branch depth rather than absolute depth as the authoritative one.Adam Borowski2012-01-031-3/+2
* Don't let troves ask for items from display vaults.Adam Borowski2011-07-021-0/+5
* Make file headers doxygen-friendly, drop useless fields.Adam Borowski2011-03-281-4/+4
* Allow corpses to be placed in .des files.Darshan Shaligram2010-06-221-6/+111
* Rename item_def::is_valid() to item_def::defined(). (Enne)Robert Vollmert2010-06-171-1/+1
* Rename hilariously misnamed you.your_level to you.absdepth0.Adam Borowski2010-02-101-1/+1
* Fix item_pickup Triggerables (elliptic).Jude Brown2010-01-271-1/+1
* Fix dgn.stash_items with new items table.Jude Brown2010-01-261-2/+2
* Convert items Lua library to use metatable. May case end-user issues.Jude Brown2010-01-241-1/+1
* Remove libutil.h from AppHdr.h and include explicitly.Robert Vollmert2010-01-201-0/+1
* 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
* Splitting up stuff.cc.Robert Vollmert2009-10-301-0/+1
* Move utility functions from clua.cc to cluautil.cc.Robert Vollmert2009-10-211-1/+1
* Move clua crawl_lib from clua to l_crawl.cc.Robert Vollmert2009-10-201-1/+1
* Split some parts of lua library "dgn" out.Robert Vollmert2009-10-201-0/+97