summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/database.cc
Commit message (Expand)AuthorAgeFilesLines
...
* Fix embedded Lua in monster speech not being executed.Adam Borowski2012-02-211-1/+4
* Don't bother with parallel db rebuild on DGAMELAUNCH.Adam Borowski2011-12-281-0/+2
* Try to handle ulimit -T.Adam Borowski2011-12-281-2/+7
* Undo mutilation of thread-safety of contrib sqlite.Adam Borowski2011-12-281-0/+5
* Build databases in parallel.Adam Borowski2011-12-271-3/+17
* Fix a format warning on win64.Adam Borowski2011-10-011-1/+1
* cppcheck: fix inefficient checking for emptiness.Adam Borowski2011-07-051-1/+1
* Fix incomplete database when switching between console and tiles.Adam Borowski2011-05-311-2/+0
* Handle races without lips in imp suck-ups.Adam Borowski2011-05-091-2/+2
* Shorten some mprf(DEBUG_DIAGNOSTICS, ...), axe unused debug #ifdefs.Adam Borowski2011-04-211-1/+1
* Detect incompletely regenerated databases.Adam Borowski2011-04-191-21/+47
* Merge branch 'unicode'.Adam Borowski2011-04-011-9/+7
|\
| * Merge branch 'master' into unicodeAdam Borowski2011-03-131-0/+5
| |\
| * \ Merge branch 'master' into unicodeAdam Borowski2011-01-111-9/+26
| |\ \
| * | | Get rid of one last use of fstream.Adam Borowski2010-12-181-8/+5
| * | | Merge branch 'master' into unicodeAdam Borowski2010-12-021-2/+0
| |\ \ \
| * \ \ \ Merge branch 'master' into unicodeAdam Borowski2010-10-151-10/+10
| |\ \ \ \
| * | | | | Handle filenames with non-ascii characters.Adam Borowski2010-09-171-1/+2
* | | | | | Make file headers doxygen-friendly, drop useless fields.Adam Borowski2011-03-281-6/+4
| |_|_|_|/ |/| | | |
* | | | | Fix a fd leak on restart_after_save.Adam Borowski2011-02-151-0/+5
| |_|_|/ |/| | |
* | | | Let monsters say something when they flee away. A silent sheep fire is no fun.Adam Borowski2011-01-101-0/+1
* | | | Move god fullnames to dat/descript/gods.txt, reinstate Xom titles removed in ...Darshan Shaligram2011-01-091-6/+19
* | | | Correct some whitespace errors using checkwhite.Vsevolod Kozlov2010-12-271-1/+1
* | | | Don't include command description in console versions' desc db.Johanna Ploog2010-12-271-0/+2
* | | | Add descriptions for common commands.Johanna Ploog2010-12-271-0/+1
* | | | Ensure a space after "return".Adam Borowski2010-12-161-3/+3
| |_|/ |/| |
* | | Drop any chmod() calls from inside Crawl.Adam Borowski2010-12-021-2/+0
| |/ |/|
* | Massive spacing fixes: "( spaces after parentheses )".Adam Borowski2010-10-151-10/+10
|/
* Make Crawl react better to seeing des files and database text files modified ...Darshan Shaligram2010-06-141-1/+4
* Compile .des and database files into a versioned cache directory under the sa...Darshan Shaligram2010-06-131-14/+20
* Parse text db using std::string instead of C strings.Robert Vollmert2010-06-011-7/+5
* Fix endless loop when rebuilding quote db.Robert Vollmert2010-05-241-1/+1
* Read species/background descriptions from the database.Johanna Ploog2010-03-311-7/+24
* Add formatting fixes.David Lawrence Ramsey2009-11-211-2/+2
* Splitting up stuff.cc.Robert Vollmert2009-10-301-0/+1
* versioning: remove SVN-specific revision data, add Git versioningSteven Noonan2009-10-181-1/+0
* platform detection: clean up abuse of '_MSC_VER' macroSteven Noonan2009-10-131-1/+1
* Drop obsolete CVS last-committed headers ($Author$).Adam Borowski2009-10-061-3/+0
* Add spelling fixes.David Lawrence Ramsey2009-09-231-2/+2
* Remove references to unimplemented branches (Caverns, Pit, Inferno).j-p-e-g2009-03-141-0/+1
* * Move randart book names into a new file, randbook.txt. j-p-e-g2009-01-251-0/+1
* Adding REVISION() macro to all source files.ennewalker2009-01-041-0/+3
* Fix "suicidal travelling" towards monsters you can see through glass.j-p-e-g2008-12-261-2/+0
* Add a FAQ part to the database, which can be accessed from the helpj-p-e-g2008-12-261-0/+31
* First draft of the spell noisyness system: spells cast by the player and byzelgadis2008-12-131-0/+1
* * Move all quotes into quotes.txt and a database of their own.j-p-e-g2008-08-041-12/+19
* 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