Commit Graph

5 Commits

Author SHA1 Message Date
Nestorfish 26b62933ed TileGenerator: free database resources (#38)
Destructor of DB* instance was never called.
Ensure it is, adding missing base class virtual destructor and calling delete when possible to free resources.
2016-10-13 23:26:59 +02:00
ShadowNinja 22d3e401f8 Don't use a temporary table for block positions
This also moves database functions and data structures to db.h
2014-04-19 02:13:34 -04:00
ShadowNinja 5905c34ec0 Significantly optimize LevelDB database backend 2014-03-28 17:38:56 -04:00
ShadowNinja 6e565e93d1 Prepare statements at startup and finalize them 2014-03-28 13:42:37 -04:00
Sfan5 393d7e2ac0 LevelDB support 2014-03-05 21:42:21 +01:00