summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/abl-show.cc
Commit message (Expand)AuthorAgeFilesLines
...
* Add spacing fixes.dolorous2008-11-251-11/+11
* Clean up ability handling to display costs for prayer-activated dolorous2008-11-241-46/+56
* Add more holy being-related cleanups.dolorous2008-10-301-4/+1
* For consistency, rename "Summon Guardian" to "Summon Angel".dolorous2008-10-191-1/+1
* Rework angels somewhat. To synchronize with daevas, angels are now dolorous2008-10-191-5/+8
* Also rename animate_a_corpse() to animate_remains().dolorous2008-10-191-2/+2
* Rename Yred's "Animate Corpse" ability to "Animate Remains".dolorous2008-10-191-4/+4
* Increase the food cost of Yred's "Animate Corpse" to match that of dolorous2008-10-171-1/+1
* Replace Yred's "Control Undead" power with "Enslave Soul", as proposed dolorous2008-10-161-6/+18
* Fix flight type handling so that spectral things can at least always dolorous2008-10-071-3/+3
* Add miscellaneous minor fixes.dolorous2008-10-041-2/+7
* Some cleanup (replacing you.duration[DUR_CONF] with you.confused())haranp2008-10-031-2/+2
* In ouch(), use NON_MONSTER instead of 0 as the index for non-monster dolorous2008-09-251-1/+1
* Ranges redone. bolt no longer has a rangeMax, just a range.haranp2008-09-251-3/+3
* Adapt Zin's old Divine Robustness into Elyvilon's Divine Vigour, dolorous2008-09-251-18/+19
* Flying can now be cancelled (though kenku still need a ring to do so.)haranp2008-09-181-1/+1
* Remove pre-Stone Soup change history from source files, and push it allj-p-e-g2008-09-141-15/+0
* Rework Zin's Vitalisation to be simpler, based mostly on dploog's dolorous2008-08-191-14/+10
* Massive overhaul to move towards coord_def().haranp2008-07-301-3/+2
* More cleanups.haranp2008-07-241-6/+6
* More cleanups and fixes.haranp2008-07-231-3/+3
* Fix [2014538]: Properly mark Makhleb's lightning strike as an explosion, dolorous2008-07-101-3/+2
* Add spacing fix.dolorous2008-07-051-1/+1
* Implement the rest of the starting set changes. I sure hope I got all ofj-p-e-g2008-07-011-6/+7
* Add more minor cosmetic fixes.dolorous2008-06-291-3/+3
* Misc. minor cleanups. (Yes, a huge amount of them but still...)j-p-e-g2008-06-261-6/+6
* If a god (currently, either Xom or Makhleb) hurls a blast of lightning, dolorous2008-06-221-1/+1
* Update tutorial information for the 'm' and 'a' screens.j-p-e-g2008-06-191-8/+8
* Fix invisible monsters being described to "burst forth from the water"j-p-e-g2008-06-181-22/+24
* Add the framework for descriptions for abilities to be read from thej-p-e-g2008-06-181-15/+69
* Make -raise_corpse() and animate_a_corpse() use coord_defs instead of x dolorous2008-06-161-2/+2
* Use radius_iterator instead of manually looping.haranp2008-06-151-1/+0
* * Add a prompt when attacking monsters with an inappropriate weapon orj-p-e-g2008-06-141-7/+14
* Mark daevas summoned by TSO's power as god gifts from TSO.dolorous2008-06-141-4/+4
* Mark berserkers summoned via "Brothers in Arms" as god gifts from Trog.dolorous2008-06-131-1/+2
* Overhaul god gift handling again so that we can tell which god sent dolorous2008-06-121-5/+6
* 1835314: Nemelex abilities work when silenced.haranp2008-06-111-3/+6
* Clean-up (renaming static methods and comments) in a number of files.j-p-e-g2008-06-101-35/+33
* Add minor consistency fix.dolorous2008-06-101-1/+2
* Clean up the routines to animate the dead.dolorous2008-06-091-8/+4
* Consolidate the demon-summoning routines again.dolorous2008-06-081-6/+7
* Revert some of the previous simplifications, as they make other things dolorous2008-06-081-3/+3
* Simplify summoning of hostile demons.dolorous2008-06-081-9/+6
* Simplify summoning of hostile holy beings.dolorous2008-06-081-1/+1
* Clean up some more.dolorous2008-06-071-18/+11
* Rename ABIL_SUMMON_DEMONS to ABIL_SUMMON_DEMON, for consistency.dolorous2008-06-071-4/+4
* Start cleaning up summoning routines in a better way. Sorry for the dolorous2008-06-071-2/+1
* Consolidate "Summon Dragon" into summon_general_creature() as well.dolorous2008-06-071-6/+6
* Consolidate "Summon Butterflies" into summon_general_creature().dolorous2008-06-071-2/+2
* Consolidate summon_ugly_thing() into summon_ice_beast_etc(), and rename dolorous2008-06-061-21/+18