summaryrefslogtreecommitdiff
path: root/src/tables.cc
Commit message (Collapse)AuthorAge
* Remove redundant "extern" on function declarationsBardur Arantsson2017-05-02
|
* Remove RunecraftingBardur Arantsson2017-02-28
|
* Remove !SelfKnowledgeBardur Arantsson2016-10-22
|
* Remove TR_SEARCH object flagBardur Arantsson2016-10-16
| | | | | Since the removal of traps its only effect was diluting the list of flags "available" for randarts and sentient items.
* Remove unused tactic_info_type.to_disarm fieldBardur Arantsson2016-10-08
|
* Fix formatting of tactic_info tableBardur Arantsson2016-10-08
|
* Remove dead trap codeBardur Arantsson2016-10-08
|
* Remove trapsBardur Arantsson2016-10-05
| | | | | | Credit goes mostly to "miramor" <danlev@norwoodlight.com> who did most of the actual work. I just did a few minor tweaks and fixes + rebased onto master.
* Remove max_plevBardur Arantsson2016-10-05
|
* Move tvals[] to tables.ccBardur Arantsson2016-09-17
|
* Split "inscription known" game state from inscription definitionsBardur Arantsson2016-09-17
|
* 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
| | | | It does nothing interesting anyway.
* Remove 'alert_hitpoint' option; behave as if always setBardur Arantsson2016-06-23
| | | | | | This actually preserves previous behavior since setting the warning threshold to 0% (default) has the same effect as disabling the alert entirely.
* 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
| | | | | Use simple numbered days instead and remove START_{DAY,YEAR} since they are no longer used.
* Remove Alchemist class and associated skills/codeBardur Arantsson2015-12-11
| | | | | | Alchemy has always been ridiculously broken and there's been a huge amount of horrible code to support it. Sorry to any fans of Alchemy, but it's got to go.
* Remove TR4_ANTIMAGIC_{30,20,10} flagsBardur Arantsson2015-09-14
| | | | | They're only used for the Antimagic realm of leveling items and we might as well use ANTIMAGIC_50 there, given the rarity of the flag.
* 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
| | | | | - Can now remove externs.h. Yay! - Put a stray option variable into its rightful place in options.hpp
* 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 unused testing_stack testing_carry options while we're at it.
* Remove smart_cheat optionBardur Arantsson2015-02-23
| | | | Behave as if always FALSE.
* Remove monster_lite optionBardur Arantsson2015-02-23
| | | | We act as if it's always set.
* Move modules.cc declarations to separate headerBardur Arantsson2015-02-23
|
* Remove easy_{disarm,tunnel,open}Bardur Arantsson2015-02-23
| | | | | | | | We behave is if the options (in the old code) were set to their defaults, *except* for easy_disarm which is rather dangerous. Because of the dangerousness we behave as if easy_disarm==FALSE, except for picking the "obvious" choice if there is one when using the (D)isarm command.
* 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
| | | | | | - Merchant's guild removed, it was unusable anyway - Removed "loan" code - Removed PWR_MERCHANT code
* 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
| | | | We now behave as if they were all true.
* Switch almost everything over to C++Bardur Arantsson2013-09-27