summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Remove effectively unused variablesBardur Arantsson2015-02-23
* Remove dead declarationsBardur Arantsson2015-02-23
* Reduce ridiculous number of test_monster_name usagesBardur 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
* Make check_artifact_items staticBardur Arantsson2015-02-23
* Remove weird hardcoded reference to r_info[2]Bardur Arantsson2015-02-23
* Fix hallucinatory monsters/itemsBardur 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
* Fix problem with pseudo-ID not kicking in on inventoryBardur Arantsson2015-02-23
* Remove exp_need option; behave as if always setBardur Arantsson2015-02-23
* Fix buffer overflow in AutomatizerBardur Arantsson2015-02-23
* Fix buffer overflow in askfor_aux()Bardur Arantsson2015-02-23
* Limit scope of set_stick_mode/unset_stick_modeBardur Arantsson2015-02-23
* Use explicit list of test files to avoid "forgot-to-regenerate"Bardur Arantsson2015-02-23
* Fix school assignment for musical instrumentsBardur Arantsson2015-02-23
* Fix prompt for Thaumaturgy spellsBardur Arantsson2015-02-23
* Remove unused music_extra2 flagBardur Arantsson2015-02-23
* Remove last remnants of the Merchant classBardur Arantsson2015-02-23
* Clean up warnings about signed/unsigned comparisonsBardur Arantsson2015-02-23
* Apply trivial warning cleanupsBardur Arantsson2015-02-23
* Restrict stringstream to ostringstream in spell_school_nameBardur Arantsson2015-02-23
* Rework MONSTER_EXP into a functionBardur Arantsson2015-02-23
* Simplify spell_type_for_each to spell_type_get_schoolsBardur Arantsson2015-02-23
* Remove now-unused object parameter from spellcasting functionsBardur Arantsson2015-02-23
* Remove "HARDCORE=" and "SPELL=" handling for txt filesBardur Arantsson2015-02-23
* Unindent large region in cmd6.ccBardur Arantsson2015-02-23
* Change "activation spells" to use the old styleBardur Arantsson2015-02-23
* Add missing "every" in activation text of a few activationsBardur Arantsson2015-02-23
* channel_the_elements() on sand should use *Fire* skill levelBardur Arantsson2015-02-23
* Reduce duplication slightly in channel_the_elements()Bardur Arantsson2015-02-23
* Fix bug where Horns of Ylmir would use Shake's spell levelBardur Arantsson2015-02-23
* Fix bug related to God spellbooksBardur Arantsson2015-02-23
* Revert "Limit scope of {set,unset}_stick_mode for readability"Bardur Arantsson2015-02-23
* Move school_spells array to spells5.ccBardur Arantsson2015-02-23
* Consolide the two spell_type headersBardur Arantsson2015-02-23
* Fix header inclusion order problem in spells3.ccBardur Arantsson2015-02-23
* Move spell forward declarations from externs.h to spells3.hppBardur Arantsson2015-02-23
* Remove unused/unnecessary bits of types_fwd.hBardur Arantsson2015-02-23
* Replace all empty "spell_info" functions with a single functionBardur Arantsson2015-02-23
* Reformat spell_type ctorBardur Arantsson2015-02-23
* Inline get_target() into the one extant callerBardur Arantsson2015-02-23
* Change spell_chance_device parameter to use spell_type pointerBardur Arantsson2015-02-23