aboutsummaryrefslogtreecommitdiff
path: root/games/minimal/mods/default/textures/player.png
diff options
context:
space:
mode:
authorASL97 <asl97@outlook.com>2015-12-07 17:39:48 +0800
committerShadowNinja <shadowninja@minetest.net>2016-01-09 16:24:22 -0500
commit106d4b7d05cfbba901abd540113991042d77bc97 (patch)
treed18d38033d7e0ec68f8e1e77f94a6a975204517d /games/minimal/mods/default/textures/player.png
parent711808343db6d081e0aec550553a018554bed4d6 (diff)
downloadminetest-106d4b7d05cfbba901abd540113991042d77bc97.tar.gz
minetest-106d4b7d05cfbba901abd540113991042d77bc97.tar.bz2
minetest-106d4b7d05cfbba901abd540113991042d77bc97.zip
Cache disable_anticheat and check it for "interacted_too_far"
Diffstat (limited to 'games/minimal/mods/default/textures/player.png')
0 files changed, 0 insertions, 0 deletions
40' href='#n140'>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
/*
Minetest
Copyright (C) 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 "lua_api/l_internal.h"
#include "common/c_converter.h"
#include "common/c_content.h"
#include "lua_api/l_http.h"
#include "httpfetch.h"
#include "settings.h"
#include "debug.h"
#include "log.h"

#include <algorithm>
#include <iomanip>