aboutsummaryrefslogtreecommitdiff
path: root/src/client/tile.cpp
diff options
context:
space:
mode:
authorCraig Robbins <kde.psych@gmail.com>2015-05-11 02:03:09 +1000
committerCraig Robbins <kde.psych@gmail.com>2015-05-11 02:03:09 +1000
commit5a1975a4e38caa1385cfefac299ce17018172714 (patch)
treeba2f3e6080732c41bea895d850330deda78d5127 /src/client/tile.cpp
parent2b99d904f6b8197931954772b6466d8ee56cafc9 (diff)
downloadminetest-5a1975a4e38caa1385cfefac299ce17018172714.tar.gz
minetest-5a1975a4e38caa1385cfefac299ce17018172714.tar.bz2
minetest-5a1975a4e38caa1385cfefac299ce17018172714.zip
Change lower limit of display_gamma to 1.0 (linear light)
Now matches function comment
Diffstat (limited to 'src/client/tile.cpp')
0 files changed, 0 insertions, 0 deletions
an> 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 "string.h" #include "../sha1.h" #include "../base64.h" #include "../porting.h" // Get an sha-1 hash of the player's name combined with // the password entered. That's what the server uses as // their password. (Exception : if the password field is // blank, we send a blank password - this is for backwards // compatibility with password-less players).