summaryrefslogtreecommitdiff
path: root/src/q_ultrag.cc
Commit message (Collapse)AuthorAge
* Migrate all headers to C++-onlyBardur Arantsson2019-02-15
|
* Remove angband.hBardur Arantsson2019-02-15
|
* Eliminate uses of bool_Bardur Arantsson2018-03-25
|
* Remove IDENT_MENTALBardur Arantsson2018-03-25
| | | | | | This essentially means Identify is the same as *Identify*, but it doesn't matter because everything is already being *Identified* on walk-over at this point.
* Add object_type->k_ptr to point directly to the object_kindBardur Arantsson2018-03-25
| | | | | The idea is to eventually migrate off k_idx completely, but there are still a couple of uses left.
* Move k_allow_special to object_kind memberBardur Arantsson2018-03-25
| | | | | (It's not quite right, but it's better than a global, and we already have a few run-time values in there already.)
* Change away from bool_ for hooksBardur Arantsson2017-05-02
|
* Remove unused "quest_idx" parameter from quest_type::init()Bardur Arantsson2016-09-17
|
* Move all options to a struct instead of using globalsBardur Arantsson2016-09-17
|
* Rework TR{1,2,3,4,5}_* flags to flag_set<>Bardur Arantsson2016-06-21
|
* 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
| | | | | - 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 option variables into separate header and source fileBardur Arantsson2015-03-07
| | | | | | | | | Remove unused testing_stack testing_carry options while we're at it.
* Split object*.cc declarations into separate header filesBardur 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_RECALL to new-style hookBardur Arantsson2014-12-23
|
* Update HOOK_MONSTER_DEATH to new-style hookBardur Arantsson2014-12-23
|
* Update HOOK_STAIR 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
|
* Simplify PR_* redraw code and remove direct references to Term membersBardur Arantsson2014-06-26
|
* Switch almost everything over to C++Bardur Arantsson2013-09-27