aboutsummaryrefslogtreecommitdiff
path: root/src/database-sqlite3.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Inventory: Fix wrong stack size behaviour and item loss (#6039)SmallJoker2017-06-251-1/+1
* C++11 patchset 9: move hardcoded init parameters to class definitions (part 1...Loïc Blot2017-06-161-27/+4
* Clean up getTime helpersShadowNinja2017-04-281-1/+1
* Player data to Database (#5475)Loïc Blot2017-04-231-35/+364
* Fix -Wterminate warning on GCC 6est312016-07-081-3/+9
* Implement DatabaseException for databasesnerzhul2016-05-171-1/+1
* DB::loadBlock copy removal & DB backend cleanupLoic Blot2016-05-171-7/+4
* Include custom error message in all SQLite3 exceptions.Rogier2015-12-301-38/+27
* Handle SQLITE_BUSY errors gracefullyRogier2015-12-301-0/+60
* Use warningstream for log messages with WARNINGShadowNinja2015-10-141-1/+1
* Fix missing SQLite3 statement pointer initializationShadowNinja2015-04-071-1/+3
* Move globals from main.cpp to more sane locationsCraig Robbins2015-04-011-1/+0
* For usages of assert() that are meant to persist in Release builds (when NDEB...Craig Robbins2015-03-071-2/+1
* Clean up database API and save the local map on an intervalShadowNinja2015-03-061-201/+136
* Replace std::list by std::vector into ServerMap::listAllLoadableBlocks Server...Loic Blot2015-02-171-3/+2
* Fix uninitialized variable m_database_delete in Database_SQLite3Kahrl2015-01-281-0/+1
* Add ability to delete MapBlocks from mapkwolekr2015-01-151-8/+33
* Split settings into seperate source and header filesShadowNinja2014-09-211-0/+1
* Add sqlite3 backend hack for androidsapier2014-08-161-3/+41
* Move MapBlock (de)serializing code out of Database classsfan52014-07-121-145/+23
* Don't unload blocks if save failedkwolekr2014-07-071-23/+32
* Switch android to leveldb as sqlite3 is broken and fails to save any mapblock...sapier2014-07-061-3/+3
* Remove confusing code block from SQLite3 databaseShadowNinja2014-06-231-42/+38
* Fix sqlite3 map shutdown fails due to missing to finalize list statementsapier2014-06-221-28/+43
* Don't continue trying to deserialize blank block datakwolekr2013-11-241-0/+1
* Do the same for LevelDB interfacekwolekr2013-11-171-2/+2
* Handle blank blocks in databasekwolekr2013-11-171-85/+96
* Add configurable PRAGMA synchronous =proller2013-09-171-1/+10
* Add license headers and remove useless includesKahrl2013-09-101-12/+23
* Use STL containers instead of irr::core::listSfan52013-09-091-1/+1
* Make it compileSfan52013-09-091-1/+1
* Add dummy and LevelDB database backendsIlya Zhuravlev2013-09-091-0/+319