summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/dgn-overview.cc
Commit message (Expand)AuthorAgeFilesLines
* Properly hide conflicting branches on ctrl-O.Shmuale Mark2014-08-031-27/+4
* allow iterating over branches in a non-enum order (8742)Jesse Luehrs2014-08-021-33/+38
* Remove stuffNicholas Feinberg2014-07-291-1/+2
* Move redraw functions from stuff.cc -> output.ccNicholas Feinberg2014-07-281-0/+1
* Create prompt.ccNicholas Feinberg2014-07-271-0/+1
* Formatting fixes (add braces).Neil Moore2014-05-121-0/+2
* Remove more dead codeBrendan Hickey2014-05-111-10/+0
* Gozag: Call Merchant.Steve Melenchuk2014-05-071-2/+18
* Gozag: indicate the service fee on join attempts and on ^O.Steve Melenchuk2014-05-071-4/+8
* Tab is for losing weight, not indenting Crawl.Neil Moore2014-04-041-1/+1
* Improve display of Nemelex wrath on Ctrl-O.elliptic2014-04-041-2/+7
* Merge wand and gadget shops (and allow them to occasionally have rods).Steve Melenchuk2014-02-271-2/+1
* Don't list Ziggurats under "Branches" on the overview screenChris Campbell2014-02-101-0/+3
* Capitalise "The Shining One" on the overview and in character dumpsChris Campbell2014-01-241-2/+2
* Adjust and widen inter-column spacing in the ^o god list.Neil Moore2014-01-201-5/+4
* Print god list in ^o in four columns.Neil Moore2014-01-201-3/+4
* Adjust ^O god name spacing again.Steve Melenchuk2014-01-101-4/+4
* Schedule DNGN_ENTER_PORTAL_VAULT for removal; other related fixes.Adam Borowski2013-12-191-0/+2
* Show new-style portals on ^O.Adam Borowski2013-12-181-0/+9
* Display : instead of + for bookshops on the overview screenChris Campbell2013-12-181-1/+1
* Drop tagstring.{cc,h}Adam Borowski2013-11-291-1/+0
* Replace `mpr(s, ch)` with `mprf(ch, s)`Adam Borowski2013-11-291-3/+2
* Don't claim that Vaults spawn on D:2-6.Adam Borowski2013-11-201-1/+1
* Don't allocate pointless iterators.Adam Borowski2013-11-151-5/+5
* Shorten branch enums.Adam Borowski2013-11-031-3/+3
* Drop a lot of superfluous parentheses.Adam Borowski2013-10-241-5/+5
* Repaint the ^O bikeshed less brightly.Adam Borowski2013-09-211-5/+5
* Avoid menus by re-editing annotations and inscriptions.Neil Moore2013-08-241-58/+15
* Improve a type.Neil Moore2013-08-241-1/+1
* Allow (add, replace, clear) for level annotationsChris Oelmueller2013-08-241-11/+51
* Color overhaul for Ctrl-O, section ShopsChris Oelmueller2013-08-231-21/+22
* Color overhaul for Ctrl-OChris Oelmueller2013-08-231-34/+8
* Fix god name alignment in Ctrl-OChris Oelmueller2013-08-231-2/+2
* Replace 'you.penance' checks with function callsBrendan Hickey2013-07-281-2/+2
* Refactor 'you.religion' checks.Brendan Hickey2013-07-281-1/+1
* No parent for the root branch.Neil Moore2013-06-211-0/+3
* Add a gadget shop for miscellany/evokablesPete Hurst2013-06-211-0/+1
* Add MSG_OK when canceling for various promptsPekka Lampila2013-06-101-5/+8
* New mcros ASSERT_IN_BOUNDS{,_OR_ORIGIN}().Neil Moore2013-06-091-1/+2
* Alternate Forest with Crypt.Steve Melenchuk2013-05-261-7/+17
* Fix false annotations being created in the Abyss.Adam Borowski2012-12-051-4/+8
* Remove unnecessary includes from header files.Jay3.14152012-10-231-1/+3
* Use std namespace.Raphael Langella2012-08-261-83/+82
* Make inline functions static.Adam Borowski2012-08-091-3/+3
* Massive style fix (braces, indentation, etc.)Neil Moore2012-08-011-2/+3
* Drop parentheses around scalar values in "return".Adam Borowski2012-07-051-7/+7
* Store the overview of portal vaults as branches.Adam Borowski2012-06-211-183/+63
* Remove a good deal of header inclusion.Adam Borowski2012-05-231-3/+0
* Keep unique annotations on portal levels until the level is deleted.Adam Borowski2012-05-151-4/+19
* Allow annotating portal levels.Adam Borowski2012-05-151-10/+7