summaryrefslogtreecommitdiff
path: root/src/modules.cc
Commit message (Expand)AuthorAge
* 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