summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/initfile.cc
Commit message (Expand)AuthorAgeFilesLines
* Fixed -morgue option being ignored when Crawl is built with Lua bindings (Marc).dshaligram2007-08-171-4/+6
* Fixed lua_file not being processed correctly when Crawl is installed withdshaligram2007-08-151-11/+3
* Added spears to fire order, & as an alias for X in autopickup option, removeddshaligram2007-07-301-10/+2
* Added support for colon-prefixed Lua one-liners in .crawlrc, documented dshaligram2007-07-241-1/+19
* Allow NetHack-style OPTION=foo,!bar,baz:x lines.dshaligram2007-07-241-8/+33
* Allow monster symbols to be customised using the mon_glyph option.dshaligram2007-07-231-9/+75
* [1752536] fire_order is now smarter.dshaligram2007-07-121-32/+24
* [1737348] Allow stash.lua to annotate item names for autopickup so autopickupdshaligram2007-07-111-0/+1
* More debug stats for maps.dshaligram2007-07-091-0/+1
* Added debugging code to generate multiple dungeons (all branches and levels)dshaligram2007-07-081-5/+17
* Manual update (David).dshaligram2007-07-031-2/+3
* Implemented 1633998: summary line for large stacks, controlled by theharanp2007-06-301-0/+7
* Colour unvisited stone stairs white (can be customised with the feature option).dshaligram2007-06-281-3/+5
* Added the Portaled Projectile spell, following 1686312.haranp2007-06-271-2/+2
* Added glyphs_connected and friends for maps to test connectedness of pointsdshaligram2007-06-271-0/+4
* 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