summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/maps.cc
Commit message (Expand)AuthorAgeFilesLines
...
* Merge branch 'master' into glasnostAdam Borowski2012-08-311-71/+119
|\
| * Use std namespace.Raphael Langella2012-08-261-72/+67
| * Allow no_hmirror, no_vmirror, and no_rotate tags to be used in subvaults.Steve Melenchuk2012-08-201-5/+18
| * Allow levels with primary vaults to use all applicable layouts.Steve Melenchuk2012-08-151-0/+4
| * Allow encompass vaults to designate locations for Abyss/Hell/Pan portals.Steve Melenchuk2012-07-281-2/+38
* | Runed doors.Adam Borowski2012-08-311-1/+1
* | Drop the code for displaying/handling/etc secret doors.Adam Borowski2012-07-111-2/+1
|/
* Be even more careful about placing stairs next to Slime walls.Neil Moore2012-07-091-1/+1
* Remove the specific feature check for Slime minivault placement.Steve Melenchuk2012-07-091-4/+3
* Try harder not to place stairs next to walls in Slime.Steve Melenchuk2012-07-091-0/+12
* Some more return deparenthesization.Adam Borowski2012-07-051-5/+5
* Remove parentheses around return (simple_function_call).Adam Borowski2012-07-051-1/+1
* Drop parentheses around scalar values in "return".Adam Borowski2012-07-051-50/+50
* Prefix a bunch of static functions with _.Adam Borowski2012-07-051-54/+54
* Remove a good deal of header inclusion.Adam Borowski2012-05-231-2/+0
* Fix the map sanity check using uninitialized branch depths.Adam Borowski2012-04-291-1/+8
* Merge branch 'master' into portal_branchesAdam Borowski2012-04-251-4/+0
|\
| * Drop pointless braces after else/else if as well.Adam Borowski2012-04-201-2/+0
| * Drop pointless braces after if/for/while everywhere.Adam Borowski2012-04-201-2/+0
* | Merge branch 'master' into portal_branchesAdam Borowski2012-04-121-20/+22
|\|
| * Make another bunch of functions static or gone.Adam Borowski2012-04-051-20/+22
* | Merge branch 'master' into portal_branchesAdam Borowski2012-03-261-21/+46
|\|
| * Embed the timestamp into des cache files instead of relying on the filesystem.Adam Borowski2012-03-231-21/+46
* | Let PLACE: selectors use level ranges as well.Adam Borowski2012-03-261-2/+2
* | Merge branch 'master' into portal_branchesAdam Borowski2012-02-201-12/+0
|\|
| * Don't rebuild .dsc when only the executable is newer.Adam Borowski2011-12-291-12/+0
* | Merge branch 'master' into portal_branchesAdam Borowski2011-12-281-4/+2
|\|
| * Fix most of data loss of tile information in console games.Adam Borowski2011-12-161-4/+2
* | Merge branch 'master' into portal_branchesAdam Borowski2011-11-191-9/+29
|\|
| * If a map vetoes, don't keep trying to place it. (Zaba)Jude Brown2011-11-071-3/+6
| * New Crypt end (El Kab), make veto Lua chunk do something.Jude Brown2011-11-071-0/+4
| * Use the common versioning scheme for map cache files.Adam Borowski2011-11-051-10/+22
| * Mark a race condition as "FIXME".Adam Borowski2011-11-051-0/+1
* | Get rid of level_type, unify BRANCH_*, LEVEL_* and portal vaults.Adam Borowski2011-11-041-1/+1
|/
* Replace {get,set,}_{sprint,tutorial}_map() with crawl_state.map.Samuel Bronson2011-10-171-1/+1
* Fix map cache not being updated when a timestamp changes.Adam Borowski2011-08-311-4/+4
* Prevent des cache collisions by using path to file.Aaron Becker2011-08-311-8/+9
* Fix format string warnings.Adam Borowski2011-07-061-1/+1
* Rename dat/clua to dat/dlua to avoid the clua/dlua confusion.Adam Borowski2011-06-181-2/+2
* Make a couple global variables static.Adam Borowski2011-04-211-2/+2
* Add a tag, can_overwrite, that lets vaults overwrite existing vaults.Vsevolod Kozlov2011-04-111-5/+8
* Merge branch 'unicode'.Adam Borowski2011-04-011-8/+9
|\
| * Merge branch 'master' into unicodeAdam Borowski2011-01-111-81/+75
| |\
| * \ Merge branch 'master' into unicodeAdam Borowski2010-12-121-24/+33
| |\ \
| * \ \ Merge branch 'master' into unicodeAdam Borowski2010-11-091-0/+10
| |\ \ \
| * \ \ \ Merge branch 'master' into unicodeAdam Borowski2010-10-151-11/+11
| |\ \ \ \
| * | | | | Handle filenames with non-ascii characters.Adam Borowski2010-09-171-8/+9
* | | | | | Make file headers doxygen-friendly, drop useless fields.Adam Borowski2011-03-281-5/+4
| |_|_|_|/ |/| | | |
* | | | | Add code basis for adding different tutorial maps.Johanna Ploog2011-01-101-2/+7
* | | | | Fix Ziggurat save/load failure.Darshan Shaligram2011-01-101-1/+5