summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/database.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove stuffNicholas Feinberg2014-07-291-0/+1
* Add end.ccNicholas Feinberg2014-07-281-1/+1
* Allow toggling monster speech diagnostics in &^QNeil Moore2014-07-081-1/+1
* A popular 4.1ism: Titles for uniques.Steve Melenchuk2014-06-011-0/+1
* Disable multithreaded loading on Windows (#5354).Steve Melenchuk2014-04-061-2/+5
* Drop double newlines where they seem to serve no purpose.Adam Borowski2013-12-211-2/+0
* Indentation fixes.Adam Borowski2013-12-041-1/+1
* Replace `mpr(s, ch)` with `mprf(ch, s)`Adam Borowski2013-11-291-4/+4
* Drop unnecessary parentheses from return statements.Adam Borowski2013-11-151-1/+1
* Move quotes back to their own resource file.Raphael Langella2013-09-111-4/+9
* Convert several instances of "and" "not" and "or" to "&&" "!" and "||" (xFleury)Pete Hurst2013-05-191-1/+1
* Move quotes to description files.Raphael Langella2013-03-191-9/+4
* Allow "%"PRI to build in C++11 mode.Adam Borowski2012-08-281-2/+2
* Use std namespace.Raphael Langella2012-08-261-106/+100
* Some more return deparenthesization.Adam Borowski2012-07-051-1/+1
* String scalars are scalars, too.Adam Borowski2012-07-051-1/+1
* Drop parentheses around scalar values in "return".Adam Borowski2012-07-051-6/+6
* Put tutorial messages for tutorial 5 into the database.Adam Borowski2012-06-281-0/+1
* Make a database to store hints mode messages.Adam Borowski2012-06-261-0/+13
* Fix "monster" crashes more generally.Neil Moore2012-06-231-4/+6
* Require db aliases to have no < inside.Adam Borowski2012-06-111-1/+2
* Kludge around coloured database entries not showing.Adam Borowski2012-06-091-1/+2
* Revert "Shush another compiler warning.", replace it with inttypes.h macros.Adam Borowski2012-05-261-2/+2
* Kill some longs.Adam Borowski2012-05-261-2/+2
* Add an alias functionality to database lookups.Raphael Langella2012-05-151-0/+7
* Separate bulleted items in FAQ entries by empty lines in the source.Adam Borowski2012-05-111-1/+9
* Move god lastnames to dat/database/ rather than dat/descript/Adam Borowski2012-05-021-20/+1
* Move quotes.txt to dat/descript/Adam Borowski2012-04-291-1/+1
* Evict pizza toppings to the database.Adam Borowski2012-04-151-1/+4
* Use enums rather than string comparison for fake languages.Adam Borowski2012-04-131-18/+18
* Avoid another "monster" crash.Neil Moore2012-04-051-4/+3
* Fix "monster" crashing on Roxanne (randart spellbook).Adam Borowski2012-03-291-0/+4
* Revert "A bit of debug info about loaded translations, to help investigate CDO."Adam Borowski2012-03-291-6/+0
* A bit of debug info about loaded translations, to help investigate CDO.Adam Borowski2012-03-291-0/+6
* Fix an use-after-free potential crash.Adam Borowski2012-03-271-2/+3
* Hush a warning in DGL builds.Adam Borowski2012-03-271-0/+2
* Don't crash when a help topic is missing.Adam Borowski2012-03-251-1/+4
* Fix fallback to English not working in incomplete translations.Adam Borowski2012-03-191-2/+2
* Let description search work on translated (only) text.Adam Borowski2012-03-191-1/+9
* Fix apparent typo in database lookups.David Lawrence Ramsey2012-03-181-1/+1
* Use translations when querying a weighted string from the database.Adam Borowski2012-03-181-28/+22
* Fix database[en] being rebuilt every time if database[X] exists and is enabled.Adam Borowski2012-03-171-4/+6
* When a translated database exists, query it first, falling back to English.Adam Borowski2012-03-171-25/+23
* Build databases for the selected translation as well.Adam Borowski2012-03-171-17/+62
* Detect db timestamps going backwards.Adam Borowski2012-03-161-13/+15
* Separate db input files from their path.Adam Borowski2012-03-161-49/+52
* Allow logically wrapped quotes as well.Adam Borowski2012-03-081-1/+1
* Allow descriptions (dat/descript/*.txt) to be logically wrapped in the sources.Adam Borowski2012-03-081-1/+2
* Evict unrand descriptions into the database.Adam Borowski2012-03-081-0/+1
* Make a bunch of functions static.Adam Borowski2012-03-071-21/+14