summaryrefslogtreecommitdiff
path: root/src/files.cc
Commit message (Expand)AuthorAge
* 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
* 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 d_head, d_name, d_textBardur Arantsson2015-02-23
* Remove old bounty codeBardur Arantsson2015-02-23
* Remove unused BACT_* values, including Arena codeBardur Arantsson2015-02-23
* Remove r_name, r_text, r_head in favor of simple stringsBardur Arantsson2015-02-23
* Enable "maxmize stats" permanentlyBardur Arantsson2014-12-23
* Eliminate hook_file globalBardur Arantsson2014-12-23
* Update HOOK_CHAR_DUMP to new-style hookBardur Arantsson2014-12-23
* Remove most of z-virt.[ch]Bardur Arantsson2014-06-27
* Replace usages of WIPE/C_WIPE with memset()Bardur Arantsson2014-06-26
* Fix a couple of Clang warningsBardur Arantsson2014-06-26
* Remove obsolete MSDOS/AMIGA support codeBardur Arantsson2014-06-25
* Switch almost everything over to C++Bardur Arantsson2013-09-27