summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/godpassive.cc
Commit message (Expand)AuthorAgeFilesLines
...
* Make the ring of teleport control's effect evokable instead of passiveChris Campbell2013-04-091-0/+1
* Don't interrupt autoexplore for friendly detected monsters, even w/o AshSamuel Bronson2013-03-221-3/+0
* Remove HANDS_HALF.elliptic2013-01-151-2/+1
* Indentation fixes.Adam Borowski2012-12-051-6/+6
* Generate artefact inscriptions on the fly (elliott)Chris Campbell2012-11-101-1/+0
* Replace levitation with flight and remove controlled flight (elliott)Chris Campbell2012-11-071-1/+1
* Reformat Ash bondage descriptions to fit on default termsizesChris Campbell2012-10-231-7/+7
* Remove staves of enchantmentChris Campbell2012-09-151-1/+0
* Use std namespace.Raphael Langella2012-08-261-12/+11
* Massive style fix (braces, indentation, etc.)Neil Moore2012-08-011-0/+2
* Drop parentheses around scalar values in "return".Adam Borowski2012-07-051-2/+2
* Make staves and rods separate object classes.Adam Borowski2012-06-121-20/+14
* Remove a good deal of header inclusion.Adam Borowski2012-05-231-3/+0
* Don't let Jiyva heal you while under Death's DoorChris Campbell2012-05-171-1/+2
* Fix Jiyva crashing ZotDef.Adam Borowski2012-05-061-2/+2
* Roll only once for identifying weapons by use.Adam Borowski2012-05-051-13/+0
* Merge branch 'master' into portal_branchesAdam Borowski2012-04-251-2/+0
|\
| * Drop pointless braces after if/for/while everywhere.Adam Borowski2012-04-201-2/+0
* | Make exits through Abyss a feature on their own.Adam Borowski2012-04-081-1/+2
* | Merge branch 'master' into portal_branchesAdam Borowski2012-03-261-2/+1
|\|
| * Merge some common code.Adam Borowski2012-02-251-2/+1
* | Merge branch 'master' into portal_branchesAdam Borowski2012-02-201-1/+2
|\|
| * Fix phoenix farming: XP is given only once the corpse is destroyed.Adam Borowski2012-02-161-0/+1
| * "include" -> <include> for system headers.Adam Borowski2012-01-121-1/+1
* | Merge branch 'master' into portal_branchesAdam Borowski2011-12-281-56/+79
|\|
| * Auto-id evil weapons for Elyvilon worshippers.Adam Borowski2011-12-071-55/+78
| * Consistently use a space after flow control statements.Adam Borowski2011-12-021-1/+1
* | Merge branch 'master' into portal_branchesAdam Borowski2011-11-231-6/+11
|\|
| * Merge remote branch 'origin/master' into unified_combat_controlRobert Burnham2011-11-211-7/+11
| |\
| | * Properly use you.hand_name() in ash_describe_bondage().David Lawrence Ramsey2011-11-191-5/+10
| * | Attempt to stop capitalising inventory letters in messages.Samuel Bronson2011-11-021-1/+1
* | | Merge branch 'master' into portal_branchesAdam Borowski2011-11-191-2/+1
|\ \ \ | | |/ | |/|
| * | Revert "Characters lacking magic skills cannot learn spells".Adam Borowski2011-11-191-2/+1
| |/
* / Split the branch data into read-only and mutable parts.Adam Borowski2011-11-041-2/+2
|/
* New Ashenzari skill boost formula.Raphael Langella2011-10-251-12/+17
* Auto-id rings of fire and ice on equip.Eino Keskitalo2011-10-161-0/+2
* Fix Ash skill boost to handle skill scaling.elliptic2011-09-191-4/+4
* Give you.skill() a "scale" argument for partial skills, make callers use it.Adam Borowski2011-09-191-2/+2
* Tweak the formula and messages for Chei stat gain slightly.elliptic2011-09-161-2/+5
* Make Cheibriados' slowness passive.Adam Borowski2011-09-161-97/+2
* Fix some abuses of "char" as an integer type.Adam Borowski2011-09-011-5/+5
* Don't use SK_POISON_MAGIC in loops as "last magic school".Adam Borowski2011-08-311-1/+1
* Add monster threat level to monster_info.Raphael Langella2011-08-241-1/+1
* Remove an useless calculation.Adam Borowski2011-08-191-3/+0
* Add a mons_threat_level function to be used by ash tiers.Raphael Langella2011-08-191-12/+2
* Make Ash passive ID not do anything to runes or the orb.elliptic2011-07-051-0/+5
* cppcheck: use ++p not p++ for complex types (like iterators).Adam Borowski2011-07-051-1/+1
* Let Chei know when your number of armour slots changes (due to mutation).elliptic2011-06-241-3/+11
* Make ponderous items have a larger effect on characters with limited armour s...elliptic2011-06-241-9/+16
* Ashenzari skill boost: remove the dependency on total bondage.Raphael Langella2011-06-221-2/+1