]> git.lizzy.rs Git - dragonfireclient.git/blobdiff - src/serialization.h
fixed server sending wrong position of node removal
[dragonfireclient.git] / src / serialization.h
index b55625a4bb075630434ba83540945dca5041b97f..e84ceee3e0d631582356f020195d314862f7ac4a 100644 (file)
@@ -1,5 +1,20 @@
 /*
-(c) 2010 Perttu Ahola <celeron55@gmail.com>
+Minetest-c55
+Copyright (C) 2010 celeron55, Perttu Ahola <celeron55@gmail.com>
+
+This program is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or
+(at your option) any later version.
+
+This program is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+GNU General Public License for more details.
+
+You should have received a copy of the GNU General Public License along
+with this program; if not, write to the Free Software Foundation, Inc.,
+51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 */
 
 #ifndef SERIALIZATION_HEADER
        7: block compression switched on again
        8: (dev) server-initiated block transfers and all kinds of stuff
        9: (dev) block objects
+       10: (dev) water pressure
+       11: (dev) zlib'd blocks, block flags
+       12: (dev) UnlimitedHeightmap now uses interpolated areas
+       13: (dev) Mapgen v2
 */
 // This represents an uninitialized or invalid format
 #define SER_FMT_VER_INVALID 255
 // Highest supported serialization version
-#define SER_FMT_VER_HIGHEST 9
+#define SER_FMT_VER_HIGHEST 13
 // Lowest supported serialization version
 #define SER_FMT_VER_LOWEST 2