summaryrefslogtreecommitdiff
path: root/src/skills.cc
Commit message (Expand)AuthorAge
* Migrate z-rand.c to C++Bardur Arantsson2015-12-11
* Remove Alchemist class and associated skills/codeBardur Arantsson2015-12-11
* Remove dead Portable Hole codeBardur Arantsson2015-06-11
* Split types.h into separate header for each typeBardur Arantsson2015-06-07
* Split struct ability_type into separate header fileBardur Arantsson2015-03-22
* Fix a wrap-around in skills menuBardur Arantsson2015-03-22
* Rename miscellaneous .h headers to .hppBardur Arantsson2015-03-22
* Inline various GOD macrosBardur Arantsson2015-03-22
* Split variables.cc declarations to separate header filesBardur Arantsson2015-03-07
* Split tables.cc declarations into separate header filesBardur Arantsson2015-03-07
* Move lua_bind.cc declarations to separate header fileBardur Arantsson2015-03-07
* Split object*.cc declarations into separate header filesBardur Arantsson2015-03-07
* Split monster3.cc declarations to separate header fileBardur 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 spells4.cc declarations into separate header fileBardur Arantsson2015-02-23
* Split spells1.cc declarations to separate header fileBardur Arantsson2015-02-23
* Split traps.cc function declarations to separate fileBardur Arantsson2015-02-23
* Move cmd7.cc function declarations to separate header fileBardur Arantsson2015-02-23
* Move cmd5.cc function declarations to separate header fileBardur Arantsson2015-02-23
* Move cmd3.cc function declarations to separate headerBardur Arantsson2015-02-23
* Move cmd2.cc function declarations to separate headerBardur Arantsson2015-02-23
* Move help.cc function declarations to separate headerBardur Arantsson2015-02-23
* Move birth.cc function declarations to separate headerBardur Arantsson2015-02-23
* Move xtra2.cc functions to separate headerBardur Arantsson2015-02-23
* Move skills.cc function declarations to skills.hppBardur Arantsson2015-02-23
* Move gods.cc function declarations to separate headerBardur Arantsson2015-02-23
* Remove s_head, s_name, s_textBardur Arantsson2015-02-23
* Remove ab_head, ab_name, ab_textBardur Arantsson2015-02-23
* Remove a few unused fields in player_typeBardur Arantsson2015-02-23
* Clean up warnings about signed/unsigned comparisonsBardur Arantsson2015-02-23
* Apply trivial warning cleanupsBardur Arantsson2015-02-23
* Make a few functions in skills.cc staticBardur Arantsson2014-12-23
* Remove old-style HOOK_RECALC_SKILLS invocationBardur Arantsson2014-12-23
* Remove unused HOOK_LEARN_ABILITYBardur Arantsson2014-12-23
* Replace uses of stricmp with boost::algorithm::iequalsBardur Arantsson2014-12-16
* Fix a typo in article author's nameBardur Arantsson2014-06-26
* Simplify PR_* redraw code and remove direct references to Term membersBardur Arantsson2014-06-26
* Make Weighted Random Selection algorithm higher levelBardur Arantsson2013-09-27
* Switch almost everything over to C++Bardur Arantsson2013-09-27