summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/wiz-dgn.cc
Commit message (Expand)AuthorAgeFilesLines
* allow iterating over branches in a non-enum order (8742)Jesse Luehrs2014-08-021-6/+6
* Remove stuffNicholas Feinberg2014-07-291-1/+1
* Create prompt.ccNicholas Feinberg2014-07-271-0/+1
* Allow &Pminivault (Grunt)Neil Moore2014-07-101-6/+4
* Simplify.Neil Moore2014-07-101-1/+1
* Don't freeze on &Pminivault.Neil Moore2014-07-101-3/+1
* Rename 'mesclr()' to 'clear_messages()'reaverb2014-06-221-1/+1
* Take the 'trap' out of web traps!Nicholas Feinberg2014-06-181-3/+3
* Remove dart traps.Shmuale Mark2014-05-301-1/+7
* Don't crash when moving after &(rock_wallNeil Moore2014-01-121-0/+2
* Schedule DNGN_ENTER_PORTAL_VAULT for removal; other related fixes.Adam Borowski2013-12-191-58/+40
* Drop "&p".Adam Borowski2013-12-181-30/+0
* Use history in &(Neil Moore2013-12-111-1/+1
* Replace `mpr(s, ch)` with `mprf(ch, s)`Adam Borowski2013-11-291-5/+5
* Replace `mprf(s)` with `mpr(s)`Chris Oelmueller2013-11-281-1/+1
* Give a number of yesno() prompts default answers for HUP.Adam Borowski2013-11-251-1/+2
* Drop unnecessary parentheses from return statements.Adam Borowski2013-11-151-1/+1
* Shorten branch enums.Adam Borowski2013-11-031-4/+4
* Store the entry level for every branch (rather than just depth).Adam Borowski2013-11-021-4/+3
* Rewrite monster_iterator.Adam Borowski2013-10-311-1/+1
* Cancel an american speling.Adam Borowski2013-08-241-3/+3
* Make &( call &T instead when invoked for trap featureChris Oelmueller2013-08-181-10/+20
* Handle wizmode reporting of multi-god overflow temples better.Steve Melenchuk2013-06-231-3/+9
* Add MSG_OK when canceling for various promptsPekka Lampila2013-06-101-0/+3
* Alternate Forest with Crypt.Steve Melenchuk2013-05-261-3/+3
* Use FixedBitArray instead of large arrays of bools.Adam Borowski2013-04-091-1/+1
* Unregister vaults when placing a vault via &PDracoOmega2013-03-171-8/+16
* More properly clean up the old level when using wizmode level teleportDracoOmega2013-01-281-0/+2
* Get rid of a lot of references to secret doors.Adam Borowski2013-01-061-1/+1
* Fix the wizard up/down stairs command to work properly with the new Abyss.David Lawrence Ramsey2013-01-011-4/+3
* Don't keep force_map forever when crashing after &PNeil Moore2012-12-291-0/+5
* & ^K to clear the "used" flag from all vaults.Adam Borowski2012-11-071-0/+9
* Remove unnecessary includes from header files.Jay3.14152012-10-231-0/+4
* List available shop types when failing to create one in wizmode.Raphael Langella2012-10-031-0/+1
* Merge branch 'master' into glasnostAdam Borowski2012-08-311-22/+23
|\
| * Use std namespace.Raphael Langella2012-08-261-22/+21
| * Clear tile feature flavour and tile colour on wizmode feature replacement.Steve Melenchuk2012-07-311-0/+2
* | Runed doors.Adam Borowski2012-08-311-1/+1
* | Drop the code for displaying/handling/etc secret doors.Adam Borowski2012-07-111-1/+1
|/
* Some more return deparenthesization.Adam Borowski2012-07-051-1/+1
* Drop parentheses around scalar values in "return".Adam Borowski2012-07-051-2/+2
* Change 'clobber' to 'check_collision' in _build_secondary_vault and things th...Vsevolod Kozlov2012-05-241-1/+1
* Don't list parentless branches on &:Adam Borowski2012-05-021-4/+1
* Merge branch 'master' into portal_branchesAdam Borowski2012-04-251-3/+1
|\
| * Simplify map rot code.Adam Borowski2012-04-221-1/+1
| * Drop pointless braces after if/for/while everywhere.Adam Borowski2012-04-201-2/+0
* | Disregard map uniqueness on &L and &PAdam Borowski2012-04-231-7/+14
* | Delete levels at the proper time, collect most data deletion into one place.Adam Borowski2012-04-181-6/+2
* | Announce that &p succeeded.Adam Borowski2012-04-131-0/+1
* | Merge branch 'master' into portal_branchesAdam Borowski2012-04-121-0/+10
|\|