summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/database.cc
Commit message (Expand)AuthorAgeFilesLines
* Misc. minor cleanups. (Yes, a huge amount of them but still...)j-p-e-g2008-06-261-5/+7
* Add spelling fix.dolorous2008-06-261-6/+6
* Swap '.' and '!' in the targetting interface.j-p-e-g2008-06-221-3/+3
* Fix ?immolation not being autoID'd upon reading.j-p-e-g2008-06-221-2/+2
* Add the framework for descriptions for abilities to be read from thej-p-e-g2008-06-181-5/+6
* Outsource the tutorial descriptions of skills, and make them searchablej-p-e-g2008-06-181-2/+3
* Clean-up (renaming static methods and comments) in a number of files.j-p-e-g2008-06-101-2/+2
* Lowercase the last of the the miscellaneous names text, and move it out dolorous2008-06-011-2/+20
* Comment fix.dolorous2008-05-271-2/+2
* Outsource more miscellaneous names besides colors (glowing color types, dolorous2008-05-261-0/+2
* Typo fixes.dolorous2008-05-261-1/+1
* Change friendly pickup from a toggle to a more userfriendly, easilyj-p-e-g2008-04-261-0/+2
* Replace the dire lajatang with the cloak of Starlight (rElec, rC+, EV+4,j-p-e-g2008-04-231-3/+6
* Modify descriptions of artefact-capable items to allow for unquoted j-p-e-g2008-04-221-1/+7
* Fixes to compile with Visual C++. Moved direct.cc and direct.h to directn.* t...dshaligram2008-04-191-2/+2
* Another code cleanup.j-p-e-g2008-04-151-27/+27
* Fix database lookup for features, and add fountain of blood, as well as pj-p-e-g2008-03-271-1/+1
* Modify database lookup to allow for lookup of the nth entry for a j-p-e-g2008-03-231-47/+86
* Fix probable 64-bit portability problem.pauldubois2008-03-201-5/+5
* Outsourcing Xom speech.j-p-e-g2008-03-191-6/+18
* Morphed SingleFileDB into TextDB, a class that accepts any number ofpauldubois2008-03-171-285/+133
* Make global variables follow conventions.pauldubois2008-03-161-27/+29
* Another of those commits on monster speech, hopefully the last one forj-p-e-g2008-03-111-0/+3
* Rename speak.txt to monspeak.txt, and noise.xt to wpnnoise.txtj-p-e-g2008-03-101-3/+3
* Batch of tiny changes for MSVC compiles.pauldubois2008-03-101-1/+3
* [Bug 1907221] Add "Modified for Crawl Reference" statement and author to aj-p-e-g2008-03-081-1/+2
* Apply Paul's patch 1901892: reorganize/rewrite docs/monster_speech.txtj-p-e-g2008-02-261-3/+69
* Outsource randart names.j-p-e-g2008-02-241-4/+92
* Added help for stash-search (dpeg).dshaligram2008-01-261-23/+34
* Database entries fetched with getLongDescription() can contain embededzelgadis2007-12-061-1/+42
* "?/" can now be used to look up items. A side effect of this is thatzelgadis2007-12-061-0/+1
* Added gods and branches to the "?/" describe command; branch descriptionszelgadis2007-12-051-0/+2
* ?/ now asks if you want to describe a monster, spell, or feature, andzelgadis2007-09-241-19/+19
* If there are multiple matches to the "?/" describe command, thenzelgadis2007-09-221-1/+49
* Can now search the description database by name (keyword) with '?/'.zelgadis2007-09-211-0/+33
* Applying Enne's database.cc cleanup patch (1792896).j-p-e-g2007-09-121-61/+59
* Implementing patch 1775415 (outsourcing monster speech) byj-p-e-g2007-09-041-60/+297
* [1773753] Split and sort the description db input file (zelgadis).dshaligram2007-08-151-6/+42
* Implemented .des file caching (speeds startup a fair bit): .des files aredshaligram2007-06-241-23/+0
* And the beat goes on (stringstreams).haranp2007-04-281-1/+1
* Fixed trunk build for DOS and Windows. DOS and Windows builds use a SQLite db,dshaligram2007-04-221-2/+0
* Unlink db file if it is stale.dshaligram2007-04-201-2/+4
* Fixed source to build on Linux. Should still build on Mac OS, but this isdshaligram2007-04-201-79/+167
* First cut at db/flat text file based descriptions.peterb122007-04-171-0/+139