summaryrefslogtreecommitdiffstats
path: root/crawl-ref
Commit message (Expand)AuthorAgeFilesLines
* Xcode: enable SQLite in Xcode builds, fix preprocessor macrosSteven Noonan2009-10-021-18/+22
* Add spell messages for Airstrike, to avoid "INVALID BEAM" messages.David Lawrence Ramsey2009-10-011-0/+8
* tilesdl.cc: fix segfault caused by negative Y-valueSteven Noonan2009-10-011-1/+1
* Add minor cosmetic fixes.David Lawrence Ramsey2009-10-011-4/+5
* Replace extraneous tabs with spaces.David Lawrence Ramsey2009-10-014-22/+24
* food.cc, religion.cc: remove merge conflict markersSteven Noonan2009-10-012-8/+0
* Fix compilation (oops).David Lawrence Ramsey2009-10-012-0/+8
* Clean up the Kiku changes a bit.David Lawrence Ramsey2009-10-014-59/+73
* Applying Kiku patch by Alex MacDonald (timecircuits). Kiku now has an invocat...evktalo2009-10-0210-76/+303
* Fix debug build where OSX is not #defined.Darshan Shaligram2009-10-011-2/+1
* Version -> 0.6Darshan Shaligram2009-10-011-1/+1
* Update changelog.David Lawrence Ramsey2009-10-011-0/+1
* Allow spectral things to take stairs again, to make Death Channel moreDavid Lawrence Ramsey2009-10-013-7/+9
* Disallow zombification of (very) ugly things, as there's no easy way toDavid Lawrence Ramsey2009-10-011-2/+2
* Update credits (Mikko)Darshan Shaligram2009-10-011-25/+25
* Harden the PRNG for public servers.Mikko Juola2009-10-017-3/+315
* Reduce weight of large rocks, from 600 to 400.David Ploog2009-10-011-1/+1
* Disallow rotations for most bailey maps. (Zaba)David Ploog2009-10-011-3/+3
* Add minor cosmetic fixes.David Lawrence Ramsey2009-09-301-2/+2
* Add spacing fix.David Lawrence Ramsey2009-09-301-1/+1
* Add wording fix.David Lawrence Ramsey2009-09-301-1/+1
* Add minor cosmetic fixes.David Lawrence Ramsey2009-09-302-7/+10
* domake.sh: use a better check for BSD make vs GNU makeSteven Noonan2009-09-301-1/+3
* Added Sandblast to the list of Vehumet-boosted spells. Tweaked int spell_rang...evktalo2009-09-302-18/+11
* Clean up includes a bit.David Lawrence Ramsey2009-09-302-9/+7
* Merge branch 'master' of ssh://crawl-ref.git.sourceforge.net/gitroot/crawl-re...David Lawrence Ramsey2009-09-305-5/+18
|\
| * Generalize the check for Vehumet supported spells. Add Shatter and Lee's Rapi...evktalo2009-09-305-5/+18
* | Clean up fungal_bloom()'s zombie decay/ghoul-type monster destructionDavid Lawrence Ramsey2009-09-301-14/+6
|/
* Add wording fix.David Lawrence Ramsey2009-09-301-1/+1
* Ignore UNIX makefile dependencies file (mafefile.dep) and Emacs/vimMatthew Cline2009-09-301-0/+3
* Merge branch 'master' of ssh://crawl-ref.git.sourceforge.net/gitroot/crawl-re...evktalo2009-09-3010-10/+52
|\
| * Revert "util/*/Makefile: allow compiler selection on command-line"Steven Noonan2009-09-302-2/+2
| * Revert "makefiles: set CXX variable only if not overridden on command-line"Steven Noonan2009-09-303-3/+3
| * files.cc, newgame.cc: support savegame paths with spaces in themSteven Noonan2009-09-302-5/+13
| * Xcode: add AppHdr.h to project for easy accessSteven Noonan2009-09-301-0/+2
| * libutil.cc: add escape_path_spaces()Steven Noonan2009-09-302-0/+32
* | Vehumet modifications. Remove the warding effect, replace it with extended ra...Charles Otto2009-09-306-20/+34
|/
* Lua updated to v5.1.4Steven Noonan2009-09-2964-655/+1077
* Mac OS X: use SQLite on Mac OS X buildsSteven Noonan2009-09-292-4/+243
* util/sqlite: update from v3.3.16 to v3.6.18Steven Noonan2009-09-292-30857/+78647
* AppHdr.h: fix "already defined" macro warnings on OSX and FREEBSDSteven Noonan2009-09-291-0/+4
* Xcode: rename non-USE_TILE app bundleSteven Noonan2009-09-291-12/+12
* Fix makefile.obj reference to 'Kills.o'Steven Noonan2009-09-291-1/+1
* Fix projects referencing 'Kills.cc' to reference 'kills.cc'Steven Noonan2009-09-293-8/+8
* Move 'FixAry.h' -> 'fixary.h', 'FixVec.h' -> 'fixvec.h' for file naming consi...Steven Noonan2009-09-2914-17/+17
* move 'Kills.h' -> 'kills.h', 'Kills.cc' -> 'kills.cc' for file naming consist...Steven Noonan2009-09-2923-28/+28
* Merge branch 'master' of ssh://crawl-ref.git.sourceforge.net/gitroot/crawl-re...David Lawrence Ramsey2009-09-291-0/+6
|\
| * gitignore: ignore folders and symlinks created by dolinks.shSteven Noonan2009-09-291-0/+5
| * gitignore: add dat/tiles/gui.png to ignore listSteven Noonan2009-09-291-0/+1
* | Since miasma is no longer tied to negative energy, death drakesDavid Lawrence Ramsey2009-09-292-2/+2
|/