summaryrefslogtreecommitdiffstats
path: root/crawl-ref
Commit message (Expand)AuthorAgeFilesLines
* [1769972] Better handling of rogue markers.dshaligram2007-08-092-11/+28
* Oops, missed s/jewelry/jewellery/ when reverting other changes.dshaligram2007-08-091-1/+1
* Item class name is now "jewellery", not "jewelry" for consistency (David).dshaligram2007-08-097-14/+88
* [1770625] Allow generated monster names in &M.dshaligram2007-08-095-95/+73
* Fixed incorrect use of It vs Something in attack messages.dshaligram2007-08-092-9/+17
* [1768747] Altar prayer is no longer possible while levitating.dshaligram2007-08-072-10/+22
* [1767871] Monsters should not pick up runes.dshaligram2007-08-072-1/+11
* Added bounds check for berserk monsters looking for a target.dshaligram2007-08-072-33/+46
* Brothers-in-Arms set berserk dur = abjuration dur so the summon goes awaydshaligram2007-08-072-41/+50
* Whoops, stupid last-second editings!j-p-e-g2007-08-071-2/+7
* + Berserking monsters attack the nearest enemy.j-p-e-g2007-08-073-2/+78
* [1759803] Use more common set intersection character for shop entrances indshaligram2007-08-061-1/+1
* Fixed MinGW complaining about possibly uninitialised variables.dshaligram2007-08-051-1/+1
* Fixed crash resulting from trying to berserkj-p-e-g2007-08-051-2/+5
* Tutorial bug fix.j-p-e-g2007-08-052-1/+9
* Type-safety on mpr() and friends channel argument.haranp2007-08-048-35/+46
* Minor code review of the Beogh idol revenge and Trog/Ely destruction stuff.haranp2007-08-045-103/+84
* Tweaked piety gain for burning books (Trog ability).j-p-e-g2007-08-041-4/+11
* More varied messages upon DNGN_ORCISH_IDOL destruction,j-p-e-g2007-08-041-6/+33
* Finally added vampiric bite attack. Thanks to Jarmoj-p-e-g2007-08-048-118/+142
* Modified lair.des (dpeg)j-p-e-g2007-08-041-4/+5
* Lab entry diagnostic message was not conditionalised, fixed.dshaligram2007-08-042-699/+710
* [1767432] Fixed labyrinth with sealed exit.dshaligram2007-08-045-2/+7
* Part two of godly changes.j-p-e-g2007-08-0413-116/+250
* Fixed acquirement giving unwearable armour (Iaido).dshaligram2007-08-045-92/+113
* Fix typo in spell miscast message (dolorous, 1765835)haranp2007-08-041-1/+1
* First part of godly changes.j-p-e-g2007-08-037-68/+260
* Restrictions during bat form. Disallowed a number of actions.j-p-e-g2007-08-026-24/+39
* Beogh now punishes those who destroy orcish idols.j-p-e-g2007-08-023-5/+47
* Another case of unfound coord_def. Thanks, Darshan!j-p-e-g2007-08-021-1/+2
* Fixed older gccs croaking on anon object.dshaligram2007-08-021-2/+4
* [1756736] Fixed thrown items getting stuck in walls.dshaligram2007-08-014-16/+9
* [1758272] Use cancelable_get_line for inscriptions.dshaligram2007-08-011-3/+9
* Labyrinth entry points are now a guaranteed minimum distance away from thedshaligram2007-08-015-7/+108
* Remove -O3, which appears to cause issues on 64-bit compiles (Zaba).dshaligram2007-07-311-2/+2
* Added spears to fire order, & as an alias for X in autopickup option, removeddshaligram2007-07-305-33/+12
* Fixed feature timeout not working right for bazaars.dshaligram2007-07-304-9/+11
* Handle dungeon event listeners correctly when shifting terrain.dshaligram2007-07-293-1/+22
* &L can place encompass levels, and is more aggressive about overwritingdshaligram2007-07-297-40/+158
* Update canned level-compiler.dshaligram2007-07-293-864/+907
* Fixed two misnamed spells in descriptions [1761393]haranp2007-07-281-2/+2
* Explicit marker activation is only necessary when dgn_place_map is calleddshaligram2007-07-281-1/+1
* Added description for dgn_place_map().dshaligram2007-07-281-0/+7
* Added wizmode &L command to place a map on the current level by name. Thisdshaligram2007-07-2811-72/+272
* Reworked Bazaars as a special case of portal vaults. The level-type is nowdshaligram2007-07-2729-152/+362
* Full fix for unholy Windows crasher bug.dshaligram2007-07-271-1/+1
* Rearranged credits.dshaligram2007-07-271-51/+17
* Updated credits.dshaligram2007-07-271-0/+3
* Fixed player_AC so that Armour skill bonuses are not lost to integer math.dshaligram2007-07-271-54/+52
* Fixed maddeningly obscure crash on Windoze (Marc Thoben).dshaligram2007-07-271-5/+0