summaryrefslogtreecommitdiffstats
path: root/crawl-ref
Commit message (Expand)AuthorAgeFilesLines
* Fix bug in adjacent_iterator.Robert Vollmert2009-11-131-1/+1
* Convert adjacent_iterator to new radius_iterator constructor.Robert Vollmert2009-11-131-3/+3
* Some radius_iterator documentation.Robert Vollmert2009-11-131-2/+14
* Convert a bunch of coordinate loops to new radius_iterator.Robert Vollmert2009-11-137-38/+23
* Some coord-circle.h documentation.Robert Vollmert2009-11-131-3/+17
* Add translating constructor to circle_def.Robert Vollmert2009-11-132-0/+16
* Make circle_def aware of map bounds.Robert Vollmert2009-11-131-0/+4
* Add method to intersect rectangles.Robert Vollmert2009-11-132-0/+20
* Reimplement radius_iterator on the basis of circle_def.Robert Vollmert2009-11-135-105/+121
* Add los_def::get_bounds.Robert Vollmert2009-11-132-0/+6
* Fix ikiller brokennesStefan O'Rear2009-11-131-0/+6
* Put duplicated body weight calculations into actor::.Adam Borowski2009-11-134-65/+31
* Clean up death reasons.Adam Borowski2009-11-132-38/+13
* Another new temple with three variations (8, 12 and 14 altars).Eino Keskitalo2009-11-131-0/+119
* Excempt Roxanne and ice statues from statuic XPStefan O'Rear2009-11-131-1/+4
* Quadruple Pikel's XP modifier to compensateStefan O'Rear2009-11-131-1/+2
* No XP for Pikel's slavesStefan O'Rear2009-11-131-0/+9
* Certain bands, mostly uniques, credit leader for killsStefan O'Rear2009-11-132-8/+47
* Fix line breaking for being smited to death by a summonStefan O'Rear2009-11-131-0/+3
* Add a little variety in summoned by tagsStefan O'Rear2009-11-132-5/+21
* Increase effect of Str on carrying capacity.David Ploog2009-11-131-1/+1
* Fixedart: shield of the gong. Wakes up everyone in a large radius on being s...Adam Borowski2009-11-1310-1/+68
* Let unrandart shields have a melee_effect func, called on successful block.Adam Borowski2009-11-138-9/+29
* Change ballistomycete messagingCharles Otto2009-11-133-20/+12
* Redraw quiver even if an item that was unquivered is only awkwardly throwable.Vsevolod Kozlov2009-11-131-7/+0
* Better header for altar.des.David Ploog2009-11-131-6/+17
* Fix bushes not being affected by explosions.Robert Vollmert2009-11-131-1/+2
* Make do_stairs in dungeon.cc:_plan_main a bool.Vsevolod Kozlov2009-11-131-28/+20
* Re-sort options in the manpage.Vsevolod Kozlov2009-11-131-2/+2
* Update man page.Vsevolod Kozlov2009-11-131-2/+4
* Allow monsters to gain experience in the arena.Robert Vollmert2009-11-131-4/+5
* Remove a few redundant arena visibility checks.Robert Vollmert2009-11-131-4/+3
* Make arena without team spec play random v random.Robert Vollmert2009-11-131-1/+2
* Change arena foe check to assert.Robert Vollmert2009-11-131-2/+1
* Remove arena AI forcing option.Robert Vollmert2009-11-135-132/+3
* Rename mgrow to mon-grow.Vsevolod Kozlov2009-11-133-4/+4
* Remove obsoleted los.h includes.Robert Vollmert2009-11-1316-16/+0
* Replace calc_show_los by you.update_los.Robert Vollmert2009-11-137-14/+9
* Move trans_wall_blocking into player.Robert Vollmert2009-11-138-13/+13
* Replace observe_cell by you.see_cell.Robert Vollmert2009-11-1328-105/+97
* Hack player LOS routines for arena.Robert Vollmert2009-11-134-4/+26
* exclude.cc: revert _find_exclude_root() speed-upMatthew Cline2009-11-131-23/+6
* Move duplicated can_hibernate code into actor.Jude Brown2009-11-136-49/+31
* Give Aizul the Poison Arrow spell.Jude Brown2009-11-131-1/+1
* Convert tabs to spaces.Jude Brown2009-11-131-31/+31
* Replace monster_index with monsters::mindex.Vsevolod Kozlov2009-11-1312-49/+41
* view.cc: Remove an extra USE_TILE after #else.Vsevolod Kozlov2009-11-131-1/+1
* Revert "Move arena check to draw_player."Robert Vollmert2009-11-131-3/+4
* Leave viewwindow early when not drawing.Robert Vollmert2009-11-131-18/+21
* Move arena check to draw_player.Robert Vollmert2009-11-131-4/+3