summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/misc.cc
Commit message (Expand)AuthorAgeFilesLines
* Amulet of stasis, first cut.Darshan Shaligram2010-01-111-0/+9
* Reduce berserk hp scaling to 1.5.Darshan Shaligram2010-01-101-1/+1
* Make unknown potions of rage override clarity. Drugs > being focused > anger.Adam Borowski2010-01-071-2/+2
* Rename transfor.{cc,h} to transform.{cc,h}.Adam Borowski2010-01-071-1/+1
* Give move/copy_item_to_grid responsibility for hazardous terrainStefan O'Rear2009-12-291-17/+12
* Make clarity allow intentional berserk.Adam Borowski2009-12-291-2/+2
* Rename MF_CREATED_FRIENDLY to MF_NO_REWARD, since that's all it's used for th...Stefan O'Rear2009-12-281-1/+1
* Customisable clouds!Jude Brown2009-12-281-2/+3
* Add tides to the Shoals.Darshan Shaligram2009-12-271-0/+2
* Replace long debug message calls with dprf(), except for cases where a dumb c...Adam Borowski2009-12-201-8/+2
* Make clarity prevent berserk. Only Trog may override this, and even then,Adam Borowski2009-12-201-2/+2
* Don't make monsters fully encaged in glass increase the tension.Johanna Ploog2009-12-191-5/+23
* Rehide triggered shaft traps.Robert Vollmert2009-12-151-6/+0
* Revert "Allow worshippers of good gods to kill hostile-neutral beings."Adam Borowski2009-12-141-3/+3
* Allow worshippers of good gods to kill hostile-neutral beings.Adam Borowski2009-12-131-3/+3
* Properly use you.level_type_origin instead.Jude Brown2009-12-051-11/+4
* Add shaft milestone.Robert Vollmert2009-11-281-0/+6
* Remove header includes from mon-place.h.Robert Vollmert2009-11-271-0/+1
* Remove unnecessary header-header includes.Robert Vollmert2009-11-271-0/+1
* Only destroy shaft traps if they exist.Robert Vollmert2009-11-241-5/+10
* Tutorial: fix brands being explained for first monster.Robert Vollmert2009-11-231-2/+0
* Make monster-info pane work in arenaMatthew Cline2009-11-231-0/+2
* Remove some exclamation marks.Robert Vollmert2009-11-211-1/+1
* Move silenced(pos) to areas.cc.Robert Vollmert2009-11-211-0/+1
* Shaft trap behavior modified. They now are one-time use and pre-knowledge of ...Alex MacDonald2009-11-181-1/+5
* Flatten header dependencies a bit.Robert Vollmert2009-11-171-0/+2
* Move tutorial state out of Options.Robert Vollmert2009-11-161-3/+3
* Make some viewwindow show update requirements explicit, remove others.Robert Vollmert2009-11-161-1/+1
* Wrap view flashing in flash_view.Robert Vollmert2009-11-161-2/+1
* Split monster_pathfind out into mon-pathfind.cc.Robert Vollmert2009-11-161-0/+1
* Adjust slow and haste durationsCharles Otto2009-11-151-3/+11
* Don't penalise Xom amusement for Minotaurs leaving labyrinths.Jude Brown2009-11-151-5/+3
* Remove #include <conio.h> from all over the place. Convert COLORS to an enum.Adam Borowski2009-11-141-4/+0
* Fix blood spatter bloodifying water.Robert Vollmert2009-11-141-4/+8
* Ballistomycete behavior improvementsCharles Otto2009-11-131-0/+1
* Move most Royal Jelly code to dat/lair.desMatthew Cline2009-11-131-16/+0
* New door Lua marker propertiesMatthew Cline2009-11-121-0/+21
* Rename monspeak/monplace/monstuff to mon-speak/place/stuff.Jude Brown2009-11-121-2/+2
* Convert another 45 monster loops to monster_iterator.Robert Vollmert2009-11-111-7/+5
* misc.cc: Extra leave-dungeon prompt in tutorialMatthew Cline2009-11-101-0/+9
* Add conditional bloodifying function and use it in some places.Robert Vollmert2009-11-101-2/+10
* Remove redundant bleeding check.Robert Vollmert2009-11-101-2/+1
* Remove a few obsolete includes.Robert Vollmert2009-11-101-2/+0
* Split shouting and stealth code from view.cc.Robert Vollmert2009-11-101-0/+1
* CrawlHashTable: reduce RAM overheadMatthew Cline2009-11-101-8/+4
* Remove option draw_it from viewwindow.Robert Vollmert2009-11-091-5/+5
* Add an is_holy() function to the actor interface.David Lawrence Ramsey2009-11-091-1/+1
* Replace mons_is_pacified with monsters::pacified.Vsevolod Kozlov2009-11-091-1/+1
* Replace mons_wont_attack with monsters::wont_attack.Vsevolod Kozlov2009-11-091-2/+2
* Can't enter Hell from outside the dungeonMatthew Cline2009-11-091-0/+7