X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Fserialization.h;h=533ddc8c446f0704990551ddf7e807c688570d55;hb=2c362badd401dc16d32b543ed15bfcad44f9163b;hp=0d74ccf48fb7ba280ce101416dfa992180638022;hpb=fd845f27f5b3e3c6587c472be76235567a7b934d;p=minetest.git diff --git a/src/serialization.h b/src/serialization.h index 0d74ccf48..533ddc8c4 100644 --- a/src/serialization.h +++ b/src/serialization.h @@ -59,12 +59,13 @@ with this program; if not, write to the Free Software Foundation, Inc., 21: dynamic content type allocation 22: minerals removed, facedir & wallmounted changed 23: new node metadata format - 24: 16-bit node ids and node timers + 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 24 +#define SER_FMT_VER_HIGHEST 25 // Lowest supported serialization version #define SER_FMT_VER_LOWEST 0