summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/initfile.cc
Commit message (Expand)AuthorAgeFilesLines
* New key=value logfile format as proposed by Shawn Moore. This is more verbosedshaligram2007-03-081-2/+4
* Kill hard tabs in .h files and crawl_options.txt.dshaligram2007-03-071-1/+1
* Add LOW MAGIC WARNING. This involved creating a channel, modifying init.txt,...mtitus_6132007-03-061-1/+13
* Kill hard tabs.dshaligram2007-03-061-17/+17
* Added extra entry vaults and option to load them.dshaligram2007-03-011-16/+22
* Added autopickup_exceptions option modeled on NetHack's, so that it's easy todshaligram2007-01-301-8/+26
* Default no_dark_brand to true.dshaligram2007-01-291-1/+1
* Made default targeting an option (default_target, defaults to false.)haranp2007-01-291-6/+5
* Set note_hp_percent to 5 by default (David).dshaligram2007-01-291-5/+6
* Added level_map_title option per 1598159.haranp2007-01-161-0/+6
* Handle morgue_dir option better (create dir if it doesn't exist), updateddshaligram2007-01-111-1/+9
* Changed error message + exit() sequences to end() calls so that the user candshaligram2007-01-111-1/+1
* Removed silly check for morgue_dir.dshaligram2007-01-101-2/+1
* Dump morgue dumps in morgue/ by default.dshaligram2007-01-101-0/+4
* Tweaked travel/explore so that it doesn't cut off before trying to move to adshaligram2007-01-091-1/+2
* menu_colour should not be lowercased.haranp2007-01-081-1/+2
* [1628932] Fixed fire_items_start bugginess - the field should not be lowercased.dshaligram2007-01-061-3/+3
* stop_travel messages now also apply to shift-run and rest (under the defaultdshaligram2007-01-021-7/+23
* Added show_turns option to control turn counter display.dshaligram2006-12-311-0/+6
* Refix autopickup so as not to kill greedy-explore.haranp2006-12-291-1/+0
* Added morgue_dir as an init.txt option.dshaligram2006-12-291-2/+7
* Added option 'autopickup_no_burden' which, if set, will prevent autopickupharanp2006-12-221-0/+5
* Tweaked hiscores code to handle logfiles in addition to scorefiles.dshaligram2006-12-171-1/+1
* Let scorefile be '-' for reading from standard input, followingharanp2006-12-171-1/+1
* Added -morgue option to specify where morgues are saved.dshaligram2006-12-151-4/+24
* Options should be prefixed with -, not /.dshaligram2006-12-151-3/+3
* Tweaked stash-tracker so that greedy explore works in Pandemonium.dshaligram2006-12-121-1/+9
* Added -scorefile option to pass in a highscore file on the command-line for usedshaligram2006-12-121-28/+39
* Default terse_hand back to true after discussion with David.dshaligram2006-12-111-1/+1
* "saves" should be "saves/".haranp2006-12-071-1/+1
* Default save_dir to "saves" if SAVE_DIR_PATH is not defined and we're not ondshaligram2006-12-071-1/+3
* Miscellaneous items are }, not {.dshaligram2006-12-051-2/+2
* Speeded up greedy explore by moving can_explore out of the floodloop. Stilldshaligram2006-12-051-0/+5
* Added hp_colour and mp_colour per 1606160. Removed hp_attention.haranp2006-12-031-17/+60
* Added dump_order=overview and put it in by default.haranp2006-12-021-1/+2
* Greedy-explore tweaks: speedup by not double-floodfilling, and handle inabilitydshaligram2006-12-021-0/+10
* Minor tweaks to greedy-explore:dshaligram2006-12-011-2/+3
* [1597293] Preliminary greedy-explore, parked on Ctrl-I. We can (re)move it if...dshaligram2006-12-011-22/+76
* Dump needs blank line after spells list.dshaligram2006-11-301-1/+1
* Redid how the resists screen works (both in-game and in-dump.)haranp2006-11-291-7/+15
* Fixed feature and cset options being ignored.dshaligram2006-11-281-0/+98
* Updated crawl_options.txt and init.txt (David).dshaligram2006-11-281-2/+2
* Default lowercase_invocations to true.dshaligram2006-11-281-1/+1
* Fixed char_set option being ignored.dshaligram2006-11-271-3/+0
* Default increasing_skill_progress to true.dshaligram2006-11-241-1/+1
* [1601595] Lava smokes, swamp shallow water tends to mist.dshaligram2006-11-241-1/+1
* Implemented 1601227, pickup_mode.haranp2006-11-231-0/+10
* Implemented 1601230: sort_menus can now be of the form auto:5 (the default),haranp2006-11-221-2/+23
* Merged stone_soup r15:451 into trunk.dshaligram2006-11-221-383/+865
* Clean up a mistake in the SVN import.nlanza2006-08-131-0/+1711