summaryrefslogtreecommitdiffstats
path: root/crawl-ref
Commit message (Expand)AuthorAgeFilesLines
* Get rid of player_monster_visible.Robert Vollmert2009-10-2222-79/+48
* Fold mon_can_see_monster and mons_monster_visible into monsters.Robert Vollmert2009-10-224-39/+6
* Move mons_player_visible into player::visible_to.Robert Vollmert2009-10-226-34/+16
* Remove mons_see_invis in favour of monsters::can_see_invisible.Robert Vollmert2009-10-224-19/+12
* Move player_see_invis into player class.Robert Vollmert2009-10-2215-49/+49
* Introduce actor::see_cell.Robert Vollmert2009-10-225-14/+19
* Simply visibility checks in fight.cc.Robert Vollmert2009-10-222-6/+5
* Convert exclusions to los_def.Robert Vollmert2009-10-222-10/+13
* Replace calls to losight() with the new class los_def.Robert Vollmert2009-10-221-9/+8
* Wrap losight() in class los_def together with env_show_grid.Robert Vollmert2009-10-222-1/+59
* Make Ponderousify available from day 1. Announce newly available powers when...Adam Borowski2009-10-222-9/+16
* Make the Ruinous Time damage random (dpeg).Adam Borowski2009-10-221-1/+1
* Make quadratical damage for Ruinous Time linear, it can't be scaled to beAdam Borowski2009-10-221-1/+1
* Add spelling fix.David Lawrence Ramsey2009-10-221-1/+1
* Tweak wording of a few god messages.David Lawrence Ramsey2009-10-221-4/+4
* Xcode: don't rerun tilegen every time, add missing source filesSteven Noonan2009-10-221-7/+95
* player.cc: fix tiles builds (sighup_save issue)Steven Noonan2009-10-221-1/+1
* Make Chronos account for player's haste/slow/statue form.Adam Borowski2009-10-223-4/+5
* Fix another case of reversed speed.Adam Borowski2009-10-222-1/+6
* Fix Crawl pegging CPU when it sees HUP at the level-up stat gain prompt.Darshan Shaligram2009-10-221-0/+11
* Slap costs and fail chances on Chronos' abilities.Adam Borowski2009-10-222-15/+10
* ... and resting, too.Adam Borowski2009-10-221-0/+5
* Disallow autoexplore when starving.Adam Borowski2009-10-221-0/+5
* Retrieved names lost from CREDITS.Darshan Shaligram2009-10-222-27/+96
* columnise-credits should remove duplicate names.Darshan Shaligram2009-10-221-1/+2
* Swap transform_cancellable into transform_uncancellable, since that's the def...Adam Borowski2009-10-225-10/+10
* Observerable/observer-ish pattern for Lua markersMatthew Cline2009-10-228-279/+535
* Fix the Chronos speed reversal bug. It's now bad to be spriggan, good to be ...Adam Borowski2009-10-222-3/+4
* Prevent non-body armour from being made ponderous, it has no effect.Adam Borowski2009-10-224-7/+14
* Make the out of time flash lightblue, cyan is taken.Adam Borowski2009-10-221-2/+3
* Clean up some unused #includesAdam Borowski2009-10-225-5/+0
* ... and from abl-show.cc into godabil.ccAdam Borowski2009-10-223-92/+98
* Yank some god invocations from religion.cc into godabil.ccAdam Borowski2009-10-2217-490/+544
* youdie test comment.Robert Vollmert2009-10-221-0/+3
* Updated levdes.vim for KPROP. NO_RTELE_INTO property.Jude Brown2009-10-225-3/+9
* Bypass player death in test mode.Robert Vollmert2009-10-221-2/+2
* Set job and species in test.Robert Vollmert2009-10-221-0/+4
* Player death test test.Robert Vollmert2009-10-222-0/+7
* debug.cc: when doing 'crawl -test', don't redirect stderr to a fileSteven Noonan2009-10-221-1/+1
* makefile: redirect stdout to /dev/null during 'make test'Steven Noonan2009-10-221-1/+1
* makefile: fix MacPorts-based tiles buildSteven Noonan2009-10-221-1/+3
* Allow shallow troves again, duration depends on depth.David Ploog2009-10-221-8/+19
* prebuilt yacc/lex: regenerate to fix NO_YACC buildsSteven Noonan2009-10-213-1530/+1581
* Some vaults for the new god of slowing.David Ploog2009-10-221-0/+48
* Allow vaults to place altars of Chronos.David Ploog2009-10-221-1/+1
* Update CREDITS.David Ploog2009-10-221-0/+1
* libw32c.cc: fix "format not a string literal" warningSteven Noonan2009-10-211-1/+1
* religion.cc: fix broken compile-time check caused by conduct absent from listSteven Noonan2009-10-211-1/+2
* makefile: make test into phony target, fix path to $(GAME)Steven Noonan2009-10-211-2/+2
* makefile: don't make test target depend on 'profile'Steven Noonan2009-10-211-2/+2