summaryrefslogtreecommitdiff
path: root/src/mimic.cc
Commit message (Collapse)AuthorAge
* Move s_{info,descriptors} to Game/GameEdtiDataBardur Arantsson2016-10-05
|
* Change skill_type struct to use 'bool'Bardur Arantsson2016-09-17
|
* Rework TR{1,2,3,4,5}_* flags to flag_set<>Bardur Arantsson2016-06-21
|
* Minor cleanups for mimic.ccBardur Arantsson2016-06-20
|
* Migrate z-rand.c to C++Bardur Arantsson2015-12-11
| | | | | - Include explicitly instead of via angband.h - Change to regular functions instead of macros.
* Split types.h into separate header for each typeBardur Arantsson2015-06-07
|
* 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
* Move xtra1.cc function declarations to separate headerBardur Arantsson2015-02-23
| | | | | Make a couple of functions private to the module while we're at it.
* Move mimic.cc function delcarations into separate headerBardur Arantsson2015-02-23
|
* Switch almost everything over to C++Bardur Arantsson2013-09-27