summaryrefslogtreecommitdiffstats
path: root/crawl-ref
Commit message (Expand)AuthorAgeFilesLines
* Add a new turtle design and use it for the (alligator) snapping turtle.Johanna Ploog2010-01-145-3/+5
* Fix a throwback to the 8-bit era in "Items here: +++ /// ))".Adam Borowski2010-01-131-2/+3
* Trim unnecessary #includes.Adam Borowski2010-01-1349-75/+0
* Don't mess with memory of slime creatures when in tiles.Adam Borowski2010-01-131-0/+2
* Make merged slime creatures light green, acid blobs light cyan.Adam Borowski2010-01-136-5/+34
* Move island-building code from dgn-shoals.cc->dgn-height.cc.Darshan Shaligram2010-01-136-161/+323
* Clean up some of the wizlab tiles.Johanna Ploog2010-01-134-0/+0
* Clean up and recolour Sonja's tile.Johanna Ploog2010-01-131-0/+0
* Add a tile for Pikel.Johanna Ploog2010-01-134-1/+3
* Don't allow spellcasters to throw items at you.Johanna Ploog2010-01-133-2/+10
* Convert _city_level to Lua.Jude Brown2010-01-132-74/+133
* s/USE_TILES/USE_TILE/Haran Pilpel2010-01-131-1/+1
* Merge branch 'master' of ssh://crawl-ref.git.sourceforge.net/gitroot/crawl-re...Haran Pilpel2010-01-132-5/+2
|\
| * Fix exclude_set iteration.Robert Vollmert2010-01-131-1/+1
| * Remove redundant check in _reset_travel_colours.Robert Vollmert2010-01-131-4/+1
* | Fix line_reader crashing at random on non-tiles build. This is #ifdefed out forHaran Pilpel2010-01-132-7/+11
|/
* Various cleanups, use you.weapon() more often, fix a note in README.txt.Haran Pilpel2010-01-1312-74/+56
* Set mimics' glyphs accordingly if the player redefined it for items.Adam Borowski2010-01-131-0/+7
* Draw the Tiles splash screen before initialising the database.Johanna Ploog2010-01-132-6/+11
* Update Chei's ability being called Slouch rather than Ruinous Time.Johanna Ploog2010-01-121-1/+2
* Handle KILL_MISCAST in _killer_type_name().Johanna Ploog2010-01-121-0/+2
* Actually commit 0000134 fix (upstairs not marked untaken at game start).Johanna Ploog2010-01-121-2/+5
* Fix stash tracker not being fully up-to-date at game start.Johanna Ploog2010-01-121-0/+3
* Make append_spells() align spell levels correctly.Johanna Ploog2010-01-121-3/+5
* Without Spellcasting skill, make L-click on book call read_book instead.Johanna Ploog2010-01-122-2/+4
* Change Slime Pits starting range from 5-8 to 6-8.Johanna Ploog2010-01-121-1/+1
* Tweak ring of regeneration's description.Johanna Ploog2010-01-121-1/+2
* Autoannotate exclusions placed on staircases with "up/downstairs".Johanna Ploog2010-01-121-0/+10
* Don't display chunk effect icons for skeletons.Johanna Ploog2010-01-121-0/+3
* Add new killer_type KILL_MISCAST whose clouds don't autoexclude.Johanna Ploog2010-01-123-3/+5
* Update exclusion annotations for flamethrower exclusions.Johanna Ploog2010-01-122-3/+13
* Also reduce weights for the special flesh wall tiles.Johanna Ploog2010-01-121-0/+4
* Make water bubbles in Shoals' deep water "animation" rarer.Johanna Ploog2010-01-129-0/+15
* Also add wave tiles for deep water. The water masks still look wonky.Johanna Ploog2010-01-1210-21/+75
* Don't make slimes split if they could instead move closer to their foe.Johanna Ploog2010-01-121-7/+23
* Make boss merfolk and sirens rarer (rob).Darshan Shaligram2010-01-122-6/+4
* Fix [2826100]: Make silver statues unholy, to match demon summoners.David Lawrence Ramsey2010-01-121-0/+3
* Allow disintegrating trees.Adam Borowski2010-01-121-0/+15
* Trees don't reflect electricity; for bolts of lightning they ignite instead.Adam Borowski2010-01-122-2/+23
* Remove electric missiles.Adam Borowski2010-01-125-15/+6
* Make TAG_MAJOR_VERSION a #define not a pansy enum, so you can use it in #if.Adam Borowski2010-01-121-5/+2
* Mark holy weapons as useless more faithfully to their actual uselessness.Adam Borowski2010-01-121-3/+8
* Fix incorrect math in make_box_doors.Jude Brown2010-01-121-1/+15
* Die noisily on invalid box_side (mostly to silence compiler warnings).Adam Borowski2010-01-121-0/+1
* In tile-dngn.html display tile weights as percent values.Johanna Ploog2010-01-121-4/+8
* Fix #388, disallow poison combos except for Nessos.Jude Brown2010-01-121-18/+13
* More new dungeon build functions, and some adjustments.Jude Brown2010-01-121-8/+147
* A quick "god gift" Wizard function.Jude Brown2010-01-125-19/+32
* Some new Lua wrappers for dungeon building and ranges.Jude Brown2010-01-122-1/+82
* A start at fixing missile acquirement (Vandal).Jude Brown2010-01-121-11/+3