summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/place-info.cc
Commit message (Expand)AuthorAgeFilesLines
* allow iterating over branches in a non-enum order (8742)Jesse Luehrs2014-08-021-2/+2
* Revert "Disable an assert."Adam Borowski2013-12-261-2/+2
* Disable an assert.Adam Borowski2013-12-201-2/+2
* Drop unnecessary parentheses from return statements.Adam Borowski2013-11-151-1/+1
* Remove use of 'you' inside player member functionspubby2013-06-301-1/+1
* Fix a misbuild with clang-3.3.Adam Borowski2013-04-261-9/+4
* Use std namespace.Raphael Langella2012-08-261-1/+1
* Massive style fix (braces, indentation, etc.)Neil Moore2012-08-011-3/+3
* Some more return deparenthesization.Adam Borowski2012-07-051-2/+2
* Drop an overzealous assertion for portal levels.Adam Borowski2012-05-011-4/+1
* Fix Sprint crashing on references to non-existent branches.Adam Borowski2012-04-241-1/+4
* Merge branch 'master' into portal_branchesAdam Borowski2011-12-281-7/+5
|\
| * Remove "skill exp" from PlaceInfo and char dumps.Neil Moore2011-12-071-7/+5
* | Split the branch data into read-only and mutable parts.Adam Borowski2011-11-041-2/+3
* | Get rid of level_type, unify BRANCH_*, LEVEL_* and portal vaults.Adam Borowski2011-11-041-66/+9
|/
* Purge save #ifdefs for TAG_MAJOR 29.Adam Borowski2010-09-061-2/+0
* Enclose df62c623 in ifdefs, so it gets auto-reverted on the next save break.Adam Borowski2010-08-191-2/+2
* Comment out the levels_seen/PlaceInfo assert.Johanna Ploog2010-08-191-0/+4
* Reinit global_info (PlaceInfo) when starting a new game. Fixes crashes.Johanna Ploog2010-08-191-0/+9
* Move PlaceInfo to place-info.{cc,h}.Robert Vollmert2010-04-011-0/+185