summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-book.cc
Commit message (Expand)AuthorAgeFilesLines
...
| * | | make spectral weapon useless for felidslain2013-05-281-1/+2
* | | | Make Ozocubu's Armour unmemorizable for Lava Orcs.Adam Borowski2013-06-191-1/+5
* | | | Whitespace fix.Neil Moore2013-06-181-1/+1
* | | | Simplify.Neil Moore2013-06-171-49/+17
* | | | Don't blame racial spell prohibitions on lich/wisp form.Neil Moore2013-06-171-29/+28
* | | | Prevent Djinn from memorising Leda's (#7221)Neil Moore2013-06-171-1/+2
* | | | Don't special-case destroying Sif gifts at all.Adam Borowski2013-06-151-5/+1
* | | | Revert "Track who destroys an item; incur Nemelex penance for deck destruction."Adam Borowski2013-06-151-1/+1
* | | | Don't give extra penance for non-gift books that happen to have Sif in their ...Adam Borowski2013-06-151-3/+2
* | | | Revert "Handle destroyed spellbooks the same as destroyed decks."Adam Borowski2013-06-151-3/+6
* | | | Revert "Unify handling of spellbook destruction for god purposes."Adam Borowski2013-06-151-0/+1
| |_|/ |/| |
* | | Add MSG_OK when canceling for various promptsPekka Lampila2013-06-101-0/+6
* | | Brace fixes.Adam Borowski2013-06-081-2/+0
* | | ASSERT_RANGEs other than >= <.Adam Borowski2013-06-081-10/+5
* | | Turn pairs of assertions with x > min, x <= max into ASSERT_RANGE.Adam Borowski2013-06-081-2/+1
* | | Don't prevent hot Lava Orcs reading booksPete Hurst2013-06-011-7/+0
| |/ |/|
* | Merge branch 'lava_orcs' into lava_djinnAdam Borowski2013-05-291-0/+10
|\ \
| * | Merge branch 'master' into lava_orcsAdam Borowski2013-05-291-60/+124
| |\|
| * | Lava orcs have innate Stoneskin (and cannot cast it otherwise).Eronarn Palazzo2013-01-081-0/+3
| * | Prevent lava orcs from using scrolls or books when they are too hot.Eronarn Palazzo2013-01-081-0/+7
* | | Merge branch 'master' into djinnAdam Borowski2013-05-291-16/+21
|\ \ \ | | |/ | |/|
| * | Unify handling of spellbook destruction for god purposes.Steve Melenchuk2013-05-231-1/+0
| * | Handle destroyed spellbooks the same as destroyed decks.David Lawrence Ramsey2013-05-231-6/+3
| * | Track who destroys an item; incur Nemelex penance for deck destruction.Steve Melenchuk2013-05-231-1/+1
| * | Make "You're too confused!" a canned message.Samuel Bronson2013-05-091-1/+1
| * | Refactor ASSERT(a && b) -> ASSERT(a); ASSERT(b);Brendan Hickey2013-04-281-7/+16
* | | Djinn: disallow Ozocubu's Armour.Adam Borowski2013-05-031-0/+1
* | | Djinn: close the Death's Door (temporarily?).Adam Borowski2013-04-301-1/+5
* | | Djinn: fiery ice isn't cool.Adam Borowski2013-04-291-0/+3
|/ /
* | Include debug.h earlier.Adam Borowski2013-04-261-1/+0
* | Fix hungry vampires getting rod food costs halved twice.Adam Borowski2013-04-261-2/+0
* | Add formatting fix.David Lawrence Ramsey2013-04-121-1/+2
* | Auto-ID spellbooks, manuals, and (for some reason) rods on pickupSamuel Bronson2013-04-121-10/+39
* | Use FixedBitArray instead of large arrays of bools.Adam Borowski2013-04-091-2/+2
* | Transmute the book of Morphology into dust.Adam Borowski2013-03-181-1/+1
* | Remove player_in_bat_form().Adam Borowski2013-03-021-1/+1
* | Vehumet spell gifting changes.elliptic2013-02-171-9/+11
* | Merge branch 'bad_forms'Adam Borowski2013-02-131-5/+17
|\ \
| * | Allow reading a book's description even while in wisp form.Adam Borowski2013-01-221-5/+17
| |/
* | Allow memorizing a Vehumet gift even at 100% fail.elliptic2013-01-201-1/+1
* | Switch Vehumet-gifted spells to use the memorization interface (elliott).elliptic2013-01-201-8/+19
* | Merge branch 'vehumet'Chris Campbell2013-01-201-14/+21
|\ \ | |/ |/|
| * Rename GOD_ONLY_BOOK to RARE_BOOKChris Campbell2013-01-181-3/+3
| * Don't name summoning randbooks after VehumetChris Campbell2013-01-181-5/+1
| * Remove Vehumet's link to Annihilations tooChris Campbell2013-01-181-5/+4
| * Vehumet no longer has anything to do with the Grand Grimoire.elliptic2013-01-181-1/+0
| * Add is_player_spell, use that in Veh gifting.elliptic2013-01-181-0/+13
* | Axe a number of unused functions.Adam Borowski2012-11-241-4/+4
* | Fix prompts asking for 'I' in Turkish locales.Adam Borowski2012-11-221-2/+2
* | Fix rods getting "identified" notes over and over.Adam Borowski2012-11-111-9/+3