aboutsummaryrefslogtreecommitdiff
path: root/src/client/client.h
diff options
context:
space:
mode:
authormonolifed <monolifed@protonmail.com>2020-06-14 09:51:55 +0000
committersfan5 <sfan5@live.de>2020-07-08 22:51:17 +0200
commit99541ab2944edc9e6105411dd58309553bb4ae6c (patch)
treeb1eec5b732d2eff0e2ec911c8c0245341bf58e34 /src/client/client.h
parent6e5fc82f9a3ee4527a291fcd3c5d74c552ad09fc (diff)
downloadminetest-99541ab2944edc9e6105411dd58309553bb4ae6c.tar.gz
minetest-99541ab2944edc9e6105411dd58309553bb4ae6c.tar.bz2
minetest-99541ab2944edc9e6105411dd58309553bb4ae6c.zip
Translated using Weblate (Turkish)
Currently translated at 100.0% (1350 of 1350 strings)
Diffstat (limited to 'src/client/client.h')
0 files changed, 0 insertions, 0 deletions
an class="hl com"> 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. */ #pragma once #include "irrlichttypes.h" #include "exceptions.h" #include <iostream> #include "util/pointer.h" /* Map format serialization version -------------------------------- For map data (blocks, nodes, sectors). NOTE: The goal is to increment this so that saved maps will be loadable by any version. Other compatibility is not maintained. 0: original networked test with 1-byte nodes 1: update with 2-byte nodes 2: lighting is transmitted in param 3: optional fetching of far blocks 4: block compression 5: sector objects NOTE: block compression was left accidentally out 6: failed attempt at switching block compression on again 7: block compression switched on again 8: server-initiated block transfers and all kinds of stuff 9: block objects 10: water pressure 11: zlib'd blocks, block flags 12: UnlimitedHeightmap now uses interpolated areas 13: Mapgen v2