summaryrefslogtreecommitdiff
path: root/src/modules.cc
Commit message (Collapse)AuthorAge
* Clean up warnings about signed/unsigned comparisonsBardur Arantsson2015-02-23
|
* Move private_check_user_directory() to modules.ccBardur Arantsson2014-12-23
| | | | We need to move it out of main.c to support our test harness.
* Remove all uses of sglibBardur Arantsson2014-12-18
|
* Replace usleep with C++11 this_thread::sleep_for()Bardur Arantsson2014-12-16
| | | | | | | Also remove TERM_XTRA_DELAY. The terminal abstraction should not be used for providing general platform independence. As a side effect this reintroduces support for "delay" on SDL, not sure if that's a good idea or not.
* Remove inkey_scan and inkey_xtra globalsBardur Arantsson2014-11-20
|
* Remove most of z-virt.[ch]Bardur Arantsson2014-06-27
| | | | | This commit leaves only safe_calloc() as a convenient "non-failing" calloc().
* Remove unused ANGBAND_DIR_{SCPT,PATCH}Bardur Arantsson2014-06-27
|
* Remove MACH_O_CARBON codeBardur Arantsson2014-06-25
| | | | It's been a long time since Carbon was relevant.
* Remove ANGBAND_DIR_CMOVBardur Arantsson2014-06-25
| | | | It's unused since the removal of cmovie support.
* Switch almost everything over to C++Bardur Arantsson2013-09-27