summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/sqldbm.cc
Commit message (Expand)AuthorAgeFilesLines
* Add end.ccNicholas Feinberg2014-07-281-1/+1
* Formatting fixes (add braces).Neil Moore2014-05-121-0/+2
* Drop unnecessary parentheses from return statements.Adam Borowski2013-11-151-1/+1
* More padding fixes for ternary operatorChris Oelmueller2013-08-031-5/+5
* Fix a shadowing warning.Adam Borowski2013-05-151-2/+4
* Drop a lot of unnecessary braces.Adam Borowski2012-10-241-2/+0
* Use unique_ptr instead of auto_ptr (emulated for non-C++11).Adam Borowski2012-08-281-6/+6
* Use std namespace.Raphael Langella2012-08-261-26/+23
* Some more return deparenthesization.Adam Borowski2012-07-051-1/+1
* Remove parentheses around return (simple_function_call).Adam Borowski2012-07-051-1/+1
* Drop parentheses around scalar values in "return".Adam Borowski2012-07-051-23/+23
* Fix build failure with gcc-trunk.Adam Borowski2011-08-101-0/+1
* Make cppcheck a bit happier.Adam Borowski2011-07-051-2/+1
* Put usleep() emulation into syscalls.ccAdam Borowski2011-06-041-1/+1
* Merge branch 'unicode'.Adam Borowski2011-04-011-0/+11
|\
| * Merge branch 'master' into unicodeAdam Borowski2011-01-111-23/+23
| |\
| * \ Merge branch 'master' into unicodeAdam Borowski2010-10-151-4/+4
| |\ \
| * | | Handle filenames with non-ascii characters.Adam Borowski2010-09-171-0/+11
* | | | Make file headers doxygen-friendly, drop useless fields.Adam Borowski2011-03-281-5/+4
| |_|/ |/| |
* | | Fix opening a db with no filename returning success.Adam Borowski2010-12-261-23/+23
| |/ |/|
* | Massive spacing fixes: "( spaces after parentheses )".Adam Borowski2010-10-151-4/+4
|/
* Allow building with ancient sqlite (shuff/hakamadare).Adam Borowski2010-07-291-0/+9
* Windows has no usleep(), emulate.Adam Borowski2010-06-151-0/+2
* Make Crawl open sqlite dbs using readonly connections where possible, and don...Darshan Shaligram2010-06-151-16/+106
* versioning: remove SVN-specific revision data, add Git versioningSteven Noonan2009-10-181-1/+0
* Drop obsolete CVS last-committed headers ($Author$).Adam Borowski2009-10-061-2/+0
* Adding REVISION() macro to all source files.ennewalker2009-01-041-0/+2
* Add whitespace fixes.dolorous2008-09-281-7/+7
* Added svn properties svn:keywords and svn:eol-style to files which werezelgadis2007-10-031-1/+1
* Implemented SQLite fronts for dbm_firstkey and dbm_nextkey to fix trunk builddshaligram2007-09-221-2/+60
* A few general fixes:j-p-e-g2007-09-101-1/+2
* The dungeon builder now caches compiled Lua chunks instead of Lua source in thedshaligram2007-06-271-2/+4
* Mummies fall apart in deep water, demons can drown in deep water or lava.dshaligram2007-04-251-2/+2
* Fixed trunk build for DOS and Windows. DOS and Windows builds use a SQLite db,dshaligram2007-04-221-0/+279