summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/initfile.cc
Commit message (Expand)AuthorAgeFilesLines
* Removed obsolete "levels" option. des files to load should be specified in lo...dshaligram2007-10-291-6/+0
* [1810433] Ogre hunters start with large rocks. Monster ogres can also throw l...dshaligram2007-10-251-1/+4
* Fixed bad play time format in character dump, removed turns_by_place and kill...dshaligram2007-10-241-2/+2
* Accept "none" as a brand without carping about it to stderr.dshaligram2007-10-211-1/+1
* Menus are now tagged. Menu colours now only apply to a menu with a matchingharanp2007-10-191-8/+23
* Make element_cols static.dshaligram2007-10-031-1/+1
* Updated colour names in initfile.cc for the new elemental colours.dshaligram2007-10-031-5/+9
* remember_name was broken, fixed.dshaligram2007-09-271-1/+1
* * Fixed Vault:8 level being generated with no rune (cbus).dshaligram2007-09-251-3/+1
* Added DGL_STARTUP_PREFS_BY_NAME to store new character options by usernamedshaligram2007-09-241-6/+3
* Removed detailed_hunger option, the hunger states near starving, veryzelgadis2007-09-191-5/+0
* Added talk_visual to list of channel names in initfile.cc. Also updatedzelgadis2007-09-171-4/+4
* A handful of new game options:zelgadis2007-09-171-0/+23
* Add dump sections for branch/area details for turns andzelgadis2007-09-161-3/+3
* Split off portions of externs.h and enum.h into other files. Thezelgadis2007-09-151-0/+5
* Another round of patches, namely:j-p-e-g2007-09-141-1/+2
* Add trap_item_brand that behaves like stair_item_brand.j-p-e-g2007-09-131-1/+6
* Applying patches 1793701 (dolorous), 1793683 and 1793679 j-p-e-g2007-09-131-0/+5
* A few general fixes:j-p-e-g2007-09-101-0/+2
* Another variety of changes.j-p-e-g2007-09-031-0/+3
* A few small changes:j-p-e-g2007-09-031-2/+1
* Implemented patch 1773718 (improved wizard commands) andj-p-e-g2007-09-021-1/+1
* Added verbose hiscore output to char_dump, andj-p-e-g2007-08-221-2/+2
* A few small message changes and additions, mostlyj-p-e-g2007-08-221-1/+1
* 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