summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/delay.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove some dedicated butchery conduct code.Eino Keskitalo2010-01-141-5/+0
* Rename transfor.{cc,h} to transform.{cc,h}.Adam Borowski2010-01-071-1/+1
* Replace uses of item_cursed with item_def::cursed.Vsevolod Kozlov2009-12-271-1/+1
* Replace long debug message calls with dprf(), except for cases where a dumb c...Adam Borowski2009-12-201-4/+2
* Stop shift-running at map boundary.Robert Vollmert2009-12-171-1/+2
* Fix equip funcs of artefact armour and jewelry being called with no show_msgs.Adam Borowski2009-12-141-1/+4
* Rename ENCH_NEUTRAL to ENCH_TEMP_PACIF since it's what it does.Adam Borowski2009-12-131-2/+2
* Remove unnecessary header-header includes.Robert Vollmert2009-11-271-0/+1
* reset_more_autoclear() -> set_more_autoclear()Matthew Cline2009-11-241-1/+1
* Rename tutorial_first_monster to tutorial_monster_seen.Robert Vollmert2009-11-231-1/+1
* Stop Deep Dwarf MP from regenerating with spirit shield.Jude Brown2009-11-221-1/+3
* Add formatting fixes.David Lawrence Ramsey2009-11-211-8/+9
* Move tutorial state out of Options.Robert Vollmert2009-11-161-4/+4
* Chei Fluff: * Ruininous Time -> Slouch * Better player titles Mechanics: * Po...Brendan Hickey2009-11-161-1/+0
* Rename can_sleep/put_to_sleep to can_hibernate/hibernate.Jude Brown2009-11-121-1/+1
* Rename monspeak/monplace/monstuff to mon-speak/place/stuff.Jude Brown2009-11-121-1/+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
* Remove option draw_it from viewwindow.Robert Vollmert2009-11-091-3/+3
* Add an is_holy() function to the actor interface.David Lawrence Ramsey2009-11-091-3/+3
* Replace mons_wont_attack with monsters::wont_attack.Vsevolod Kozlov2009-11-091-1/+1
* Split map knowledge and FPROPs.Robert Vollmert2009-11-081-1/+2
* Replace mons_neutral with monsters::neutral.Vsevolod Kozlov2009-11-071-1/+1
* Move checks for the berserk state into actor::berserk().David Lawrence Ramsey2009-11-061-3/+2
* Collect attitude changing code.Robert Vollmert2009-11-061-0/+1
* Rename is_valid_item to item_def::is_valid.Vsevolod Kozlov2009-11-061-6/+6
* Replace mons_is_paralysed with monsters::paralysed.Vsevolod Kozlov2009-11-051-1/+1
* Move *_res(ist)_magic to relevant classes, provide actor interface.Vsevolod Kozlov2009-11-051-1/+1
* Split up view.cc.Robert Vollmert2009-11-041-0/+1
* Split game_options from externs.h into options.h.Robert Vollmert2009-11-041-0/+1
* Bracers of archery: 5,3 slaying for ranged combat, -1,-1 for melee.Adam Borowski2009-11-031-0/+4
* Split up monstuff.ccMatthew Cline2009-11-011-1/+1
* Merge mons_holiness() into monster::holiness(), and add an is_unholy()David Lawrence Ramsey2009-10-311-31/+32
* Combine mons_is_submerged(monsters *m) into monsters::submerged()abrahamwl2009-10-311-1/+1
* Fix missing include.Robert Vollmert2009-10-311-0/+1
* Combine mons_is_sleeping(monsters *m) into monsters::asleep()abrahamwl2009-10-301-1/+1
* Splitting up stuff.cc.Robert Vollmert2009-10-301-0/+2
* Move autoexclude code from misc.cc to exclude.cc.Robert Vollmert2009-10-271-0/+1
* Convert some ints to monster_type.Robert Vollmert2009-10-271-3/+3
* Rename actor::visible to actor::observable.Robert Vollmert2009-10-221-1/+1
* Get rid of player_monster_visible.Robert Vollmert2009-10-221-1/+1
* versioning: remove SVN-specific revision data, add Git versioningSteven Noonan2009-10-181-1/+0
* Recite should not cause monsters to go berserk. (dpeg, Eronarn, due)Jude Brown2009-10-171-2/+0
* New option explore_delay, which lets you make the delay between auto-exploreMatthew Cline2009-10-131-0/+2
* Fix compilation.David Lawrence Ramsey2009-10-121-1/+1
* Put one butchery-related sanity check back in, just in case.David Lawrence Ramsey2009-10-121-1/+1
* Make gods that take corpse offerings do so without the butchery step,David Lawrence Ramsey2009-10-111-70/+16
* Add spelling fixes.David Lawrence Ramsey2009-10-081-1/+1
* Bugfix: repeating delayed commands (rest, eat, ...) crash [BR2873916]Adam Borowski2009-10-071-3/+0
* Drop obsolete CVS last-committed headers ($Author$).Adam Borowski2009-10-061-2/+0