summaryrefslogtreecommitdiffstats
path: root/crawl-ref
Commit message (Collapse)AuthorAgeFilesLines
* Added map dumping (to NAME.map) to the '#' key. The map dump doesn'tharanp2007-11-081-0/+34
| | | | | | | include the hero (i.e., no '@' symbol.) git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2822 c06c8d41-db1a-0410-9941-cceddc491573
* Handle tabs properly in Windows.haranp2007-11-081-0/+7
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2819 c06c8d41-db1a-0410-9941-cceddc491573
* Better secret door hiding (Darshan)haranp2007-11-083-18/+7
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2817 c06c8d41-db1a-0410-9941-cceddc491573
* Fix for 1826891: x-examination reveals secret doors masquerading asharanp2007-11-081-1/+14
| | | | | | | | non-rock walls. They will now masquerade (to 'x') as walls of whatever type is nearby. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2815 c06c8d41-db1a-0410-9941-cceddc491573
* Fix 1824176: firing will now only ask for confirmation when you actuallyharanp2007-11-081-6/+5
| | | | | | | fire. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2813 c06c8d41-db1a-0410-9941-cceddc491573
* Fix critical bug (in trunk only) with Shift-diring directional spellsharanp2007-11-081-0/+2
| | | | | | | and show_beam set. (It would always go down.) git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2812 c06c8d41-db1a-0410-9941-cceddc491573
* Fix to intelligent friendlies avoiding traps. It actually works now. :)j-p-e-g2007-11-081-212/+268
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2811 c06c8d41-db1a-0410-9941-cceddc491573
* Some cleanup of evoke_wielded(), more to come.haranp2007-11-082-96/+89
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2810 c06c8d41-db1a-0410-9941-cceddc491573
* 1822496: saprovore mutation shouldn't be given except at birth.haranp2007-11-081-0/+4
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2809 c06c8d41-db1a-0410-9941-cceddc491573
* Typo fixes (dolorous, 1827992)haranp2007-11-082-4/+4
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2808 c06c8d41-db1a-0410-9941-cceddc491573
* Integrated patch 1828014 (spell order).haranp2007-11-082-4/+4
| | | | | | | Also unbroke trunk build. Oops. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2806 c06c8d41-db1a-0410-9941-cceddc491573
* Enslaved fleeing monsters now flee towards you, not away from you.haranp2007-11-083-5/+17
| | | | | | | Hopefully fixes 1828086. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2804 c06c8d41-db1a-0410-9941-cceddc491573
* Randarts with no mods get one of (ac, ev, str, int, dex.) [1826417]ennewalker2007-11-081-0/+83
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2802 c06c8d41-db1a-0410-9941-cceddc491573
* Cancelling 'E'voking a reaching weapon shouldn't cost anything.haranp2007-11-071-52/+55
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2801 c06c8d41-db1a-0410-9941-cceddc491573
* Monochromatized spell power bars.haranp2007-11-071-4/+1
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2799 c06c8d41-db1a-0410-9941-cceddc491573
* Refix pray() fix.haranp2007-11-071-1/+1
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2797 c06c8d41-db1a-0410-9941-cceddc491573
* pray() prompt respects macros (V-Napkin)haranp2007-11-071-1/+2
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2795 c06c8d41-db1a-0410-9941-cceddc491573
* Merged r2793 (better ability descriptions for Nemelex)haranp2007-11-071-4/+4
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2794 c06c8d41-db1a-0410-9941-cceddc491573
* Runes no longer need ID [1826900]haranp2007-11-072-7/+7
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2791 c06c8d41-db1a-0410-9941-cceddc491573
* Blocked some useless spells for Vampires and Ghouls. [1827689]haranp2007-11-071-0/+7
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2789 c06c8d41-db1a-0410-9941-cceddc491573
* Slightly compressed 'v' descriptions. Should fix 1826265.haranp2007-11-071-20/+16
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2787 c06c8d41-db1a-0410-9941-cceddc491573
* Merged r2729 (morgue dir creation) from 0.3.haranp2007-11-072-1/+3
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2786 c06c8d41-db1a-0410-9941-cceddc491573
* Reorganized Metamorphosis, batform now impossible.haranp2007-11-071-6/+3
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2784 c06c8d41-db1a-0410-9941-cceddc491573
* latest net improvement (make switching damage -> escape rarer) for trunkj-p-e-g2007-11-071-19/+23
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2783 c06c8d41-db1a-0410-9941-cceddc491573
* s/liquid/barnacled/haranp2007-11-073-3/+3
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2780 c06c8d41-db1a-0410-9941-cceddc491573
* Fix for 1827415: handle_time()-induced banishments (e.g. Hell miscasts)haranp2007-11-072-26/+2
| | | | | | | were being applied one turn too late. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2778 c06c8d41-db1a-0410-9941-cceddc491573
* Massive rewrite of makeitem.cc. Might be buggy.haranp2007-11-065-1805/+1657
| | | | | | | | | Fixed some old bugs, e.g. double reroll of =oCT. items() now respects force_type more often. As a side effect, acquirement is less likely to give randart jewellery or armour. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2777 c06c8d41-db1a-0410-9941-cceddc491573
* Geryon can now fly.haranp2007-11-062-4/+5
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2776 c06c8d41-db1a-0410-9941-cceddc491573
* Corrections to manual (patch by maiermirk) and j-p-e-g2007-11-062-21/+23
| | | | | | | fix to freeing self from net. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2775 c06c8d41-db1a-0410-9941-cceddc491573
* claw mutation fix for net damage, courtesy of dolorousj-p-e-g2007-11-051-2/+4
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2773 c06c8d41-db1a-0410-9941-cceddc491573
* Correct tables.txt and add wizard mode to version information.j-p-e-g2007-11-052-2/+6
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2771 c06c8d41-db1a-0410-9941-cceddc491573
* Net fix (reduced trapping turns) also for trunk.j-p-e-g2007-11-052-26/+41
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2769 c06c8d41-db1a-0410-9941-cceddc491573
* Fixed 1825223: unknown curses don't leak information in prices.haranp2007-11-052-4/+4
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2767 c06c8d41-db1a-0410-9941-cceddc491573
* Incorporate patches 1825023 (typos) and 1824868 (bug in fully_contains().)haranp2007-11-053-3/+3
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2765 c06c8d41-db1a-0410-9941-cceddc491573
* latest net fixes (Nemelex prayer, swapping with friendlies) for trunkj-p-e-g2007-11-052-2/+8
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2764 c06c8d41-db1a-0410-9941-cceddc491573
* Removed CHANCE line (oops)haranp2007-11-051-1/+0
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2761 c06c8d41-db1a-0410-9941-cceddc491573
* Vault fixes (David)haranp2007-11-051-11/+19
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2759 c06c8d41-db1a-0410-9941-cceddc491573
* Updated CREDITS.dshaligram2007-11-051-6/+6
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2758 c06c8d41-db1a-0410-9941-cceddc491573
* Fixing typo in manual. (Thanks, AlexMax.)ennewalker2007-11-041-1/+1
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2757 c06c8d41-db1a-0410-9941-cceddc491573
* FR 1821775: While held in a net, you can fire blowguns, though there'sj-p-e-g2007-11-042-2/+49
| | | | | | | | | | a penalty similar to the one when wearing a buckler and accuracy is lowered. I'm not sure about the numbers - they'll have to be tweaked a bit, I guess. Also fix possibility to drift out of net. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2756 c06c8d41-db1a-0410-9941-cceddc491573
* Pluralise "knife" correctly (to "knives") [1825553]haranp2007-11-041-0/+3
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2755 c06c8d41-db1a-0410-9941-cceddc491573
* Renaming Portal Vaults to Bazaars. [FR 1824984]j-p-e-g2007-11-044-3/+12
| | | | | | | | Fix 1825526: not stepping into deep water costing a turn Fix 1825352: ?torment only being unholy if it wasn't known git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2753 c06c8d41-db1a-0410-9941-cceddc491573
* Make autoexplore stop when orcs convert to Beogh.j-p-e-g2007-11-041-0/+1
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2752 c06c8d41-db1a-0410-9941-cceddc491573
* Nets that hold you cannot be destroyed by Ely's Destroy Weapon ability.j-p-e-g2007-11-045-14/+69
| | | | | | | | | | | | | | | | (Fix 1825520). Monsters will be held in nets longer. Doesn't influence time needed to destroy it, so ogres and such will still get out quickly. Needs more testing, I guess. Intelligent friendlies will try to avoid traps you (the player) know about, and the chance for triggering known blade and net traps is much lower. Also, friendly casters are much less likely to spam you with "spells" if there are no enemies around. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2749 c06c8d41-db1a-0410-9941-cceddc491573
* Killing-blow damage was not being saved to logfile, fixed.dshaligram2007-11-041-0/+1
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2748 c06c8d41-db1a-0410-9941-cceddc491573
* Refix for direction(): prev_target should work now.haranp2007-11-031-5/+19
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2745 c06c8d41-db1a-0410-9941-cceddc491573
* Updated release build (DOS+Windows) script for 0.3.dshaligram2007-11-031-18/+23
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2741 c06c8d41-db1a-0410-9941-cceddc491573
* Restrict aerie to main-dungeon-only.dshaligram2007-11-031-1/+1
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2739 c06c8d41-db1a-0410-9941-cceddc491573
* Removed remaining traces of travel_colour (David).dshaligram2007-11-034-4/+1
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2737 c06c8d41-db1a-0410-9941-cceddc491573
* Fixed bug with show_beam on when self-targeting without ever moving theharanp2007-11-031-1/+4
| | | | | | | direction cursor. [1812562] git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2732 c06c8d41-db1a-0410-9941-cceddc491573