summaryrefslogtreecommitdiff
path: root/src/joke.cc
Commit message (Collapse)AuthorAge
* Change away from bool_ for hooksBardur Arantsson2017-05-02
|
* Move all options to a struct instead of using globalsBardur Arantsson2016-09-17
|
* Migrate z-rand.c to C++Bardur Arantsson2015-12-11
| | | | | - Include explicitly instead of via angband.h - Change to regular functions instead of macros.
* Split types.h into separate header for each typeBardur Arantsson2015-06-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
* Move "Birth options" to options.{cc,hpp}Bardur Arantsson2015-03-07
|
* Split joke.cc declarations to separate header fileBardur 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.
* Fix off-by-one in indexing of m_allow_special[]Bardur Arantsson2015-02-23
|
* Switch almost everything over to C++Bardur Arantsson2013-09-27