summaryrefslogtreecommitdiff
path: root/src/cmd4.cc
Commit message (Expand)AuthorAge
* Remove insert_sort_quest()Bardur Arantsson2016-02-13
* Reduce file-open/close boilerplate and simplify formattingBardur Arantsson2016-02-13
* Inline a lambdaBardur Arantsson2016-02-13
* Fix multiple potential underflows in plural_auxBardur Arantsson2016-02-05
* Simplify show_file function signatureBardur Arantsson2016-02-05
* Remove path_temp in favor of boost::fs::unique_path()Bardur Arantsson2016-02-05
* Make get_day() return std::stringBardur Arantsson2016-02-05
* Remove MACINTOSH-compatibility codeBardur Arantsson2015-12-29
* Remove get_month_name()Bardur Arantsson2015-12-28
* Migrate z-rand.c to C++Bardur Arantsson2015-12-11
* Refactor race_info_idx() to avoid "invisible" static pointersBardur 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
* Rename miscellaneous .h headers to .hppBardur 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
* Remove duplicate option-interaction codeBardur Arantsson2015-03-07
* Split init1.cc declarations into separate header fileBardur 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 levels.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
* Move cmd4.cc function declarations to separate header fileBardur Arantsson2015-02-23
* Make a few functions module-static and remove dead codeBardur Arantsson2015-02-23
* Move xtra1.cc function declarations to separate headerBardur Arantsson2015-02-23
* Move notes.cc functions to separate headerBardur Arantsson2015-02-23
* Move squeltch.cc function declarations to new include fileBardur Arantsson2015-02-23
* Move skills.cc function declarations to skills.hppBardur Arantsson2015-02-23
* Move corrupt.cc function declarations to separate headerBardur Arantsson2015-02-23
* Remove f_head, f_name, f_textBardur Arantsson2015-02-23
* Remove t_head, t_name, t_textBardur Arantsson2015-02-23
* Remove d_head, d_name, d_textBardur 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
* Update HOOK_FEELING to new-style hookBardur Arantsson2014-12-23
* Remove all uses of sglibBardur Arantsson2014-12-18
* Remove inkey_scan and inkey_xtra globalsBardur Arantsson2014-11-20
* Remove graphics supportBardur Arantsson2014-07-02
* Remove most of z-virt.[ch]Bardur Arantsson2014-06-27
* Remove unused screendump_auxBardur Arantsson2014-06-26
* Simplify PR_* redraw code and remove direct references to Term membersBardur Arantsson2014-06-26
* Switch almost everything over to C++Bardur Arantsson2013-09-27