summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/l_dgnmon.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove stuffNicholas Feinberg2014-07-291-0/+1
* The great mon-stuff migration.Shmuale Mark2014-06-221-1/+1
* Formatting fixes (add braces).Neil Moore2014-05-121-0/+6
* Drop double newlines where they seem to serve no purpose.Adam Borowski2013-12-211-1/+0
* Don't recompile world when random-pick.h gets changed.Adam Borowski2013-11-251-0/+1
* Axe a buttload of useless #includes.Adam Borowski2013-11-031-1/+0
* Fix a monster_type misbuild with clang-3.3.Adam Borowski2013-04-261-2/+4
* Fix crash when vaults specify "nothing" as part of a random monster set.Steve Melenchuk2013-03-211-1/+7
* Merge branch 'master' into mon-pickAdam Borowski2012-11-041-5/+5
|\
| * Use std namespace.Raphael Langella2012-08-261-5/+5
* | Get rid of a crapload of uselessly passed level_number.Adam Borowski2012-11-041-1/+1
|/
* Allow bands in random monster lists.Neil Moore2012-07-071-5/+0
* Some more return deparenthesization.Adam Borowski2012-07-051-1/+1
* Drop parentheses around scalar values in "return".Adam Borowski2012-07-051-13/+13
* Merge branch 'master' into portal_branchesAdam Borowski2012-03-261-5/+5
|\
| * Use monster_type nearly everywhere.Adam Borowski2012-03-221-1/+1
| * Expose mid rather than mindex to dlua.Adam Borowski2012-02-231-4/+4
* | Merge branch 'master' into portal_branchesAdam Borowski2012-02-201-8/+7
|\|
| * Make dgn_place_monster() return monster*Adam Borowski2012-01-051-4/+3
| * s/(mons_spec)\.mid/$1.type/Adam Borowski2012-01-051-5/+5
| * Clean some menv idx / mid confusion.Adam Borowski2012-01-051-3/+3
* | Use branch depth rather than absolute depth as the authoritative one.Adam Borowski2012-01-031-4/+3
* | Get rid of level_type, unify BRANCH_*, LEVEL_* and portal vaults.Adam Borowski2011-11-041-7/+6
|/
* cppcheck: fix inefficient checking for emptiness.Adam Borowski2011-07-051-3/+3
* Rename MONS_(PANDEMONIUM|HELL)_DEMON to MONS_(PANDEMONIUM|HELL)_LORD.David Lawrence Ramsey2011-06-201-1/+1
* Make file headers doxygen-friendly, drop useless fields.Adam Borowski2011-03-281-4/+4
* Don't restrict set_random_mon_list() to portal vaults only.Adam Borowski2011-03-141-19/+0
* Ensure a space after "return".Adam Borowski2010-12-161-2/+2
* Rename class "monsters" to "monster".Robert Vollmert2010-09-051-2/+2
* Fix portal vaults failing validation.Darshan Shaligram2010-07-241-1/+1
* Rename hilariously misnamed you.your_level to you.absdepth0.Adam Borowski2010-02-101-1/+1
* Remove libutil.h from AppHdr.h and include explicitly.Robert Vollmert2010-01-201-0/+1
* Remove header includes from mon-place.h.Robert Vollmert2009-11-271-0/+1
* Remove unnecessary header-header includes.Robert Vollmert2009-11-271-0/+1
* Add formatting fixes.David Lawrence Ramsey2009-11-211-2/+2
* Rename monspeak/monplace/monstuff to mon-speak/place/stuff.Jude Brown2009-11-121-2/+2
* 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/+267