]> git.lizzy.rs Git - minetest.git/blobdiff - src/serialization.h
Merge pull request #503 from RealBadAngel/master
[minetest.git] / src / serialization.h
index 24648c1fc83dc5f9535adbdb26c2377652da9374..533ddc8c446f0704990551ddf7e807c688570d55 100644 (file)
@@ -20,7 +20,7 @@ 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 "util/pointer.h"
@@ -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