summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/dgn-labyrinth.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove 2 more parameters from items()reaverb2014-08-081-1/+1
* Let BLOOD finally have its place in the sunNicholas Feinberg2014-07-011-1/+1
* Revert "Make random_choose_weighted() end on -1 weight"reaverb2014-06-101-1/+1
* Make random_choose_weighted() end on -1 weightreaverb2014-06-101-1/+1
* Don't generate racial armourChris Oelmueller2014-03-061-2/+1
* Fix Lab loot not being placed.Adam Borowski2014-01-201-1/+1
* Make portal entrances and exits proper features on their own.Adam Borowski2013-12-181-2/+2
* Also drop the "minotaur" and "lab" tags.Steve Melenchuk2013-11-291-2/+3
* Don't allocate pointless iterators.Adam Borowski2013-11-151-1/+1
* Drop a lot of superfluous parentheses.Adam Borowski2013-10-241-1/+1
* Correct missing #include "foo.h" from foo.ccSamuel Bronson2013-04-061-0/+2
* Indentation fixes.Adam Borowski2012-12-051-1/+1
* Get rid of several C_SQUARE uses.Adam Borowski2012-11-181-1/+1
* Remove unnecessary includes from header files.Jay3.14152012-10-231-0/+1
* Use std namespace.Raphael Langella2012-08-261-6/+6
* Drop parentheses around scalar values in "return".Adam Borowski2012-07-051-14/+14
* Make staves and rods separate object classes.Adam Borowski2012-06-121-1/+2
* Change 'clobber' to 'check_collision' in _build_secondary_vault and things th...Vsevolod Kozlov2012-05-241-2/+2
* Merge branch 'master' into portal_branchesAdam Borowski2012-04-121-1/+2
|\
| * New blood splat tiles (omndra #4612).Raphael Langella2012-04-021-1/+2
* | Merge branch 'master' into portal_branchesAdam Borowski2012-02-201-1/+0
|\|
| * Eliminate an almost empty file.Adam Borowski2012-01-031-1/+0
* | 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-1/+2
* | Don't explicitely pass absdepth:branch in the dungeon builder.Adam Borowski2012-01-031-3/+3
|/
* Remove no longer necessary casts after random_choose().Adam Borowski2011-10-311-4/+3
* Split the labyrinth level builder into dgn-labyrinth.cc.Vsevolod Kozlov2011-06-251-0/+554