summaryrefslogtreecommitdiff
path: root/src/modules.cc
Commit message (Expand)AuthorAge
* Migrate all headers to C++-onlyBardur Arantsson2019-02-15
* Rewrite private_check_user_directory() to use boost::fsBardur Arantsson2019-02-15
* Simplify and combine the h-* headersBardur Arantsson2019-02-15
* Remove angband.hBardur Arantsson2019-02-15
* Replace C-style string code with boost::algorithm::* equivalentsBardur Arantsson2019-02-15
* Avoid use of global for force_moduleBardur Arantsson2019-02-15
* Remove the "savefile" variableBardur Arantsson2019-02-15
* Rework pref extension handlingBardur Arantsson2019-02-15
* Massively clean up handling of special dungeonsBardur Arantsson2018-03-25
* Remove unused ANGBAND_DIR_COREBardur Arantsson2018-03-25
* Remove 'cptr' typedefBardur Arantsson2018-03-25
* Auto-identify items when they are added to inventoryBardur Arantsson2018-03-25
* Rework loadsave.c:loaded_game_module to use std::stringBardur Arantsson2017-06-13
* Change away from bool_ for hooksBardur Arantsson2017-05-02
* Remove max_plevBardur Arantsson2016-10-05
* Remove unused version_* variablesBardur Arantsson2016-09-17
* Rework RF{1,2,3,7,8,9}_* monster flags to use flag_set<>Bardur Arantsson2016-06-20
* Build: Produce multiple independent executablesBardur Arantsson2016-02-05
* Refactor race_info_idx() to avoid "invisible" static pointersBardur Arantsson2015-12-11
* Fix a few warningsBardur Arantsson2015-09-14
* Split types.h into separate header for each typeBardur Arantsson2015-06-07
* Rename miscellaneous .h headers to .hppBardur Arantsson2015-03-22
* Convert cave-related macros from defines.h into 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
* Move modules.cc "C" linkage declarations to separate header fileBardur Arantsson2015-03-07
* Move lua_bind.cc declarations to separate header fileBardur Arantsson2015-03-07
* Split joke.cc declarations to 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 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 birth.cc function declarations to separate headerBardur Arantsson2015-02-23
* Move corrupt.cc function declarations to separate headerBardur Arantsson2015-02-23
* Clean up warnings about signed/unsigned comparisonsBardur Arantsson2015-02-23
* Move private_check_user_directory() to modules.ccBardur Arantsson2014-12-23
* Remove all uses of sglibBardur Arantsson2014-12-18
* Replace usleep with C++11 this_thread::sleep_for()Bardur Arantsson2014-12-16
* Remove inkey_scan and inkey_xtra globalsBardur Arantsson2014-11-20
* Remove most of z-virt.[ch]Bardur Arantsson2014-06-27
* Remove unused ANGBAND_DIR_{SCPT,PATCH}Bardur Arantsson2014-06-27
* Remove MACH_O_CARBON codeBardur Arantsson2014-06-25
* Remove ANGBAND_DIR_CMOVBardur Arantsson2014-06-25
* Switch almost everything over to C++Bardur Arantsson2013-09-27