aboutsummaryrefslogtreecommitdiff
path: root/src/filecache.cpp
diff options
context:
space:
mode:
authorparamat <mat.gregory@virginmedia.com>2015-05-08 00:53:12 +0100
committerparamat <mat.gregory@virginmedia.com>2015-05-08 01:17:50 +0100
commit77e4a467f019459572d14e32a6187f43aee31b3a (patch)
tree5b433bf25716fdb8016e1caae30e16030efa8915 /src/filecache.cpp
parente17c6ba2cdab2ec753646ba9984716c5a88ad0a0 (diff)
downloadminetest-77e4a467f019459572d14e32a6187f43aee31b3a.tar.gz
minetest-77e4a467f019459572d14e32a6187f43aee31b3a.tar.bz2
minetest-77e4a467f019459572d14e32a6187f43aee31b3a.zip
Conf.example: Update recommended maximum cloud radius to 26
Diffstat (limited to 'src/filecache.cpp')
0 files changed, 0 insertions, 0 deletions
a> 117 118 119 120 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
/*
Minetest
Copyright (C) 2010-2013 celeron55, Perttu Ahola <celeron55@gmail.com>
Copyright (C) 2018 nerzhul, Loic Blot <loic.blot@unix-experience.fr>

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 "porting.h"
#include "profilergraph.h"
#include "util/string.h"

void ProfilerGraph::put(const Profiler::GraphValues &values)