summaryrefslogtreecommitdiff
path: root/src/files.cc
Commit message (Expand)AuthorAge
* Rework PR{1,2}_* flags to flag_set<>Bardur Arantsson2016-06-22
* Rework TR{1,2,3,4,5}_* flags to flag_set<>Bardur Arantsson2016-06-21
* Change player_type to non-POD typeBardur Arantsson2016-06-20
* Change store_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 redundant parens from RFn_* in expressionsBardur Arantsson2016-06-20
* Remove player gender, age, height, etc.Bardur Arantsson2016-03-10
* Reduce file-open/close boilerplate and simplify formattingBardur Arantsson2016-02-13
* Simplify show_file function signatureBardur Arantsson2016-02-05
* Remove #ifdef WINDOWS hackBardur Arantsson2016-02-05
* Remove '-H' command line switchBardur Arantsson2016-02-05
* Remove mentions of the borgBardur Arantsson2016-02-05
* Make get_player_race_name() return a std::stringBardur Arantsson2016-02-05
* Remove MACINTOSH-compatibility codeBardur Arantsson2015-12-29
* Add missing static_assertBardur Arantsson2015-12-28
* Remove get_month_name()Bardur Arantsson2015-12-28
* Clean up indentationBardur Arantsson2015-12-11
* Remove dead codeBardur Arantsson2015-12-11
* Migrate z-rand.c to C++Bardur Arantsson2015-12-11
* Remove ANGBAND_GRAFBardur Arantsson2015-12-11
* Remove ANGBAND_KEYBOARDBardur Arantsson2015-12-11
* Split types.h into separate header for each typeBardur Arantsson2015-06-07
* Rework object list filters to avoid global variablesBardur Arantsson2015-04-15
* 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
* Split init1.cc declarations into separate header fileBardur Arantsson2015-03-07
* Split object*.cc declarations into separate header filesBardur Arantsson2015-03-07
* Split loadsave.cc declarations to 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 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
* Split spells2.cc function declarations to separate header fileBardur Arantsson2015-02-23
* Move cmd3.cc function declarations to separate headerBardur Arantsson2015-02-23
* Move cave.cc function declarations to separate headerBardur Arantsson2015-02-23
* Make a few functions module-static and remove dead codeBardur Arantsson2015-02-23
* Remove smart_cheat optionBardur Arantsson2015-02-23
* "Inline" cmovie_clean_line in files.ccBardur 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 skills.cc function declarations to skills.hppBardur 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 st_head, st_nameBardur Arantsson2015-02-23
* Remove wf_head, wf_name, wf_textBardur Arantsson2015-02-23