summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/delay.cc
Commit message (Expand)AuthorAgeFilesLines
* Allow autosacrifice on altars and when silenced (minmay)Neil Moore2014-08-031-1/+1
* prompt for stasis in between swapping amulets too (8708)Jesse Luehrs2014-08-031-0/+23
* Remove stuffNicholas Feinberg2014-07-291-1/+1
* Create prompt.ccNicholas Feinberg2014-07-271-0/+1
* Let BLOOD finally have its place in the sunNicholas Feinberg2014-07-011-0/+1
* Split butchering/bottling into a new fileNicholas Feinberg2014-07-011-0/+1
* Rename 'mesclr()' to 'clear_messages()'reaverb2014-06-221-1/+1
* The great mon-stuff migration.Shmuale Mark2014-06-221-2/+2
* Add an option for more consistent prompt behaviour when changing jewelleryChris Campbell2014-06-101-1/+1
* Don't claim that monster open portal gates (#8655)Neil Moore2014-06-071-1/+1
* A popular 4.1ism: Titles for uniques.Steve Melenchuk2014-06-011-1/+3
* Remove player burden and carrying capacitygammafunk2014-05-261-3/+3
* Chance function(void) to function()reaverb2014-05-241-2/+2
* Trigger shoutitis on seeing enemies, not randomly (dck).Steve Melenchuk2014-05-231-0/+6
* Gozag wrath: counter-bribe.Steve Melenchuk2014-05-071-0/+14
* Give monster warnings their own channel.Steve Melenchuk2014-04-101-1/+1
* Remove some more djinn code.Shmuale Mark2014-04-101-5/+1
* Make skill training restrictions depend on carried instead of equipped itemsChris Campbell2014-04-091-1/+0
* Remove scrambling.Shmuale Mark2014-04-061-2/+2
* Let Vampires continue bottling blood if reduced below level 6 mid-bottlingChris Campbell2014-03-271-7/+0
* Remove a reference to corpse sacrifice by butcheryChris Campbell2014-03-271-6/+2
* Fix message for monsters coming down stairs (wheals).Steve Melenchuk2014-03-091-1/+1
* Octopode Crusher: An octopode warrior that throws your weight around.gammafunk2014-03-061-0/+2
* Zin warns the player of shapeshifters.Steve Melenchuk2014-03-031-5/+27
* Remove djinn.wheals2014-02-241-1/+5
* Reduce spamminess on some types of monster generation.Steve Melenchuk2014-02-231-0/+39
* Rename abl-show.{cc,h} to ability.{cc,h}Adam Borowski2013-12-241-1/+1
* Drop double newlines where they seem to serve no purpose.Adam Borowski2013-12-211-1/+0
* Simplify butchery handlingChris Campbell2013-12-061-86/+7
* Fix Djinnies getting some hunger related messsagesPekka Lampila2013-12-031-1/+1
* Replace `mpr(s, ch)` with `mprf(ch, s)`Adam Borowski2013-11-291-16/+15
* Revert "Replace `mprf(ch, s)` with `mpr(s, ch)`"Adam Borowski2013-11-291-3/+3
* Replace `mprf(ch, s)` with `mpr(s, ch)`Chris Oelmueller2013-11-281-3/+3
* Replace `mprf(s)` with `mpr(s)`Chris Oelmueller2013-11-281-2/+2
* More formatting fixes for return (...);Neil Moore2013-11-151-2/+2
* Drop unnecessary parentheses from return statements.Adam Borowski2013-11-151-14/+14
* Merge branch 'dwants'. Bring some Raid.Adam Borowski2013-11-061-1/+23
|\
| * Merge branch 'master' into dwantsAdam Borowski2013-11-011-1/+1
| |\
| * | Assorted formatting fixes.Adam Borowski2013-11-011-5/+2
| * | Merge branch 'master' into dwantspubby2013-10-011-1/+1
| |\ \
| * \ \ Merge branch 'master' into dwantspubby2013-08-311-106/+10
| |\ \ \
| * | | | Fix whitespace.Neil Moore2013-08-281-1/+1
| * | | | Create Formicid species and monsters.pubby2013-08-251-1/+26
* | | | | Axe a buttload of useless #includes.Adam Borowski2013-11-031-3/+0
| |_|_|/ |/| | |
* | | | Rebase hunger values at 0 (from 100).Adam Borowski2013-10-271-1/+1
| |_|/ |/| |
* | | Merge branch 'next'Adam Borowski2013-09-251-1/+1
| |/ |/|
* | Avoid some unused-static warnings with NO_LUA_BINDINGS.Neil Moore2013-07-291-1/+3
* | Refactor 'you.religion' checks.Brendan Hickey2013-07-281-1/+1
* | Remove a crapload of references to removed things.Adam Borowski2013-07-171-1/+5
* | Turn Recite into a duration instead of a delay.Steve Melenchuk2013-07-161-102/+0