summaryrefslogtreecommitdiff
path: root/src/tables.cc
Commit message (Expand)AuthorAge
* Move all options to a struct instead of using globalsBardur Arantsson2016-09-17
* Remove inventory_no_move optionBardur Arantsson2016-09-17
* Remove 'alert_failure' optionBardur Arantsson2016-06-23
* Remove 'alert_hitpoint' option; behave as if always setBardur Arantsson2016-06-23
* Rework TR{1,2,3,4,5}_* flags to flag_set<>Bardur Arantsson2016-06-21
* Change flags_group to non-POD typeBardur Arantsson2016-06-20
* Rework RF{1,2,3,7,8,9}_* monster flags to use flag_set<>Bardur Arantsson2016-06-20
* Rework RF{4,5,6}_* monster spell flags to flag_set<>Bardur Arantsson2016-06-20
* Remove player gender, age, height, etc.Bardur Arantsson2016-03-10
* Remove get_month_name()Bardur Arantsson2015-12-28
* Remove Alchemist class and associated skills/codeBardur Arantsson2015-12-11
* Remove TR4_ANTIMAGIC_{30,20,10} flagsBardur Arantsson2015-09-14
* Split types.h into separate header for each typeBardur Arantsson2015-06-07
* Remove expand_{list,look} options; behave as if always setBardur Arantsson2015-06-07
* Remove prompt_pickup_heavy option; behave as if always setBardur Arantsson2015-06-07
* Add a no-selling birth optionmiramor2015-03-23
* Rename q_*.h headers to *.hpp and remove "extern C" wrappersBardur Arantsson2015-03-22
* Split variables.cc declarations to separate header filesBardur Arantsson2015-03-07
* Move "Birth options" to options.{cc,hpp}Bardur Arantsson2015-03-07
* Indentation fixesBardur Arantsson2015-03-07
* Split tables.cc declarations into separate header filesBardur Arantsson2015-03-07
* Split option variables into separate header and source fileBardur Arantsson2015-03-07
* Remove smart_cheat optionBardur Arantsson2015-02-23
* Remove monster_lite optionBardur Arantsson2015-02-23
* Move modules.cc declarations to separate headerBardur Arantsson2015-02-23
* Remove easy_{disarm,tunnel,open}Bardur Arantsson2015-02-23
* Remove effectively unused variablesBardur Arantsson2015-02-23
* Remove unused BACT_* values, including Arena codeBardur Arantsson2015-02-23
* Remove auto_destroy optionBardur Arantsson2015-02-23
* Remove no-op view_reduce_view optionBardur Arantsson2015-02-23
* Remove speak_unique optionBardur Arantsson2015-02-23
* Remove option plain_descriptionsBardur Arantsson2015-02-23
* Remove depth_in_feet option; always use levelBardur Arantsson2015-02-23
* Remove exp_need option; behave as if always setBardur Arantsson2015-02-23
* Remove last remnants of the Merchant classBardur Arantsson2015-02-23
* Fix Theme description of UlmoBardur Arantsson2014-12-23
* Enable "maxmize stats" permanentlyBardur Arantsson2014-12-23
* Remove the stack_force_* and stack_allow_* optionsBardur Arantsson2013-09-27
* Switch almost everything over to C++Bardur Arantsson2013-09-27