summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/skills.cc
Commit message (Expand)AuthorAgeFilesLines
...
* Fix an infinite loop when setting skill level in wizmode.Raphael Langella2012-04-041-0/+1
* Slightly better default training values in auto mode.Raphael Langella2012-04-041-2/+2
* Initialize skills before loading a dump file.Raphael Langella2012-03-251-1/+1
* Let Evocations increase max MP (by the same amount as Invocations)Chris Campbell2012-03-201-1/+1
* Fix an off by one error in set_skill_level.Raphael Langella2012-03-081-1/+1
* Useless skills can never be trained (#5320).Raphael Langella2012-02-171-1/+1
* Allow float input when setting skills with wizmode commands.Raphael Langella2012-02-091-4/+20
* Allow selecting the skill for the cursed weapon just wielded (#5266).Raphael Langella2012-02-091-2/+2
* Properly update skill cost when changing skill level with the wizmode command.Raphael Langella2012-02-061-1/+60
* Calculate skill cost based on experience instead of skill points.Raphael Langella2012-02-021-68/+14
* Remove the now useless you.train_set array.Raphael Langella2012-02-011-3/+11
* Give Dodging not Armour to Tr/Og/Sp, add skill points rather than skill values.Adam Borowski2012-01-291-6/+18
* When no skill is enabled, call the skill menu. (#5246)Raphael Langella2012-01-241-13/+32
* Make sure at least one skill is enabled when a skill turns untrainable.Raphael Langella2012-01-201-0/+1
* Make it easier to switch between auto and manual skill mode.Raphael Langella2012-01-071-1/+5
* Change hints on gaining Spellcasting 1.Neil Moore2011-12-231-7/+1
* Allow all Elyvilon worshippers to use the lesser heal-other ability.elliptic2011-12-101-1/+1
* Reset trainable skills properly with "restart_after_game = true" (#4816)Samuel Bronson2011-12-011-0/+5
* Fix Mantis 4779.elliptic2011-11-251-0/+5
* Fix player symbol updates for Beogh worship and best skill title changes.David Lawrence Ramsey2011-11-241-0/+4
* Fix more indentation.David Lawrence Ramsey2011-11-241-2/+2
* Remove a number of useless is_invalid_skill() checks.Adam Borowski2011-11-231-1/+0
* Typo fix.David Lawrence Ramsey2011-11-131-1/+1
* Add minor cosmetic fixes.David Lawrence Ramsey2011-11-071-2/+2
* Rename Kenku -> Tengu.Jude Brown2011-11-061-1/+1
* Remove special case for message for raising a skill to 1.elliptic2011-11-021-8/+4
* Remove guaranteed UC skill with vampires.elliptic2011-11-021-7/+0
* Fix a minor bug with mastered skill (Fyren).Raphael Langella2011-10-201-1/+1
* Add whitespace fixes.David Lawrence Ramsey2011-10-181-4/+4
* Fix the skill menu for an experience card not showing up in Tiles.Florian Diebold2011-10-181-1/+1
* Don't blame troglodytes for learning a bit of spellcasting with scrolls.Raphael Langella2011-10-171-2/+9
* Fix intermittent crash in -test.Samuel Bronson2011-10-151-2/+3
* Fix many skill bugs with fsim.Raphael Langella2011-10-071-3/+3
* Keep track of disabled skill practise events.Raphael Langella2011-10-061-30/+58
* Skill training code clean-up and tweaks.Raphael Langella2011-10-061-64/+59
* Use a decimal when determining best skill.Raphael Langella2011-10-041-7/+7
* Use one decimal precision for comparing skills (cross/anti training).Raphael Langella2011-10-041-27/+31
* Don't disable spellcasting when we stop reading a manual (#4655).Raphael Langella2011-10-021-15/+20
* Don't resume training skills which have never been set.Raphael Langella2011-09-291-2/+4
* Fix a crash with default_manual_training.Raphael Langella2011-09-291-1/+4
* Replace the unknown skill dance by skill training restrictions.Raphael Langella2011-09-281-131/+227
* Update HP and MP whenever the relevant skill is trained, not on level up.Raphael Langella2011-09-211-16/+16
* Fix a crash on skill training simulation (potion of experience).Adam Borowski2011-09-211-10/+4
* Add another out-of-array assert.Adam Borowski2011-09-211-0/+2
* Revert "Hide training percentage for unknown skills."Raphael Langella2011-09-211-3/+2
* Hide training percentage for unknown skills.Raphael Langella2011-09-191-2/+3
* Fix some issues with mastered skills and potions of experience.Raphael Langella2011-09-181-4/+6
* Assert out if a character would start with an useless skill.Adam Borowski2011-09-111-0/+2
* Simplify special-casing of Vp's UC.Adam Borowski2011-09-111-12/+8
* Don't use SK_POISON_MAGIC in loops as "last magic school".Adam Borowski2011-08-311-2/+2