summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/skill_menu.h
Commit message (Expand)AuthorAgeFilesLines
* Convert crosstraining into an enhancer bonusBrendan Hickey2014-06-121-1/+1
* Remove more antitraining.Neil Moore2014-06-101-1/+1
* Drop double newlines where they seem to serve no purpose.Adam Borowski2013-12-211-1/+0
* Don't lose the skill training when disconnected during !exp (#6361).Raphael Langella2012-11-041-2/+1
* Fix SkillMenu crashes.Neil Moore2012-10-091-0/+1
* Skill menu: map shift-click and right-click to single select.Raphael Langella2012-10-081-1/+11
* Make the SkillMenu object a global variable.Raphael Langella2012-10-081-4/+2
* Scale the skill menu tiles.Raphael Langella2012-10-081-2/+9
* Use std namespace.Raphael Langella2012-08-261-8/+8
* Use shift+letter instead of ctrl+letter to single-select skills.Raphael Langella2012-04-241-1/+1
* Unprotect PrecisionMenu::clear_selections.Raphael Langella2012-04-221-1/+0
* Add a decimal to the skill level display.Raphael Langella2011-09-211-1/+2
* Fix some issues with mastered skills and potions of experience.Raphael Langella2011-09-181-0/+1
* Allow choosing skills to train after using a card/potion of experience.Raphael Langella2011-07-221-16/+24
* Save skill menu states as normal members of Player instead of using props.Raphael Langella2011-07-221-18/+0
* Merge branch 'webtiles'Adam Borowski2011-07-101-1/+1
* New feature: focus skill. Double the training weight of focus skills.Raphael Langella2011-07-091-0/+2
* Add an in-game help for the new skill system.Raphael Langella2011-07-071-6/+12
* Prevent exiting the skill menu with all skills disabled.Raphael Langella2011-07-061-0/+1
* New skill training system.Raphael Langella2011-07-041-2/+0
* New skill menu switches.Raphael Langella2011-07-041-75/+105
* Move the skill menu into its own file.Raphael Langella2011-07-041-0/+148