summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/player.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge mons_holiness() into monster::holiness(), and add an is_unholy()David Lawrence Ramsey2009-10-311-5/+5
* Combine mons_is_submerged(monsters *m) into monsters::submerged()abrahamwl2009-10-311-3/+3
* Splitting up stuff.cc.Robert Vollmert2009-10-301-0/+3
* Give deep dwarves passive, not active mappingStefan O'Rear2009-10-291-0/+6
* player::del_gold(): use set_gold(), not add_gold()Matthew Cline2009-10-291-1/+1
* FR 2839627: notify when player has enough goldMatthew Cline2009-10-291-0/+22
* Convert some ints to monster_type.Robert Vollmert2009-10-271-2/+2
* Add stochastic torment resistance per dpegStefan O'Rear2009-10-261-2/+3
* Make all but one weapon size checks use you.could_wield(), they were out of s...Adam Borowski2009-10-251-10/+6
* Roll demonspawn mutations at the start of the game.Stefan O'Rear2009-10-241-8/+5
* Convert player::your_name to std::string.Robert Vollmert2009-10-241-2/+2
* Extract newgame character restrictions from newgame.cc.Robert Vollmert2009-10-241-89/+18
* Don't use invisibility items when pointlessMatthew Cline2009-10-241-0/+6
* Make Cb's Slow Biology and Time Bend available one piety breakpoint earlier.Adam Borowski2009-10-231-3/+3
* Sync Cb's Slow Biology effects with announcements.Adam Borowski2009-10-231-3/+3
* Moving data out of newgame.cc.Robert Vollmert2009-10-231-122/+1
* New demonspawn core mechanic (from dpeg on IRC)Stefan O'Rear2009-10-231-40/+6
* Rename Chronos to Cheibriados. (Jude Brown)David Ploog2009-10-231-6/+6
* Rename actor::visible to actor::observable.Robert Vollmert2009-10-221-1/+1
* Get rid of player_monster_visible.Robert Vollmert2009-10-221-25/+1
* Move mons_player_visible into player::visible_to.Robert Vollmert2009-10-221-1/+2
* Move player_see_invis into player class.Robert Vollmert2009-10-221-30/+30
* Introduce actor::see_cell.Robert Vollmert2009-10-221-5/+6
* Simply visibility checks in fight.cc.Robert Vollmert2009-10-221-1/+1
* player.cc: fix tiles builds (sighup_save issue)Steven Noonan2009-10-221-1/+1
* Fix Crawl pegging CPU when it sees HUP at the level-up stat gain prompt.Darshan Shaligram2009-10-221-0/+11
* Yank some god invocations from religion.cc into godabil.ccAdam Borowski2009-10-221-0/+1
* Amulet of resist slowing docks some Cronos piety when it triggers.Adam Borowski2009-10-221-0/+1
* Slightly reduce religion.cc by yanking item-handling stuff to goditem.ccAdam Borowski2009-10-211-0/+1
* Split actors and env from externs.h.Robert Vollmert2009-10-211-2/+0
* gods: added "Chronos", the slow godSteven Noonan2009-10-201-1/+25
* versioning: remove SVN-specific revision data, add Git versioningSteven Noonan2009-10-181-1/+0
* Naming consistency.Robert Vollmert2009-10-171-11/+11
* Globally replace see_grid by see_cell.Robert Vollmert2009-10-171-1/+1
* Napalm is no thermite, it doesn't burn underwater.Adam Borowski2009-10-141-0/+6
* Add messages about gaining and loosing non-dangerous amounts ofMatthew Cline2009-10-141-3/+12
* fix 'DEBUG' macro usage consistencySteven Noonan2009-10-131-3/+3
* Apply n78291's patch in [2877049], with a few tweaks, to expand Jiyva'sDavid Lawrence Ramsey2009-10-121-0/+1
* player.cc: fix call to body_weight()Steven Noonan2009-10-101-1/+1
* Merge branch 'master' of ssh://crawl-ref.git.sourceforge.net/gitroot/crawl-re...David Ploog2009-10-111-1/+5
|\
| * project-wide: implement use of platform.h detection macrosSteven Noonan2009-10-101-1/+1
| * Patch 2873911 by Jude: add rain cloudsCharles Otto2009-10-101-0/+4
* | New carrying capacity formula; Strength worth more.David Ploog2009-10-111-1/+4
|/
* Remove a lot of unneccessary includes.Robert Vollmert2009-10-091-2/+0
* Add minor cosmetic fixes.David Lawrence Ramsey2009-10-091-6/+6
* Split LOS code from view.cc.Robert Vollmert2009-10-081-0/+1
* Drop obsolete CVS last-committed headers ($Author$).Adam Borowski2009-10-061-2/+0
* Amulet of guardian spirit, it comes as an amulet or a cap.Adam Borowski2009-10-051-0/+7
* Properly tie rotting resistance to disease resistance.David Lawrence Ramsey2009-10-041-1/+1
* Vehumet modifications. Remove the warding effect, replace it with extended ra...Charles Otto2009-09-301-8/+0