summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/directn.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove stuffNicholas Feinberg2014-07-291-1/+1
* Move a function (tobool, 1 args) from stuff.cc -> directn.ccreaverb2014-07-281-3/+9
* Create prompt.ccNicholas Feinberg2014-07-271-0/+1
* Move feature name data to feature-data.h.Shmuale Mark2014-07-141-295/+8
* Improve beogh gift-giving UINicholas Feinberg2014-06-291-0/+6
* Rename 'mesclr()' to 'clear_messages()'reaverb2014-06-221-4/+4
* The great mon-stuff migration.Shmuale Mark2014-06-221-4/+17
* Take the 'trap' out of web traps!Nicholas Feinberg2014-06-181-14/+1
* Remove a three-year-old commented-out code blockNicholas Feinberg2014-06-161-10/+0
* Remove one of the three lists of trap namesNicholas Feinberg2014-06-161-31/+5
* Don't cycle through corpses with Apportation (#8622)Neil Moore2014-06-091-13/+31
* Make Vaults exit stairs a portal.Neil Moore2014-06-081-1/+1
* Remove Hall of Bladesreaverb2014-06-071-3/+3
* Don't point cancel-at-self neutral spells at self.Neil Moore2014-06-061-1/+2
* Remove dart traps.Shmuale Mark2014-05-301-2/+2
* Don't crash when mousing over remembered-but-gone webs (#8429)Neil Moore2014-05-131-2/+3
* Formatting fixes (add braces).Neil Moore2014-05-121-0/+2
* Qazlal: enums, initial descriptions.Steve Melenchuk2014-05-071-0/+2
* Gozag: enums, descriptions.Steve Melenchuk2014-05-071-0/+2
* Move mon death stuff from mon-stuff.cc to mon-death.cc.Shmuale Mark2014-04-121-0/+1
* Remove default_target and target_unshifted_dirs optionsChris Campbell2014-04-101-16/+4
* Fix issues with xv-ing unknown squares.elliptic2014-04-041-0/+2
* Improve feature descriptionsChris Campbell2014-03-301-1/+1
* Remove mangroves, make single trees block LOS.wheals2014-03-291-2/+0
* Fix up some TAG_MAJOR_VERSION > 34 issues.Steve Melenchuk2014-03-051-0/+2
* Purge some references to Forest.Shmuale Mark2014-03-031-0/+2
* s/Dithmengos/Dithmenos/ (dpeg).Steve Melenchuk2014-02-101-2/+2
* Don't leak information on out-of-sight squares in xv (#8109)Neil Moore2014-02-091-1/+4
* Don't crash when cycling features near the map edge with LRD.Neil Moore2014-02-041-0/+3
* Revamp shock serpentsDracoOmega2014-01-281-0/+3
* Describe fleeing monsters as 'fleeing' rather than 'retreating'DracoOmega2014-01-181-2/+2
* Don't describe umbra as unholyChris Campbell2014-01-171-1/+1
* Give the shadow god a non-placeholder name: Dithmengos.Steve Melenchuk2014-01-101-2/+2
* Shadow god - initial enums, features, descriptions, basics.Steve Melenchuk2014-01-101-0/+2
* Drop pointless empty lines after or before a brace.Adam Borowski2013-12-211-1/+0
* Drop double newlines where they seem to serve no purpose.Adam Borowski2013-12-211-8/+0
* Schedule DNGN_ENTER_PORTAL_VAULT for removal; other related fixes.Adam Borowski2013-12-191-0/+7
* A formatting fix.Adam Borowski2013-12-181-4/+1
* Make portal entrances and exits proper features on their own.Adam Borowski2013-12-181-4/+33
* WhitespaceChris Oelmueller2013-12-141-1/+1
* Fix spelling of "targeting" (#7837)Chris Campbell2013-12-101-31/+31
* Use a scalar range for find_ray() and friends instead of a circle_def object.Adam Borowski2013-12-031-4/+4
* Add missing include (oops)Pekka Lampila2013-12-031-0/+1
* Fix Djinnies getting some hunger related messsagesPekka Lampila2013-12-031-1/+1
* Automated brace removal.Adam Borowski2013-11-291-6/+0
* Unbreak tiles.Adam Borowski2013-11-291-2/+2
* Restrict mpr() to literals only.Adam Borowski2013-11-291-1/+1
* Replace `mpr(s, ch)` with `mprf(ch, s)`Adam Borowski2013-11-291-34/+31
* Revert "Replace `mprf(ch, s)` with `mpr(s, ch)`"Adam Borowski2013-11-291-2/+2
* Replace `mprf(ch, s)` with `mpr(s, ch)`Chris Oelmueller2013-11-281-2/+2