summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-summoning.cc
Commit message (Expand)AuthorAgeFilesLines
...
* Simplify player CBL codeDracoOmega2014-03-151-28/+2
* Pre-awaken the forest provided by Summon ForestDracoOmega2014-03-121-0/+5
* Remove fake Mara/Rakshasa monsters and associated code, refactor to use Phant...DracoOmega2014-03-111-1/+1
* New monster spell: Phantom MirrorDracoOmega2014-03-111-0/+1
* Only miscast summon forest if the spell is castable (MarvinPA).gammafunk2014-03-101-3/+4
* Make summon forest check for miscasts (silentsnack, #8259).gammafunk2014-03-101-0/+11
* More monster tweakstenofswords2014-03-091-1/+1
* Formatting fixes.Neil Moore2014-03-071-2/+0
* Don't summon rotting devils with Summon DemonDracoOmega2014-03-061-2/+1
* Don't crash on semicontrolled blink (#8236).Steve Melenchuk2014-03-061-1/+6
* Rename Summon Menagerie to Monstrous Menagerie.Steve Melenchuk2014-03-061-5/+5
* Make wolves and wargs require more spellpower from CCFDracoOmega2014-03-061-2/+2
* Don't try to place a second dragon via Dragon's Call if you run out of mp aft...DracoOmega2014-03-061-1/+2
* Reduce Lightning Spire power and spellpower scalingDracoOmega2014-03-061-1/+1
* Don't falsely warn players of Forceful Dismissal self-harm.Steve Melenchuk2014-03-061-2/+3
* New spell: Summon Mana ViperDracoOmega2014-03-061-0/+22
* New spell: Forceful DismissalDracoOmega2014-03-061-0/+86
* An attempt at some AI improvements for spellforged servitorsDracoOmega2014-03-061-1/+12
* New spell: Spellforged ServitorDracoOmega2014-03-061-0/+17
* Scale Summon Lightning Spire with spellpowerDracoOmega2014-03-061-5/+7
* Scale chance of 3s over 4s from Summon Demon by spellpowerDracoOmega2014-03-061-1/+23
* Replace Summon Ugly Thing with Summon Menagerie (pending a better name)DracoOmega2014-03-061-17/+57
* Replace Mass Abjuration with Aura of AbjurationDracoOmega2014-03-061-4/+16
* Remove Demonic HordeDracoOmega2014-03-061-29/+0
* Convert Dragon's Call to Summon Dragon for player ghostsDracoOmega2014-03-061-1/+1
* Overhaul Summon Dragon for playersDracoOmega2014-03-061-15/+125
* Don't count hostile summons as part of a summoner's capDracoOmega2014-03-061-2/+6
* Some Summon Greater Demon adjustmentsDracoOmega2014-03-061-1/+22
* Scale Call Canine Familiar better with spellpowerDracoOmega2014-03-061-20/+7
* Scale summoned Ice Beasts' HD with spellpowerDracoOmega2014-03-061-6/+8
* Greatly reduce the duration of Horrible Things, but increase cap timeoutDracoOmega2014-03-061-3/+3
* Simplify and slightly adjust number of creatures produced by Horrible ThingsDracoOmega2014-03-061-16/+6
* Cap abominations and tentacled monstrosities from Horrible Things separatelyDracoOmega2014-03-061-1/+12
* Have Summon Forest place some trees on open floor as wellDracoOmega2014-03-061-1/+5
* Don't print spell enhancer messages for aborted Summon ForestDracoOmega2014-03-061-6/+0
* Refactored random_near_space(); fixed bugsNicholas Feinberg2014-03-051-1/+1
* Rod of demonology -> Rod of shadows.Steve Melenchuk2014-02-261-5/+8
* Consider a band produced by shadow creatures to be one creature for capping p...DracoOmega2014-02-261-10/+56
* Fix scroll of summoning being cappedDracoOmega2014-02-261-1/+2
* Add another mystery meat for beef jerky.wheals2014-02-251-4/+8
* Remove grey ratsChris Campbell2014-02-231-1/+1
* Convert alignment of a monster avatar when its summoner's alignment changes.gammafunk2014-02-191-7/+36
* Don't open malign gateways on the other side of glassDracoOmega2014-02-181-1/+1
* Merge branch 'summon_spells'Chris Campbell2014-02-181-31/+177
|\
| * Add autofoe behavior to the new summonsDracoOmega2014-02-131-3/+4
| * Merge branch 'master' into summon_spellsDracoOmega2014-02-131-25/+27
| |\
| * | Make Summon Forest last longer, weaken dryadsDracoOmega2014-02-131-4/+7
| * | Reduce water created by Summon Forest, change formDracoOmega2014-02-131-4/+43
| * | Attempt to expire the dryad from Summon Forest at the same time as the forest...DracoOmega2014-02-131-1/+4
| * | Change Summon Forest openness criteria, always center on casterDracoOmega2014-02-131-5/+14