summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-book.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add the last missing spell tiles.j-p-e-g2009-09-131-10/+12
* Adapt Matthew's new memorisation interface for tiles, using the samej-p-e-g2009-09-121-13/+48
* Add a button to memorise spells to the new spell display. All this doesj-p-e-g2009-09-111-7/+35
* FR 2810959: If a player reads a spellbook which is in inventory, then looks atzelgadis2009-08-181-31/+83
* As per FR 2837779, change Forescry to Phase Shift (Trl). Same level,j-p-e-g2009-08-141-4/+4
* Remove four scroll-duplicate spells: Detect Curse, Remove Curse, j-p-e-g2009-08-131-10/+10
* Apply kotk's minor fixes patch in [2827129], with minor tweaks.dolorous2009-07-251-2/+2
* Make the "more" line of the spell memorization menu show the number ofzelgadis2009-06-251-9/+35
* First part of the merger of fixed artefacts into unrandom artefactszelgadis2009-06-251-1/+1
* Fix 2800089: the standard does not guarantee that you can convertharanp2009-06-101-2/+2
* Since fixed artefacts are going to be folded into unrandarts, and unrandartszelgadis2009-06-081-2/+2
* Add spelling fixes.dolorous2009-06-041-6/+6
* Spellbook memorisation stuff:zelgadis2009-06-041-70/+107
* Add various fixes to the new spell memorization messages.dolorous2009-06-041-13/+19
* * Fix compilation for Tiles.j-p-e-g2009-06-031-1/+7