summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tutorial.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove stuffNicholas Feinberg2014-07-291-1/+1
* Drop double newlines where they seem to serve no purpose.Adam Borowski2013-12-211-1/+0
* Reverse the order of arguments in mpr_nojoin().Adam Borowski2013-11-291-3/+3
* Can "You die..." messageChris Oelmueller2013-11-281-1/+2
* Rename mprnojoin to mpr_nojoinChris Oelmueller2013-11-281-7/+7
* Axe a buttload of useless #includes.Adam Borowski2013-11-031-1/+0
* Fix typos in tutorial/hints mode messagesChris Oelmueller2013-07-231-1/+1
* Indentation fixes.Adam Borowski2012-12-051-1/+1
* Remove unnecessary includes from header files.Jay3.14152012-10-231-1/+1
* Replace {get,set,}_{sprint,tutorial}_map() with crawl_state.map.Samuel Bronson2011-10-171-17/+0
* Get rid of get_sprint_maps() and get_tutorial_maps().Samuel Bronson2011-10-171-5/+0
* Rename "tutorial_start" tag to "tutorial" (the gametype name).Samuel Bronson2011-10-171-1/+1
* Make file headers doxygen-friendly, drop useless fields.Adam Borowski2011-03-281-4/+4
* Add a tutorial message when chunks in your inventory become rotten.Johanna Ploog2011-02-171-0/+3
* Various tutorial tweaks, mostly wording fixes.Johanna Ploog2011-02-031-1/+3
* Initialise some tutorial triggers in the maps themselves.Johanna Ploog2011-01-291-0/+18
* Allow setting skills from the tutorial map.Johanna Ploog2011-01-261-1/+21
* Give survival hints in tutorial death message.Johanna Ploog2011-01-261-3/+13
* Whitespace and indendation fixes.Adam Borowski2011-01-181-1/+1
* Make tutorial maps set hunger directly.Johanna Ploog2011-01-161-0/+9
* Add code basis for adding different tutorial maps.Johanna Ploog2011-01-101-0/+37
* Rename old "tutorial" to "hints".Robert Vollmert2010-04-281-5114/+0
* A start at cleaning up handling of new game choices.Robert Vollmert2010-04-231-6/+5
* Replace c_getch by getch_ck.Robert Vollmert2010-03-281-2/+2
* Replace calls to redefined getch by getchm.Robert Vollmert2010-03-281-1/+1
* Move some tutorial code from main.cc to tutorial.cc.Robert Vollmert2010-03-141-0/+57
* Remove EOL.Robert Vollmert2010-03-111-42/+42
* Replace formatted_string::parse_block by display_tagged_block.Robert Vollmert2010-03-111-9/+9
* Fix misbehaviours and crashes caused by redefining monster glyphs.Adam Borowski2010-03-101-1/+1
* Mention Ctrl-O in the tutorial message for loading a saved game.Johanna Ploog2010-03-061-1/+3
* Add a tutorial trigger for being silenced.Johanna Ploog2010-03-051-10/+39
* tutorial.cc: Add comment about currently unused "interesting" checks.Johanna Ploog2010-03-031-0/+5
* Update tutorial introduction.Johanna Ploog2010-03-031-22/+44
* make tutorial games use the tutorial game type (this does nothing yet)Jesse Luehrs2010-03-031-0/+4
* Fix tutorial message for monster descriptions without stats/resistances.Johanna Ploog2010-02-261-2/+6
* Fix Ctrl-X display of unicode items.Robert Vollmert2010-02-261-24/+14
* Update the tutorial information on chunks making you sick.Johanna Ploog2010-02-261-3/+9
* Don't show descriptions in the message area if pointing at floor/walls.Johanna Ploog2010-02-261-4/+0
* Add a tutorial description if a monster does *not* have any resistances.Johanna Ploog2010-02-251-8/+16
* Be more consistent about spacing in the tutorial.Johanna Ploog2010-02-251-11/+11
* Various tutorial tweaks, making the introduction work with ASCII again.Johanna Ploog2010-02-241-27/+22
* Fix #915: Corpse glyph and corresponding message wrong in tutorial.Johanna Ploog2010-02-241-1/+5
* Update tutorial about how to zap wands at monsters.Johanna Ploog2010-02-221-2/+8
* Another small tutorial tweak.Johanna Ploog2010-02-221-2/+2
* Zap more secret doors on the first level in the tutorial.Johanna Ploog2010-02-211-1/+3
* Many more tutorial tweaks.Johanna Ploog2010-02-211-41/+75
* In the tutorial, don't give the berserk death hint if already berserk.Johanna Ploog2010-02-211-1/+1
* Change tutorial's hardcoded option settings.Johanna Ploog2010-02-211-2/+4
* Specialcase Sif Muna's tutorial altar description for non-spellcasters.Johanna Ploog2010-02-211-18/+42
* A few tutorial tweaks.Johanna Ploog2010-02-211-4/+4