aboutsummaryrefslogtreecommitdiff
path: root/build/android/patches
diff options
context:
space:
mode:
authorsfan5 <sfan5@live.de>2016-05-15 14:49:15 +0200
committersfan5 <sfan5@live.de>2016-05-15 14:49:15 +0200
commitfb31bd3806c56b467dbaaf4dba26aaff4224fdc6 (patch)
treedc057d0323458651660c0773eeabfdd4ebd9b7c4 /build/android/patches
parent854d9e3745304f5f420805818de99e5e6d1b2596 (diff)
downloadminetest-fb31bd3806c56b467dbaaf4dba26aaff4224fdc6.tar.gz
minetest-fb31bd3806c56b467dbaaf4dba26aaff4224fdc6.tar.bz2
minetest-fb31bd3806c56b467dbaaf4dba26aaff4224fdc6.zip
Continue with 0.4.14-dev
Diffstat (limited to 'build/android/patches')
0 files changed, 0 insertions, 0 deletions
21'>121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200
/*
Minetest
Copyright (C) 2010-2013 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 Lesser General Public License as published by
the Free Software Foundation; either version 2.1 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 Lesser General Public License for more details.

You should have received a copy of the GNU Lesser 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.
*/

#include "content_nodemeta.h"
#include "nodemetadata.h"
#include "nodetimer.h"
#include "inventory.h"
#include "log.h"
#include "serialization.h"
#include "util/serialize.h"
#include "util/string.h"
#include "constants.h" // MAP_BLOCKSIZE
#include <sstream>

#define NODEMETA_GENERIC 1
#define NODEMETA_SIGN 14
#define NODEMETA_CHEST 15
#define NODEMETA_FURNACE 16
#define NODEMETA_LOCKABLE_CHEST 17

// Returns true if node timer must be set
static bool content_nodemeta_deserialize_legacy_body(