summaryrefslogtreecommitdiff
path: root/src/q_god.cc
Commit message (Expand)AuthorAge
* Reduce file-open/close boilerplate and simplify formattingBardur Arantsson2016-02-13
* Use cppformat for q_god's "temple directions"Bardur Arantsson2016-02-05
* Migrate z-rand.c to C++Bardur Arantsson2015-12-11
* 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
* Split variables.cc declarations to separate header filesBardur Arantsson2015-03-07
* Split tables.cc declarations into separate header filesBardur Arantsson2015-03-07
* Split object*.cc declarations into separate header filesBardur Arantsson2015-03-07
* Split util.cc function declarations into separate header filesBardur Arantsson2015-02-23
* Update HOOK_PLAYER_LEVEL to new-style hookBardur Arantsson2014-12-23
* Update HOOK_GEN_LEVEL_BEGIN to new-style hookBardur Arantsson2014-12-23
* Update HOOK_ENTER_DUNGEON to new-style hookBardur Arantsson2014-12-23
* Update HOOK_LEVEL_END_GEN to new-style hookBardur Arantsson2014-12-23
* Update HOOK_BIRTH_OBJECTS to new-style hookBardur Arantsson2014-12-23
* Update HOOK_STAIR to new-style hookBardur Arantsson2014-12-23
* Update HOOK_CHAR_DUMP to new-style hookBardur Arantsson2014-12-23
* Use new-style GET hook for God quest to avoid invalid memory accessBardur Arantsson2013-09-27
* Switch almost everything over to C++Bardur Arantsson2013-09-27