summaryrefslogtreecommitdiffstats
path: root/crawl-ref
Commit message (Expand)AuthorAgeFilesLines
* Rock stair travel fix for trunk.dshaligram2007-10-211-4/+18
* Blademasters and master archers shouldn't pick up weapons.dshaligram2007-10-201-0/+8
* Moved position information Lua functions to luadgn.cc.dshaligram2007-10-204-8/+8
* Menu tagging corrections + docs + initfile (David)haranp2007-10-203-25/+39
* Oops, couldn't set a non-default 0% cloud spread rate.zelgadis2007-10-201-1/+1
* Menus are now tagged. Menu colours now only apply to a menu with a matchingharanp2007-10-1911-31/+70
* Hurting holies was being counted as KILL_ANGEL instead of ATTACK_HOLY (bobbens)haranp2007-10-191-1/+1
* 1815768: some NOTE_USER_NOTEs should be NOTE_MESSAGE instead (actuallyharanp2007-10-193-6/+5
* Added fog machine Lua map markers. Needs a C interface to make it usablezelgadis2007-10-1815-64/+471
* Lua accessors for you.x_pos, you.y_pos and you.poszelgadis2007-10-181-1/+9
* Wands shouldn't be generated without charges.haranp2007-10-161-0/+4
* Minor note formatting improvements (David.)haranp2007-10-162-3/+3
* Forgetfulness removed; it's now a scroll of fog with a 1-in-10 chanceharanp2007-10-166-12/+16
* s/Location/Place/ (David)haranp2007-10-161-2/+2
* Summoned monsters now have the (increasingly misnamed) CREATED_FRIENDLYharanp2007-10-165-22/+48
* Fix for bug 1813676: handle_monster_move() should have been returningzelgadis2007-10-161-4/+8
* Added new field seen_context to the monsters class, which can be setzelgadis2007-10-1613-47/+129
* Self-banishment is not considered unholy. Banishment at the air is stillharanp2007-10-151-3/+7
* Added basic HTML output functionality to formatted_string. Not usedharanp2007-10-152-1/+44
* Dropped chances of unbranded enchanted items being glowing/runed.dshaligram2007-10-151-3/+4
* Fixed level that was breaking trunk.dshaligram2007-10-151-2/+3
* Fixed Demonspawn getting multiple levels of single-level mutations (cbus).dshaligram2007-10-151-1/+4
* Yaks gore.dshaligram2007-10-151-1/+1
* Shift-run doesn't distinguish between wall types to make it more useful in la...dshaligram2007-10-152-6/+7
* [1813214] Trog should not gift the Wrath of Trog.dshaligram2007-10-156-8/+25
* Cleanup: move_item_to_grid returns a bool to indicate that drop was successful.dshaligram2007-10-153-9/+7
* Fixed yaktaurs picking up two crossbows and switching crossbows before each s...dshaligram2007-10-152-2/+3
* Fixed bad treatment of ghosts and pandemonium lords that get the delayed fire...dshaligram2007-10-151-2/+6
* Fixed bad grammar in highscore entry for characters killed by hellfire.dshaligram2007-10-151-0/+1
* Fix problem of friendly monsters not using any energy when there'szelgadis2007-10-153-7/+13
* If a submerged monster moves onto a grid in which it can't be submerged,zelgadis2007-10-153-12/+44
* Some fixes for mermaid beholding:zelgadis2007-10-155-4/+113
* Removed amnesia/forgetfullness trap, mutation and scroll. Thezelgadis2007-10-1520-72/+173
* Add store.{cc,h} to the Xcode build and clean up debugging support a bit.nlanza2007-10-151-2/+14
* Squash unused-variable warnings by only declaring variables that exist solelynlanza2007-10-151-1/+6
* Tomb rebalancing.haranp2007-10-142-12/+14
* Wrong feature name order for statues.zelgadis2007-10-141-2/+2
* Added to classes actor, monsters and player the method can_pass_through(),zelgadis2007-10-1413-22/+122
* The clear() methods should clear the default_flags and type members,zelgadis2007-10-141-0/+4
* Give a message and interrupt activity if a visible door is opened orzelgadis2007-10-141-1/+28
* handle_monster_move() still wasn't dealing quite right with invokingzelgadis2007-10-142-147/+71
* Fixed "shiny" and "embroidered" items not showing as white in abbreviatedharanp2007-10-132-4/+7
* Adding a description for merfolk fighters and mermaids.j-p-e-g2007-10-131-0/+11
* Implementing merfolk monsters. There are two types, merfolk fighters,j-p-e-g2007-10-1318-12/+349
* Oops, overlooked that ench_countdown needs to be rescaled when a monsterzelgadis2007-10-131-0/+20
* Fix giving an interruption message when a monster ignored with thezelgadis2007-10-132-12/+52
* This change breaks savefile compatibility.zelgadis2007-10-139-1519/+1398
* A few tiny changes courtesy of dolorous.j-p-e-g2007-10-126-11/+10
* Updated CREDITS.dshaligram2007-10-122-19/+19
* Added -O2 -Wuninitialized to Unix makefile.dshaligram2007-10-121-3/+2