summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/duration-data.h
Commit message (Collapse)AuthorAgeFilesLines
* Show divine/cond. shield in % and @ (Kramin, PleasingFungus)Neil Moore2014-07-261-2/+8
| | | | | This also changes the wizmode name from "condensation shield" to "icy shield".
* Make BATTLELUST card use _do_weapon_swap(), remove DUR_BUILDING_RAGE.Shmuale Mark2014-06-121-1/+1
|
* Remove an unused durationChris Campbell2014-05-311-1/+1
|
* Be more consistent with doxygen comment style.Neil Moore2014-05-291-4/+4
| | | | | | | | 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 ///<).
* Checkwhite & unbrance cleanupNicholas Feinberg2014-05-281-1/+1
|
* Replace Hammer card with Fortitude.Shayne Halvorson2014-05-281-0/+4
| | | | | It grants damage shaving along with a strength boost, as Battlelust is likely not to make it into Nemelex's decks.
* Add a missing TAG_MAJOR check.Neil Moore2014-05-271-0/+2
|
* Move wizmode duration names to duration_data (reaverb)Neil Moore2014-05-271-159/+368
| | | | | And reformat and refactor. Several of the names should probably be cleaned up or improved.
* Constify.Neil Moore2014-05-261-1/+1
|
* Move duration data to its own filereaverb2014-05-261-0/+171