summaryrefslogtreecommitdiffstats
path: root/crawl-ref
Commit message (Expand)AuthorAgeFilesLines
* 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
* Various cleanups and goto elimination.haranp2007-06-277-294/+254
* Herd can now summon herds (i.e., identical-type monsters.)haranp2007-06-271-4/+9
* Weapon-swap (') now respects !w (1744049).haranp2007-06-271-2/+5
* Applied patch 1742546: Xom shouldn't polymorph demons.haranp2007-06-271-15/+18
* The dungeon builder now caches compiled Lua chunks instead of Lua source in thedshaligram2007-06-279-31/+122
* Summon Animal ('The Herd') and Summon Any ('summoning') implemented.haranp2007-06-263-25/+94
* Followers are now placed on the transit list so that crashes or saves betweendshaligram2007-06-2610-36/+36
* Fixed map preludes being run out-of-order.dshaligram2007-06-261-2/+2
* Added support for a validation hook for maps to check if they're A-Ok.dshaligram2007-06-2620-93/+283
* Ghouls, necrophages and rotting hulks can drown in water.dshaligram2007-06-261-2/+5
* [1743293] Fixed merfolk not getting free travel through water.dshaligram2007-06-261-2/+3
* Removed support for 4.0/0.1.x logfiles.dshaligram2007-06-252-170/+11
* Refixed stubbed SP_ELF (Haran).dshaligram2007-06-253-2/+6