summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/maps.h
Commit message (Expand)AuthorAgeFilesLines
* Clean up the mapstat function names and variablesgammafunk2014-06-241-1/+1
* Use encompass vault portal places for otherwise-floating branch entries.Steve Melenchuk2014-03-121-0/+2
* Drop double newlines where they seem to serve no purpose.Adam Borowski2013-12-211-1/+0
* Rework the "extra" tag for non-minivaults.Steve Melenchuk2013-11-291-4/+9
* Fallback functionality for chance_ tag groups.Steve Melenchuk2013-10-281-0/+2
* Remove a header entry for a long-gone function.Steve Melenchuk2013-06-231-2/+0
* Make a few functions gone or static.Adam Borowski2012-10-311-1/+0
* Remove unnecessary includes from header files.Jay3.14152012-10-231-0/+1
* Use std namespace.Raphael Langella2012-08-261-16/+15
* Make another bunch of functions static or gone.Adam Borowski2012-04-051-11/+0
* Use the common versioning scheme for map cache files.Adam Borowski2011-11-051-2/+0
* Make file headers doxygen-friendly, drop useless fields.Adam Borowski2011-03-281-5/+4
* Fix Ziggurat save/load failure.Darshan Shaligram2011-01-101-1/+2
* Fix doubles being passed to %d format strings in level compiler (Zaba).Darshan Shaligram2010-12-241-1/+1
* Allow maps to specify different CHANCE and WEIGHT for different depth ranges ...Darshan Shaligram2010-12-241-1/+2
* Add support for Lua hooks triggered during vault generation (dpeg)Darshan Shaligram2010-12-051-2/+2
* Remove rune_subst; bump save major version, map cache version; clean up after...Vsevolod Kozlov2010-11-251-1/+1
* Allow selecting Sprint maps by map desc where available (dpeg).Darshan Shaligram2010-07-041-4/+4
* Fix abyss dummy vaults not being applied correctly (st_).Darshan Shaligram2010-06-271-1/+2
* Redo CHANCE handling for vaults.Darshan Shaligram2010-06-241-0/+5
* Make Crawl react better to seeing des files and database text files modified ...Darshan Shaligram2010-06-141-0/+1
* Free memory used for Lua chunks after compiling .des files. This considerably...Darshan Shaligram2010-06-131-0/+1
* Increment map cache version number (greensnark).Jude Brown2010-02-211-1/+1
* Crawl now checks for the availability of branch ending vaults before starting...Darshan Shaligram2010-01-071-0/+1
* Fix Shoals:$ sometimes producing huts with entrances facing each other, so th...Darshan Shaligram2010-01-051-0/+4
* Guarantee a small guard around the shoal rune.Darshan Shaligram2010-01-011-0/+12
* Unique placement-related function find_maps_for_tag.Jude Brown2009-12-061-0/+6
* Temporary hack to make set_border_fill_type work.Jude Brown2009-12-061-1/+1
* Revert "Convert dgn.set_border_fill_type to BORDER."Jude Brown2009-11-301-1/+1
* Convert dgn.set_border_fill_type to BORDER.Jude Brown2009-11-301-1/+1
* Subvaults.Enne Walker2009-11-281-0/+2
* Remove further header-header includes.Robert Vollmert2009-11-271-3/+5
* Flatten header dependencies a bit.Robert Vollmert2009-11-171-1/+0
* Rename fixary.h and fixvec.h.Robert Vollmert2009-11-151-1/+1
* Split dgn_lib out of luadgn.cc; rename luadgn to dlua.Robert Vollmert2009-10-191-0/+1
* Lua map improvements.Enne Walker2009-10-181-1/+1
* Drop obsolete CVS last-committed headers ($Author$).Adam Borowski2009-10-061-2/+0
* Move 'FixAry.h' -> 'fixary.h', 'FixVec.h' -> 'fixvec.h' for file naming consi...Steven Noonan2009-09-291-1/+1
* Fix Shoal:5 not being generated.dshaligram2009-08-221-1/+1
* Fix bug that prevented the random placement of minivaults (syllogism)dshaligram2009-07-141-1/+1
* [2468791] Reduce distinction between minivaults and floating vaults. All vaul...dshaligram2009-01-031-7/+5
* Fix broken sewer messaging (dpeg).dshaligram2008-12-021-1/+2
* When entering a portal vault, don't prompt wizards for which map to usezelgadis2008-11-271-0/+2
* Place external loot chamber for ziggurat levels with jellies.dshaligram2008-11-251-0/+8
* Enable vault generation for non-LEVEL_DUNGEON levels, make ziggurat eligible ...dshaligram2008-11-251-1/+1
* Use map_def* instead of map indices.dshaligram2008-11-231-6/+8
* Removed redundant buffer used to go from map_def to env.grid and all the tedi...dshaligram2008-11-231-25/+2
* Discard more junk parameters from vault building routines.dshaligram2008-11-231-2/+1
* Clean up legacy cruft involved in placing vaults.dshaligram2008-11-231-1/+7
* Separate CHANCE and WEIGHT. CHANCE is a probability, WEIGHT is a raw number u...dshaligram2008-11-191-1/+1