summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/hints.h
Commit message (Expand)AuthorAgeFilesLines
* Remove player burden and carrying capacitygammafunk2014-05-261-1/+1
* Chance function(void) to function()reaverb2014-05-241-8/+8
* Update hints mode messagesChris Campbell2014-04-111-0/+2
* Fix runed door hint. It was never being triggered.blackcustard2013-11-221-1/+1
* Make print_hint function non-static, and make it accessible in dlua.Eino Keskitalo2013-07-011-0/+1
* Cure all nausea, permanently.Adam Borowski2013-04-301-0/+2
* Generate artefact inscriptions on the fly (elliott)Chris Campbell2012-11-101-1/+1
* Replace levitation with flight and remove controlled flight (elliott)Chris Campbell2012-11-071-1/+1
* Remove unnecessary includes from header files.Jay3.14152012-10-231-1/+2
* Remove spell memorisation failure (elliott)Chris Campbell2012-10-191-0/+2
* Merge branch 'master' into glasnostAdam Borowski2012-08-311-4/+4
|\
| * Use std namespace.Raphael Langella2012-08-261-4/+4
* | Runed doors.Adam Borowski2012-08-311-0/+1
* | Drop the code for displaying/handling/etc secret doors.Adam Borowski2012-07-111-2/+0
|/
* Put tutorial messages for tutorial 5 into the database.Adam Borowski2012-06-281-0/+1
* Make staves and rods separate object classes.Adam Borowski2012-06-121-0/+1
* Make another bunch of functions static or deleted.Adam Borowski2012-03-211-2/+0
* Hints for websPete Hurst2011-09-011-0/+1
* Update tutorial and hint mode skill screen help.Raphael Langella2011-08-011-0/+1
* Make file headers doxygen-friendly, drop useless fields.Adam Borowski2011-03-281-7/+4
* Tweak the spellcasting tutorial, as per galehar's suggestions.Johanna Ploog2011-02-191-0/+1
* Greatly improve the spellcasting tutorial.Johanna Ploog2011-02-181-0/+1
* Add tutorial triggers for miscasting a spell and stepping into a cloud.Johanna Ploog2011-02-141-0/+1
* Fix #3432: Tutorial sickness message assuming chunks as cause.Johanna Ploog2011-02-141-0/+1
* More verbose skill menu help for tutorial/hint.Raphael Langella2011-02-041-2/+2
* Add tutorial triggers for gaining spellcasting and fighting in water.Johanna Ploog2011-01-261-0/+3
* Replace the clunky hints_left counter with a game type check.Johanna Ploog2011-01-231-1/+0
* Add tutorial triggers for healing potions and identifying inaccuracy.Johanna Ploog2011-01-221-0/+3
* Add levitation triggers to the tutorial and hints mode.Johanna Ploog2011-01-211-0/+1
* New tutorial triggers for tutorial3.Johanna Ploog2011-01-211-0/+2
* Add curse and remove curse tutorial triggers.Johanna Ploog2011-01-191-0/+1
* New tutorial trigger: firing without line of sight.Johanna Ploog2011-01-191-0/+1
* Add a tutorial/hints trigger for auto-picking up thrown items.Johanna Ploog2011-01-171-0/+3
* Move hints enums from enum.h -> hints.hJohanna Ploog2011-01-161-1/+95
* Replace int by skill_type whenever possibleRaphael Langella2010-10-271-1/+1
* Rename class "monsters" to "monster".Robert Vollmert2010-09-051-2/+2
* Rename chars used as numbers to int8_t/uint8_t. Fix some other type usage.Adam Borowski2010-07-301-1/+1
* Convert several functions to use monster_infoLuca Barbieri2010-07-281-1/+2
* Reenable old tutorial as a hints mode.Robert Vollmert2010-04-281-1/+3
* Rename old "tutorial" to "hints".Robert Vollmert2010-04-281-0/+89