summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tutorial.cc
Commit message (Expand)AuthorAgeFilesLines
* * For flavour, let Xom laugh himself silly whenever a follower dies.j-p-e-g2009-03-191-10/+9
* Generalize the menu toggle from InvMenu to Menu and use it to properlyj-p-e-g2009-03-111-2/+2
* Fix recursive loops for flushing messages when more() is calling getch()j-p-e-g2009-02-281-2/+3
* Change Transmutation -> Transmutations for consistency withj-p-e-g2009-02-221-1/+1
* Book acquirement again:j-p-e-g2009-02-181-1/+1
* Fix [1974594]: tutorial item description going off the bottom of the screen.haranp2009-02-171-1/+1
* Making tutorial and named monster tags consistent. Also, making tooltips not...ennewalker2009-02-141-1/+1
* Remove a great many cases where mgrd is accessed directly in favourharanp2009-02-131-23/+13
* Properly use default parameters when displaying comma-separated lists.dolorous2009-02-121-2/+1
* Code cleanups, mainly in clouds.haranp2009-01-311-0/+23
* Rename Transmigration -> Transmutation.j-p-e-g2009-01-111-1/+1
* [2495836] Show names for friendly uniques during arena mode. Also, add a til...ennewalker2009-01-101-0/+1
* Add the last of the apostrophe-related fixes. Words that end in "x" dolorous2009-01-061-2/+3
* Adding REVISION() macro to all source files.ennewalker2009-01-041-0/+2
* Apply a patch by castamir to fix a multitude of typos.j-p-e-g2008-12-281-6/+6
* Add a FAQ part to the database, which can be accessed from the helpj-p-e-g2008-12-261-2/+2
* Clean up handling of thrown items (mostly large rocks) again.dolorous2008-11-171-3/+3
* Make all the checks for throwable items consistent.dolorous2008-11-171-1/+1
* Rewrite of beam.cc: put all beam data in one place. Might be buggy.haranp2008-10-091-3/+3
* Fix 2121686: buggy net handling when returning to a levelj-p-e-g2008-09-211-15/+29
* FR 1969858: Store message history across saves.j-p-e-g2008-09-141-8/+12
* Massive overhaul to move towards coord_def().haranp2008-07-301-45/+36
* Massive change from using x and y to using coord_defs(). Not quite tested,haranp2008-07-221-2/+2
* Large tiles-related changes. Platform-specific rendering removed and replace...ennewalker2008-07-151-27/+46
* Add more documentation updates for Ctrl-G/G.dolorous2008-07-131-3/+4
* Fix more tutorial errata.dolorous2008-07-121-2/+2
* Fix [2016529]: Minor tutorial errata.dolorous2008-07-121-11/+11
* Fix 2014303: Vampire hunger propertiesj-p-e-g2008-07-091-0/+15
* Update README files (courtesy of David), some minor tutorialj-p-e-g2008-07-081-32/+55
* Don't equip Spriggans with knives since they don't need a butcheringj-p-e-g2008-07-081-1/+16
* Fix 2012822: Tutorial quirks.j-p-e-g2008-07-071-32/+36
* [2010665] Fixing some delay_message_clear-related bugs. Fixing issue (consol...ennewalker2008-07-041-1/+1
* Send wizards into the Dungeon wearing a proper wizard hat. David isj-p-e-g2008-07-041-2/+5
* Remove commented out lines.dploog2008-07-041-7/+2
* Fixed tutorial (Markus).dploog2008-07-041-19/+20
* For Tiles, use some of the other wall types in the Abyss as well to makej-p-e-g2008-07-011-21/+7
* [2004538] Fixed Vestibule of Hell bugs where entering would place you randoml...ennewalker2008-07-011-2/+2
* Add gods' powers and abilities to their descriptions, viewable via ^!j-p-e-g2008-06-291-8/+1
* Misc. minor cleanups. (Yes, a huge amount of them but still...)j-p-e-g2008-06-261-9/+9
* Update tutorial information for the 'm' and 'a' screens.j-p-e-g2008-06-191-29/+38
* Outsource the tutorial descriptions of skills, and make them searchablej-p-e-g2008-06-181-85/+3
* Implemented a modified version of FR 1994116: change inscriptionj-p-e-g2008-06-161-17/+5
* Move the tutorial descriptions of gods' likes and dislikes intoj-p-e-g2008-06-151-202/+6
* Fix tutorial message about gaining a skill being shown outside tutorial.j-p-e-g2008-06-151-0/+3
* Added several new tutorial triggers including information on being caughtj-p-e-g2008-06-131-255/+667
* Fix a stupid bug I'd introduced when fixing another one.j-p-e-g2008-06-021-1/+1
* Fix 1981533: Mouseclick allows eating inappropriate food types.j-p-e-g2008-06-021-1/+1
* Commit a few changes, mostly clean-up.j-p-e-g2008-06-011-1/+5
* Fix 1962147: Move the comments on the food you eat at the end of DELAY_EAT.j-p-e-g2008-05-311-4/+25
* Fix non-tiles compilation.dolorous2008-05-301-1/+1