Commit Graph

6 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
sfan5 4db3040f2a Fix getting MapBlocks for abs(z) > 2048 with sqlite3 backend (fixed #31) 2016-09-18 14:33:13 +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
Sfan5 46023f77f5 Make it (almost) compile for windows 2014-03-09 12:32:13 +01:00
Sfan5 393d7e2ac0 LevelDB support 2014-03-05 21:42:21 +01:00