summaryrefslogtreecommitdiff
path: root/src/powers.cc
Commit message (Expand)AuthorAge
* Remove quark.{cc,hpp}Bardur Arantsson2016-09-17
* Factor out 'flush_failure' option handlingBardur Arantsson2016-09-17
* Rework FF1_* flags to flags_set<>Bardur Arantsson2016-06-21
* Rework RF{1,2,3,7,8,9}_* monster flags to use flag_set<>Bardur Arantsson2016-06-20
* Convert dungeon_info_type to use new flag_setBardur Arantsson2016-03-29
* Migrate z-rand.c to C++Bardur Arantsson2015-12-11
* Refactor race_info_idx() to avoid "invisible" static pointersBardur Arantsson2015-12-11
* Split types.h into separate header for each typeBardur Arantsson2015-06-07
* Rework object list filters to avoid global variablesBardur Arantsson2015-04-15
* Rename miscellaneous .h headers to .hppBardur 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 option variables into separate header and source fileBardur Arantsson2015-03-07
* Split object*.cc declarations into separate header filesBardur Arantsson2015-03-07
* Split files.cc declarations into separate header filesBardur Arantsson2015-03-07
* Split monster3.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
* Split spells2.cc function declarations to separate header fileBardur Arantsson2015-02-23
* Split spells1.cc declarations to separate header fileBardur Arantsson2015-02-23
* Split traps.cc function declarations to separate fileBardur Arantsson2015-02-23
* Split powers function declarations to separate header fileBardur Arantsson2015-02-23
* Move cmd7.cc function declarations to separate header fileBardur Arantsson2015-02-23
* Move cmd2.cc function declarations to separate headerBardur Arantsson2015-02-23
* Move cmd1.cc function declarations to separate header fileBardur Arantsson2015-02-23
* Move cave.cc function declarations to separate headerBardur Arantsson2015-02-23
* Move xtra2.cc functions to separate headerBardur Arantsson2015-02-23
* Move mimic.cc function delcarations into separate headerBardur Arantsson2015-02-23
* Remove last remnants of the Merchant classBardur Arantsson2015-02-23
* Remove unused HOOK_ACTIVATE_POWERBardur Arantsson2014-12-23
* Simplify PR_* redraw code and remove direct references to Term membersBardur Arantsson2014-06-26
* Switch almost everything over to C++Bardur Arantsson2013-09-27