summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/initfile.cc
Commit message (Expand)AuthorAgeFilesLines
* Allow glob patterns in KFEAT lines. For instance:dshaligram2007-06-241-1/+2
* Fixed broken newgame memory (David).dshaligram2007-06-221-1/+1
* Experimental mouse support for ncurses (enable with mouse_input=yes indshaligram2007-06-201-0/+6
* Correct "artifact" to "artefact".dshaligram2007-06-201-3/+4
* Set debug hooks in the Lua VM and interrupt scripts that are running too long.dshaligram2007-06-191-14/+11
* Basic SIGWINCH handling for Unix. Still needs to handle some cases (resizingdshaligram2007-06-171-3/+3
* Remember choice of Beogh in character selection.dshaligram2007-06-141-28/+27
* Flush macro input buffer when fire command fails (Erik).dshaligram2007-06-081-0/+1
* Removed unnecessary < 0 check on glyphs.dshaligram2007-06-071-4/+1
* Added support for Unicode characters in the map display with ncursesw (enableddshaligram2007-06-071-15/+31
* [1699948] Allow changing the viewport size if you're using a larger terminaldshaligram2007-06-041-0/+67
* [1589849] Enabled ! in targeting mode to aim beams at a specific spot.dshaligram2007-06-031-0/+4
* [1603676] Stairs override items on the same square for display purposes ifdshaligram2007-06-011-5/+11
* sort_menus now allows the user to choose what menus to sort, and how todshaligram2007-05-311-3/+96
* default_target defaults to true (David).dshaligram2007-05-301-1/+1
* Allow Mac users to double-click to launch Crawl:dshaligram2007-05-041-21/+35
* Type safety, cast cleanups, etc.haranp2007-05-011-2/+2
* Removed dud verbose_dump and detailed_stat_dump options, and dead code indshaligram2007-04-291-7/+0
* Added a show_inventory_weights option (defaults to false), followingharanp2007-04-291-0/+6
* Default show_turns off (Erik).dshaligram2007-04-161-1/+1
* Show error messages for unknown command-line options.dshaligram2007-04-081-0/+9
* Allow "mute" as a colour in message_colour, which means the messageharanp2007-04-041-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