summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/skills2.cc
Commit message (Expand)AuthorAgeFilesLines
* Don't weight Vehumet gifts to compensate for antitrainingNicholas Feinberg2014-08-021-18/+18
* Remove stuffNicholas Feinberg2014-07-291-1/+1
* Convert crosstraining into an enhancer bonusBrendan Hickey2014-06-121-23/+0
* Remove more antitraining.Neil Moore2014-06-101-1/+1
* Remove Anti-trainingBrendan Hickey2014-06-111-11/+0
* Correct some doxygen blocks.Neil Moore2014-05-291-1/+1
* Chance function(void) to function()reaverb2014-05-241-1/+1
* Remove some more djinn code.Shmuale Mark2014-04-101-3/+0
* Clean up the player hp change and calculation functionsgammafunk2014-03-181-28/+0
* Show * crosstrain marker more often (floatingatoll, #8235)Neil Moore2014-03-051-35/+7
* Remove djinn.wheals2014-02-241-0/+6
* Add Plane Stalker.Sage2014-01-261-5/+6
* Bring back "Blademaster" title specifically for elves.Steve Melenchuk2013-12-221-0/+9
* More formatting fixes for return (...);Neil Moore2013-11-151-18/+18
* Drop unnecessary parentheses from return statements.Adam Borowski2013-11-151-6/+6
* Give a debug message when calc_hp() changes something.Adam Borowski2013-11-061-0/+3
* Rewrite (x*y)/z as x*y/zAdam Borowski2013-10-261-1/+1
* Fix some typos in comments and docsChris Oelmueller2013-08-221-1/+1
* Refactor 'you.religion' checks.Brendan Hickey2013-07-281-1/+2
* Remove a crapload of references to removed things.Adam Borowski2013-07-171-0/+2
* Remove the Traps skill.Adam Borowski2013-07-171-1/+1
* Don't allow wizmode to set skills above 27.Adam Borowski2013-06-241-3/+0
* Fix skill display in auto_training character dumpsChris Campbell2013-06-191-1/+1
* Include skills being trained in the dump even if they're at 0Reid Barton2013-06-131-1/+1
* ASSERT_RANGEs other than >= <.Adam Borowski2013-06-081-2/+1
* Allow potions/cards of exp train restricted skillsPekka Lampila2013-06-061-0/+2
* Always study all manuals in the inventoryPekka Lampila2013-06-061-4/+3
* Djinn: float around the planes.Adam Borowski2013-04-291-0/+1
* Djinn: their life is magic.Adam Borowski2013-04-281-0/+8
* A more sinister title for lev 21-26 short blade users.Adam Borowski2013-04-111-1/+1
* Bring back politicians.elliptic2013-04-111-1/+1
* Typo fix.David Lawrence Ramsey2013-04-071-1/+1
* Fix a crash during startup.Adam Borowski2013-04-071-0/+2
* The Stabbing skill went to a dark alley, and, you know...Adam Borowski2013-04-011-0/+6
* Hush a (non-bogus) warning.Adam Borowski2013-03-161-1/+6
* Make some functions static or gone.Adam Borowski2013-01-311-2/+2
* Weight Vehumet spell gifts based on your elemental skills.elliptic2013-01-211-0/+18
* Display proper Invo title in high score menu (#6489).Neil Moore2013-01-031-4/+5
* Don't lose the skill training when disconnected during !exp (#6361).Raphael Langella2012-11-041-0/+4
* Don't show the skill menu when quaffing exp with all skills at 27.Adam Borowski2012-10-251-0/+15
* Remove unnecessary includes from header files.Jay3.14152012-10-231-0/+2
* Fix skills mastered after quaffing !exp still showing training (#6286).Raphael Langella2012-10-091-1/+4
* Don't crash when loading wizmode saves with skills above 27.Raphael Langella2012-09-261-0/+4
* Fixed chardump displaying '+'/'-' near an untrainable skillmoxian2012-09-171-0/+1
* Merge branch 'master' into glasnostAdam Borowski2012-08-311-57/+45
|\
| * Remove the hidden special cost of some skills, adjust aptitudes.Raphael Langella2012-08-271-17/+1
| * Use std namespace.Raphael Langella2012-08-261-40/+39
| * Don't force Troglodytes to train magic skills.Neil Moore2012-08-031-0/+5
* | Traps&Doors -> Traps.Adam Borowski2012-07-111-1/+1
|/
* Formatting fixes.Raphael Langella2012-07-091-5/+7