summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Added JPEG to the credits (trapwalk.lua).dshaligram2006-11-061-0/+1
* Updated CREDITS.dshaligram2006-11-061-2/+1
* Put "background" back into crawl_options.txt.dshaligram2006-11-062-2/+13
* AotG gain effectiveness too fast; halved charge rate.dshaligram2006-11-065-5/+30
* [1585863] Added a level compiler.dshaligram2006-11-0631-3760/+12775
* Implemented 1589868: lightning grounds on metal, fire/cold (includingharanp2006-11-0526-184/+164
* Made it possible to discriminate between > and . for targeting missiles and s...dshaligram2006-11-048-46/+70
* Documented sort_menus option.dshaligram2006-11-042-1/+7
* Cleaned up hiscores code further and silenced a number of valgrind warnings. ...dshaligram2006-11-043-147/+170
* Implemented 1588662, let the player know why they didn't pass out afterharanp2006-11-031-8/+40
* Fixed 1589824 (somewhat hackishly.)haranp2006-11-0319-95/+77
* [1587182] Eliminated possibility of murky clear potions.dshaligram2006-11-033-19/+41
* [1588587] Amulets of resist corrosion now also give a measure of resistance t...dshaligram2006-11-033-11/+46
* Fixed level map colouring always using map_colour instead of seen_colour.dshaligram2006-11-032-3/+21
* Fixed bad colour for ghosts.dshaligram2006-11-035-26/+15
* I couldn't take it anymore. It asked me [Y]es or [N]o only, please for thepeterb122006-11-031-1/+1
* [1585820] Lowered skill penalties for draconian colours.dshaligram2006-11-021-3/+3
* [1589141] Fixed mimics pushing characters off stairs.dshaligram2006-11-023-6/+12
* [1588831] Fixed poison frost/flame beams from blowguns being useless.dshaligram2006-11-024-9/+44
* Added "sort_menus" option (defaults off) to control whether menus are sorted,...dshaligram2006-11-024-3/+12
* Fixed food.cc not compiling in release mode (oops).dshaligram2006-11-011-1/+1
* Use GOURMAND_MAX instead of hardcoded 200.dshaligram2006-11-011-1/+1
* [1581270] Amulet of the Gourmand refactoring:dshaligram2006-11-018-45/+126
* [1588185] Character dump files should use platform's native line terminator.dshaligram2006-11-011-1/+1
* Allow space as an alternative to 'N' in the butcher prompt.dshaligram2006-11-011-1/+1
* If auto_list is set, do a --More-- prompt after identifying items if the iden...dshaligram2006-10-312-2/+4
* Rewritten the beam code. Much cleaner now, I hope. Bugs are quite likely.haranp2006-10-314-333/+265
* Compilation fixes due to the recent activity overhaul.haranp2006-10-302-2/+3
* Fixed acquirement being too broad-minded in its tastes (Erik).dshaligram2006-10-302-10/+7
* Minor cleanup of init.txt documentation (David).dshaligram2006-10-302-6/+7
* Fixed miscast beam segfaults.dshaligram2006-10-301-7/+21
* [1584969] Allow the user to cancel out of a spell at the prompt for target. W...dshaligram2006-10-3013-300/+293
* [1566247] Rings and amulets will be removed automatically where appropriate w...dshaligram2006-10-3013-230/+326
* Removed activities completely: Lua macros, shift-running, resting, and travel...dshaligram2006-10-2918-585/+838
* Fixed torment bugginess when the player has 1hp.dshaligram2006-10-291-0/+2
* Don't initialize full scorefile_entry when taking low-hp notes.dshaligram2006-10-291-5/+1
* [1581221] When taking a low-hp note, also mention what caused the hp loss.dshaligram2006-10-2922-989/+1175
* More LOS cleanups. Should be fairly complete by now, and hopefully a bitharanp2006-10-282-161/+263
* Made the new game screen behave a little better.dshaligram2006-10-287-182/+380
* Further chain lightning balancing: restored old power attenuation, slightly d...dshaligram2006-10-281-2/+2
* Fixed makefiles.dshaligram2006-10-282-6/+4
* Added a note to INSTALL for Unix users to check SAVE_PACKAGE_CMD in AppHdr.h ...dshaligram2006-10-283-4/+11
* Refixed shield delays to be consistent for wear/takeoff.dshaligram2006-10-281-14/+16
* Reduce delay for wearing shields.dshaligram2006-10-282-0/+10
* Fixed portable altars not wieldable by small races.dshaligram2006-10-283-1/+9
* Slightly reduced chances of fixedart generation.dshaligram2006-10-281-1/+1
* [1586069] Removed special treatment for yellow draconians - they had no bwpn ...dshaligram2006-10-281-10/+4
* [1585811] Fixed inability to create fixedarts, increased chances of generatin...dshaligram2006-10-272-2/+8
* [1585793] Increased frequency of altars and mini-temples.dshaligram2006-10-272-18/+64
* Fixed multidrop not remembering previously selected items that were not dropped.dshaligram2006-10-274-3/+28