summaryrefslogtreecommitdiff
path: root/src/modules.cc
Commit message (Collapse)AuthorAge
* 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
| | | | | - Can now remove externs.h. Yay! - Put a stray option variable into its rightful place in options.hpp
* 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
| | | | | We need one .h file and one .hpp since some of the functions are being called from plain C code.
* Split spells2.cc function declarations to separate header fileBardur Arantsson2015-02-23
|
* Move birth.cc function declarations to separate headerBardur Arantsson2015-02-23
| | | | | We leave the no_begin_screen variable because it needs to be accessed by non-C++ code.
* 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
| | | | 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