summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/skill_menu.cc
Commit message (Expand)AuthorAgeFilesLines
...
* Allow maxxed players to exit the skills screen.Adam Borowski2011-10-151-1/+1
* Fix inverted colours for boost/penalty in the skill screen.unknown2011-10-131-1/+1
* Skill training code clean-up and tweaks.Raphael Langella2011-10-061-11/+8
* Show focused and mastered skills differently in tiles.Adam Borowski2011-10-041-3/+7
* Always display known skills.Raphael Langella2011-10-041-6/+6
* Fix potions of experience when skill_focus is set to false.Raphael Langella2011-09-301-1/+1
* Fix a crash when exiting the skill screen.Raphael Langella2011-09-291-2/+1
* Replace the unknown skill dance by skill training restrictions.Raphael Langella2011-09-281-29/+36
* Don't show useless skills at all in the menu.Adam Borowski2011-09-281-1/+1
* Don't show decimal for mastered skills.Raphael Langella2011-09-261-2/+5
* Fix bad formatting in skill screen when using tiles and no menu icons (#4602).Raphael Langella2011-09-251-2/+2
* Improve in-game descriptions of skill modes.Raphael Langella2011-09-231-2/+3
* Prevent reskilling to and using manual for useless skills.Raphael Langella2011-09-211-0/+3
* Revert "Hide training percentage for unknown skills."Raphael Langella2011-09-211-8/+6
* Add a decimal to the skill level display.Raphael Langella2011-09-211-24/+26
* Hide training percentage for unknown skills.Raphael Langella2011-09-191-6/+8
* Only show pogress to next skill level in wizmode.Raphael Langella2011-09-191-1/+3
* New option: skill_focus.Raphael Langella2011-09-191-2/+5
* Re-allow shortening you.skill(X, 1) to you.skill(x).Adam Borowski2011-09-191-7/+7
* Give you.skill() a "scale" argument for partial skills, make callers use it.Adam Borowski2011-09-191-10/+9
* Fix some issues with mastered skills and potions of experience.Raphael Langella2011-09-181-8/+14
* Fix a crash in the skill menu with Ashenzari (#4325).Raphael Langella2011-08-111-2/+3
* Update tutorial and hint mode skill screen help.Raphael Langella2011-08-011-16/+25
* Fix screen not properly redrawn after potion of experience (#4316).Raphael Langella2011-07-241-1/+2
* Don't show mode and focus switches in tutorial and hints modes.Raphael Langella2011-07-241-30/+27
* Allow choosing skills to train after using a card/potion of experience.Raphael Langella2011-07-221-62/+150
* Save skill menu states as normal members of Player instead of using props.Raphael Langella2011-07-221-16/+14
* Fix incorrect use of the SKMF_CHANGED flag.Raphael Langella2011-07-221-4/+6
* Allow players to exit the menu when known skills are maximally trainedBrendan Hickey2011-07-221-5/+17
* Skill studied from manual are known and can be selected for training.Raphael Langella2011-07-211-8/+8
* Allow using tab to switch between practise and focus.Raphael Langella2011-07-141-0/+1
* Always show unknown skills if they have some training.Raphael Langella2011-07-141-2/+2
* Tiles: add highlight boxes to the skill menu switches.Raphael Langella2011-07-141-0/+2
* Improve the skill focus interface.Raphael Langella2011-07-111-3/+11
* Prevent selecting skills at the bottom of L1 for reskilling. (#4243)Raphael Langella2011-07-101-0/+8
* Don't print 0% training for unknown skills.Raphael Langella2011-07-101-1/+1
* Merge branch 'webtiles'Adam Borowski2011-07-101-11/+11
* New feature: focus skill. Double the training weight of focus skills.Raphael Langella2011-07-091-23/+35
* Change a few colours in the skill screen.Raphael Langella2011-07-081-7/+6
* Fix the no disabling all skills security.Raphael Langella2011-07-081-2/+1
* Don't try to move a non-existent button.Raphael Langella2011-07-081-2/+3
* Don't restore the transfer view if transfer is finished (#4236).Raphael Langella2011-07-081-2/+10
* Add an in-game help for the new skill system.Raphael Langella2011-07-071-39/+109
* Wizmode: allow exiting the skill menu with no skill selected.Raphael Langella2011-07-061-0/+3
* Skill menu: default view to progress and remember its state.Raphael Langella2011-07-061-2/+7
* Prevent exiting the skill menu with all skills disabled.Raphael Langella2011-07-061-1/+13
* Revert "Prevent disabling the last skill enabled."Raphael Langella2011-07-061-14/+0
* Don't show 0% for skills with no training.Raphael Langella2011-07-051-2/+4
* cppcheck: fix inefficient checking for emptiness.Adam Borowski2011-07-051-2/+2
* Prevent disabling the last skill enabled.Raphael Langella2011-07-051-0/+14