summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* msvc: fix projects to compile Crawl properlySteven Noonan2009-10-1212-1039/+1899
* project-wide: fix msvc compile breakageSteven Noonan2009-10-1211-18/+44
* Merge branch 'master' of ssh://crawl-ref.git.sourceforge.net/gitroot/crawl-re...David Lawrence Ramsey2009-10-122-5/+12
|\
| * * Giant spores exploding in the arena should never be attributed toMatthew Cline2009-10-121-4/+10
| * * Add -DDEBUG to DEFINES when DEBUG is set.Matthew Cline2009-10-121-1/+2
* | Simplify.David Lawrence Ramsey2009-10-121-4/+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
* Comment fixes.David Lawrence Ramsey2009-10-122-3/+3
* pcre: implement QUIET_CC, etc. for more pretty buildSteven Noonan2009-10-121-5/+13
* pcre: use global CFLAGS when compilingSteven Noonan2009-10-121-1/+1
* makefile: move WIN32TILES and WIN32CONSOLE macros to local listSteven Noonan2009-10-121-2/+2
* makefile: disable architecture-specific optimizationsSteven Noonan2009-10-121-1/+3
* makefiles: set up global vs. local cflags, optimize sqlite buildSteven Noonan2009-10-123-33/+59
* xom.cc: fix 'format string not string literal' warningSteven Noonan2009-10-121-1/+1
* makefile: kill annoying 'Wuninitialized not supported without -O' warningSteven Noonan2009-10-121-0/+2
* makefile: don't rebuild the makefile.dep with clean or distclean targetsSteven Noonan2009-10-121-0/+4
* makefile: fix build on Mac OS X when APPLE_GCC=nSteven Noonan2009-10-121-3/+5
* makefiles: add APPLE_GCC option, to enable or disable use of Apple's GCCSteven Noonan2009-10-123-63/+41
* Xcode: add 'settings' directory to ResourcesSteven Noonan2009-10-121-5/+11
* makefile: fix distclean targetSteven Noonan2009-10-121-2/+1
* Xcode: set minimum OS versions by architectureSteven Noonan2009-10-122-4/+15
* Fix complete LOS failure.Robert Vollmert2009-10-121-0/+1
* Fix non-debug compilation, broken by recent Xom changes.Adam Borowski2009-10-121-2/+0
* Fix debug compile.Robert Vollmert2009-10-121-1/+1
* Fix infinite recursion when Sif attempts to gift high level fixed-level randa...Charles Otto2009-10-122-4/+2
* Since corpse sacrifices for Trog no longer require butchery, letDavid Lawrence Ramsey2009-10-111-9/+19
* Add spacing fixes.David Lawrence Ramsey2009-10-111-12/+11
* Apply jpeg's patches in [2876380] (automate Xom testing) and [2876688]David Lawrence Ramsey2009-10-118-191/+1006
* Revert the prayer duration change for gods who like freshDavid Lawrence Ramsey2009-10-111-8/+2
* Add prayer duration fixes for gods who accept fresh corpses or butchery.David Lawrence Ramsey2009-10-111-10/+15
* Make gods that take corpse offerings do so without the butchery step,David Lawrence Ramsey2009-10-1110-203/+201
* Try to autodetect whether Unicode support is available.Adam Borowski2009-10-111-0/+5
* Remove makefile.unix again.Robert Vollmert2009-10-111-325/+0
* Further cleanup of los.cc.Robert Vollmert2009-10-112-95/+105
* Make advance direction and quadrants explicit as enums.Robert Vollmert2009-10-113-59/+72
* More ray_def simplification.Robert Vollmert2009-10-113-33/+345
* Properly indicate the source of Kiku's torment.David Lawrence Ramsey2009-10-114-13/+20
* Xcode: enable support for 32/64-bit universal buildsSteven Noonan2009-10-111-6/+5
* Icon for the "guardian spirit" amulet type.Adam Borowski2009-10-112-0/+1
* Some more ray_def cleanup.Robert Vollmert2009-10-112-21/+18
* Simplify quadrant mirroring in ray_def::raw_advance.Robert Vollmert2009-10-111-8/+8
* Use floor() instead of static_cast<int> for rounding.Robert Vollmert2009-10-112-8/+28
* Move _find_next_intercept into ray_def.Robert Vollmert2009-10-113-86/+84
* Comments and formatting.Robert Vollmert2009-10-112-5/+11
* Mark amulet of rage as useless for mummies and ghouls.Adam Borowski2009-10-111-1/+3
* Add minor cosmetic fix.David Lawrence Ramsey2009-10-111-2/+0
* makefile: split EXTRA_FLAGS into two variables, with macros in DEFINESSteven Noonan2009-10-111-7/+7
* makefile: use the Mac OS X compatibility level on TILES as on non-TILES buildsSteven Noonan2009-10-111-10/+15
* makefiles: on Mac OS X, use the same frameworks the Xcode project usesSteven Noonan2009-10-112-10/+114