summaryrefslogtreecommitdiffstats
path: root/crawl-ref
Commit message (Expand)AuthorAgeFilesLines
* Robes of the archmagi reduce experience gain to 0.25 normal, instead ofdshaligram2007-06-202-15/+3
* Set debug hooks in the Lua VM and interrupt scripts that are running too long.dshaligram2007-06-193-17/+194
* Handle terminal resize on Windows (brute force; Windows has fascinatinglydshaligram2007-06-194-499/+471
* Simplified SIGWINCH handling - Crawl only handles SIGWINCH if it's waiting fordshaligram2007-06-191-2/+0
* Level updates (entries, snake pit) (David).dshaligram2007-06-192-5/+157
* A bit more type-safety (slightly intrusive this time): you.species andharanp2007-06-1911-117/+152
* Added Lemuel's randart names with some editing.haranp2007-06-191-11/+172
* More strings instead of char*s.haranp2007-06-187-69/+40
* A few more char*s fall by the wayside, replaced by strings.haranp2007-06-183-180/+121
* reordering Beogh band difficultyj-p-e-g2007-06-181-6/+6
* Fixed 1734655: lev-3 brown scales was giving +6 AC instead of +5, whileharanp2007-06-171-1/+1
* Some more cards and bugfixes.haranp2007-06-1712-72/+120
* Complete revamp of cards and decks, following David's ideas.haranp2007-06-1719-888/+897
* Basic SIGWINCH handling for Unix. Still needs to handle some cases (resizingdshaligram2007-06-178-22/+101
* [1738010] Stash-tracker now also tracks traps and other dungeon features.dshaligram2007-06-1732-321/+386
* x on the level-map changes travel exclusion radius. Radius steps are 1, 4 anddshaligram2007-06-178-278/+194
* [1635047] Beams should not affect monsters that are dead.dshaligram2007-06-151-3/+4
* Cleaned up abilities screen information for tutorial.j-p-e-g2007-06-157-57/+33
* Remember choice of Beogh in character selection.dshaligram2007-06-1412-269/+201
* Fixed mass confusion working only on natural creatures (cbus).dshaligram2007-06-142-34/+44
* Implemented Beogh, god of Orcs.j-p-e-g2007-06-1415-25/+588
* Fixed buggy chunk flavour messaging for carnivores wearing an amulet of the g...dshaligram2007-06-131-11/+14
* Fixed message window scrolling bug on Windows.dshaligram2007-06-121-1/+1
* Xom should not polymorph undead monsters (Erik).dshaligram2007-06-121-3/+5
* Fixed broken magic-mapped appearance. (Erik)dshaligram2007-06-121-1/+2
* Removed extra space in surge-of-power messages (Erik).dshaligram2007-06-121-2/+2
* Fixed off-by-one error in Vestibule depth calculation.dshaligram2007-06-111-1/+1
* Restore old behaviour of not prompting for depth to travel to in single-leveldshaligram2007-06-111-2/+2
* Update changes list for 0.2.7.dshaligram2007-06-111-0/+5
* Make sure curses is shutdown before producing term-too-small message.dshaligram2007-06-111-2/+2
* Fixed pandemonium bosses not being generated.dshaligram2007-06-101-1/+0
* Fixed compile breaking on Linux.dshaligram2007-06-102-0/+5
* Updated CREDITS, INSTALL.dshaligram2007-06-102-3/+24
* Added information to the abilities screen during tutorials, j-p-e-g2007-06-103-1/+53
* Tweaks to build with Unicode support on Mac OS. Unfortunately none of thedshaligram2007-06-102-0/+10
* Some more changes to the tutorial, most importantly to j-p-e-g2007-06-094-28/+70
* Fixed broken macros on Windows (Erik).dshaligram2007-06-091-1/+1
* Added missing . to player attack miss messages (Erik).dshaligram2007-06-091-1/+3
* Mention that there's more travel help available in the depth-selection prompt.dshaligram2007-06-091-1/+5
* Fixed off-by-one error in waypoint and exclude setting on the level-map (Erik).dshaligram2007-06-092-4/+5
* Fixed level-map not scrolling to show detected monsters and items.dshaligram2007-06-081-1/+1
* When showing glyphs in messages (as in the tutorial), use stringize_glyph() todshaligram2007-06-088-18/+64
* Removed unnecessary turnloss when declining to memorise a spell. Also removeddshaligram2007-06-081-7/+0
* Removed one line from the targeting prompt; should make it less -more- prone.dshaligram2007-06-082-7/+7
* Flush macro input buffer when fire command fails (Erik).dshaligram2007-06-0810-57/+168
* Unicode builds were mangling IBM graphics, fixed.dshaligram2007-06-081-1/+1
* Removed unnecessary < 0 check on glyphs.dshaligram2007-06-071-4/+1
* Update 'V' feature display to include Unicode.dshaligram2007-06-071-10/+11
* Mention that char_set = unicode works only if Crawl was built with Unicodedshaligram2007-06-071-0/+4
* Added support for Unicode characters in the map display with ncursesw (enableddshaligram2007-06-0729-418/+542