summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/output.cc
Commit message (Expand)AuthorAgeFilesLines
* Replace uses of player_AC with player::armour_class.Vsevolod Kozlov2009-11-081-2/+2
* Replace mons_neutral with monsters::neutral.Vsevolod Kozlov2009-11-071-3/+3
* Move checks for the berserk state into actor::berserk().David Lawrence Ramsey2009-11-061-3/+3
* Move mons_is_friendly to monsters::friendly.Vsevolod Kozlov2009-11-061-4/+4
* Convert calls you.duration to relevant player:: check.Vsevolod Kozlov2009-11-061-1/+1
* Add actor::petrified, which replaces mons_is_petrified.Vsevolod Kozlov2009-11-061-1/+1
* Unify mesmerisation code.Robert Vollmert2009-11-051-2/+2
* Replace uses of player_is_airborne with you.airborne.Vsevolod Kozlov2009-11-051-3/+3
* Move *_res(ist)_magic to relevant classes, provide actor interface.Vsevolod Kozlov2009-11-051-1/+1
* Split up view.cc.Robert Vollmert2009-11-041-0/+2
* Split game_options from externs.h into options.h.Robert Vollmert2009-11-041-0/+1
* Remove mapping abilities from the gameStefan O'Rear2009-11-021-1/+1
* Implement 'Icemail' mutation for new DSStefan O'Rear2009-11-021-0/+2
* Splitting up stuff.cc.Robert Vollmert2009-10-301-0/+2
* Make the monster pane use the new fields in monster_info.Robert Vollmert2009-10-271-17/+7
* Move monster_pane_info out into mon-info.cc and rename.Robert Vollmert2009-10-271-300/+14
* Add stochastic torment resistance per dpegStefan O'Rear2009-10-261-0/+4
* Convert player::your_name to std::string.Robert Vollmert2009-10-241-2/+2
* Moving data out of newgame.cc.Robert Vollmert2009-10-231-0/+2
* Move player_see_invis into player class.Robert Vollmert2009-10-221-1/+1
* Yank some god invocations from religion.cc into godabil.ccAdam Borowski2009-10-221-0/+1
* Show god rank as [****..] (abrahamwl).Adam Borowski2009-10-221-2/+2
* versioning: remove SVN-specific revision data, add Git versioningSteven Noonan2009-10-181-1/+0
* Apply n78291's patch in [2877049], with a few tweaks, to expand Jiyva'sDavid Lawrence Ramsey2009-10-121-0/+9
* project-wide: implement use of platform.h detection macrosSteven Noonan2009-10-101-1/+1
* Remove a lot of unneccessary includes.Robert Vollmert2009-10-091-2/+0
* Display (very) ugly things' colors in their descriptions.David Lawrence Ramsey2009-10-061-8/+11
* 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-1/+3
* Vehumet modifications. Remove the warding effect, replace it with extended ra...Charles Otto2009-09-301-3/+1
* Various religion-related fixes: Update the player's title when gainingDavid Lawrence Ramsey2009-09-241-1/+1
* Add more spelling fixes.David Lawrence Ramsey2009-09-241-1/+1
* Add spelling fixes.David Lawrence Ramsey2009-09-231-1/+1
* * Fix 2862312: examination of items in shops not working after buyingj-p-e-g2009-09-211-3/+3
* Add the most recent version of Adam's kraken patch into trunk.j-p-e-g2009-09-171-1/+2
* Commit several patches:j-p-e-g2009-09-131-3/+13
* Apply bookofjude's patch in [2837552] to fix "-um" pluralization issues.dolorous2009-08-181-2/+10
* As per FR 2837779, change Forescry to Phase Shift (Trl). Same level,j-p-e-g2009-08-141-3/+3
* Add the Slime god as per n78291's (Shayne?) patch. Thanks! :Dj-p-e-g2009-07-181-2/+15
* Fix 2819298: sling bullets not counting towards _ammo_count for slingsj-p-e-g2009-07-161-10/+10
* Fix inconsistencies with resistance displays in the "%" screen, dolorous2009-07-161-4/+3
* Fix [2818619]: Clarify display of multiple levels of the "spit poison" dolorous2009-07-091-1/+2
* Change "resting" to "dormant" for undead, non-living and plant monsters. (Ada...evktalo2009-07-071-1/+1
* Show undead, nonliving and plant monsters as "resting" instead of "sleeping" ...evktalo2009-07-061-1/+10
* Apply patch by Adam Borowski, introducing new unique enchantress Kirke.j-p-e-g2009-06-271-0/+3
* Apply r9964 to trunk, and documentation update.j-p-e-g2009-06-111-4/+8
* Since fixed artefacts are going to be folded into unrandarts, and unrandartszelgadis2009-06-081-1/+1
* Apply r9879 to trunk, minus harpies.j-p-e-g2009-06-011-1/+15
* Simplify.dolorous2009-05-201-9/+13
* Properly display all enhanced stats on the "%" screen.dolorous2009-05-201-9/+51