summaryrefslogtreecommitdiffstats
path: root/crawl-ref
Commit message (Collapse)AuthorAgeFilesLines
* Backport trunk r6853 to 0.4.dolorous2008-08-231-4/+8
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup-0.4@6854 c06c8d41-db1a-0410-9941-cceddc491573
* Trunk->0.4 r6848: [2067336] Fix mlist crash.dshaligram2008-08-221-1/+2
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup-0.4@6849 c06c8d41-db1a-0410-9941-cceddc491573
* Trunk->0.4 r6834 (partial): Tweak some checks for travel_path to be on the ↵dshaligram2008-08-221-7/+8
| | | | | | safe side. Probably fixes [2038910]. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup-0.4@6843 c06c8d41-db1a-0410-9941-cceddc491573
* Apply trunk r6823 to 0.4.dolorous2008-08-161-1/+1
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup-0.4@6824 c06c8d41-db1a-0410-9941-cceddc491573
* Apply trunk r6821 to 0.4.dolorous2008-08-162-0/+3
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup-0.4@6822 c06c8d41-db1a-0410-9941-cceddc491573
* Trunk->0.4 r6819: Also fix draining / torment for vampires (jarpiain).dshaligram2008-08-151-1/+6
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup-0.4@6820 c06c8d41-db1a-0410-9941-cceddc491573
* Trunk->0.4 r6817: Fixed demonspawn getting free protection from ↵dshaligram2008-08-151-1/+6
| | | | | | torment/draining (jarpiain). git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup-0.4@6818 c06c8d41-db1a-0410-9941-cceddc491573
* Add an explanatory message for bazaars/labyrinths.j-p-e-g2008-08-131-0/+6
| | | | | | | | | | | | | | Problems: * I don't know if there's any way to break the mpr statement in lua onto different lines. * Even though it's a single mpr, you cannot recolour (or mute) the message as a whole, only the submessages once it's broken. * In trunk, I can't create bazaar and labyrinth entries (with ^L) because while the marker is placed, the minivault isn't. No idea, why. Anyway, that'd make testing this a matter of chance. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup-0.4@6816 c06c8d41-db1a-0410-9941-cceddc491573
* Trunk->0.4 r6814: Check both ends of interlevel travel to see if travel is ↵dshaligram2008-08-111-7/+13
| | | | | | going out of [src,dst] range (sorear). git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup-0.4@6815 c06c8d41-db1a-0410-9941-cceddc491573
* Trunk->0.4 r6795: Fix bounds check for summon elemental.dshaligram2008-08-091-1/+1
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup-0.4@6798 c06c8d41-db1a-0410-9941-cceddc491573
* Apply Haran's commits 6773 and 6777-6784 to 0.4.j-p-e-g2008-08-0712-74/+119
| | | | | | | | | | | | | | | | * Fix 2037104: amulet of Controlled Flight not autoIDing. * Fix 2038973: explosive tracers leaking information about invisible monsters. * Fix 2039217: check shield status for non-weapons before wielding * Fix 2039734: non-Spriggan transmuters being cheated on UC * Fix 2037845: unstackedness was overriding finishing a deck * Fix 2038476: semicontrolled blink. * Fix 2038962: casting Divine Shield wasn't refreshing AC. * Fix 2038651: real/fake rakshasa identity being leaked in descriptions. * Fix 2035976: doubled inscriptions in equipped items in dump. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup-0.4@6792 c06c8d41-db1a-0410-9941-cceddc491573
* Backport r6743, 6750, 6753, 6771, 6772, 6790 to 0.4.j-p-e-g2008-08-0713-26/+62
| | | | | | | | | | | | | | * Fix 2033984: Monsters being created with both a shield and a 2-hander. * FR 2026227: Make $ list current gold. * Fix assertion failure upon high-scoring death. * Fix 2037146: Make hill giants use MONUSE_STARTING_EQUIPMENT. * Fix 2036429: better spacing on ^ screen. * Replace "Level:" with "Place:" in the HUD. Also start on 0.4.4 change log. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup-0.4@6791 c06c8d41-db1a-0410-9941-cceddc491573
* Fixed bug where start time of games would go backward or forward in time on ↵dshaligram2008-08-071-0/+8
| | | | | | dgl builds (oops). git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup-0.4@6788 c06c8d41-db1a-0410-9941-cceddc491573
* Apply trunk r6775 to 0.4.dolorous2008-08-051-0/+5
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup-0.4@6776 c06c8d41-db1a-0410-9941-cceddc491573
* Apply trunk r6759 to 0.4.dolorous2008-08-041-4/+7
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup-0.4@6767 c06c8d41-db1a-0410-9941-cceddc491573
* Trunk-0.4 r6764: Warn the player if interlevel travel is going to take them ↵dshaligram2008-08-043-2/+94
| | | | | | to a level outside the range [src,dest] (rax, doy). ^G => Esc in yesno prompts. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup-0.4@6765 c06c8d41-db1a-0410-9941-cceddc491573
* Version -> 0.4.4.dshaligram2008-08-041-1/+1
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup-0.4@6762 c06c8d41-db1a-0410-9941-cceddc491573
* Fix Crawl spinning in CPU-pegging loop on disconnect on death screen (sorear).dshaligram2008-08-041-1/+1
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup-0.4@6760 c06c8d41-db1a-0410-9941-cceddc491573
* Backport one-turn sacrifice to 0.4.dshaligram2008-08-031-1/+1
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup-0.4@6757 c06c8d41-db1a-0410-9941-cceddc491573
* Apply trunk r6751 to 0.4.dolorous2008-08-022-3/+4
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup-0.4@6752 c06c8d41-db1a-0410-9941-cceddc491573
* Fix 2034581: menu colour leaking information on !blood and !mutation.j-p-e-g2008-08-014-14/+27
| | | | | | | Fix 2034526: inscription with { not working git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup-0.4@6748 c06c8d41-db1a-0410-9941-cceddc491573
* Apply the recent commits to branch, update the version and change log toj-p-e-g2008-07-3113-43/+60
| | | | | | | 0.4.3. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup-0.4@6740 c06c8d41-db1a-0410-9941-cceddc491573
* [2032987] Fixing lack of mouse actions in tiles version. Removing unused ↵ennewalker2008-07-313-28/+10
| | | | | | KC_TILE macro context and moving tiles commands to KC_DEFAULT. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup-0.4@6738 c06c8d41-db1a-0410-9941-cceddc491573
* When DGAMELAUNCH is defined, use gmtime() instead of localtime() so it's ↵dshaligram2008-07-305-6/+13
| | | | | | easier to keep multiple dgl servers in sync. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup-0.4@6733 c06c8d41-db1a-0410-9941-cceddc491573
* Trunk->0.4 r6729: Fix evaporate trailing clouds before explosion (sorear).dshaligram2008-07-301-0/+5
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup-0.4@6730 c06c8d41-db1a-0410-9941-cceddc491573
* Trunk->0.4 r6727: Fixed evaporate not working on potions of water.dshaligram2008-07-301-1/+1
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup-0.4@6728 c06c8d41-db1a-0410-9941-cceddc491573
* Merge r6724, Bug 2031257 fix.zelgadis2008-07-301-0/+6
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup-0.4@6725 c06c8d41-db1a-0410-9941-cceddc491573
* List today as 0.4.2 release date, to keep everything in order. :)j-p-e-g2008-07-291-6/+6
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup-0.4@6721 c06c8d41-db1a-0410-9941-cceddc491573
* Minor correction in keybind.txt.j-p-e-g2008-07-291-1/+1
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup-0.4@6720 c06c8d41-db1a-0410-9941-cceddc491573
* Trunk->0.4 r6718: Don't lose level-up stat and hp gain if Crawl receives ↵dshaligram2008-07-292-16/+34
| | | | | | SIGHUP at the level-up prompt. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup-0.4@6719 c06c8d41-db1a-0410-9941-cceddc491573
* Trunk->0.4 r6716: Fix broken skill titles for certain skills such as ↵dshaligram2008-07-291-75/+127
| | | | | | Necromancy (bobbens). git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup-0.4@6717 c06c8d41-db1a-0410-9941-cceddc491573
* Add documentation for the keybindings.j-p-e-g2008-07-292-0/+185
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup-0.4@6715 c06c8d41-db1a-0410-9941-cceddc491573
* Fix bug in shift_monster().haranp2008-07-291-13/+2
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup-0.4@6714 c06c8d41-db1a-0410-9941-cceddc491573
* Fix 2030729: + and * not working when examining (targetting?)j-p-e-g2008-07-295-10/+56
| | | | | | | | Merge r6641 into branch: skip direction keys when targetting via monster list. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup-0.4@6713 c06c8d41-db1a-0410-9941-cceddc491573
* Revert an accidental change of Matthew's PlaceInfo fix. Sorry aboutj-p-e-g2008-07-293-2/+7
| | | | | | | | that! (And yes, I had to get up again when I remembered that I'd forgotten to commit this fix. *yawns*) git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup-0.4@6711 c06c8d41-db1a-0410-9941-cceddc491573
* Apply r6700 and r6706: Cleansing Flame harming helpless monsters andj-p-e-g2008-07-288-51/+68
| | | | | | | angering TSO, !blood counting towards decks of summoning. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup-0.4@6710 c06c8d41-db1a-0410-9941-cceddc491573
* Apply r6640, r6694 (both by Darshan), r6670 (Haran), r6679 and r6703j-p-e-g2008-07-2825-128/+167
| | | | | | | | | | | (me) to branch. Includes TSO no longer granting permanent allies and resultant friendly pickup change, and a number of smaller changes. Also update change log. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup-0.4@6709 c06c8d41-db1a-0410-9941-cceddc491573
* Trunk->0.4 r6707: Fix HUD updates overwriting dgl message indicator, changed ↵dshaligram2008-07-282-6/+19
| | | | | | indicator from (msg) to (Hit _). git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup-0.4@6708 c06c8d41-db1a-0410-9941-cceddc491573
* Trunk->0.4 r6701: [2029854] Fixed map parser rejecting level:-2 and level:-3 ↵dshaligram2008-07-281-1/+1
| | | | | | for items. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup-0.4@6705 c06c8d41-db1a-0410-9941-cceddc491573
* r6681 (runaway skill training) for 0.4.haranp2008-07-281-2/+2
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup-0.4@6704 c06c8d41-db1a-0410-9941-cceddc491573
* Added PCRE into the source tree. Updated documentation to reflect that PCRE ↵ennewalker2008-07-2790-44/+88244
| | | | | | is now on by default on Windows/DOS. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup-0.4@6696 c06c8d41-db1a-0410-9941-cceddc491573
* Fixing macro crashes for Tiles in 0.4 branch.ennewalker2008-07-272-8/+8
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup-0.4@6695 c06c8d41-db1a-0410-9941-cceddc491573
* Trunk->0.4 r6680: Weaken monster dispel undead further.dshaligram2008-07-261-1/+1
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup-0.4@6690 c06c8d41-db1a-0410-9941-cceddc491573
* Applying r6687 to 0.4.ennewalker2008-07-262-8/+8
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup-0.4@6688 c06c8d41-db1a-0410-9941-cceddc491573
* Applying r6685 to 0.4.ennewalker2008-07-261-1/+1
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup-0.4@6686 c06c8d41-db1a-0410-9941-cceddc491573
* Applying r6683 to 0.4.ennewalker2008-07-262-0/+43
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup-0.4@6684 c06c8d41-db1a-0410-9941-cceddc491573
* Merge r6587, keybindings. Fixes bug 2018200: macros not working with thezelgadis2008-07-2613-263/+788
| | | | | | | old 0.3.4 keymap. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup-0.4@6682 c06c8d41-db1a-0410-9941-cceddc491573
* Merge r6653, FR 2017262: add chunk colour to eat prompt.zelgadis2008-07-242-9/+65
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup-0.4@6676 c06c8d41-db1a-0410-9941-cceddc491573
* Bug 1902361: don't assert if something goes wrong with the book-keeping inzelgadis2008-07-242-12/+54
| | | | | | | | PlaceInfo. Instead, give a diagnostic message about the problem, and fix the problem so that the user doesn't get spammed with messages. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup-0.4@6675 c06c8d41-db1a-0410-9941-cceddc491573
* Trunk->0.4 r6672: [2021292] Fixed teleport control not being enabled after ↵dshaligram2008-07-242-20/+27
| | | | | | picking up the icy rune. Updated level_design.txt. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup-0.4@6673 c06c8d41-db1a-0410-9941-cceddc491573