summaryrefslogtreecommitdiffstats
path: root/crawl-ref
Commit message (Collapse)AuthorAgeFilesLines
* Carnivore food colouring was ignoring poison setting. [2134776]haranp2008-09-291-0/+3
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7065 c06c8d41-db1a-0410-9941-cceddc491573
* Make flaming corpses able to open doors, as freezing wraiths can.dolorous2008-09-291-1/+1
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7064 c06c8d41-db1a-0410-9941-cceddc491573
* Remove debugging messages. (Gah!)j-p-e-g2008-09-292-3/+22
| | | | | | | Add spell skills and level to spell description. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7063 c06c8d41-db1a-0410-9941-cceddc491573
* Ensure again that a weapon's curse status is always known after wielding dolorous2008-09-291-0/+3
| | | | | | | | | it, as, after r6787, it sometimes wouldn't if you knew the weapon's ego type (from e.g. being hit by the weapon if it was in a monster's hands before). git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7062 c06c8d41-db1a-0410-9941-cceddc491573
* Lightweight rather than Littleweight. (eronarn)dploog2008-09-281-1/+1
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7061 c06c8d41-db1a-0410-9941-cceddc491573
* Fixing mouse-over related inventory crash.ennewalker2008-09-281-1/+4
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7060 c06c8d41-db1a-0410-9941-cceddc491573
* Adding more keyboard mappings while I'm at it, in particular modifiers on ↵ennewalker2008-09-281-42/+60
| | | | | | all existing keys, the ability to handle multiple modifiers, and a number of special keys as well. If somebody wants to macro Ctrl+Alt+Caps Lock, they can now do it. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7059 c06c8d41-db1a-0410-9941-cceddc491573
* Adding function key support to tiles version.ennewalker2008-09-281-0/+37
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7058 c06c8d41-db1a-0410-9941-cceddc491573
* Fixing compilation error.ennewalker2008-09-281-0/+1
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7057 c06c8d41-db1a-0410-9941-cceddc491573
* Fix incorrect trap placing [2133162]. My bad.haranp2008-09-281-6/+5
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7056 c06c8d41-db1a-0410-9941-cceddc491573
* Vampire feeding changes:j-p-e-g2008-09-285-77/+119
| | | | | | | | | | | | | | | | | | * remove randomness and unify formulas for nutrition value of blood potions and corpses, so bottling potions can no longer be used to enforce greater nutrition: this means that draining corpses give more nutrition now * draining duration now matches nutrition more closely (the formulas used to be completely distinct, and quite complicated) * decrease blood potions' nutrition again (I'd increased it in my previous related commit), coagulated blood gives only 80% nutrition * blood potions last a bit longer (counter 2000 -> 2500) * healing from blood potions is impossible * healing from corpses is only possible while they're still fresh (i.e. won't start rotting soon, counter > 150) * remove unrotting etc. effects, decrease healing from human corpses git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7055 c06c8d41-db1a-0410-9941-cceddc491573
* Add whitespace fixes.dolorous2008-09-2833-159/+159
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7054 c06c8d41-db1a-0410-9941-cceddc491573
* Tweak wording.dolorous2008-09-281-5/+5
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7053 c06c8d41-db1a-0410-9941-cceddc491573
* Allow flaming corpses so see invisible, as freezing wraiths and most dolorous2008-09-281-1/+1
| | | | | | | smart 'z'-type undead do. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7052 c06c8d41-db1a-0410-9941-cceddc491573
* FR 2055862: When searching the database for spellbooks/rods, list thej-p-e-g2008-09-283-3/+133
| | | | | | | | spells within, and vice versa: when searching for spells, say which books/rods it can be found in. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7051 c06c8d41-db1a-0410-9941-cceddc491573
* Add minor consistency fixes.dolorous2008-09-281-7/+8
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7050 c06c8d41-db1a-0410-9941-cceddc491573
* Rework the Yred slave abandonment routines again, modeling them after dolorous2008-09-281-40/+92
| | | | | | | those of Beogh's orcish followers. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7049 c06c8d41-db1a-0410-9941-cceddc491573
* Implement the first part of FR 2055862: Make the database search alsoj-p-e-g2008-09-275-200/+316
| | | | | | | | | | | | output AC/EV and damage/accuracy/speed for armour and weapons, respectively. Also, you can now wish for specific fixed and randarts in wizard mode via the 'o' command. (I was getting annoyed at always having to create all of them whenever I wanted to play around with the Singing Sword.) git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7048 c06c8d41-db1a-0410-9941-cceddc491573
* Tweak Yred's description to account for his new flavor.dolorous2008-09-271-1/+1
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7047 c06c8d41-db1a-0410-9941-cceddc491573
* Tweak punctuation.dolorous2008-09-271-2/+2
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7046 c06c8d41-db1a-0410-9941-cceddc491573
* Improve the routines for the loss of Yred's undead slaves while under dolorous2008-09-271-17/+22
| | | | | | | penance. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7045 c06c8d41-db1a-0410-9941-cceddc491573
* [1982129] Wizard commands can now be used from the wizard help screen.ennewalker2008-09-275-96/+107
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7044 c06c8d41-db1a-0410-9941-cceddc491573
* Add whitespace fixes,dolorous2008-09-272-5/+5
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7043 c06c8d41-db1a-0410-9941-cceddc491573
* Remove healing effect from blood potions. To make up for it, fresh bloodj-p-e-g2008-09-275-35/+39
| | | | | | | | | now has a greater nutrition (1500) compared to coagulated blood (1000, as before). Give Ogres the Spellcasting title of "Ogre-Mage". git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7042 c06c8d41-db1a-0410-9941-cceddc491573
* Changing the offset of item counts to make them more readable.ennewalker2008-09-271-6/+7
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7041 c06c8d41-db1a-0410-9941-cceddc491573
* Added '_' cursor for some text inputs that were missing it.ennewalker2008-09-272-19/+24
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7040 c06c8d41-db1a-0410-9941-cceddc491573
* [2021068] Projectiles, explosions, beams, etc. now drawn again in tiles version.ennewalker2008-09-278-16/+64
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7039 c06c8d41-db1a-0410-9941-cceddc491573
* Fixing bug where doors closed out of sight would get a chainmail tile.ennewalker2008-09-275-10/+4
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7038 c06c8d41-db1a-0410-9941-cceddc491573
* Add capitalization fix.dolorous2008-09-271-1/+1
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7037 c06c8d41-db1a-0410-9941-cceddc491573
* Adding a tile_repeat_key option (on by default) that determines whether to ↵ennewalker2008-09-278-54/+23
| | | | | | repeat key input when a key is held down. (Also, some doc update from the previous submission.) git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7036 c06c8d41-db1a-0410-9941-cceddc491573
* Add various minor fixes.dolorous2008-09-271-20/+20
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7035 c06c8d41-db1a-0410-9941-cceddc491573
* Add minor formatting fix.dolorous2008-09-271-2/+2
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7034 c06c8d41-db1a-0410-9941-cceddc491573
* Fix [2035003]: Make Okawaru and Makhleb accept collateral demon kills dolorous2008-09-271-2/+6
| | | | | | | again, as they do player demon kills. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7033 c06c8d41-db1a-0410-9941-cceddc491573
* [2021064] Fixing awful bug where autoexplore (and others) couldn't be cancelled.ennewalker2008-09-271-0/+1
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7032 c06c8d41-db1a-0410-9941-cceddc491573
* Add miscellaneous minor fixes.dolorous2008-09-271-1/+6
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7031 c06c8d41-db1a-0410-9941-cceddc491573
* Removing code and documentation for player doll editing screen. It might ↵ennewalker2008-09-276-597/+9
| | | | | | come back at a later point (post-0.5?), but there are more important bugs and features to consider in the meantime rather than just blindly trying for parity with 0.4.x's features. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7030 c06c8d41-db1a-0410-9941-cceddc491573
* Fixing linkage issue with get_envmap_char.ennewalker2008-09-271-1/+1
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7028 c06c8d41-db1a-0410-9941-cceddc491573
* [2018523] Making a note not to use multiple jobs for tiles builds as it ↵ennewalker2008-09-271-1/+2
| | | | | | doesn't work. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7027 c06c8d41-db1a-0410-9941-cceddc491573
* Promoted get_cancelable_line_autohist to cio.h as I determined how to make ↵ennewalker2008-09-262-12/+12
| | | | | | it work across files. (Declared it as static, as __FILE__ couldn't be used.) git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7026 c06c8d41-db1a-0410-9941-cceddc491573
* Adding input history to wizard commands.ennewalker2008-09-261-9/+21
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7025 c06c8d41-db1a-0410-9941-cceddc491573
* Add wording fix.dolorous2008-09-261-2/+2
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7024 c06c8d41-db1a-0410-9941-cceddc491573
* Simplify more.dolorous2008-09-261-4/+5
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7023 c06c8d41-db1a-0410-9941-cceddc491573
* Update aptitudes.txt for new Ogres.dploog2008-09-261-7/+4
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7022 c06c8d41-db1a-0410-9941-cceddc491573
* Simplify.dolorous2008-09-261-7/+8
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7021 c06c8d41-db1a-0410-9941-cceddc491573
* Tweak the numbers yet again.dolorous2008-09-261-1/+1
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7020 c06c8d41-db1a-0410-9941-cceddc491573
* Tweak numbers again.dolorous2008-09-261-1/+1
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7019 c06c8d41-db1a-0410-9941-cceddc491573
* And scan the level properly for Yred servants, using the same method as dolorous2008-09-261-2/+15
| | | | | | | in bless_follower(). git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7018 c06c8d41-db1a-0410-9941-cceddc491573
* Actually search the whole level for Yred slaves.dolorous2008-09-261-2/+2
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7017 c06c8d41-db1a-0410-9941-cceddc491573
* Increase the number of Yred servants that can abandon you while you're dolorous2008-09-261-1/+1
| | | | | | | under penance. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7016 c06c8d41-db1a-0410-9941-cceddc491573
* When under penance from Yred, give his servants on the current level a dolorous2008-09-262-2/+40
| | | | | | | chance to randomly abandon you. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7015 c06c8d41-db1a-0410-9941-cceddc491573