summaryrefslogtreecommitdiffstats
path: root/crawl-ref
Commit message (Expand)AuthorAgeFilesLines
* Add a tile for Nikola (purge).Jude Brown2009-12-223-1/+2
* Fix a crash with pickup of items with subtype=21 mysteriously failing.Adam Borowski2009-12-211-1/+1
* contribs: ignore more junk filesSteven Noonan2009-12-212-0/+0
* contribs: correct some minor build issues, ignore junk filesSteven Noonan2009-12-213-0/+0
* Add a turtleshaped altar tile for Cheibriados. Can still be improved.Johanna Ploog2009-12-202-1/+1
* Only inform wizmode players about lack of ghosts if they want to load one.Johanna Ploog2009-12-201-2/+2
* Give shields of reflection the same price modifier as robes of resistance.Johanna Ploog2009-12-201-0/+1
* Replace long debug message calls with dprf(), except for cases where a dumb c...Adam Borowski2009-12-2033-297/+90
* dprf(...), does same as mprf(MSGCH_DIAGNOSTICS, ...) in debug builds, nothing...Adam Borowski2009-12-202-0/+17
* Make clarity prevent berserk. Only Trog may override this, and even then,Adam Borowski2009-12-205-8/+30
* Redo hud weapon display formatting.Robert Vollmert2009-12-201-21/+19
* A vault with archer/warrior/wizard statues.Adam Borowski2009-12-201-0/+35
* Fix mummies being unable to use vampiric weapons (in line with the FRAdam Borowski2009-12-202-2/+2
* Slouch shouldn't damage those who can't move.Adam Borowski2009-12-201-1/+1
* A giant one-space typo.Adam Borowski2009-12-201-1/+1
* Sticky flame negates invisibility (myuzinn)Stefan O'Rear2009-12-192-2/+3
* Add reaping brand tile by rsaarelm, thanks!Johanna Ploog2009-12-195-1/+12
* Ah, what the heck! Fainting is funny even if there are no monsters around.Johanna Ploog2009-12-191-2/+2
* Raise minimum xp level for Xom's animated weapon event.Johanna Ploog2009-12-191-2/+14
* Xom thinks it's funny if you faint from hunger while tension is > 0.Johanna Ploog2009-12-191-0/+2
* Only check the monster paths for monsters within los.Johanna Ploog2009-12-191-3/+3
* Don't make monsters fully encaged in glass increase the tension.Johanna Ploog2009-12-193-5/+27
* Add purge's tile for the wielded demon blade. Thanks!Johanna Ploog2009-12-193-1/+2
* Fix Xom acts also being suppressed for the &X command.Johanna Ploog2009-12-191-2/+2
* Implement Summon Butterflies as a monster spell.Jude Brown2009-12-191-0/+14
* Add a tile for Khufu (purge).Jude Brown2009-12-193-1/+2
* Make KMASK: c = no_wall_fixup work. (nrook)Jude Brown2009-12-192-1/+3
* Extend lua feat library for feat_is_door.Jude Brown2009-12-191-0/+2
* Allow vaults to specify door tiles sets.Jude Brown2009-12-194-8/+87
* Add feat_is_door.Jude Brown2009-12-192-0/+7
* Fix Xom still banishing at early xp levels when bored.Johanna Ploog2009-12-181-4/+3
* Sometimes suppress good Xom events at 0 tension, bad acts at tension > 0.Johanna Ploog2009-12-183-29/+63
* Under Xom's penance, don't limit number of hostile demons summoned.Johanna Ploog2009-12-181-3/+6
* Skills unusable with your current god are less likely in manual acquirement.Johanna Ploog2009-12-181-4/+33
* Acquirement should never give Demigods manuals of Invocations.Johanna Ploog2009-12-181-1/+1
* Move Nessos a bit earlier.Robert Vollmert2009-12-181-1/+1
* When a kraken dies due to a tentacle being damaged, temp revive the tentacleAdam Borowski2009-12-181-0/+7
* A wizard command "x,", to bring a mon down to 1hp.Adam Borowski2009-12-185-0/+14
* Fix 2916323: move an ASSERT inside a DEBUG #ifdef.Johanna Ploog2009-12-171-1/+1
* Update spell hunger documentation.Robert Vollmert2009-12-171-1/+2
* Reduce siren and orc warlord noise to LOS radius.Robert Vollmert2009-12-171-2/+2
* Bring down random uselessness noise levels.Robert Vollmert2009-12-171-2/+2
* Reduce miscast loudness drastically.Robert Vollmert2009-12-171-12/+12
* Fix shopping list uninitialized asserts in 'crawl -test'.Robert Vollmert2009-12-171-2/+2
* Disallow apporting from the map boundary (shop inventories).Robert Vollmert2009-12-171-1/+2
* Don't draw anything but features on map boundary.Robert Vollmert2009-12-171-0/+6
* Stop shift-running at map boundary.Robert Vollmert2009-12-171-1/+2
* Allow beams to bounce on the map border.Robert Vollmert2009-12-171-4/+4
* Fix crash when targetting the map boundary.Robert Vollmert2009-12-171-3/+3
* Fix bad varargs handling.Robert Vollmert2009-12-174-8/+15