summaryrefslogtreecommitdiff
path: root/src/q_one.cc
Commit message (Collapse)AuthorAge
* 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
|
* Rename miscellaneous .h headers to .hppBardur Arantsson2015-03-22
|
* Rename q_*.h headers to *.hpp and remove "extern C" wrappersBardur Arantsson2015-03-22
|
* Inline various GOD macrosBardur 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
|
* Split object*.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.
* Move gods.cc function declarations to separate headerBardur Arantsson2015-02-23
|
* Update HOOK_DIE to new-style hookBardur Arantsson2014-12-23
|
* Update HOOK_CALC_HP to new-style hookBardur Arantsson2014-12-23
|
* Update HOOK_LEVEL_END_GEN to new-style hookBardur Arantsson2014-12-23
|
* Update HOOK_WIELD to new-style hookBardur Arantsson2014-12-23
|
* Update HOOK_MONSTER_DEATH to new-style hookBardur Arantsson2014-12-23
|
* Update HOOK_IDENTIFY to new-style hookBardur Arantsson2014-12-23
|
* Update HOOK_MOVE to new-style hookBardur Arantsson2014-12-23
|
* Update HOOK_DROP to new-style hookBardur Arantsson2014-12-23
|
* Update HOOK_CHAR_DUMP to new-style hookBardur Arantsson2014-12-23
|
* Switch almost everything over to C++Bardur Arantsson2013-09-27