summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/database.cc
Commit message (Expand)AuthorAgeFilesLines
* ?/ 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