summaryrefslogtreecommitdiffstats
path: root/crawl-ref
Commit message (Expand)AuthorAgeFilesLines
* Mark the Banishment spell as chaotic, since the Abyss is chaotic.David Lawrence Ramsey2009-11-151-1/+1
* Fix spore production always getting re-added (oops)Charles Otto2009-11-151-1/+5
* Fix compilation.David Lawrence Ramsey2009-11-152-1/+1
* Since sling bullets can be poisoned now, let them be generated that way.David Lawrence Ramsey2009-11-151-5/+2
* Change the message for reaping branding, so that checking for theDavid Lawrence Ramsey2009-11-151-2/+2
* Move the brand_ammo() failure messages to the spellcasting routine.David Lawrence Ramsey2009-11-151-8/+16
* Remove canned messages in brand_ammo() when it fails.David Lawrence Ramsey2009-11-151-18/+0
* Make brand_ammo() return bool, indicating whether it succeeded.David Lawrence Ramsey2009-11-152-3/+22
* Move brand_ammo() to spells2.{cc,h}, right after brand_weapon().David Lawrence Ramsey2009-11-154-129/+129
* Rename cast_brand_ammo() to brand_ammo(), for consistency.David Lawrence Ramsey2009-11-153-20/+19
* Change descriptions of *** Ammunition spells to not mention "missile weapons"...Adam Borowski2009-11-151-7/+7
* Fix a few whitespace errors.Adam Borowski2009-11-1510-16/+16
* Capitalize the M in "Am" (Arcane Marksman).Adam Borowski2009-11-151-1/+1
* Returning ammo + launchers works now The relative skill is checked depending ...johnny shelley2009-11-151-0/+28
* Fix CRLF line ends in the config files.Adam Borowski2009-11-152-471/+471
* Give ancient_champions_mu vault monster descriptions.Jude Brown2009-11-151-3/+9
* Update documentation of MonPropsMarker to include example usage.Jude Brown2009-11-151-0/+5
* Book descriptions for new Arcane Marskman books.johnny shelley2009-11-151-0/+12
* Restore Warper class, Arcane Marksman tweaks.johnny shelley2009-11-157-10/+79
* random_space_weighted() memory bug fixedMatthew Cline2009-11-151-9/+3
* Was being passed choices via value, not referenceMatthew Cline2009-11-151-1/+1
* luaterp (&^T): load files via terp_file optionMatthew Cline2009-11-154-2/+34
* Make test-spawners work properly again.Matthew Cline2009-11-151-0/+17
* arena_smoke: increase smoke cloud sizeMatthew Cline2009-11-151-1/+1
* mon-stuff.cc: hogs should keep their attitudeMatthew Cline2009-11-151-1/+2
* handle_behaviour(): fix infinite loop.Matthew Cline2009-11-151-7/+20
* Fix missing include (Napkin).Jude Brown2009-11-151-0/+1
* Utilise monster->props["speech_key"] for Dowan and Duvessa.Jude Brown2009-11-152-0/+27
* Allow monsters to specify a speech prefix.Jude Brown2009-11-151-0/+4
* Duvessa and Dowan death effect changes (dpeg).Jude Brown2009-11-152-0/+32
* Don't penalise Xom amusement for Minotaurs leaving labyrinths.Jude Brown2009-11-151-5/+3
* arena_smoke: smoke-filled arena layoutMatthew Cline2009-11-151-0/+33
* Make Lua markers work in the arena.Matthew Cline2009-11-151-0/+1
* teleport.cc: quite non-debug unused warningMatthew Cline2009-11-151-0/+12
* Travel exclude speedupMatthew Cline2009-11-154-66/+251
* Add Johnny Shelley (_cryo) to CREDITS for AM workStefan O'Rear2009-11-151-28/+29
* handle_behaviour(): guess pos of invis foesMatthew Cline2009-11-151-0/+35
* Fix some arena asserts.Matthew Cline2009-11-152-1/+6
* mon-stuff.cc: de-porkalator bug fixesMatthew Cline2009-11-151-2/+5
* teleport.cc: hack to deal with memory bugMatthew Cline2009-11-151-4/+14
* debug_dump_levgen(): Don't dump arena infoMatthew Cline2009-11-151-0/+3
* Use Master Archer only for 27 BowsStefan O'Rear2009-11-151-1/+2
* Allow Corona to work in ranged combatStefan O'Rear2009-11-151-0/+6
* Rarity records for new booksStefan O'Rear2009-11-151-0/+3
* Merge branch 'master' of git://crawl-ref.git.sourceforge.net/gitroot/crawl-re...Stefan O'Rear2009-11-154-14/+63
|\
| * set_feature_quote, complement to set_feature_desc_long/short.Jude Brown2009-11-153-0/+49
| * Fix "Triggerable already activated" errors. (zelgadis, others)Jude Brown2009-11-151-13/+13
| * Fix string fetching from CrawlHashTable.Jude Brown2009-11-151-1/+1
* | Merge Johnny Shelley's arcane marksman patchStefan O'Rear2009-11-1570-714/+735
|\|
| * Allow MonPropsMarker to set monster descriptions and quotes.Jude Brown2009-11-152-2/+26