aboutsummaryrefslogtreecommitdiff
path: root/src/database-dummy.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move MapBlock (de)serializing code out of Database classsfan52014-07-121-4/+4
|
* Don't unload blocks if save failedkwolekr2014-07-071-2/+2
| | | | Improve error handling in saveBlock()
* Replace usage of long long with u64/s64ShadowNinja2014-03-121-2/+3
|
* Add license headers and remove useless includesKahrl2013-09-101-5/+23
|
* Use STL containers instead of irr::core::listSfan52013-09-091-1/+1
|
* Add dummy and LevelDB database backendsIlya Zhuravlev2013-09-091-0/+26