summaryrefslogtreecommitdiff
path: root/src/object1.cc
Commit message (Collapse)AuthorAge
* Move school_spells array to spells5.ccBardur Arantsson2015-02-23
|
* Consolide the two spell_type headersBardur Arantsson2015-02-23
|
* Change spell_chance_device parameter to use spell_type pointerBardur Arantsson2015-02-23
| | | | There's no need to go through the extra indirection of the spell list.
* Split spell_chance into device and book variantsBardur Arantsson2015-02-23
| | | | | The code calling spell_chance() always actually knows which kind of spell its looking at, so we might as well exploit that.
* Fix signature of object_flavorBardur Arantsson2014-12-23
|
* Remove dead get_table_name() and its data fileBardur Arantsson2014-12-23
|
* Remove unused HOOK_ACTIVATE_DESCBardur Arantsson2014-12-23
|
* Remove unused HOOK_ITEM_NAMEBardur Arantsson2014-12-23
|
* Remove unused HOOK_WIELD_SLOTBardur Arantsson2014-12-23
|
* Rework spell_type_description_foreach to use lambdasBardur Arantsson2014-12-23
|
* Remove graphics supportBardur Arantsson2014-07-02
|
* Simplify PR_* redraw code and remove direct references to Term membersBardur Arantsson2014-06-26
|
* Remove old-style HOOK_GET supportBardur Arantsson2013-09-27
|
* Switch almost everything over to C++Bardur Arantsson2013-09-27