summaryrefslogtreecommitdiff
path: root/src/init2.cc
Commit message (Collapse)AuthorAge
...
* Remove unused HOOK_INIT_GAMEBardur Arantsson2014-12-23
|
* 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
|
* Replace usages of WIPE/C_WIPE with memset()Bardur Arantsson2014-06-26
|
* Remove unused scansubdir() and TERM_XTRA_SCANSUBDIRBardur Arantsson2014-06-26
|
* Move environment-based path initialization out of main.cBardur Arantsson2014-06-25
|
* 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.
* Fix an overflow with allocation valuesBardur Arantsson2013-09-27
|
* Switch almost everything over to C++Bardur Arantsson2013-09-27