summaryrefslogtreecommitdiffstats
path: root/crawl-ref
Commit message (Expand)AuthorAgeFilesLines
* Make types and bounds in random2 a bit more explicit.Robert Vollmert2009-11-101-5/+7
* Fix compiler warning.Robert Vollmert2009-11-101-1/+1
* Fix off by 1 error in _select_ds_mutationsStefan O'Rear2009-11-101-1/+1
* Don't chown on DGL builds (Napkin).Adam Borowski2009-11-101-0/+4
* Adjust SAVE_DIR_PATH to work with DGL.Marc H. Thoben2009-11-101-0/+6
* CrawlHashTable: reduce RAM overheadMatthew Cline2009-11-109-164/+140
* tags: Store minorVersion in reader classMatthew Cline2009-11-103-13/+23
* Brief crash output for exit() crashesMatthew Cline2009-11-102-24/+58
* Make disintegration splatter not end up behind actors.Robert Vollmert2009-11-103-2/+21
* Oops, didn't notice the C symbol. Remove randomly extra altars in Shrines.Jude Brown2009-11-101-1/+1
* Fix missing include (Napkin).Jude Brown2009-11-101-0/+1
* Tweak spell flags a bit.David Lawrence Ramsey2009-11-101-2/+2
* For artefact spellbook purposes, mark necromancy as hated by Fedhas.David Lawrence Ramsey2009-11-101-0/+8
* Make Fedhas worshipers immune to spore food destruction.Charles Otto2009-11-101-0/+8
* Add spell flag SPFLAG_HASTY, and mark hasty spells with it.David Lawrence Ramsey2009-11-093-19/+19
* Properly mark rods and spellbooks disliked by Cheibriados.David Lawrence Ramsey2009-11-092-3/+21
* Tweak message for Cheibriados' restarting time.David Lawrence Ramsey2009-11-091-9/+8
* Fix a genus check for blink frogs, and species checks for giant spores.David Lawrence Ramsey2009-11-092-7/+9
* Make Crazy Yiuf an actual unique, combining aspects of the Mad Roy FR.Jude Brown2009-11-109-23/+385
* Allied giant spore behavior tweaksCharles Otto2009-11-093-3/+15
* Clean up Shrines a lot!Jude Brown2009-11-101-255/+263
* Add punctuation and formatting fixes.David Lawrence Ramsey2009-11-091-9/+11
* Allow calling did_god_conduct() with no monster ref without crashing.Adam Borowski2009-11-101-8/+11
* Check in the save compatibility mailingStefan O'Rear2009-11-091-0/+108
* Fix broken steam cloud damage (Kyrris)Stefan O'Rear2009-11-091-2/+1
* Remove ogre from shrine_trog_oka.Jude Brown2009-11-101-9/+8
* Ensure only beings with MH_HOLY holiness (angels and daevas) get haloes.David Lawrence Ramsey2009-11-091-3/+4
* Change some uses of viewwindow to not do monster updates.Robert Vollmert2009-11-102-2/+2
* Fix b0rken check for $prefix == /usrAdam Borowski2009-11-091-1/+1
* Doing distclean together with other things is a losing idea, serialize it.Adam Borowski2009-11-091-6/+12
* Convert main viewwindow loop to use radius_iterator.Robert Vollmert2009-11-091-179/+172
* Remove option draw_it from viewwindow.Robert Vollmert2009-11-0936-318/+310
* Remove call to viewwindow(false, false) from mass_enchantment.Robert Vollmert2009-11-091-2/+0
* Split up monster_grid into update and non-update part.Robert Vollmert2009-11-092-27/+52
* Fix typo in one of Pikel's messages. This also fixes [2894853].David Lawrence Ramsey2009-11-091-1/+1
* Add spell flag SPFLAG_CHAOTIC, and mark all chaotic spells with it.David Lawrence Ramsey2009-11-093-26/+23
* Since Corpse Rot causes rotting, mark it as a chaotic spell too.David Lawrence Ramsey2009-11-091-0/+1
* Adjust hell knights again.David Lawrence Ramsey2009-11-093-12/+3
* Reorder entries in _get_spellbook_list().David Lawrence Ramsey2009-11-091-22/+22
* Mark Summon Drakes as chaotic, since it can summon death drakes.David Lawrence Ramsey2009-11-091-0/+1
* Mark Summon Drakes as unholy, since it can summon (evil) shadow dragons.David Lawrence Ramsey2009-11-091-1/+1
* Since miasma causes rotting, add it to the list of chaotic spells.David Lawrence Ramsey2009-11-091-0/+1
* And add sanity check.David Lawrence Ramsey2009-11-091-5/+6
* Simplify.David Lawrence Ramsey2009-11-091-8/+2
* Make _get_spellbook_list() return true if we got a list.David Lawrence Ramsey2009-11-091-19/+16
* Simplify check for magic-using monsters.David Lawrence Ramsey2009-11-091-8/+2
* Add an is_holy() function to the actor interface.David Lawrence Ramsey2009-11-0920-42/+77
* Don't use /usr/local/games, only /usr/games and /usr/local/bin are in normal ...Adam Borowski2009-11-091-1/+1
* Correct permissions on multi-user installs.Adam Borowski2009-11-091-2/+2
* Document most commonly used build arguments in a handy place.Adam Borowski2009-11-091-0/+30