summaryrefslogtreecommitdiff
path: root/src/skills.cc
Commit message (Collapse)AuthorAge
* Migrate z-rand.c to C++Bardur Arantsson2015-12-11
| | | | | - Include explicitly instead of via angband.h - Change to regular functions instead of macros.
* Remove Alchemist class and associated skills/codeBardur Arantsson2015-12-11
| | | | | | Alchemy has always been ridiculously broken and there's been a huge amount of horrible code to support it. Sorry to any fans of Alchemy, but it's got to go.
* 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
| | | | | The previous implementation would result in undefined behavior when wrapping around 0.
* 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
| | | | | - Can now remove externs.h. Yay! - Put a stray option variable into its rightful place in options.hpp
* 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
| | | | | We need one .h file and one .hpp since some of the functions are being called from plain C code.
* Split spells4.cc declarations into separate header fileBardur Arantsson2015-02-23
|
* Split spells1.cc declarations to separate header fileBardur Arantsson2015-02-23
| | | | Make a couple of the functions static while we're at it
* Split traps.cc function declarations to separate fileBardur Arantsson2015-02-23
|
* Move cmd7.cc function declarations to separate header fileBardur Arantsson2015-02-23
| | | | Make a few of the functions static while we're at it.
* Move cmd5.cc function declarations to separate header fileBardur Arantsson2015-02-23
| | | | | Make a few of functions static, remove dead code and fix a few stray declarations while we're at it.
* 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
| | | | | We leave the no_begin_screen variable because it needs to be accessed by non-C++ code.
* Move xtra2.cc functions to separate headerBardur Arantsson2015-02-23
| | | | Remove some functions and make others static while we're at it.
* 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