summaryrefslogtreecommitdiff
path: root/src/birth.cc
Commit message (Expand)AuthorAge
* Use std::vector for town_type::storeBardur Arantsson2016-09-17
* Remove unused parameter from init_town()Bardur Arantsson2016-06-23
* Rework PR{1,2}_* flags to flag_set<>Bardur Arantsson2016-06-22
* Clean up "quick start" promptBardur Arantsson2016-06-20
* Change player_type to non-POD typeBardur Arantsson2016-06-20
* Rework RF{1,2,3,7,8,9}_* monster flags to use flag_set<>Bardur Arantsson2016-06-20
* Remove monster memoryBardur Arantsson2016-06-20
* Convert dungeon_info_type to use new flag_setBardur Arantsson2016-03-29
* Remove player gender, age, height, etc.Bardur Arantsson2016-03-10
* Build: Produce multiple independent executablesBardur Arantsson2016-02-05
* Make get_player_race_name() return a std::stringBardur Arantsson2016-02-05
* Remove MACINTOSH-compatibility codeBardur Arantsson2015-12-29
* Migrate z-rand.c to C++Bardur Arantsson2015-12-11
* Remove Alchemist class and associated skills/codeBardur Arantsson2015-12-11
* Split types.h into separate header for each typeBardur Arantsson2015-06-07
* Split struct ability_type into separate header fileBardur Arantsson2015-03-22
* Rename miscellaneous .h headers to .hppBardur Arantsson2015-03-22
* Rename q_*.h headers to *.hpp and remove "extern C" wrappersBardur Arantsson2015-03-22
* Replace PRACE_FLAG{,2} macros with functionsBardur Arantsson2015-03-07
* Split variables.cc declarations to separate header filesBardur Arantsson2015-03-07
* Split "ToME options" out into options.{cc,hpp}Bardur Arantsson2015-03-07
* Split tables.cc declarations into separate header filesBardur Arantsson2015-03-07
* 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
* Split spells2.cc function declarations to separate header fileBardur Arantsson2015-02-23
* Move cmd5.cc function declarations to separate header fileBardur Arantsson2015-02-23
* Move cmd4.cc function declarations to separate header fileBardur 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 xtra1.cc function declarations to separate headerBardur Arantsson2015-02-23
* 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
* 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
* Apply trivial warning cleanupsBardur Arantsson2015-02-23
* Move spell forward declarations from externs.h to spells3.hppBardur Arantsson2015-02-23