summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-pick.cc
Commit message (Expand)AuthorAgeFilesLines
* allow iterating over branches in a non-enum order (8742)Jesse Luehrs2014-08-021-10/+10
* Remove stuffNicholas Feinberg2014-07-291-0/+1
* Simplify.Neil Moore2014-07-051-4/+1
* Formatting fixes (add braces).Neil Moore2014-05-121-0/+2
* Don't crash when checking veto of MONS_NO_MONSTER (gammafunk)Neil Moore2014-01-311-1/+1
* Functionality for branch zombie lists (currently unused).Steve Melenchuk2014-01-301-0/+7
* Somewhat un-nerf D:9-16 OODs/vaults, change OOD-only D spawnsJason Van2013-12-031-1/+1
* Don't recompile world when random-pick.h gets changed.Adam Borowski2013-11-251-0/+11
* Transform the lower half of D into a new branch: the Depths.Steve Melenchuk2013-11-121-1/+3
* Shorten branch enums.Adam Borowski2013-11-031-2/+2
* Provide more information in an assert.Adam Borowski2013-10-311-1/+4
* Reinstate veto parameter for pick_monsterPete Hurst2013-06-231-2/+2
* Add missing call to positional monster vetoPete Hurst2013-06-231-0/+2
* Refactor random-pick eliminating two globals from mon-place.ccPete Hurst2013-06-231-8/+42
* Rework mon-pick algorithm as a class templatePete Hurst2013-06-231-74/+23
* Allow mon-pick to be used with arbitrary pop_entry listsPete Hurst2013-06-211-23/+9
* Be forgiving for single-level SEMI ranges.Adam Borowski2013-03-231-2/+4
* Use even less ambiguous wording (Grunt)Adam Borowski2013-03-231-1/+1
* Use start/end instead of top/bottom in the documentation of mon-pick distribu...Adam Borowski2013-03-231-2/+2
* Unbreak Vaults branch OODs.Adam Borowski2013-03-231-1/+1
* An off-by-one error.Adam Borowski2013-03-211-1/+1
* No need to look for zombies at other depths anymore.Adam Borowski2013-03-211-0/+32
* Rewrite zombie selection.Adam Borowski2013-03-201-29/+83
* Update the compat functions for UP and DOWN distributions.Adam Borowski2013-03-181-1/+7
* Two extra distributions: UP and DOWN triangles.Adam Borowski2013-03-181-0/+10
* The main workhorse for mon-pick.Adam Borowski2013-03-181-0/+56
* Cap OODs at the branch end.Adam Borowski2013-03-181-0/+19
* Constify.Adam Borowski2013-01-121-2/+2
* Merge branch 'master' into mon-pickAdam Borowski2012-11-041-1/+1
|\
| * Remove bumblebeesChris Campbell2012-09-291-4/+0
| * Enable moths of suppression, for testing.Michael Gagno2012-09-041-0/+2
| * Use std namespace.Raphael Langella2012-08-261-1/+1
* | Rename mons_level() to mons_depth().Adam Borowski2012-09-051-2/+2
* | Remove an outdated comment.Adam Borowski2012-09-051-3/+1
* | Don't go through inappropriate monsters during arena selection.Adam Borowski2012-08-271-0/+8
* | Don't pretend pick_monster_no_rarity() uses depth, either.Adam Borowski2012-08-271-3/+3
* | Convert mon-pick data to a more readable scheme.Adam Borowski2012-08-271-2869/+52
* | Don't pretend mons_{rarity,level}() use anything but place.branch.Adam Borowski2012-08-271-7/+7
* | Don't use internal data of mon-pick from the outside.Adam Borowski2012-08-261-0/+18
|/
* Purge the remnants of Hive.Adam Borowski2012-07-241-33/+0
* Remove mummies from Gehenna.Michael Gagno2012-07-181-4/+0
* Do not randomly spawn butterflies anywhere.Michael Gagno2012-07-061-6/+0
* Prune the Swamp monster list.Michael Gagno2012-07-061-30/+12
* Drop parentheses around scalar values in "return".Adam Borowski2012-07-051-2/+2
* Some more tweaks to the Swamp monster set.Michael Gagno2012-07-041-5/+3
* Whitespace fix.Michael Gagno2012-07-031-1/+0
* Tweak mons_swamp_level()Michael Gagno2012-07-031-2/+5
* Rename bog mummies to bog bodies.Michael Gagno2012-07-031-2/+2
* Move around some Swamp monster weights.Michael Gagno2012-07-031-16/+12
* Remove midgesChris Campbell2012-06-261-2/+0