summaryrefslogtreecommitdiffstats
path: root/crawl-ref
Commit message (Collapse)AuthorAgeFilesLines
* Fixed buggy unarmed attack messaging.dshaligram2007-07-241-4/+5
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1926 c06c8d41-db1a-0410-9941-cceddc491573
* [1749272] Fixed view update issues:dshaligram2007-07-2411-160/+264
| | | | | | | | | | | | - Redraw view when entering a new level before allowing monsters on the level to act. - Monsters are redrawn on the view as and when they move, instead of postponing the view update to the end of turn. - Beam animations and monster redraws force a view update if the view is stale (such as when a beam is shown during travel and travel_delay = -1). git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1925 c06c8d41-db1a-0410-9941-cceddc491573
* Tweaked bazaar portal timeout. Bazaars may now replace normal shops.dshaligram2007-07-244-10/+21
| | | | | | | | Fixed broken dungeon connectivity checks. Include math lib in Lua interpreters. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1924 c06c8d41-db1a-0410-9941-cceddc491573
* Added support for colon-prefixed Lua one-liners in .crawlrc, documented dshaligram2007-07-242-7/+65
| | | | | | Lua fragment syntax sketchily. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1923 c06c8d41-db1a-0410-9941-cceddc491573
* Allow NetHack-style OPTION=foo,!bar,baz:x lines.dshaligram2007-07-243-25/+67
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1922 c06c8d41-db1a-0410-9941-cceddc491573
* More spoken monster lines (lemuel - 1748862)haranp2007-07-231-66/+165
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1921 c06c8d41-db1a-0410-9941-cceddc491573
* [1758414] evoke_deck wrongly assumed that the deck was wielded.haranp2007-07-231-3/+2
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1920 c06c8d41-db1a-0410-9941-cceddc491573
* Randart reverted to additive MR.haranp2007-07-231-2/+1
| | | | | | | (and by the way, I forgot to note that the previous commit could break saves) git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1919 c06c8d41-db1a-0410-9941-cceddc491573
* Added potions of resistance, which give fire, electricity and cold resist forharanp2007-07-2310-173/+142
| | | | | | | | | | | 10 + random2(40) turns. Rareness roughly equivalent to levitation. This is FR 1756363. The potion does *not* give MR. Rewrote some vampire potion handling, including some changes: e.g. vampires can now be paralysed by potions of paralysis (I don't see why they shouldn't be.) For now there is no status message for fire/cold resist; will change soon. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1918 c06c8d41-db1a-0410-9941-cceddc491573
* [1759102] Waypoints were being shown on the level-map even after being deleted.dshaligram2007-07-231-0/+2
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1917 c06c8d41-db1a-0410-9941-cceddc491573
* Allow monster symbols to be customised using the mon_glyph option.dshaligram2007-07-2311-73/+223
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1916 c06c8d41-db1a-0410-9941-cceddc491573
* Bazaar vaults were being placed in the main dungeon, fixed.dshaligram2007-07-232-7/+13
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1915 c06c8d41-db1a-0410-9941-cceddc491573
* [1757173] Ask user to type "yes" in full to quit. Compulsive quitters can stilldshaligram2007-07-232-3/+9
| | | | | | | | macro some key to Qyes\{13}. Allow macros to enter text in cancelable_get_line prompts. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1914 c06c8d41-db1a-0410-9941-cceddc491573
* [1756807] Rock stairs officially renamed to escape hatches.dshaligram2007-07-237-19/+52
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1913 c06c8d41-db1a-0410-9941-cceddc491573
* Fixed compile error (ftruncate wants unistd.h, which is not already included fordshaligram2007-07-221-0/+1
| | | | | | DOS and Windows). git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1912 c06c8d41-db1a-0410-9941-cceddc491573
* Set dgl compiles to use a 1000 entry scoreboard.dshaligram2007-07-222-25/+44
| | | | | | Fixed a potential race condition when writing scores. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1911 c06c8d41-db1a-0410-9941-cceddc491573
* [1758070] Mottled dragons are now magenta D.dshaligram2007-07-221-1/+1
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1910 c06c8d41-db1a-0410-9941-cceddc491573
* Fixed unnecessary bat-transformation ability when already in batform.haranp2007-07-222-19/+12
| | | | | | | | Redid how bat durations are handled. (both by dolorous, 1757094, with a minor bugfix.) git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1909 c06c8d41-db1a-0410-9941-cceddc491573
* Non-vampires were getting the vampire hungriness stealth bonus, fixedharanp2007-07-221-7/+9
| | | | | | | (dolorous, 1756994) git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1908 c06c8d41-db1a-0410-9941-cceddc491573
* Fixed broken instant-Lugonu-access-to-first-power (dolorous, 1758116)haranp2007-07-221-1/+2
| | | | | | | My bad. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1907 c06c8d41-db1a-0410-9941-cceddc491573
* Map updates (David).dshaligram2007-07-2211-775/+933
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1906 c06c8d41-db1a-0410-9941-cceddc491573
* PCs who start with spells should always have Spellcasting skill,haranp2007-07-222-1/+8
| | | | | | | even if they're from non-magically-apt races. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1905 c06c8d41-db1a-0410-9941-cceddc491573
* Batform is an ability, not an invocation.haranp2007-07-211-3/+1
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1904 c06c8d41-db1a-0410-9941-cceddc491573
* [1757888] yell() was leaking information about invisible monsters.haranp2007-07-211-1/+2
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1903 c06c8d41-db1a-0410-9941-cceddc491573
* Missing period (BDR)haranp2007-07-211-1/+1
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1902 c06c8d41-db1a-0410-9941-cceddc491573
* Added a Draw Card invocation for Nemelex, which lets you draw a cardharanp2007-07-215-13/+73
| | | | | | | | from a deck in inventory. Using Peek Deck now loses 1d2 cards from the peeked deck. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1901 c06c8d41-db1a-0410-9941-cceddc491573
* Updated level-design.txt with a mention of markers.dshaligram2007-07-214-30/+112
| | | | | | Minor cleanup, fixes. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1900 c06c8d41-db1a-0410-9941-cceddc491573
* Updated level-design.txt.dshaligram2007-07-2154-575/+1681
| | | | | | | | | | | Moved map markers to mapmark.cc. Added support for timer markers that remove a feature after a certain timeout. Need to hook up messaging to Lua. Added bazaars (need more bazaar layouts). git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1899 c06c8d41-db1a-0410-9941-cceddc491573
* Updated travel to allow it to use rock stairs.dshaligram2007-07-205-39/+139
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1898 c06c8d41-db1a-0410-9941-cceddc491573
* Added elf arrival vaults (Eino).dshaligram2007-07-1911-61/+243
| | | | | | | | | | | | | Tweaked dungeon builder so you always land on { on level 1 of a branch (using a map marker to identify which stair was a {). Maps with the "uniq" tag will be used only once in a game. Maps with a "uniq_foo" tag will be used only once, and will also prevent any other maps tagged "uniq_foo" from being used thereafter. Breaks saves. Oklob plants should not receive stab brands, fixed. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1897 c06c8d41-db1a-0410-9941-cceddc491573
* Minor fixes from dolorous [1756345, 1755657]haranp2007-07-193-11/+11
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1896 c06c8d41-db1a-0410-9941-cceddc491573
* New temple, oklob Lair entry and random vaults. (David)dshaligram2007-07-183-93/+279
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1895 c06c8d41-db1a-0410-9941-cceddc491573
* Fixed dummy Lair entry (Eino).dshaligram2007-07-181-2/+2
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1894 c06c8d41-db1a-0410-9941-cceddc491573
* [1754412] New rock stair behaviour: rock stairs take you to the nearest dshaligram2007-07-187-207/+291
| | | | | | point on the target level that is connected to at least one stone stair. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1893 c06c8d41-db1a-0410-9941-cceddc491573
* Mummy priests and greater mummies should be I_HIGH, not I_PLANT.dshaligram2007-07-171-2/+2
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1892 c06c8d41-db1a-0410-9941-cceddc491573
* Minor cleanups.haranp2007-07-173-127/+100
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1891 c06c8d41-db1a-0410-9941-cceddc491573
* Use "Something" instead of "It" as the noun for out-of-LOS monsters.dshaligram2007-07-171-2/+2
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1890 c06c8d41-db1a-0410-9941-cceddc491573
* Give healers one extra level of Invocations instead of one level in Shieldsdshaligram2007-07-172-11/+10
| | | | | | (ike). git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1889 c06c8d41-db1a-0410-9941-cceddc491573
* [1754323] Punctuation in bat ability message.haranp2007-07-171-1/+1
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1888 c06c8d41-db1a-0410-9941-cceddc491573
* [1732208] Removed some post-berserk messages.haranp2007-07-171-405/+142
| | | | | | | Made duration handling somewhat more consistent. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1887 c06c8d41-db1a-0410-9941-cceddc491573
* More vampire tweaks, mostly concerning fighting andj-p-e-g2007-07-175-22/+73
| | | | | | | feeding issues. Oh, and they're poison resistant now. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1886 c06c8d41-db1a-0410-9941-cceddc491573
* Added Drink Blood to conduct descriptions.dshaligram2007-07-172-5/+8
| | | | | | | Corona + Invisibility colour change should happen only for PCs that cannot see invisible. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1885 c06c8d41-db1a-0410-9941-cceddc491573
* Some more vampire tweaks, mostly concerning food.j-p-e-g2007-07-164-9/+70
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1884 c06c8d41-db1a-0410-9941-cceddc491573
* Handle missing ch_autopickup function correctly.dshaligram2007-07-161-1/+1
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1883 c06c8d41-db1a-0410-9941-cceddc491573
* pickup lua again, this time with Vampires includedj-p-e-g2007-07-162-5/+10
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1882 c06c8d41-db1a-0410-9941-cceddc491573
* Added a pickup lua that controls what will be picked upj-p-e-g2007-07-165-4/+178
| | | | | | | | | | | | in some more detail (a LOT more detail for potions). Where to add this for crawlrc? Also, while I appreciate being listed as author of trapwalk.lua, I'd rather not have my email address shown. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1881 c06c8d41-db1a-0410-9941-cceddc491573
* Oops, debug_set_xl was conditionalised by DEBUG_DIAGNOSTICS, not WIZARD, fixed.dshaligram2007-07-161-40/+40
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1880 c06c8d41-db1a-0410-9941-cceddc491573
* Applied Eino's hunter patch: sling-using hunters get sling bullets, merfolkdshaligram2007-07-161-34/+31
| | | | | | hunters start with javelins. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1879 c06c8d41-db1a-0410-9941-cceddc491573
* Removed CHANCE I used for testing, oops.dshaligram2007-07-151-1/+0
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1878 c06c8d41-db1a-0410-9941-cceddc491573
* &^X allows you to set experience level directly in wizmode.dshaligram2007-07-158-10/+58
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1877 c06c8d41-db1a-0410-9941-cceddc491573