summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/skill_menu.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove stuffNicholas Feinberg2014-07-291-2/+2
* Move redraw functions from stuff.cc -> output.ccNicholas Feinberg2014-07-281-0/+1
* Remove a spare set of braces.Neil Moore2014-06-111-2/+0
* Convert crosstraining into an enhancer bonusBrendan Hickey2014-06-121-49/+15
* Remove more antitraining.Neil Moore2014-06-101-20/+3
* Remove Anti-trainingBrendan Hickey2014-06-111-24/+2
* Allow toggling skill practicing in tutorial/hints mode again.Steve Melenchuk2014-05-191-1/+4
* Remove decks of dungeons and a number of now-unused cardsChris Campbell2014-05-091-2/+2
* Show * crosstrain marker more often (floatingatoll, #8235)Neil Moore2014-03-051-3/+29
* Fix display of enhanced skills that didn't break level boundaryPekka Lampila2013-12-311-2/+3
* Drop pointless empty lines after or before a brace.Adam Borowski2013-12-211-1/+0
* Drop double newlines where they seem to serve no purpose.Adam Borowski2013-12-211-1/+0
* Make warning in skill menu stand out moreChris Oelmueller2013-12-121-1/+1
* Indentation fixes.Adam Borowski2013-12-041-1/+1
* Manually fix a few more instances of return (...)Neil Moore2013-11-151-1/+1
* Drop unnecessary parentheses from return statements.Adam Borowski2013-11-151-1/+1
* Enable automatic bypassing of the skill menu for potions of experience via lua.elliptic2013-11-031-0/+10
* Replace 'you.penance' checks with function callsBrendan Hickey2013-07-281-1/+1
* Correct a message on the skill screen when you have drained skillsDracoOmega2013-07-061-3/+9
* Set restricted skills to disabled by default with potion/card of experience.Raphael Langella2013-06-071-1/+4
* Allow potions/cards of exp train restricted skillsPekka Lampila2013-06-061-0/+7
* Always study all manuals in the inventoryPekka Lampila2013-06-061-2/+3
* Don't spam "You cannot train any new skill." over and over.Adam Borowski2013-03-271-0/+3
* Show manual bonus even alongside antitraining '*'.Neil Moore2012-12-181-16/+20
* Indentation fixes.Adam Borowski2012-12-051-1/+1
* Don't lose the skill training when disconnected during !exp (#6361).Raphael Langella2012-11-041-7/+6
* Don't show the skill menu when quaffing exp with all skills at 27.Adam Borowski2012-10-251-9/+8
* Remove unnecessary includes from header files.Jay3.14152012-10-231-3/+5
* Fix SkillMenu crashes.Neil Moore2012-10-091-0/+7
* Skill menu: map shift-click and right-click to single select.Raphael Langella2012-10-081-2/+24
* Make the SkillMenu object a global variable.Raphael Langella2012-10-081-33/+43
* Scale the skill menu tiles.Raphael Langella2012-10-081-21/+30
* Use std namespace.Raphael Langella2012-08-261-23/+23
* New skill menu colors (#4399).argonaut2012-08-211-10/+10
* Don't force Troglodytes to train magic skills.Neil Moore2012-08-031-1/+2
* Cut down on transitively including directn.hAdam Borowski2012-06-201-0/+2
* Accept !experience only on space, esc, or enter.Neil Moore2012-05-041-6/+7
* Don't accept !experience on pressing a bad letter/number.Neil Moore2012-05-041-0/+5
* Use shift+letter instead of ctrl+letter to single-select skills.Raphael Langella2012-04-241-5/+5
* Skill menu: ctrl+letter to select one skill and select all others.Raphael Langella2012-04-231-0/+5
* Unprotect PrecisionMenu::clear_selections.Raphael Langella2012-04-221-5/+0
* Fix an inifinite loop in the skill menu when SIGHUP with no active skill.Raphael Langella2012-03-121-0/+3
* Fix mangled display of antitrained skills.Adam Borowski2012-02-071-1/+1
* Remove the now useless you.train_set array.Raphael Langella2012-02-011-1/+0
* Make it easier to switch between auto and manual skill mode.Raphael Langella2012-01-071-4/+7
* Show manual bonuses with crosstraining.Neil Moore2012-01-051-14/+32
* Allow other CRT dialogs to be displayed like a menu in Webtiles.Florian Diebold2011-12-081-0/+4
* Avoid a rare unexitable skill menu (Fyren).Neil Moore2011-12-071-1/+4
* Allow reskilling from untrainable skills.Neil Moore2011-11-301-1/+4
* Fix inability to train level 0 skills with experience potions/cards (|amethyst)Chris Campbell2011-10-271-1/+1