summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/player-stats.h
Commit message (Expand)AuthorAgeFilesLines
* Fix possible save corruption when disconnecting on the stat gain prompt.Adam Borowski2012-11-211-1/+1
* Use std namespace.Raphael Langella2012-08-261-1/+1
* Make a bunch of functions static or gone.Adam Borowski2012-06-231-2/+0
* Pass stats as int, not int8_t.Adam Borowski2012-01-311-8/+8
* Rename class "monsters" to "monster".Robert Vollmert2010-09-051-1/+1
* Rename chars used as numbers to int8_t/uint8_t. Fix some other type usage.Adam Borowski2010-07-301-8/+8
* Specify char signedness where it matters.Adam Borowski2010-07-291-5/+7
* Whitespace fixes.Adam Borowski2010-06-231-1/+1
* Remove stat insta-death.Robert Vollmert2010-04-031-0/+3
* Store base stats instead of maximal stats.Robert Vollmert2010-04-021-2/+10
* Replace most uses of modify_stat by notify_stat_change.Robert Vollmert2010-04-021-6/+6
* Replace you.stats by you.stat_loss.Robert Vollmert2010-04-011-2/+0
* Make stat change handling and normalization more sane.Robert Vollmert2010-04-011-6/+5
* Convert stats to use vectors player::stats, player::max_stats.Robert Vollmert2010-04-011-0/+3
* Move {lose,restore}_stat to player-stats.cc.Robert Vollmert2010-04-011-0/+14
* Move player stat handling to player-stats.{cc,h}.Robert Vollmert2010-04-011-0/+19