]> git.lizzy.rs Git - minetest.git/blobdiff - src/serialization.h
Added debug log level setting
[minetest.git] / src / serialization.h
index 9eebe3cb7b4c719a81bef8681195a609a47f5c75..533ddc8c446f0704990551ddf7e807c688570d55 100644 (file)
@@ -20,10 +20,10 @@ with this program; if not, write to the Free Software Foundation, Inc.,
 #ifndef SERIALIZATION_HEADER
 #define SERIALIZATION_HEADER
 
-#include "common_irrlicht.h"
+#include "irrlichttypes.h"
 #include "exceptions.h"
 #include <iostream>
-#include "utility.h"
+#include "util/pointer.h"
 
 /*
        Map format serialization version
@@ -58,12 +58,14 @@ with this program; if not, write to the Free Software Foundation, Inc.,
        20: many existing content types translated to extended ones
        21: dynamic content type allocation
        22: minerals removed, facedir & wallmounted changed
-       23: NodeTimers, new node metadata format
+       23: new node metadata format
+       24: 16-bit node ids and node timers (never released as stable)
+       25: Improved node timer format
 */
 // This represents an uninitialized or invalid format
 #define SER_FMT_VER_INVALID 255
 // Highest supported serialization version
-#define SER_FMT_VER_HIGHEST 23
+#define SER_FMT_VER_HIGHEST 25
 // Lowest supported serialization version
 #define SER_FMT_VER_LOWEST 0