summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source
Commit message (Expand)AuthorAgeFilesLines
* Updated makefile.dos and makefile.mgw to use dependencies if available.dshaligram2007-02-093-1/+7
* Stone Soup draconians should not have M_FLIES, fixed (Rob).dshaligram2007-02-092-19/+17
* [1653078] Allow self-targeting in direction_choose_compass.dshaligram2007-02-081-0/+9
* Fix compile breaking on cygwin's massively odd gcc 3.4.4.dshaligram2007-02-082-13/+16
* Added David's new Antaeus level.dshaligram2007-02-083-4/+88
* Hydras now behave the same way in monster-vs-monster combat as they do indshaligram2007-02-087-129/+304
* Disallow ghosts in labyrinths. Abyss/Pandemonium ghosts can otherwise bedshaligram2007-02-081-2/+4
* Allow portal vaults to clobber water and lava.dshaligram2007-02-081-0/+2
* Downgrade lindwurm to firedrake for Lair entrance. Lindwurms are too strong fordshaligram2007-02-081-1/+1
* Removed Orcish Mines warning - no message is better than a confusing message.dshaligram2007-02-071-2/+0
* Remove testing CHANCE: line.dshaligram2007-02-071-1/+0
* [1638394] Added support for portal vaults.dshaligram2007-02-078-91/+442
* [1644503] Removed confusing wording from selective amnesia description.dshaligram2007-02-071-4/+1
* Make sure user has entered wizmode before allowing friendly toggle.dshaligram2007-02-061-1/+1
* Restore old meaning of space during targeting.dshaligram2007-02-061-2/+3
* Fixed unbrandability of friendly hellions.dshaligram2007-02-063-6/+29
* Better messages when canceling butcher.dshaligram2007-02-062-8/+20
* Tutorial (JPEG) and some formatting cleanup.dshaligram2007-02-0639-302/+2210
* Add support for block shuffling in maps (proposed by David).dshaligram2007-02-052-3/+42
* Don't do left_vault check if we've already left the vault.dshaligram2007-02-051-1/+1
* Dungeon builder now guarantees a path between { and one of )]}> on D:1, exceptdshaligram2007-02-057-20/+175
* Don't allow very long entry vaults to be rotated, because they cut off parts ofdshaligram2007-02-051-0/+1
* [1632567] Greedy explore now tries to do the Right Thing with mimics.dshaligram2007-02-0512-20/+102
* [1646885] Refix monster alerts being issued for monsters that subsequently le...dshaligram2007-02-033-11/+25
* Allow ghosts to remember and use shock, ice bolt and bolt of magma.dshaligram2007-02-034-5/+56
* Unseen horrors should not resist electricity.dshaligram2007-02-021-1/+1
* Monster abjuration tuning. May need more work.dshaligram2007-01-311-2/+2
* Horrible things are now temporary.dshaligram2007-01-313-23/+12
* Wizardry+Vehumet nerf. Or rather, wizardry and Vehumet effects applied as theydshaligram2007-01-301-7/+3
* Added autopickup_exceptions option modeled on NetHack's, so that it's easy todshaligram2007-01-303-25/+61
* Default no_dark_brand to true.dshaligram2007-01-291-1/+1
* Allow maps to use SHUFFLE: directive to shuffle symbols in the map definitiondshaligram2007-01-298-2141/+2294
* Allow vaults to ask for a monster to be generated awake (generate_awake tag).dshaligram2007-01-295-36/+41
* Tweaked targeting message (David.)haranp2007-01-291-1/+1
* Moved monster descriptions in targeting from '?' to 'v'. Put targetingharanp2007-01-295-38/+59
* Made default targeting an option (default_target, defaults to false.)haranp2007-01-297-51/+47
* Set note_hp_percent to 5 by default (David).dshaligram2007-01-292-11/+6
* Targeting now defaults to starting on your previous target if applicableharanp2007-01-281-4/+24
* Revert ogre-mages' ability to eat rotten meat.haranp2007-01-283-3/+0
* Made confirm_self_target work again.haranp2007-01-282-22/+40
* Added add_glyph methods to formatted string to show a monster or item glyph asdshaligram2007-01-288-29/+101
* Nerfed orange statue attack speed. They can be placed in minivaults that aredshaligram2007-01-271-1/+1
* Changed message when you have no abilities.haranp2007-01-271-1/+1
* Implemented 1634001: saprovore level is now shown on 'A' screen.haranp2007-01-273-1/+18
* Beam-cycling in direction().haranp2007-01-277-64/+138
* Detect creatures should not reveal monster identities in notes.dshaligram2007-01-271-4/+0
* Added formatted_mpr(), which gives (very!) basic support for formattedharanp2007-01-274-11/+134
* Can't fix pain brands (Darshan.)haranp2007-01-271-1/+3
* Fixed bug with branch level stairs in Pan.haranp2007-01-262-4/+6
* Minor direction cleanups (mainly messaging.)haranp2007-01-266-64/+24