summaryrefslogtreecommitdiffstats
path: root/crawl-ref
Commit message (Expand)AuthorAgeFilesLines
* New option explore_delay, which lets you make the delay between auto-exploreMatthew Cline2009-10-138-6/+39
* Merge branch 'master' of ssh://crawl-ref.git.sourceforge.net/gitroot/crawl-re...David Lawrence Ramsey2009-10-133-24/+91
|\
| * Merge branch 'master' of ssh://zelgadis@crawl-ref.git.sourceforge.net/gitroot...Matthew Cline2009-10-131-0/+36
| |\
| | * A foresty entry vault.Adam Borowski2009-10-141-0/+36
| * | Append currently processed init filename and line number to the end of initMatthew Cline2009-10-132-24/+55
| |/
* | Rename Summon Wraiths to Haunt everywhere, for consistency, and adjustDavid Lawrence Ramsey2009-10-1319-77/+84
* | Remove Haunt from Xom's spell list, as it now requires an explicit, and,David Lawrence Ramsey2009-10-131-20/+25
* | Add minor cosmetic fixes.David Lawrence Ramsey2009-10-131-2/+1
|/
* Add test for find_ray.Robert Vollmert2009-10-141-0/+83
* Lua bindings for find_ray test.Robert Vollmert2009-10-145-20/+154
* Rename Summon Wraiths to Haunt, make it a targetted spell, necro only,Adam Borowski2009-10-148-33/+85
* Remove a 0.5.2 item from the 0.6 list plus one other tweak.Eino Keskitalo2009-10-131-2/+1
* Update docs/develop/release.txt with git commands. Reviewing by more experien...Eino Keskitalo2009-10-131-13/+15
* Fix bug in find_ray that made 'f' targetting pass through walls.Robert Vollmert2009-10-131-3/+2
* Tweak ability descriptions for Feawn, and update them for newDavid Lawrence Ramsey2009-10-131-17/+12
* Merge branch 'master' of ssh://crawl-ref.git.sourceforge.net/gitroot/crawl-re...David Lawrence Ramsey2009-10-131-163/+244
|\
| * Move imbalance calculation into separate function.Robert Vollmert2009-10-131-28/+34
| * Rewrite cellray comparison; parametrize precomputations.Robert Vollmert2009-10-131-44/+49
| * Improved detection of duplicate cellrays.Robert Vollmert2009-10-131-45/+83
| * More explanation and some renames.Robert Vollmert2009-10-131-56/+48
| * Introductory definitions and explanation.Robert Vollmert2009-10-131-6/+40
| * Convert LOS code to iterate through quadrants with iterator.Robert Vollmert2009-10-131-38/+44
* | Add minor cosmetic fixes.David Lawrence Ramsey2009-10-131-2/+2
|/
* luadgn.cc: disable dgn_dbg_test_explore in non-WIZARD buildsSteven Noonan2009-10-131-0/+2
* luadgn.cc: add 'dbg_test_explore' Lua bindingSteven Noonan2009-10-131-0/+7
* unit tests: fix crash when running unit tests under a tiles buildSteven Noonan2009-10-132-0/+9
* makefile: include DEFINES_L in CFLAGS_LSteven Noonan2009-10-131-1/+1
* acr.cc: suppress '--more--' prompt while running unit testsSteven Noonan2009-10-131-0/+1
* makefile: move USE_ICC conditional to avoid CFWARN changesSteven Noonan2009-10-131-16/+12
* debug.h: add #ifdef for __MSL__ macroSteven Noonan2009-10-131-0/+2
* platform detection: clean up abuse of '_MSC_VER' macroSteven Noonan2009-10-1313-19/+19
* initfile.cc: use new platform identification macros in find_executable_path()Steven Noonan2009-10-131-3/+3
* fix 'DEBUG' macro usage consistencySteven Noonan2009-10-1315-29/+29
* sqlite3.c: fix SQLITE_HAS_CODEC macro usageSteven Noonan2009-10-131-4/+4
* sqlite/Makefile: define missing macros and fix THREADSAFE macroSteven Noonan2009-10-131-1/+2
* sqlite3.c: stomp trailing whitespaceSteven Noonan2009-10-131-638/+638
* In arena mode, scale zapping and explosion animation delays to matchMatthew Cline2009-10-131-3/+31
* makefile: disable some annoying ICC warningsSteven Noonan2009-10-131-1/+3
* makefile: add ICC support through use of USE_ICC=y flagSteven Noonan2009-10-131-2/+17
* Merge branch 'master' of ssh://zelgadis@crawl-ref.git.sourceforge.net/gitroot...Matthew Cline2009-10-1341-171/+570
|\
| * Merge branch 'trees'.Adam Borowski2009-10-1320-51/+232
| |\
| | * Keep one of the testing vaults.Adam Borowski2009-10-131-39/+30
| | * A vault: yaktaur_hedge, test for monsters shooting through bushes.Adam Borowski2009-10-122-1/+14
| | * Fix an use of uninitialized menv[].Adam Borowski2009-10-121-1/+1
| | * Merge branch 'master' into treesAdam Borowski2009-10-1256-495/+2229
| | |\
| | * | Let missiles go past bushes.Adam Borowski2009-10-122-1/+8
| | * | Make Feawn like bushes (walking over them, penance for killing, ...).Adam Borowski2009-10-122-1/+2
| | * | Bushes -- tree-like monsters than can be destroyed with any means of damage,Adam Borowski2009-10-128-19/+46
| | * | Don't say that plants are "very slow", say they can't move instead.Adam Borowski2009-10-121-1/+4
| | * | Description and a quote for trees.Adam Borowski2009-10-122-12/+21