summaryrefslogtreecommitdiffstats
path: root/crawl-ref
Commit message (Expand)AuthorAgeFilesLines
* makefile: try to use full gcc compiler name when possibleSteven Noonan2009-10-191-5/+22
* makefile: fix doublequote escaping for compflag.hSteven Noonan2009-10-191-5/+5
* Add minor cosmetic fixes.David Lawrence Ramsey2009-10-191-5/+3
* directn.cc: Fix arena crash on examine monsterMatthew Cline2009-10-191-1/+2
* fight.cc: Fix undrandart/unarmed crashMatthew Cline2009-10-191-1/+1
* New arena option "respawn"Matthew Cline2009-10-192-0/+64
* monstuff.cc: friendly arena jellies can eatMatthew Cline2009-10-191-1/+1
* Kraken tentacles shouldn't zerk.Adam Borowski2009-10-191-1/+1
* Mark krakens as "BLACK" so they are listed same as other random colours.Adam Borowski2009-10-191-2/+2
* Move cell_see_cell from dgn_lib to los_lib.Robert Vollmert2009-10-193-11/+10
* Simplify.Robert Vollmert2009-10-191-1/+1
* Naming monsters via MONS: rat name:Yves (Jude & Vsevolod).David Ploog2009-10-196-3/+37
* More iron statues near Dispater. (Neil Middleton)David Ploog2009-10-191-4/+4
* makefile: correct dependencies to always generate build.h and compflag.hSteven Noonan2009-10-181-1/+1
* version.cc: add OS version to the compilation_info() printoutSteven Noonan2009-10-182-3/+15
* gen_ver.pl: add OS version to the list of definesSteven Noonan2009-10-181-0/+3
* gen_ver.pl: use 'uname -s' instead of 'uname -o'Steven Noonan2009-10-181-1/+1
* makefile: remove 'compile-flags' target/dependencyMatthew Cline2009-10-181-1/+1
* arena.cc: Avoid divide-by-zero errorMatthew Cline2009-10-181-0/+8
* Merge branch 'master' of ssh://zelgadis@crawl-ref.git.sourceforge.net/gitroot...Matthew Cline2009-10-184-58/+18
|\
| * makefile: don't use intermediate .compflag.h fileSteven Noonan2009-10-182-26/+15
| * gen_ver.pl: don't bother with MD5 checkingSteven Noonan2009-10-181-31/+2
| * gcc-opt.pl: use gcc-opt-x86.pl for x86_64 as wellSteven Noonan2009-10-181-1/+1
* | makefile: EXTERNAL_FLAGS_L and EXTERNAL_FLAGSMatthew Cline2009-10-181-2/+2
|/
* Add compilation information to Version namespaceMatthew Cline2009-10-188-6/+206
* Generate shields of reflection randomly.Eino Keskitalo2009-10-181-0/+1
* Updating prebuilt levcomp files.Enne Walker2009-10-183-26/+77
* Lua map improvements.Enne Walker2009-10-1810-418/+614
* Generate launchers of penetration and shadow randomly.Eino Keskitalo2009-10-181-4/+8
* Remove the build.h generation from dolinks.sh, as it's generat4ed by theDavid Lawrence Ramsey2009-10-181-2/+0
* And generate source/build.h unconditionally, in case there have been newDavid Lawrence Ramsey2009-10-181-5/+1
* Make dolinks.sh generate source/build.h before generating source links,David Lawrence Ramsey2009-10-181-0/+6
* Changelog update.David Lawrence Ramsey2009-10-181-0/+2
* Properly print the version number as a string in all cases.David Lawrence Ramsey2009-10-181-3/+3
* versioning: remove SVN-specific revision data, add Git versioningSteven Noonan2009-10-18113-203/+149
* remove unnecessary "version.h" includes, AppHdr.h does it alreadySteven Noonan2009-10-1810-10/+0
* gen_ver.pl: add build.h generator scriptSteven Noonan2009-10-183-0/+167
* Don't cap spell power for failure rate calculations.Robert Vollmert2009-10-182-4/+6
* Assert that find_ray isn't called with bad bounds_func.Robert Vollmert2009-10-181-0/+2
* Ensure precalculations are done before find_ray is called.Robert Vollmert2009-10-181-0/+3
* Limit alarm traps to 1-3 charges.Adam Borowski2009-10-181-1/+12
* Add a call to reset the dungeon level before placing maps in los_maps test.Darshan Shaligram2009-10-182-1/+4
* Fix see_cell for tighter ENV_SHOW_OFFSET.Robert Vollmert2009-10-181-3/+3
* Fix off-by-one and remove magic numbers.Robert Vollmert2009-10-181-13/+16
* Be more explicit about why los_maps test fails.Robert Vollmert2009-10-181-8/+16
* Remove obsolete copy of footprint().Robert Vollmert2009-10-182-23/+0
* [2881182] Fix being unable to place flying monsters over lava in maps (due).Darshan Shaligram2009-10-181-26/+14
* Add test for monster placement.Darshan Shaligram2009-10-188-71/+112
* gcc-opt-x86.pl: add Core 2 and AtomSteven Noonan2009-10-181-5/+23
* gcc-gte.pl: use 1/0 instead of Yes/NoSteven Noonan2009-10-182-9/+8