summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/player-act.cc
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Use the proper #define for berserk hunger boundary.Adam Borowski2013-10-271-2/+2
* | | | Make the boots suck less.Adam Borowski2013-10-051-1/+1
* | | | Boots of Ultimate Suctionpubby2013-10-051-1/+1
* | | | Include a header to use a canned message in the player classgammafunk2013-10-011-1/+1
* | | | Disable jump in tree and wisp formsgammafunk2013-10-011-5/+10
* | | | Evokable Jump attack abilitygammafunk2013-10-011-1/+43
| |_|/ |/| |
* | | Macabre Finger Necklacepubby2013-09-221-1/+1
* | | Formatting/brace/trivial returns fixes.Adam Borowski2013-09-031-1/+1
| |/ |/|
* | Revert "Remove player clinging".Adam Borowski2013-08-121-1/+1
* | Revert "Bye bye clinging."Raphael Langella2013-08-121-0/+5
* | Allow Full and higher vampires to berserk (#7419)Neil Moore2013-08-011-1/+1
* | Call cat feet "paws" (CreepingCrawled)Neil Moore2013-07-221-0/+2
* | Interrupt Searing Ray when afflicted by a number of effectsDracoOmega2013-07-151-0/+2
* | Don't forbid gargoyles (and statue form!) from berserkingDracoOmega2013-07-101-3/+1
* | Remove some dead code regarding gargoyle petrificationDracoOmega2013-07-101-7/+0
* | Bye bye clinging.Adam Borowski2013-07-101-5/+0
* | Remove player clingingChris Campbell2013-07-091-2/+1
* | Mutation'ify Gargoyle ClingingBrendan Hickey2013-07-041-5/+2
* | Gargoyle ClingingBrendan Hickey2013-07-041-2/+6
* | Remove use of 'you' inside player member functionspubby2013-06-301-19/+19
|/
* Turn pairs of assertions with x > min, x <= max into ASSERT_RANGE.Adam Borowski2013-06-081-2/+1
* Grotesk -> GargoyleBrendan Hickey2013-05-301-1/+1
* Merge branch 'master' into gargoyle_mergeBrendan Hickey2013-05-291-3/+10
|\
| * Merge branch 'master' into djinnAdam Borowski2013-05-291-11/+19
| |\
| | * Don't crash on short-range portals with the orb.Neil Moore2013-05-251-1/+2
| | * Formatting fixes.Adam Borowski2013-05-091-4/+4
| | * Berserkitis ReformBrendan Hickey2013-05-081-2/+8
| * | Djinn: up, up, awaay!Adam Borowski2013-04-281-1/+1
* | | Prohibit berserking while self-petrifying.Brendan Hickey2013-05-271-0/+7
| |/ |/|
* | Ensure abyss shifts with the Orb don't crash the game.Steve Melenchuk2013-05-011-9/+9
* | Refactor ASSERT(a && b) -> ASSERT(a); ASSERT(b);Brendan Hickey2013-04-281-1/+2
|/
* Revert "Eliminate a dummy variable."Adam Borowski2013-01-181-2/+4
* Eliminate a dummy variable.Adam Borowski2013-01-121-4/+2
* Use a more traditional name for the "hand" of wisp form.Adam Borowski2013-01-121-1/+1
* Rework and unify passive acid code, give it (and active acid) to jelly form.Adam Borowski2013-01-071-1/+5
* Body part names for new forms.Adam Borowski2013-01-041-0/+8
* Bad transformations: enums, messages, gear restrictions.Adam Borowski2012-12-311-1/+9
* Refactor amulet and equipment-checking functions.Neil Moore2012-12-161-22/+7
* Brace and std:: removal.Adam Borowski2012-12-081-2/+2
* Webtiles: Send inventory contents to the client.Florian Diebold2012-11-231-0/+48
* Remove unnecessary includes from header files.Jay3.14152012-10-231-0/+1
* Fix *Rage weapons causing berserk on almost all attacks (#2649)Chris Campbell2012-10-221-30/+1
* Unify checks for liquefaction, don't slow stationary monstersChris Campbell2012-09-281-1/+1
* Use std namespace.Raphael Langella2012-08-261-10/+10
* Safer player pushing in the Abyss.Raphael Langella2012-08-231-1/+2
* Don't prevent abyss morphing at the player position.Raphael Langella2012-08-211-1/+2
* QUAD DAMAGE emits an Orb-style glow while in effect.Steve Melenchuk2012-08-151-0/+3
* Abilities tab for local tiles, using the fancy new abilities tiles.Steve Melenchuk2012-08-111-2/+2
* Allow berserk to lower you.hunger to HUNGER_STARVING - 100.elliptic2012-07-291-1/+1
* Some more return deparenthesization.Adam Borowski2012-07-051-1/+1