summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/initfile.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge trunk (1403-1409] back to 0.2:dshaligram2007-05-051-21/+35
* Merge trunk back into 0.2 for 0.2.2.dshaligram2007-04-051-1/+1
* Applied whereis patch from crawl.akrasiac.org (tracks where the player is indshaligram2007-03-251-4/+4
* Merged in crawl.akrasiac.org patches (simple messaging, milestones). These takedshaligram2007-03-251-1/+21
* Added classic_item_colours option to go back to 0.1.x item colours. The optiondshaligram2007-03-201-0/+7
* Added message_colour option to allow custom-colouring individual messages. Thisdshaligram2007-03-161-4/+51
* Allow using aliases in init.txt:dshaligram2007-03-161-23/+47
* Turn off sort_menus by default.dshaligram2007-03-141-1/+2
* [1657502] Added use_fake_cursor option to make Crawl draw a cursor for Unixdshaligram2007-03-111-0/+5
* Added target_unshifted_dirs option to activate old (0.1.x) targeting keymap.dshaligram2007-03-111-0/+6
* 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