summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/player.cc
Commit message (Expand)AuthorAgeFilesLines
* Added support for a validation hook for maps to check if they're A-Ok.dshaligram2007-06-261-2/+5
* SP_ELF stubbed for log/scorefile compatibility.dshaligram2007-06-251-3/+4
* Elf genocide. I hope I caught all the references.haranp2007-06-251-19/+2
* Implemented .des file caching (speeds startup a fair bit): .des files aredshaligram2007-06-241-1/+1
* Fixed condensation shield (Haran).dshaligram2007-06-241-8/+13
* Helm card can now have a shield effect. (Well, sort of.)haranp2007-06-241-4/+6
* Added more logic to Stealth and Portal cards.haranp2007-06-231-0/+3
* Nemelex pleasing updated. All previously-unknown cards now give 1-2haranp2007-06-231-1/+1
* Lots of things which used to be members (invis, conf, confusing_touch, etc.)haranp2007-06-231-105/+91
* Some more card implementations (resists in Helm, demon summoning.)haranp2007-06-231-0/+10
* Fixed broken newgame memory (David).dshaligram2007-06-221-0/+1
* Experimental mouse support for ncurses (enable with mouse_input=yes indshaligram2007-06-201-27/+19
* Robes of the archmagi reduce experience gain to 0.25 normal, instead ofdshaligram2007-06-201-6/+2
* A bit more type-safety (slightly intrusive this time): you.species andharanp2007-06-191-2/+12
* Fixed 1734655: lev-3 brown scales was giving +6 AC instead of +5, whileharanp2007-06-171-1/+1
* Complete revamp of cards and decks, following David's ideas.haranp2007-06-171-1/+1
* [1738010] Stash-tracker now also tracks traps and other dungeon features.dshaligram2007-06-171-4/+4
* Implemented Beogh, god of Orcs.j-p-e-g2007-06-141-0/+15
* Added support for Unicode characters in the map display with ncursesw (enableddshaligram2007-06-071-5/+2
* [1699948] Allow changing the viewport size if you're using a larger terminaldshaligram2007-06-041-5/+17
* [1612448] Allow polearm users to attack monster submerged in shallow water.dshaligram2007-06-011-0/+20
* Preliminary integration of Zooko's Xom patch (untested).dshaligram2007-05-281-17/+15
* Killed extra space in levitation message.dshaligram2007-05-191-0/+7
* Some code review and cleanup.haranp2007-04-281-9/+6
* Various cleanups. Also fixed bug 1703500, inventory letters appearing twiceharanp2007-04-251-36/+18
* Cleaned up a lot of code which was using info[] to use mprf() directlyharanp2007-04-231-136/+103
* Flame brand in melee was producing "burn" messages vs ice beasts, fixed.dshaligram2007-04-141-0/+5
* Fixed bad grammar on shield block messages in melee.dshaligram2007-04-131-0/+1
* Implemented Erik's randart-MR-is-multiplicative idea.haranp2007-04-131-2/+4
* Fixed monsters that are not in sight being identified by name if they'redshaligram2007-04-111-0/+8
* Allow player ghosts to use corona.dshaligram2007-04-101-0/+8
* Allow "any trap" and "any shop" (alternatives to "random trap" and "randomdshaligram2007-04-101-5/+0
* Fixed bug with return type of levitate() (hopefully without adding new bugs.)haranp2007-04-101-2/+5
* Implemented Erik's invisibility proposal:dshaligram2007-04-071-0/+10
* Fixed hydra decapitation kills not being correctly credited (Jennifer).dshaligram2007-04-071-2/+2
* Poison resistance was being misapplied for monsters, fixed.dshaligram2007-04-071-3/+0
* Moth of wrath angering attack was lost in 0.2, reintroduced.dshaligram2007-04-071-0/+34
* Allow AF_DISEASE attacks to sicken monsters.dshaligram2007-04-021-8/+13
* Fixed overly severe EV penalties for nagas and centaurs.dshaligram2007-04-011-2/+2
* Fixed super-electric-golems.dshaligram2007-04-011-1/+1
* Copyediting textpeterb122007-03-311-1/+1
* Toned down dodging bonus further. The high-end EV was too good.dshaligram2007-03-301-2/+2
* Further reduced the early-melee-boost.dshaligram2007-03-291-1/+1
* Merged in crawl.akrasiac.org patches (simple messaging, milestones). These takedshaligram2007-03-251-2/+5
* Hard-capped see invisible and resist poison at 1 level to fix 1687499.haranp2007-03-241-2/+5
* Cleaned up monster enchantments. Instead of the old enum abuse (ENCH_ABJ_I, II,dshaligram2007-03-211-2/+7
* Make shield training a little less easy.dshaligram2007-03-191-1/+2
* Changes to the overview screen (%) - added abilities and made it scrollable.j-p-e-g2007-03-181-2/+2
* Rings of fire and ice now type-ID when the player can notice this:haranp2007-03-161-16/+16
* Added message_colour option to allow custom-colouring individual messages. Thisdshaligram2007-03-161-1/+1