summaryrefslogtreecommitdiff
path: root/src/xtra2.cc
Commit message (Expand)AuthorAge
* Introduce "point" class and use in xtra2 instead of temp_{x,y,n}Bardur Arantsson2016-03-10
* Use std::string for object_descBardur Arantsson2016-03-10
* Replace ang_sort() with std::stable_sort()Bardur Arantsson2016-02-13
* Migrate z-rand.c to C++Bardur Arantsson2015-12-11
* Refactor race_info_idx() to avoid "invisible" static pointersBardur Arantsson2015-12-11
* Remove Alchemist class and associated skills/codeBardur Arantsson2015-12-11
* Refactor cave_type and monster_type to use non-intrusive listsBardur Arantsson2015-08-01
* Split types.h into separate header for each typeBardur Arantsson2015-06-07
* Remove expand_{list,look} options; behave as if always setBardur Arantsson2015-06-07
* Add "asleep" note to monster description for (l)ook commandBardur Arantsson2015-04-14
* Remove dead codeBardur Arantsson2015-04-14
* Make target_able staticBardur Arantsson2015-04-14
* Rename miscellaneous .h headers to .hppBardur Arantsson2015-03-22
* Inline various GOD macrosBardur 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 tables.cc declarations into separate header filesBardur Arantsson2015-03-07
* Split option variables into separate header and source fileBardur Arantsson2015-03-07
* Move melee*.cc declaration 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 monster3.cc declarations to separate header fileBardur Arantsson2015-03-07
* Split monster2.cc declarations into separate headerBardur Arantsson2015-03-07
* Split monster1.cc declarations to 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 spells1.cc declarations to separate header fileBardur Arantsson2015-02-23
* Move cmd5.cc function declarations to separate header fileBardur Arantsson2015-02-23
* Move cave.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 randart.cc 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 corrupt.cc function declarations to separate headerBardur Arantsson2015-02-23
* Move mimic.cc function delcarations into separate headerBardur Arantsson2015-02-23
* Remove f_head, f_name, f_textBardur Arantsson2015-02-23
* Remove st_head, st_nameBardur Arantsson2015-02-23
* Remove wf_head, wf_name, wf_textBardur Arantsson2015-02-23
* Remove t_head, t_name, t_textBardur Arantsson2015-02-23
* Remove rp_head, rp_name, rp_text, rmp_head, rmp_name, rmp_textBardur Arantsson2015-02-23
* Remove d_head, d_name, d_textBardur Arantsson2015-02-23
* Remove re_head, re_nameBardur Arantsson2015-02-23
* Replace r_idx parameter with direct borrowed pointer in mego_ok()Bardur 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 k_name, k_text, k_head in favor of simple stringsBardur Arantsson2015-02-23
* Remove r_name, r_text, r_head in favor of simple stringsBardur Arantsson2015-02-23
* Remove speak_unique optionBardur Arantsson2015-02-23