summaryrefslogtreecommitdiff
path: root/src/q_bounty.cc
Commit message (Expand)AuthorAge
* Rework RF{1,2,3,7,8,9}_* monster flags to use flag_set<>Bardur Arantsson2016-06-20
* Rework RF{4,5,6}_* monster spell flags to flag_set<>Bardur Arantsson2016-06-20
* Reduce file-open/close boilerplate and simplify formattingBardur Arantsson2016-02-13
* Split types.h into separate header for each typeBardur Arantsson2015-06-07
* Rework object list filters to avoid global variablesBardur Arantsson2015-04-15
* 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
* Moved lua_get_new_bounty_monster() to q_bounty.ccBardur 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
* Switch almost everything over to C++Bardur Arantsson2013-09-27