summaryrefslogtreecommitdiff
path: root/src/q_betwen.cc
Commit message (Collapse)AuthorAge
* Split init1.cc declarations into separate header fileBardur 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 cave.cc function declarations to separate headerBardur Arantsson2015-02-23
|
* Update HOOK_QUEST_FINISH to new-style hookBardur Arantsson2014-12-23
|
* Update HOOK_MONSTER_DEATH to new-style hookBardur Arantsson2014-12-23
|
* Update HOOK_GEN_QUEST to new-style hookBardur Arantsson2014-12-23
|
* Update HOOK_INIT_QUEST to new-style hookBardur Arantsson2014-12-23
|
* Update HOOK_MOVE 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