summaryrefslogtreecommitdiffstats
path: root/crawl-ref
Commit message (Expand)AuthorAgeFilesLines
* Experimental monster weapon swapping implementation. Allow monsters to usedshaligram2007-07-0219-344/+787
* Drop and pickup menus now support Ctrl-F to select all items matching a regex.haranp2007-07-023-2/+39
* Spellcasting, Evocations and Invocations are now displayed modified in theharanp2007-07-021-1/+15
* 1622385: there is now a Confirm keymap context for yesno() andharanp2007-07-023-7/+17
* 1616158: Easy-butcher sequence if you are wearing gloves and can butcherharanp2007-07-022-16/+41
* [1746212] Fixed paralysed monsters being able to follow the player acrossdshaligram2007-07-021-4/+5
* Ghosts/demons should have dig in slot 5 (misc2), not slot 4 (misc1.)haranp2007-07-012-4/+8
* 1731074: item prices should be shown on leaving the dungeon.haranp2007-07-011-1/+1
* 1736793: slightly better teleport messages.haranp2007-07-011-7/+17
* Tutorial condolences message shouldn't display if you escape theharanp2007-07-012-7/+6
* Moved hellmouths back to hells.des after discussions with David.dshaligram2007-07-016-112/+134
* Added NSUBST.dshaligram2007-07-019-25/+256
* [1745789] Fixed shield blocking happening without shield (Eino).dshaligram2007-07-012-2/+2
* Level updates collated by David.dshaligram2007-07-0131-8008/+7354
* Branch end stair fixup should not be applied to the Vestibule.dshaligram2007-06-301-1/+2
* Fixed a couple of infinite loops.dshaligram2007-06-301-2/+2
* [1742338] Fixed Hell portals not being revealed correctly when the horn isdshaligram2007-06-3028-155/+693
* The tutorial now uses set_more() to display the ability-menu helpharanp2007-06-308-32/+52
* Implemented 1633998: summary line for large stacks, controlled by theharanp2007-06-306-59/+139
* Running now respects travel_delay.haranp2007-06-305-57/+53
* Removed hill dwarves.haranp2007-06-305-90/+23
* Fix for 1735848: animate dead now skips over corpses which can't beharanp2007-06-291-16/+18
* Fix for 1745414, glamour was giving bad messages 1 time in 4.haranp2007-06-291-1/+1
* Added a spell inspection screen, bound to 'I'.haranp2007-06-294-10/+36
* Implemented 1715578: pressing '!' in the Z? screen toggles betweenharanp2007-06-295-63/+134
* Fix off-by-one bug in Abyssal altar generation (dolorous.)haranp2007-06-291-1/+1
* Steam clouds now do damage proportional to their density (experimental).dshaligram2007-06-294-4/+35
* [1745278] Added missing period at end of confusing touch message.dshaligram2007-06-291-1/+2
* Adjust dragon armour properties back towards 4.0 (they were using 4.1.2 propsdshaligram2007-06-292-10/+10
* Clarify descriptions of the ORIENT and DEPTH settings for maps.dshaligram2007-06-291-6/+15
* Moved the list of required .des files into loadmaps.lua.dshaligram2007-06-294-8/+34
* Missiles inscribed {poison} shouldn't be poisonous (probably in 0.2.x as well.)haranp2007-06-284-6/+8
* Implemented 1744937: RC + appropriate launcher skill determines theharanp2007-06-281-3/+41
* Fixup of gunofdis patch for returning weapons [1744612]:haranp2007-06-288-12/+71
* Push item weights to the right of the inventory menu.dshaligram2007-06-281-1/+4
* Croak if SUBST: argument is malformed.dshaligram2007-06-281-2/+7
* Added a rock stair down in the 004_mini_maze entry for players who can't finddshaligram2007-06-282-3/+4
* Add note for stair emphasis colour in feature option help.dshaligram2007-06-281-1/+6
* Applied Zooko's Xom piety patch.dshaligram2007-06-281-3/+0
* Colour unvisited stone stairs white (can be customised with the feature option).dshaligram2007-06-288-22/+88
* Partial syntax highlighting for embedded Lua in .des files.dshaligram2007-06-281-1/+23
* Updated level-design.txt with a basic overview of the Lua possibilities.dshaligram2007-06-287-41/+433
* Implemented 1735752: wands are (fake-)inscribed with the number of timesharanp2007-06-277-38/+29
* Beams now get -2 to-hit for every smoke square they pass through.haranp2007-06-272-4/+6
* Monster arrows no longer get dropped on destroyer grids (1744345.)haranp2007-06-272-6/+7
* Added any_glyph_connected() and has_exit_from_glyph() Lua functions for leveldshaligram2007-06-275-15/+79
* Stop MinGW complaining about possibly uninitialised variables.dshaligram2007-06-271-1/+1
* Added the Portaled Projectile spell, following 1686312.haranp2007-06-2714-39/+91
* Added glyphs_connected and friends for maps to test connectedness of pointsdshaligram2007-06-2721-146/+462
* Refix code cleanup (oops.)haranp2007-06-271-7/+7