summaryrefslogtreecommitdiff
path: root/src/externs.h
Commit message (Expand)AuthorAge
* Remove set_head, set_name, set_textBardur Arantsson2015-02-23
* Remove rp_head, rp_name, rp_text, rmp_head, rmp_name, rmp_textBardur Arantsson2015-02-23
* Remove c_head, c_name, c_textBardur Arantsson2015-02-23
* Remove ab_head, ab_name, ab_textBardur Arantsson2015-02-23
* Remove d_head, d_name, d_textBardur Arantsson2015-02-23
* Remove re_head, re_nameBardur Arantsson2015-02-23
* Remove e_name, e_text, e_headBardur Arantsson2015-02-23
* Remove v_name, v_text, v_headBardur Arantsson2015-02-23
* Replace a_head, a_name, a_text with simple char *Bardur Arantsson2015-02-23
* Remove old bounty codeBardur Arantsson2015-02-23
* Remove effectively unused variablesBardur Arantsson2015-02-23
* Replace r_idx parameter with direct borrowed pointer in mego_ok()Bardur Arantsson2015-02-23
* Remove unused BACT_* values, including Arena codeBardur Arantsson2015-02-23
* Remove a few unused fields in player_typeBardur Arantsson2015-02-23
* Remove k_name, k_text, k_head in favor of simple stringsBardur Arantsson2015-02-23
* Remove r_name, r_text, r_head in favor of simple stringsBardur 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
* Rework MONSTER_EXP into a functionBardur Arantsson2015-02-23
* Move school_spells array to spells5.ccBardur Arantsson2015-02-23
* Consolide the two spell_type headersBardur Arantsson2015-02-23
* Move spell forward declarations from externs.h to spells3.hppBardur Arantsson2015-02-23
* Replace all empty "spell_info" functions with a single functionBardur Arantsson2015-02-23
* Split spell_chance into device and book variantsBardur Arantsson2015-02-23
* Make get_level_s staticBardur Arantsson2015-02-23
* Change get_level_school() to use direct spell_type pointer instead of indexBardur Arantsson2015-02-23
* Remove unnecessary do_cmd_cast() extern declBardur Arantsson2015-02-23
* Promote parameter of get_level_device() to spell_type * and make it staticBardur Arantsson2014-12-23
* Remove dead extern declarationBardur Arantsson2014-12-23
* Move find_position() to spells3.ccBardur Arantsson2014-12-23
* Remove dead get_table_name() and its data fileBardur Arantsson2014-12-23
* Make "pref_tmp_value" localBardur Arantsson2014-12-23
* Remove unused angband_sound_nameBardur Arantsson2014-12-23
* Enable "maxmize stats" permanentlyBardur Arantsson2014-12-23
* Remove all uses of sglibBardur Arantsson2014-12-18
* Make ang_sort_* private to xtra2.ccBardur Arantsson2014-12-16
* Replace usleep with C++11 this_thread::sleep_for()Bardur Arantsson2014-12-16
* Replace uses of stricmp with boost::algorithm::iequalsBardur Arantsson2014-12-16
* Remove dead #ifdef sectionsBardur Arantsson2014-12-16
* Remove lots of obsolete platform definesBardur Arantsson2014-12-16
* Inline safe_calloc() and remove z-virt.cBardur Arantsson2014-12-13
* Remove inkey_scan and inkey_xtra globalsBardur Arantsson2014-11-20
* Remove graphics supportBardur Arantsson2014-07-02
* Remove "platform" sound supportBardur Arantsson2014-07-02
* Remove most of z-virt.[ch]Bardur Arantsson2014-06-27