summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/place.cc
Commit message (Expand)AuthorAgeFilesLines
* allow iterating over branches in a non-enum order (8742)Jesse Luehrs2014-08-021-5/+3
* Remove stuffNicholas Feinberg2014-07-291-1/+1
* Drop unnecessary parentheses from return statements.Adam Borowski2013-11-151-5/+5
* Use std namespace.Raphael Langella2012-08-261-11/+10
* Drop parentheses around scalar values in "return".Adam Borowski2012-07-051-1/+1
* Don't let wandering monsters go to hell.Adam Borowski2012-05-181-1/+1
* A range check assertion for invalid branches.Adam Borowski2012-05-071-0/+1
* Give branches explicit base absdepth, instead of using distance to D:1.Adam Borowski2012-04-261-7/+1
* Let ^F and item memory work in Labs and the Abyss.Adam Borowski2012-04-241-5/+0
* Assert out if you try to enter a level that's already on the stack.Adam Borowski2012-04-081-0/+9
* Use the level stack to save return target for portal vaults/Abyss/Pan/Zigs/Lab.Adam Borowski2012-04-071-26/+0
* Remove special-casing of hell absdepth0.Adam Borowski2012-03-271-3/+0
* Make the difficulty of branches independent of where they generated.Adam Borowski2012-03-271-1/+1
* Reduce special-casing of hell depth code somewhat.Adam Borowski2012-01-081-1/+1
* Cache absdepth0, now that it has to be calculated.Adam Borowski2012-01-031-1/+1
* Use branch depth rather than absolute depth as the authoritative one.Adam Borowski2012-01-031-31/+7
* Don't explicitely pass absdepth:branch in the dungeon builder.Adam Borowski2012-01-031-0/+5
* Temporarily clamp place depth to legal values.Adam Borowski2011-11-041-1/+7
* Choose portal branch maps by DEPTH.Adam Borowski2011-11-041-1/+1
* Purge away attempts to retain save compat for level_type changes.Adam Borowski2011-11-041-58/+0
* Split the branch data into read-only and mutable parts.Adam Borowski2011-11-041-4/+4
* Get rid of level_type, unify BRANCH_*, LEVEL_* and portal vaults.Adam Borowski2011-11-041-75/+88
* Mostly correct uppercasing/lowercasing of Unicode strings. ij and ß are sti...Adam Borowski2011-10-011-1/+1
* Adjust some whitespace and formatting.Adam Borowski2011-07-081-1/+0
* More string width fixes.Adam Borowski2011-04-011-1/+1
* Make file headers doxygen-friendly, drop useless fields.Adam Borowski2011-03-281-5/+4
* Refer to tutorial "lessons" rather than "maps" in the map choice menu.Johanna Ploog2011-01-161-1/+4
* Massive spacing fixes: "( spaces after parentheses )".Adam Borowski2010-10-151-15/+15
* Rename chars used as numbers to int8_t/uint8_t. Fix some other type usage.Adam Borowski2010-07-301-1/+1
* Rename hilariously misnamed you.your_level to you.absdepth0.Adam Borowski2010-02-101-2/+2
* Remove libutil.h from AppHdr.h and include explicitly.Robert Vollmert2010-01-201-0/+1
* Replace static snprintf() with make_sprintf() where the result is immediately...Adam Borowski2009-12-171-7/+4
* Properly use you.level_type_origin instead.Jude Brown2009-12-051-8/+14
* FR 1837856: note vaults generated in dumpMatthew Cline2009-10-261-0/+13
* Split actors and env from externs.h.Robert Vollmert2009-10-211-1/+2
* versioning: remove SVN-specific revision data, add Git versioningSteven Noonan2009-10-181-1/+0
* Drop obsolete CVS last-committed headers ($Author$).Adam Borowski2009-10-061-2/+0
* Add spelling fixes.David Lawrence Ramsey2009-09-231-1/+1
* * Call message flush before entering a shop.j-p-e-g2009-03-131-1/+1
* Adding REVISION() macro to all source files.ennewalker2009-01-041-0/+1
* Introduce a number of new uniques taken from a patch by castamir.j-p-e-g2009-01-041-1/+1
* place_name(): use you.level_type_name_abbrev for the short form ofzelgadis2008-11-271-1/+1
* Show place as "Sewer" in the HUD and in character dumps for the sewer portal ...dshaligram2008-11-181-6/+15
* Remove pre-Stone Soup change history from source files, and push it allj-p-e-g2008-09-141-4/+0
* Since there's currently only one type of portal vault (labyrinths arej-p-e-g2008-07-021-5/+4
* Treat all bazaars as noteworthy, not just the first one.j-p-e-g2008-06-151-8/+11
* Renaming Portal Vaults to Bazaars. [FR 1824984]j-p-e-g2007-11-041-0/+3
* Oops, was using UNIQ_LOST_IN_ABYSS wrongly.zelgadis2007-10-111-0/+7
* Fixed regex escapes for "." stash search.dshaligram2007-09-301-0/+5
* [1800818] Fixed broken follower tagging for bazaars.dshaligram2007-09-281-0/+5