summaryrefslogtreecommitdiff
path: root/src/birth.cc
Commit message (Collapse)AuthorAge
* Split birth.cc "C" declarations to separate header fileBardur Arantsson2015-03-07
|
* Split init2.cc declarations to separate header filesBardur Arantsson2015-03-07
|
* Split object*.cc declarations into separate header filesBardur Arantsson2015-03-07
|
* Split files.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
| | | | | We need one .h file and one .hpp since some of the functions are being called from plain C code.
* Split spells2.cc function declarations to separate header fileBardur Arantsson2015-02-23
|
* 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 cmd4.cc function declarations to separate header fileBardur Arantsson2015-02-23
| | | | Remove a little dead code while we're at it.
* 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 xtra1.cc function declarations to separate headerBardur Arantsson2015-02-23
| | | | | Make a couple of functions private to the module while we're at it.
* Move store.cc function declarations to separate headerBardur Arantsson2015-02-23
|
* Move notes.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
|
* Move modules.cc declarations to separate headerBardur Arantsson2015-02-23
|
* Move corrupt.cc function declarations to separate headerBardur Arantsson2015-02-23
|
* Move mimic.cc function delcarations into separate headerBardur Arantsson2015-02-23
|
* Remove rp_head, rp_name, rp_text, rmp_head, rmp_name, rmp_textBardur Arantsson2015-02-23
|
* Remove c_head, c_name, c_textBardur Arantsson2015-02-23
|
* Remove old bounty codeBardur Arantsson2015-02-23
| | | | | None of it actually seems to be used any longer; the bounty hunter quest is delegated to q_bounty.cc.
* Remove unused BACT_* values, including Arena codeBardur Arantsson2015-02-23
|
* Remove a few unused fields in player_typeBardur Arantsson2015-02-23
|
* Remove last remnants of the Merchant classBardur Arantsson2015-02-23
| | | | | | - Merchant's guild removed, it was unusable anyway - Removed "loan" code - Removed PWR_MERCHANT code
* Apply trivial warning cleanupsBardur Arantsson2015-02-23
|
* Move spell forward declarations from externs.h to spells3.hppBardur Arantsson2015-02-23
|
* Remove unused struct birther fieldsBardur Arantsson2014-12-23
|
* Enable "maxmize stats" permanentlyBardur Arantsson2014-12-23
|
* Remove unused HOOK_BIRTHBardur Arantsson2014-12-23
|
* Update HOOK_BIRTH_OBJECTS to new-style hookBardur Arantsson2014-12-23
|
* Remove inkey_scan and inkey_xtra globalsBardur Arantsson2014-11-20
|
* Replace usages of WIPE/C_WIPE with memset()Bardur Arantsson2014-06-26
|
* Fix undefined behavior for HP calculation at birthBardur Arantsson2013-09-27
|
* Move random quest initialization code to q_rand.ccBardur Arantsson2013-09-27
|
* Switch almost everything over to C++Bardur Arantsson2013-09-27