summaryrefslogtreecommitdiff
path: root/src/cave.cc
Commit message (Collapse)AuthorAge
* 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
|
* Split option variables into separate header and source fileBardur Arantsson2015-03-07
| | | | | | | | | Remove unused testing_stack testing_carry options while we're at it.
* 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 spells1.cc declarations to separate header fileBardur Arantsson2015-02-23
| | | | Make a couple of the functions static while we're at it
* Move cave.cc function declarations to separate headerBardur Arantsson2015-02-23
|
* Remove dead codeBardur Arantsson2015-02-23
|
* Fix hallucinatory monsters/itemsBardur Arantsson2015-02-23
|
* Clean up warnings about signed/unsigned comparisonsBardur Arantsson2015-02-23
|
* Remove all uses of sglibBardur Arantsson2014-12-18
|
* Remove graphics supportBardur Arantsson2014-07-02
|
* Replace usages of WIPE/C_WIPE with memset()Bardur Arantsson2014-06-26
|
* Simplify PR_* redraw code and remove direct references to Term membersBardur Arantsson2014-06-26
|
* Remove cmovie supportBardur Arantsson2014-06-25
|
* Switch almost everything over to C++Bardur Arantsson2013-09-27