From 2f3c96b38d99db1d8ad6f4e07537220a9b31adc5 Mon Sep 17 00:00:00 2001 From: random-geek <35757396+random-geek@users.noreply.github.com> Date: Mon, 21 Oct 2019 14:59:58 -0700 Subject: Remove legacy flat-file map code --- src/map.h | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'src/map.h') diff --git a/src/map.h b/src/map.h index 392ec3f25..da55fb432 100644 --- a/src/map.h +++ b/src/map.h @@ -380,21 +380,12 @@ public: names when saving */ void createDirs(const std::string &path); - // returns something like "map/sectors/xxxxxxxx" - std::string getSectorDir(v2s16 pos, int layout = 2); - // dirname: final directory name - v2s16 getSectorPos(const std::string &dirname); - v3s16 getBlockPos(const std::string §ordir, const std::string &blockfile); - static std::string getBlockFilename(v3s16 p); /* Database functions */ static MapDatabase *createDatabase(const std::string &name, const std::string &savedir, Settings &conf); - // Returns true if the database file does not exist - bool loadFromFolders(); - // Call these before and after saving of blocks void beginSave(); void endSave(); @@ -407,9 +398,6 @@ public: bool saveBlock(MapBlock *block); static bool saveBlock(MapBlock *block, MapDatabase *db); - // This will generate a sector with getSector if not found. - void loadBlock(const std::string §ordir, const std::string &blockfile, - MapSector *sector, bool save_after_load=false); MapBlock* loadBlock(v3s16 p); // Database version void loadBlock(std::string *blob, v3s16 p3d, MapSector *sector, bool save_after_load=false); -- cgit v1.2.3