summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/options.h
Commit message (Expand)AuthorAgeFilesLines
* Let macro_colour handle -1 (by passing it through)Neil Moore2014-08-021-2/+2
* Assert when mapping a bad colour.Neil Moore2014-08-021-0/+1
* Make colour-swapping work in webtiles (#8271)Neil Moore2014-07-311-0/+5
* Add an option to show player as a monster tileontoclasm2014-07-171-0/+1
* Merge pickup_menu and pickup_menu_limit.Shmuale Mark2014-07-021-1/+0
* Remove the show_gold_turns option.Shmuale Mark2014-07-021-1/+0
* Merge branch 'mon-pickup'Shmuale Mark2014-06-111-1/+0
|\
| * Remove the now-superfluous friendly_pickup command suite.Shmuale Mark2014-05-281-1/+0
* | Add an option for more consistent prompt behaviour when changing jewelleryChris Campbell2014-06-101-0/+1
|/
* Remove player burden and carrying capacitygammafunk2014-05-261-2/+0
* Replace easy_open with travel_open_doors.Shmuale Mark2014-04-171-1/+1
* Remove the level_map_title option.Shmuale Mark2014-04-171-2/+0
* Remove the clean_map option.Shmuale Mark2014-04-171-1/+0
* Fix NOWIZARD compilation (#8369).Neil Moore2014-04-141-1/+1
* Remove default_target and target_unshifted_dirs optionsChris Campbell2014-04-101-3/+0
* Reimplement remembered_monster_colour (#8299)Neil Moore2014-03-211-0/+1
* Show inventory weights only for pickup/drop by default.Neil Moore2014-03-191-1/+1
* Remove `auto_list` optionChris Oelmueller2014-03-111-2/+0
* Add tile_font_*_family settings for WebTiles.Pekka Lampila2014-03-011-5/+7
* Make arena_delay available outside of arena as view_delay.Steve Melenchuk2014-02-271-1/+2
* Add tile_deep_water_col and tile_portal_col.Pekka Lampila2014-02-201-0/+2
* Add tile_mapped_floor_col and tile_branchstairs_col options.Pekka Lampila2014-02-171-0/+2
* Allow minimap colour options to be set with hex codes and used in WebTiles.Pekka Lampila2014-02-171-21/+21
* Remove `drop_mode` setting and in-game toggle for `single` behaviorChris Oelmueller2014-02-081-2/+0
* Add tile_misc_anim option for both local tiles and WebTiles.Pekka Lampila2014-02-071-0/+1
* Split the note_chat_messages option into note_chat_messages and note_dgl_mess...elliptic2014-01-241-1/+2
* New option: fsim_csvRaphael Langella2014-01-151-0/+1
* WebTiles options to hide/show messages/sidebar when using level mapPekka Lampila2014-01-131-0/+2
* Menu for pickup : new option 'pickup_menu_limit'Cedor2014-01-091-1/+2
* Support tile_font_*_size in WebTilesPekka Lampila2014-01-021-4/+8
* Move WebTiles animations setting to rc filePekka Lampila2014-01-021-0/+1
* Move WebTiles glyph mode setting to rc filePekka Lampila2014-01-021-0/+3
* Use rc settings for tile scaling in WebTilesPekka Lampila2014-01-021-2/+2
* Remove `pickup_mode` option, introduce `pickup_menu`Chris Oelmueller2013-12-301-2/+1
* Default language to the system locale [Unix].Adam Borowski2013-12-271-0/+1
* Drop pointless empty lines after or before a brace.Adam Borowski2013-12-211-1/+0
* Remove remaining traces of tile_force_regenerate_levelsPekka Lampila2013-12-141-1/+0
* Support tile_map_pixels in WebTilesPekka Lampila2013-12-131-2/+2
* Send some rc file options to the WebTiles clientPekka Lampila2013-12-111-0/+4
* Fix spelling of "targeting" (#7837)Chris Campbell2013-12-101-3/+3
* Fix cmdline --gdb not working outside of --test and friends.Adam Borowski2013-11-201-1/+0
* Spam about the reason GDB is disabled.Adam Borowski2013-11-171-1/+1
* Don't attach gdb in debug builds unless --gdb is given on cmdline.Adam Borowski2013-11-051-0/+1
* Add an option, tile_water_anim=false, to disable animation of liquids.Adam Borowski2013-09-021-0/+1
* Remove some obsolete food-related optionsMarvinPA2013-08-181-6/+0
* Allow setting autopickup_starting_ammo = false.Neil Moore2013-08-041-0/+1
* Fix a memory+speed leak if features are redefined over and over.Adam Borowski2013-07-151-1/+1
* Default delays to -1 on servers and add a rest_delayPete Hurst2013-05-101-0/+1
* Don't claim auto_sacrifice is a "generic option", rename its enums.Adam Borowski2013-04-111-10/+9
* Use FixedBitArray instead of large arrays of bools.Adam Borowski2013-04-091-3/+2