]> git.lizzy.rs Git - minetest.git/history - src/database-sqlite3.cpp
Optimize headers (part 2) (#6272)
[minetest.git] / src / database-sqlite3.cpp
2017-08-17 Loïc BlotModernize src/c* src/d* and src/e* files (#6263)
2017-06-25 SmallJokerInventory: Fix wrong stack size behaviour and item...
2017-06-16 Loïc BlotC++11 patchset 9: move hardcoded init parameters to...
2017-04-28 ShadowNinjaClean up getTime helpers
2017-04-23 Loïc BlotPlayer data to Database (#5475)
2016-07-08 est31Fix -Wterminate warning on GCC 6
2016-05-17 nerzhulImplement DatabaseException for databases
2016-05-17 Loic BlotDB::loadBlock copy removal & DB backend cleanup
2015-12-29 RogierInclude custom error message in all SQLite3 exceptions.
2015-12-29 RogierHandle SQLITE_BUSY errors gracefully
2015-10-14 ShadowNinjaUse warningstream for log messages with WARNING
2015-04-07 ShadowNinjaFix missing SQLite3 statement pointer initialization
2015-04-01 Craig RobbinsMove globals from main.cpp to more sane locations
2015-03-07 Craig RobbinsFor usages of assert() that are meant to persist in...
2015-03-06 ShadowNinjaClean up database API and save the local map on an...
2015-02-17 Loic BlotReplace std::list by std::vector into ServerMap::listAl...
2015-01-28 KahrlFix uninitialized variable m_database_delete in Databas...
2015-01-15 kwolekrAdd ability to delete MapBlocks from map
2014-09-21 ShadowNinjaSplit settings into seperate source and header files
2014-08-16 sapierAdd sqlite3 backend hack for android
2014-07-12 sfan5Move MapBlock (de)serializing code out of Database...
2014-07-07 kwolekrDon't unload blocks if save failed
2014-07-06 sapierSwitch android to leveldb as sqlite3 is broken and...
2014-06-23 ShadowNinjaRemove confusing code block from SQLite3 database
2014-06-22 sapierFix sqlite3 map shutdown fails due to missing to finali...
2013-11-24 kwolekrDon't continue trying to deserialize blank block data
2013-11-17 kwolekrDo the same for LevelDB interface
2013-11-17 kwolekrHandle blank blocks in database
2013-09-16 prollerAdd configurable PRAGMA synchronous =
2013-09-10 KahrlAdd license headers and remove useless includes
2013-09-09 Sfan5Use STL containers instead of irr::core::list
2013-09-09 Sfan5Make it compile
2013-09-09 Ilya ZhuravlevAdd dummy and LevelDB database backends