summaryrefslogtreecommitdiffstats
path: root/crawl-ref
Commit message (Expand)AuthorAgeFilesLines
* Language.Robert Vollmert2009-10-181-1/+1
* Simplify mons_near, using see_cell.Robert Vollmert2009-10-181-10/+1
* makefile: Automatically optimize for your machineMatthew Cline2009-10-172-3/+72
* Keep krakens from submerging unless you're away from water.Adam Borowski2009-10-181-0/+13
* Make a stray debug message show in debug builds only.Adam Borowski2009-10-171-0/+2
* Show unknown stairs as unknown.Adam Borowski2009-10-171-1/+1
* Fixing one more tiles off-by-one issue.Enne Walker2009-10-171-2/+2
* Fixing off-by-one issues in the tiles build due to the off-by-one fix to craw...Enne Walker2009-10-173-25/+22
* contribs: fix contrib commit referencesSteven Noonan2009-10-173-0/+0
* Replace monster_los by calls to losight.Robert Vollmert2009-10-179-495/+46
* Revert accidental change to default LOS radius.Robert Vollmert2009-10-171-1/+1
* makefile: add option for static linkingSteven Noonan2009-10-171-0/+4
* Make default LOS configurable.Robert Vollmert2009-10-1714-29/+36
* Clean up LOS precalculation settings.Robert Vollmert2009-10-175-15/+23
* Remove chain-lightning specific LOS test from beam.cc.Robert Vollmert2009-10-174-26/+10
* rltiles: use the system SDL, SDL_image, etc when compiling/linkingSteven Noonan2009-10-171-2/+2
* makefile: don't use the system's sdl-config on a cross-compileSteven Noonan2009-10-171-0/+2
* SDL: pay attention to CONFIGURE_FLAGSSteven Noonan2009-10-171-1/+1
* makefile: export CONFIGURE_FLAGS variableSteven Noonan2009-10-171-0/+1
* contrib/Makefile: pay attention to CONFIGURE_FLAGS variableSteven Noonan2009-10-171-3/+3
* makefile: add -Wno-uninitialized on < GCC 4.0Steven Noonan2009-10-171-1/+2
* lua, pcre, sqlite: inherit top-level Makefile's RANLIB settingSteven Noonan2009-10-173-0/+0
* makefile: basic cross-compilation supportSteven Noonan2009-10-171-0/+13
* tilepick.cc: fix compile error caused by misspellingSteven Noonan2009-10-171-2/+2
* Remove food cost from Zin's recite, as it doesn't involve magic or anyAdam Borowski2009-10-171-1/+1
* Recite should not cause monsters to go berserk. (dpeg, Eronarn, due)Jude Brown2009-10-171-2/+0
* Merge branch 'master' of ssh://zelgadis@crawl-ref.git.sourceforge.net/gitroot...Matthew Cline2009-10-1749-1122/+992
|\
| * Simplify unknown stair emphasis.Robert Vollmert2009-10-171-20/+9
| * Unify check for unknown staircases in is_unknown_staircase.Robert Vollmert2009-10-177-26/+24
| * Simplification.Robert Vollmert2009-10-171-27/+18
| * More renaming and reorganization of feature checks.Robert Vollmert2009-10-1719-199/+202
| * Naming consistency.Robert Vollmert2009-10-1746-484/+484
| * INSTALL.txt: more correctionsSteven Noonan2009-10-161-22/+8
| * INSTALL.txt: updated to reflect current build systemSteven Noonan2009-10-162-396/+299
* | Makefile: get rid of some 'make clean' errorsMatthew Cline2009-10-171-8/+8
|/
* SDL: fix repository reference and SDL_config.h failuresSteven Noonan2009-10-161-0/+0
* zlib: fix build to use 'AR' variable correctlySteven Noonan2009-10-161-0/+0
* makefile: cleaning up, improving readibility and speedSteven Noonan2009-10-163-122/+84
* Comment fixes.David Lawrence Ramsey2009-10-161-21/+22
* Add minor cosmetic fixes.David Lawrence Ramsey2009-10-165-31/+28
* Globally replace see_grid by see_cell.Robert Vollmert2009-10-1743-194/+194
* Rewrite cell_see_cell using exists_ray.Robert Vollmert2009-10-163-9/+21
* Remove duplicated version of _move_stairs.Robert Vollmert2009-10-163-118/+9
* Some find_ray related cleanup.Robert Vollmert2009-10-165-30/+56
* Fix bug [2874791], Merfolk stat change issuesCharles Otto2009-10-164-27/+53
* Let Feawn's rain ability place deep water again (oops).Charles Otto2009-10-161-10/+10
* rltiles: fix MinGW buildSteven Noonan2009-10-163-3/+6
* Generalize find_ray to accept opacity_func and bounds_func parameters.Robert Vollmert2009-10-163-61/+56
* Get rid of los_param outside of los.cc/losparam.cc.Robert Vollmert2009-10-168-197/+82
* On the way to a simplified losight interface.Robert Vollmert2009-10-164-2/+65