summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/props.h
Commit message (Collapse)AuthorAgeFilesLines
* Be more consistent with doxygen comment style.Neil Moore2014-05-291-2/+2
| | | | | | | | Use /** for block comments, /// for short comments, and /**< and ///< for post-member comments. The //<! that appeared in a few places wasn't even correct: it should have been //!< (but is now ///<).
* Fix Doxygen warnings.Samuel Bronson2011-10-011-1/+1
|
* Ashenzari also warns about monsters' wands.Raphael Langella2011-03-211-0/+28
Chance is the same as for other items: boundedness / 3. It has some (good) side effects. Now, if the player sees a monster pick or use a wand, then it will be shown in xv and ctrl+x modes. It will respect the player 's knowledge of the specific wand. I also added a props.h file to document specific props keys. Not sure if doxygen has taken it into account or if the syntax is correct, but I felt we needed a place to document them. Documenting directly in actor.h would have lead to a lot of recompiling on each documentation update.