summaryrefslogtreecommitdiff
path: root/src/object2.cc
Commit message (Expand)AuthorAge
* Split object*.cc declarations into separate header filesBardur Arantsson2015-03-07
* Split monster2.cc declarations into separate headerBardur Arantsson2015-03-07
* Split util.cc function declarations into separate header filesBardur Arantsson2015-02-23
* Split spells2.cc function declarations to separate header fileBardur Arantsson2015-02-23
* Split traps.cc function declarations to separate fileBardur Arantsson2015-02-23
* Remove dead declarations/codeBardur Arantsson2015-02-23
* Move cave.cc function declarations to separate headerBardur Arantsson2015-02-23
* Move xtra1.cc function declarations to separate headerBardur Arantsson2015-02-23
* Move randart.cc declarations to separate headerBardur Arantsson2015-02-23
* Move skills.cc function declarations to skills.hppBardur Arantsson2015-02-23
* Move mimic.cc function delcarations into separate headerBardur Arantsson2015-02-23
* Clean up warnings about signed/unsigned comparisonsBardur 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
* Remove unused HOOK_APPLY_MAGICBardur Arantsson2014-12-23
* Remove all uses of sglibBardur Arantsson2014-12-18
* Replace COPY() macro use with assignmentBardur Arantsson2014-06-26
* Replace usages of WIPE/C_WIPE with memset()Bardur Arantsson2014-06-26
* Simplify PR_* redraw code and remove direct references to Term membersBardur Arantsson2014-06-26
* Fix undefined behavior when too many "flag rarity groups" were usedBardur Arantsson2013-09-27
* Remove the stack_force_* and stack_allow_* optionsBardur Arantsson2013-09-27
* Switch almost everything over to C++Bardur Arantsson2013-09-27