summaryrefslogtreecommitdiffstats
path: root/crawl-ref
Commit message (Expand)AuthorAgeFilesLines
* Allow disc of storms to place rain clouds.Jude Brown2009-10-111-0/+9
* Convert LOS algorithm to use coord_def instead of separate x,y.Robert Vollmert2009-10-113-52/+33
* kill some DEBUG/WIZARD compiler warnings about unused functionsSteven Noonan2009-10-103-1/+6
* player.cc: fix call to body_weight()Steven Noonan2009-10-101-1/+1
* Merge branch 'master' of ssh://crawl-ref.git.sourceforge.net/gitroot/crawl-re...David Ploog2009-10-1163-1955/+1183
|\
| * project-wide: implement use of platform.h detection macrosSteven Noonan2009-10-1045-110/+120
| * platform.h: created to allow for much better platform detectionSteven Noonan2009-10-101-0/+288
| * Makefiles: unifying makefile.unix and makefile_tiles.unix, and cleaning upSteven Noonan2009-10-1012-1833/+649
| * Fix bug 2876251, monsters taking 2 turns to open a door.Charles Otto2009-10-111-6/+0
| * Patch 2873911 by Jude: add rain cloudsCharles Otto2009-10-109-6/+126
* | New carrying capacity formula; Strength worth more.David Ploog2009-10-111-1/+4
* | Update Credits.David Ploog2009-10-111-25/+26
|/
* New Crypt:5 map (Neil Middleton).David Ploog2009-10-111-1/+157
* Show racial AC on the mutations/innates screen.Adam Borowski2009-10-111-0/+17
* Further cleanup by converting to bit_array.Robert Vollmert2009-10-101-68/+33
* Implement bit array class.Robert Vollmert2009-10-103-0/+112
* Cleanup of raycasting code.Robert Vollmert2009-10-101-75/+63
* A new Ice Cave map by Zaba.evktalo2009-10-101-5/+78
* Add more xcode files to .gitignore.Robert Vollmert2009-10-101-0/+1
* Declare ray_def::footprint const.Robert Vollmert2009-10-102-2/+2
* Revert "A new Ice Cave map by Zaba." (Whitespace mess-up).evktalo2009-10-101-926/+853
* A new Ice Cave map by Zaba.evktalo2009-10-101-853/+926
* Merge branch 'master' of ssh://crawl-ref.git.sourceforge.net/gitroot/crawl-re...evktalo2009-10-102-13/+31
|\
| * Fix bug in ray_def::footprint.Robert Vollmert2009-10-101-4/+6
| * More comments and formatting.Robert Vollmert2009-10-101-9/+25
* | Up their experience modifier (10->12) too.evktalo2009-10-101-3/+3
* | Up the damage of beetles.evktalo2009-10-101-3/+3
|/
* crash-u.cc: don't compile _crash_signal_handler if USE_UNIX_SIGNALS isn't def...Steven Noonan2009-10-101-0/+2
* libunix.h: declare itoa and stricmp as extern "C", itoa returns char*Steven Noonan2009-10-102-5/+5
* gitignore: ignore MinGW and Cygwin binary outputsSteven Noonan2009-10-101-0/+1
* headers: remove 'AppHdr.h' include from .h filesSteven Noonan2009-10-1010-12/+0
* Merge branch 'master' of ssh://crawl-ref.git.sourceforge.net/gitroot/crawl-re...David Lawrence Ramsey2009-10-103-55/+57
|\
| * Comment.Robert Vollmert2009-10-101-0/+2
| * Remove unused return value from _register_ray.Robert Vollmert2009-10-101-5/+2
| * Formatting.Robert Vollmert2009-10-101-19/+19
| * Move shoot_ray into ray_def.Robert Vollmert2009-10-103-32/+35
* | Add minor cosmetic fixes.David Lawrence Ramsey2009-10-101-12/+12
|/
* Revert "Revert xcodeproj to before my changes and add the missing source file...Robert Vollmert2009-10-101-42/+46
* Remove duplicate cxxabi.h includes.Robert Vollmert2009-10-101-1/+0
* Revert xcodeproj to before my changes and add the missing source files cleanly.Robert Vollmert2009-10-101-46/+42
* Include "externs.h" instead of <externs.h> in AppHdr.h.Robert Vollmert2009-10-101-1/+1
* Improve conditional #includes in crash-u.cc.Robert Vollmert2009-10-101-2/+8
* Language.Robert Vollmert2009-10-101-1/+1
* Tweak Troves (per BR2874711): Generate from D:14 instead of D:7, tweak durati...Jude Brown2009-10-101-3/+3
* Update changelog.David Lawrence Ramsey2009-10-091-1/+2
* Reorder Zin's dislikes a bit.David Lawrence Ramsey2009-10-091-1/+1
* Simplify further.David Lawrence Ramsey2009-10-091-9/+9
* Xcode: add missing GCC_VERSION_*, MACOSX_DEPLOYMENT_TARGET_*, SDKROOT_* varia...Steven Noonan2009-10-091-0/+36
* Remove a lot of unneccessary includes.Robert Vollmert2009-10-0967-140/+0
* More xcodeproj modifications, now both targets compile successfully.Robert Vollmert2009-10-091-44/+22