summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-book.cc
Commit message (Expand)AuthorAgeFilesLines
* Limit memorisation screen to at most 52 spells per page.Johanna Ploog2010-01-101-1/+9
* Fix "0 spell level left". (#335)Jude Brown2010-01-061-1/+2
* Sort the Book of Brands by level.Adam Borowski2010-01-031-1/+1
* Axe shield leakage [Mantis 300]Stefan O'Rear2010-01-021-21/+1
* Continuation of the range combat overhaul: branding spells.Jude Brown2010-01-011-31/+7
* Move IMB back to the Book of Power (greensnark, due).Adam Borowski2009-12-311-3/+3
* Merge branch 'master' into ioodAdam Borowski2009-12-271-26/+6
|\
| * Add default answer 'n' to several instances of yesno().Johanna Ploog2009-12-261-1/+1
| * Auto-ID rods when wielded (cbus).Jude Brown2009-12-261-17/+1
| * Allow access to the memorisation screen regardless of spell levels. (FR #235)Jude Brown2009-12-251-8/+4
* | Iskenderun's Orb of DestructionAdam Borowski2009-12-201-1/+1
|/
* Count primary disciplines in themed randart book acquirement statistics.Johanna Ploog2009-12-161-2/+6
* tiles: show spell tile for lookup and memorizationMatthew Cline2009-11-211-1/+13
* reorder devastating missiles for level 5 exploding ammojohnny shelley2009-11-201-1/+1
* Typo: "consuming 0 spell level".Adam Borowski2009-11-171-1/+1
* Fix a few whitespace errors.Adam Borowski2009-11-151-1/+1
* Rarity records for new booksStefan O'Rear2009-11-151-0/+3
* Merge Johnny Shelley's arcane marksman patchStefan O'Rear2009-11-151-104/+65
|\
| * Axe some broken and useless numeric values in comments.Adam Borowski2009-11-151-59/+58
| * Remove the Divinations school.Adam Borowski2009-11-151-37/+3
| * Remove #include <conio.h> from all over the place. Convert COLORS to an enum.Adam Borowski2009-11-141-4/+0
* | Warper Overhaul - Renamed to Arcane Marksmanjohnny shelley2009-11-141-19/+52
|/
* Rename SPELL_BACKLIGHT -> SPELL_CORONA, and relevant ZAP/BEAM/DUR.Jude Brown2009-11-121-1/+1
* Rename SPELL_MASS_SLEEP -> SPELL_ENGLACIATION.Jude Brown2009-11-121-2/+2
* Rename SPELL_SLEEP -> SPELL_HIBERNATE, and relevant ZAP/BEAM.Jude Brown2009-11-121-2/+2
* Replace uses of spelltype_name with spelltype_long_name.Vsevolod Kozlov2009-11-081-3/+3
* Remove SPFLAG_DEVEL and the only spell that had it set, Disrupt.Vsevolod Kozlov2009-11-081-12/+0
* Replace player_shield with player::shield.Vsevolod Kozlov2009-11-071-1/+1
* Move checks for the berserk state into actor::berserk().David Lawrence Ramsey2009-11-061-1/+1
* Combine player_knows_spell, player_has_spell into player::has_spell.Vsevolod Kozlov2009-11-051-2/+2
* Rename "Fling Icicle" to "Throw Icicle".David Ploog2009-11-031-2/+2
* Bolt of Iron->Iron Shot, Ice Bolt->Fling Icicleabrahamwl2009-10-291-5/+5
* Moving data out of newgame.cc.Robert Vollmert2009-10-231-0/+1
* Add spelling fix.David Lawrence Ramsey2009-10-221-1/+1
* Slightly reduce religion.cc by yanking item-handling stuff to goditem.ccAdam Borowski2009-10-211-0/+1
* versioning: remove SVN-specific revision data, add Git versioningSteven Noonan2009-10-181-1/+0
* Since Haunt is partially a Summoning spell again, put it back in theDavid Lawrence Ramsey2009-10-151-0/+1
* Rename Summon Wraiths to Haunt everywhere, for consistency, and adjustDavid Lawrence Ramsey2009-10-131-2/+1
* fix compile errors on Intel C++ Compiler v10.1Steven Noonan2009-10-121-2/+2
* Comment fixes.David Lawrence Ramsey2009-10-121-1/+1
* Fix infinite recursion when Sif attempts to gift high level fixed-level randa...Charles Otto2009-10-121-3/+0
* project-wide: implement use of platform.h detection macrosSteven Noonan2009-10-101-1/+1
* Remove a lot of unneccessary includes.Robert Vollmert2009-10-091-2/+0
* Drop obsolete CVS last-committed headers ($Author$).Adam Borowski2009-10-061-2/+0
* Allow mummies to memorize summon horrible things because the summoned Xs are ...unknown2009-10-061-1/+0
* move 'Kills.h' -> 'kills.h', 'Kills.cc' -> 'kills.cc' for file naming consist...Steven Noonan2009-09-291-1/+1
* Jump from the memorisation display back to spells if you cannot memorisej-p-e-g2009-09-141-5/+12
* Fix multiple mouseclicks causing the same spell to be memorised severalj-p-e-g2009-09-141-1/+8
* Fix 2858572: tiles spell memorisation crashes.j-p-e-g2009-09-141-16/+21
* * Show item type shortcuts in inventory. I think it's too intrusive forj-p-e-g2009-09-141-4/+3