summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/skills2.cc
Commit message (Expand)AuthorAgeFilesLines
...
* Adjust cross-training to operate on a 0.1-point gap.Steve Melenchuk2012-07-091-2/+7
* Remove parentheses around return (simple_function_call).Adam Borowski2012-07-051-2/+2
* String scalars are scalars, too.Adam Borowski2012-07-051-1/+1
* Drop parentheses around scalar values in "return".Adam Borowski2012-07-051-1/+1
* Make some functions static/gone.Adam Borowski2012-06-021-7/+2
* Remove a good deal of header inclusion.Adam Borowski2012-05-231-3/+0
* Adjust formatting.Adam Borowski2012-05-151-3/+3
* Fix skill() crashing with large scales.Adam Borowski2012-04-041-1/+3
* Use ghost's, not player's species for titles.Neil Moore2012-02-241-2/+2
* Remove an obsolete call to check_skill_cost_change in reskilling.Raphael Langella2012-02-081-1/+0
* Calculate skill cost based on experience instead of skill points.Raphael Langella2012-02-021-4/+2
* Make most of initialized data static.Adam Borowski2011-12-271-3/+3
* Remove a number of useless is_invalid_skill() checks.Adam Borowski2011-11-231-19/+5
* Make a bunch of functions static, delete some unused junk.Adam Borowski2011-11-111-3/+3
* Show partial skills in character dumps.Adam Borowski2011-11-061-10/+14
* Rename Kenku -> Tengu.Jude Brown2011-11-061-2/+2
* Make Fe/Op genus names apply to all cases, not just non-god skill titles.Adam Borowski2011-11-021-4/+0
* Clean up genuses of removed species.Adam Borowski2011-10-251-1/+1
* New Ashenzari skill boost formula.Raphael Langella2011-10-251-5/+10
* Don't crash when a transferred character's aptitudes changed.Adam Borowski2011-10-101-0/+15
* Use a decimal when determining best skill.Raphael Langella2011-10-041-5/+6
* Use one decimal precision for comparing skills (cross/anti training).Raphael Langella2011-10-041-9/+4
* Replace the unknown skill dance by skill training restrictions.Raphael Langella2011-09-281-4/+0
* Show useless skills as N/A.Adam Borowski2011-09-281-25/+2
* Mark the Armour skill as useless for Draconians.Adam Borowski2011-09-281-0/+2
* Revert "Revert "Remove an assert.""Raphael Langella2011-09-221-1/+0
* Revert "Remove an assert."Raphael Langella2011-09-211-0/+1
* Correct spelling in a comment.Adam Borowski2011-09-211-1/+1
* Fix a crash with skills >= 27. Add an assert for skill_exp_needed(28).Adam Borowski2011-09-211-0/+5
* Remove an assert.Raphael Langella2011-09-211-1/+0
* Add a decimal to the skill level display.Raphael Langella2011-09-211-2/+5
* Only show pogress to next skill level in wizmode.Raphael Langella2011-09-191-2/+1
* Actually return partial skill values, not progress to next character level.Adam Borowski2011-09-191-11/+12
* Remove two ancient unused sets of titles.Adam Borowski2011-09-191-18/+0
* Re-allow shortening you.skill(X, 1) to you.skill(x).Adam Borowski2011-09-191-3/+3
* Give you.skill() a "scale" argument for partial skills, make callers use it.Adam Borowski2011-09-191-7/+7
* Mark the Armour skill as useless for octopodes.Adam Borowski2011-09-111-0/+2
* Make the base cost of the stealth skill 80 instead of 50Chris Campbell2011-09-031-6/+1
* Calculate the skill cost at the end of the transfer not at each iteration.Raphael Langella2011-08-281-0/+1
* Allow choosing skills to train after using a card/potion of experience.Raphael Langella2011-07-221-0/+42
* New feature: focus skill. Double the training weight of focus skills.Raphael Langella2011-07-091-3/+4
* Fix dumping skills not showing disabled skills with -.Raphael Langella2011-07-061-1/+1
* Cap the transfer knowledge so it doesn't reduce a skill below level 1.Raphael Langella2011-07-051-1/+1
* New skill training system.Raphael Langella2011-07-041-1/+1
* New skill menu switches.Raphael Langella2011-07-041-7/+2
* Move the skill menu into its own file.Raphael Langella2011-07-041-1083/+1
* Some simplification.Raphael Langella2011-07-041-19/+19
* Remove the XP pool from the skill menu.Raphael Langella2011-07-041-64/+42
* Work around buggy type promotion in clang.Adam Borowski2011-07-041-1/+1
* New skill costs.Raphael Langella2011-06-231-32/+7