summaryrefslogtreecommitdiffstats
path: root/crawl-ref
Commit message (Expand)AuthorAgeFilesLines
* Implement a basic version of "list monsters in LOS".j-p-e-g2008-03-245-26/+172
* Tone down the healing-and-vigor blessing: it now will give only one dolorous2008-03-241-5/+1
* In the blessing routine, go back to "a" follower instead of "the" dolorous2008-03-241-2/+2
* Adjust follower blessing probabilities *again*. I should get it right dolorous2008-03-231-6/+3
* Fix comment.dolorous2008-03-231-1/+1
* Add a weapon enchantment blessing that will enchant a monster's weapon dolorous2008-03-237-92/+151
* Refix tiles monster brands to show the heart for friendlies.j-p-e-g2008-03-233-1055/+1086
* In enchant_weapon(), use the quiet parameter properly in all cases.dolorous2008-03-231-7/+10
* And adjust it yet again.dolorous2008-03-231-3/+3
* Adjust the follower blessing probabilities again.dolorous2008-03-231-3/+5
* Make Beogh's follower blessings a little more common.dolorous2008-03-231-3/+6
* In _mons_open_door(), make sure adj is initialized when the secret door dolorous2008-03-231-2/+2
* Update 0.4 changes to include both the entire 0.3 list of thej-p-e-g2008-03-231-1/+339
* Add more blessing adjustments.dolorous2008-03-232-13/+28
* Introduce a temporary neutral brand for tiles because it was driving me nutsj-p-e-g2008-03-2310-51/+118
* I'll convert you to use int and rename you later, but for now remove COMPILE_...pauldubois2008-03-231-1/+0
* This was originally going to be a small refactor of stash.cc beforepauldubois2008-03-2319-452/+414
* "stashes" was both a global variable and a member variable... confusing!pauldubois2008-03-239-80/+84
* Fix % screen item examinationpauldubois2008-03-231-31/+39
* Minor type fixes.dolorous2008-03-231-2/+2
* Disallow blessing followers on experience level gain when under penance.dolorous2008-03-231-1/+2
* For consistency (at least for now), go back to always mentioning "the" dolorous2008-03-231-2/+1
* Adjust the routine for blessings on level gain: display "the follower" dolorous2008-03-232-5/+5
* Expand bless_follower() to allow explicitly picking the follower as well dolorous2008-03-235-17/+42
* Add minor cosmetic fixes.dolorous2008-03-232-3/+4
* Added guide on how to access akrasiac via Putty.dploog2008-03-233-1/+163
* Modify database lookup to allow for lookup of the nth entry for a j-p-e-g2008-03-235-57/+159
* Elyvilon will now rarely (5% chance) protect allies from harm.j-p-e-g2008-03-236-28/+63
* For most blessings, randomly give either ailment removal or healing, but dolorous2008-03-221-1/+1
* Add a blessing to remove harmful ailments (poisoning, sickness, dolorous2008-03-221-1/+29
* Simplify random armor selection in blessing_ac().dolorous2008-03-221-5/+4
* Applying the new convention to static methods.j-p-e-g2008-03-223-325/+331
* Add Ely's pacifying monsters effect:j-p-e-g2008-03-227-33/+148
* Handle the priesthood blessing more generically.dolorous2008-03-221-4/+2
* In enchant_armour(), respect the quiet parameter in all cases.dolorous2008-03-221-4/+9
* Remove percentages from blessing comments, as they're not completely dolorous2008-03-221-5/+5
* Move all armor enchantment messages to enchant_armour().dolorous2008-03-221-3/+7
* Fix blessing percentage checks.dolorous2008-03-221-2/+4
* Move the healing blessing into its own function.dolorous2008-03-221-7/+11
* Add whitespace fixes again.dolorous2008-03-221-6/+6
* Fix typo in mons_thrown_object_destroyed() that let non-missiles instead dolorous2008-03-221-1/+1
* Mark the "Summon Beast" spell as unholy, since beasts are naturally evil dolorous2008-03-221-1/+1
* Remove fire resistance from orc sorcerers. Since they cast Bolt of dolorous2008-03-221-1/+1
* Properly trigger the "attack friend" god conduct if you use Smite or dolorous2008-03-221-0/+8
* Add more whitespace fixes.dolorous2008-03-221-2/+2
* Add a blessing to improve AC by enchanting armor or shields by one or dolorous2008-03-223-50/+109
* Make the static functions in spells3.cc follow the new coding dolorous2008-03-211-5/+5
* Since mons_inside_circle() is only used by Zin's Sanctuary and TSO's dolorous2008-03-214-22/+21
* Fix what remains of 1905764: monster description lookup issues.j-p-e-g2008-03-215-112/+131
* FR 1919593: modified scoring system, as suggested by Lemuelj-p-e-g2008-03-212-235/+284