pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/games/minetest



Module Name:    pkgsrc
Committed By:   nia
Date:           Tue Dec  1 13:16:26 UTC 2020

Modified Files:
        pkgsrc/games/minetest: Makefile PLIST distinfo
        pkgsrc/games/minetest/patches: patch-src_util_string.cpp

Log Message:
minetest: Update to 5.3.0

Changelog:
https://dev.minetest.net/Changelog#5.2.0_.E2.86.92_5.3.0


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/games/minetest/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/games/minetest/PLIST
cvs rdiff -u -r1.4 -r1.5 pkgsrc/games/minetest/distinfo
cvs rdiff -u -r1.2 -r1.3 \
    pkgsrc/games/minetest/patches/patch-src_util_string.cpp

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/games/minetest/Makefile
diff -u pkgsrc/games/minetest/Makefile:1.16 pkgsrc/games/minetest/Makefile:1.17
--- pkgsrc/games/minetest/Makefile:1.16 Thu Nov  5 09:08:13 2020
+++ pkgsrc/games/minetest/Makefile      Tue Dec  1 13:16:25 2020
@@ -1,14 +1,13 @@
-# $NetBSD: Makefile,v 1.16 2020/11/05 09:08:13 ryoon Exp $
+# $NetBSD: Makefile,v 1.17 2020/12/01 13:16:25 nia Exp $
 
-PKGNAME=       minetest-5.1.1
-PKGREVISION=   5
+PKGNAME=       minetest-5.3.0
 CATEGORIES=    games
 DIST_SUBDIR=   minetest-${PKGVERSION_NOREV}
 DISTFILES+=    minetest.tar.gz
 DISTFILES+=    minetest-game.tar.gz
-SITES.minetest.tar.gz=\
+SITES.minetest.tar.gz= \
        -https://github.com/minetest/minetest/archive/${PKGVERSION_NOREV}.tar.gz
-SITES.minetest-game.tar.gz=\
+SITES.minetest-game.tar.gz= \
        -https://github.com/minetest/minetest_game/archive/${PKGVERSION_NOREV}.tar.gz
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -20,7 +19,7 @@ WRKSRC=               ${WRKDIR}/minetest-${PKGVERSION
 
 USE_CMAKE=     yes
 USE_TOOLS+=    msgfmt
-USE_LANGUAGES= c c++11
+USE_LANGUAGES= c c++
 
 # "Insufficient gcc version, found 4.8.5.  Version 4.9 or higher is required."
 GCC_REQD+=     4.9
@@ -34,7 +33,11 @@ CMAKE_ARGS+= -DENABLE_POSTGRESQL=FALSE
 CMAKE_ARGS+=   -DENABLE_LEVELDB=FALSE
 CMAKE_ARGS+=   -DENABLE_REDIS=FALSE
 CMAKE_ARGS+=   -DENABLE_SPATIAL=FALSE
+
+.include "../../lang/LuaJIT2/platform.mk"
+.if ${PLATFORM_SUPPORTS_LUAJIT} == "no"
 CMAKE_ARGS+=   -DENABLE_LUAJIT=FALSE
+.endif
 
 CMAKE_ARGS+=   -DIRRLICHT_INCLUDE_DIR=${BUILDLINK_PREFIX.irrlicht}/include/irrlicht
 
@@ -56,6 +59,9 @@ post-extract:
 .include "../../graphics/irrlicht/buildlink3.mk"
 .include "../../graphics/MesaLib/buildlink3.mk"
 .include "../../graphics/png/buildlink3.mk"
+.if ${PLATFORM_SUPPORTS_LUAJIT} != "no"
+.include "../../lang/LuaJIT2/buildlink3.mk"
+.endif
 .include "../../www/curl/buildlink3.mk"
 .include "../../x11/libX11/buildlink3.mk"
 .include "../../x11/libXext/buildlink3.mk"

Index: pkgsrc/games/minetest/PLIST
diff -u pkgsrc/games/minetest/PLIST:1.3 pkgsrc/games/minetest/PLIST:1.4
--- pkgsrc/games/minetest/PLIST:1.3     Fri Mar 20 17:06:20 2020
+++ pkgsrc/games/minetest/PLIST Tue Dec  1 13:16:25 2020
@@ -1,10 +1,11 @@
-@comment $NetBSD: PLIST,v 1.3 2020/03/20 17:06:20 nia Exp $
+@comment $NetBSD: PLIST,v 1.4 2020/12/01 13:16:25 nia Exp $
 bin/minetest
 bin/minetestserver
 man/man6/minetest.6
 man/man6/minetestserver.6
 share/applications/net.minetest.minetest.desktop
 share/doc/minetest/README.md
+share/doc/minetest/client_lua_api.txt
 share/doc/minetest/lua_api.txt
 share/doc/minetest/menu_lua_api.txt
 share/doc/minetest/minetest.conf.example
@@ -12,6 +13,55 @@ share/doc/minetest/texture_packs.txt
 share/doc/minetest/world_format.txt
 share/icons/hicolor/128x128/apps/minetest.png
 share/icons/hicolor/scalable/apps/minetest.svg
+share/locale/ar/LC_MESSAGES/minetest.mo
+share/locale/ca/LC_MESSAGES/minetest.mo
+share/locale/cs/LC_MESSAGES/minetest.mo
+share/locale/da/LC_MESSAGES/minetest.mo
+share/locale/de/LC_MESSAGES/minetest.mo
+share/locale/dv/LC_MESSAGES/minetest.mo
+share/locale/el/LC_MESSAGES/minetest.mo
+share/locale/eo/LC_MESSAGES/minetest.mo
+share/locale/es/LC_MESSAGES/minetest.mo
+share/locale/et/LC_MESSAGES/minetest.mo
+share/locale/eu/LC_MESSAGES/minetest.mo
+share/locale/fil/LC_MESSAGES/minetest.mo
+share/locale/fr/LC_MESSAGES/minetest.mo
+share/locale/gd/LC_MESSAGES/minetest.mo
+share/locale/gl/LC_MESSAGES/minetest.mo
+share/locale/hi/LC_MESSAGES/minetest.mo
+share/locale/hu/LC_MESSAGES/minetest.mo
+share/locale/id/LC_MESSAGES/minetest.mo
+share/locale/it/LC_MESSAGES/minetest.mo
+share/locale/ja/LC_MESSAGES/minetest.mo
+share/locale/ja_KS/LC_MESSAGES/minetest.mo
+share/locale/jbo/LC_MESSAGES/minetest.mo
+share/locale/kk/LC_MESSAGES/minetest.mo
+share/locale/kn/LC_MESSAGES/minetest.mo
+share/locale/lo/LC_MESSAGES/minetest.mo
+share/locale/lt/LC_MESSAGES/minetest.mo
+share/locale/lv/LC_MESSAGES/minetest.mo
+share/locale/ms/LC_MESSAGES/minetest.mo
+share/locale/ms_Arab/LC_MESSAGES/minetest.mo
+share/locale/my/LC_MESSAGES/minetest.mo
+share/locale/nb/LC_MESSAGES/minetest.mo
+share/locale/nl/LC_MESSAGES/minetest.mo
+share/locale/nn/LC_MESSAGES/minetest.mo
+share/locale/pl/LC_MESSAGES/minetest.mo
+share/locale/pt/LC_MESSAGES/minetest.mo
+share/locale/pt_BR/LC_MESSAGES/minetest.mo
+share/locale/ro/LC_MESSAGES/minetest.mo
+share/locale/ru/LC_MESSAGES/minetest.mo
+share/locale/sk/LC_MESSAGES/minetest.mo
+share/locale/sl/LC_MESSAGES/minetest.mo
+share/locale/sr_Cyrl/LC_MESSAGES/minetest.mo
+share/locale/sv/LC_MESSAGES/minetest.mo
+share/locale/sw/LC_MESSAGES/minetest.mo
+share/locale/th/LC_MESSAGES/minetest.mo
+share/locale/tr/LC_MESSAGES/minetest.mo
+share/locale/uk/LC_MESSAGES/minetest.mo
+share/locale/vi/LC_MESSAGES/minetest.mo
+share/locale/zh_CN/LC_MESSAGES/minetest.mo
+share/locale/zh_TW/LC_MESSAGES/minetest.mo
 share/metainfo/net.minetest.minetest.appdata.xml
 share/minetest/builtin/async/init.lua
 share/minetest/builtin/client/chatcommands.lua
@@ -19,13 +69,15 @@ share/minetest/builtin/client/death_form
 share/minetest/builtin/client/init.lua
 share/minetest/builtin/client/register.lua
 share/minetest/builtin/common/after.lua
-share/minetest/builtin/common/async_event.lua
 share/minetest/builtin/common/chatcommands.lua
 share/minetest/builtin/common/filterlist.lua
 share/minetest/builtin/common/information_formspecs.lua
 share/minetest/builtin/common/misc_helpers.lua
 share/minetest/builtin/common/serialize.lua
 share/minetest/builtin/common/strict.lua
+share/minetest/builtin/common/tests/misc_helpers_spec.lua
+share/minetest/builtin/common/tests/serialize_spec.lua
+share/minetest/builtin/common/tests/vector_spec.lua
 share/minetest/builtin/common/vector.lua
 share/minetest/builtin/fstk/buttonbar.lua
 share/minetest/builtin/fstk/dialog.lua
@@ -50,6 +102,7 @@ share/minetest/builtin/game/statbars.lua
 share/minetest/builtin/game/static_spawn.lua
 share/minetest/builtin/game/voxelarea.lua
 share/minetest/builtin/init.lua
+share/minetest/builtin/mainmenu/async_event.lua
 share/minetest/builtin/mainmenu/common.lua
 share/minetest/builtin/mainmenu/dlg_config_world.lua
 share/minetest/builtin/mainmenu/dlg_contentstore.lua
@@ -81,12 +134,18 @@ share/minetest/client/shaders/minimap_sh
 share/minetest/client/shaders/minimap_shader/opengl_vertex.glsl
 share/minetest/client/shaders/nodes_shader/opengl_fragment.glsl
 share/minetest/client/shaders/nodes_shader/opengl_vertex.glsl
+share/minetest/client/shaders/object_shader/opengl_fragment.glsl
+share/minetest/client/shaders/object_shader/opengl_vertex.glsl
 share/minetest/client/shaders/selection_shader/opengl_fragment.glsl
 share/minetest/client/shaders/selection_shader/opengl_vertex.glsl
-share/minetest/client/shaders/wielded_shader/opengl_fragment.glsl
-share/minetest/client/shaders/wielded_shader/opengl_vertex.glsl
+share/minetest/fonts/Arimo-Bold.ttf
+share/minetest/fonts/Arimo-BoldItalic.ttf
+share/minetest/fonts/Arimo-Italic.ttf
 share/minetest/fonts/Arimo-LICENSE.txt
 share/minetest/fonts/Arimo-Regular.ttf
+share/minetest/fonts/Cousine-Bold.ttf
+share/minetest/fonts/Cousine-BoldItalic.ttf
+share/minetest/fonts/Cousine-Italic.ttf
 share/minetest/fonts/Cousine-LICENSE.txt
 share/minetest/fonts/Cousine-Regular.ttf
 share/minetest/fonts/DroidSansFallbackFull-LICENSE.txt
@@ -121,6 +180,368 @@ share/minetest/fonts/mono_dejavu_sans_8.
 share/minetest/fonts/mono_dejavu_sans_80.png
 share/minetest/fonts/mono_dejavu_sans_9.xml
 share/minetest/fonts/mono_dejavu_sans_90.png
+share/minetest/games/devtest/LICENSE.txt
+share/minetest/games/devtest/README.md
+share/minetest/games/devtest/game.conf
+share/minetest/games/devtest/menu/background.png
+share/minetest/games/devtest/menu/header.png
+share/minetest/games/devtest/menu/icon.png
+share/minetest/games/devtest/mods/basenodes/init.lua
+share/minetest/games/devtest/mods/basenodes/mod.conf
+share/minetest/games/devtest/mods/basenodes/textures/basenodes_dirt_with_grass_bottom.png
+share/minetest/games/devtest/mods/basenodes/textures/basenodes_dirt_with_snow.png
+share/minetest/games/devtest/mods/basenodes/textures/basenodes_dirt_with_snow_bottom.png
+share/minetest/games/devtest/mods/basenodes/textures/basenodes_snow_sheet.png
+share/minetest/games/devtest/mods/basenodes/textures/default_apple.png
+share/minetest/games/devtest/mods/basenodes/textures/default_cobble.png
+share/minetest/games/devtest/mods/basenodes/textures/default_desert_sand.png
+share/minetest/games/devtest/mods/basenodes/textures/default_desert_stone.png
+share/minetest/games/devtest/mods/basenodes/textures/default_dirt.png
+share/minetest/games/devtest/mods/basenodes/textures/default_grass.png
+share/minetest/games/devtest/mods/basenodes/textures/default_grass_side.png
+share/minetest/games/devtest/mods/basenodes/textures/default_gravel.png
+share/minetest/games/devtest/mods/basenodes/textures/default_ice.png
+share/minetest/games/devtest/mods/basenodes/textures/default_junglegrass.png
+share/minetest/games/devtest/mods/basenodes/textures/default_jungleleaves.png
+share/minetest/games/devtest/mods/basenodes/textures/default_jungletree.png
+share/minetest/games/devtest/mods/basenodes/textures/default_jungletree_top.png
+share/minetest/games/devtest/mods/basenodes/textures/default_lava.png
+share/minetest/games/devtest/mods/basenodes/textures/default_lava_flowing.png
+share/minetest/games/devtest/mods/basenodes/textures/default_leaves.png
+share/minetest/games/devtest/mods/basenodes/textures/default_mossycobble.png
+share/minetest/games/devtest/mods/basenodes/textures/default_pine_needles.png
+share/minetest/games/devtest/mods/basenodes/textures/default_pine_tree.png
+share/minetest/games/devtest/mods/basenodes/textures/default_pine_tree_top.png
+share/minetest/games/devtest/mods/basenodes/textures/default_river_water.png
+share/minetest/games/devtest/mods/basenodes/textures/default_river_water_flowing.png
+share/minetest/games/devtest/mods/basenodes/textures/default_sand.png
+share/minetest/games/devtest/mods/basenodes/textures/default_snow.png
+share/minetest/games/devtest/mods/basenodes/textures/default_snow_side.png
+share/minetest/games/devtest/mods/basenodes/textures/default_stone.png
+share/minetest/games/devtest/mods/basenodes/textures/default_tree.png
+share/minetest/games/devtest/mods/basenodes/textures/default_tree_top.png
+share/minetest/games/devtest/mods/basenodes/textures/default_water.png
+share/minetest/games/devtest/mods/basenodes/textures/default_water_flowing.png
+share/minetest/games/devtest/mods/basetools/init.lua
+share/minetest/games/devtest/mods/basetools/mod.conf
+share/minetest/games/devtest/mods/basetools/textures/basetools_dirtpick.png
+share/minetest/games/devtest/mods/basetools/textures/basetools_firesword.png
+share/minetest/games/devtest/mods/basetools/textures/basetools_icesword.png
+share/minetest/games/devtest/mods/basetools/textures/basetools_mesepick.png
+share/minetest/games/devtest/mods/basetools/textures/basetools_steelaxe.png
+share/minetest/games/devtest/mods/basetools/textures/basetools_steeldagger.png
+share/minetest/games/devtest/mods/basetools/textures/basetools_steelpick.png
+share/minetest/games/devtest/mods/basetools/textures/basetools_steelpick_l1.png
+share/minetest/games/devtest/mods/basetools/textures/basetools_steelpick_l2.png
+share/minetest/games/devtest/mods/basetools/textures/basetools_steelshears.png
+share/minetest/games/devtest/mods/basetools/textures/basetools_steelshovel.png
+share/minetest/games/devtest/mods/basetools/textures/basetools_steelsword.png
+share/minetest/games/devtest/mods/basetools/textures/basetools_stoneaxe.png
+share/minetest/games/devtest/mods/basetools/textures/basetools_stonepick.png
+share/minetest/games/devtest/mods/basetools/textures/basetools_stoneshears.png
+share/minetest/games/devtest/mods/basetools/textures/basetools_stoneshovel.png
+share/minetest/games/devtest/mods/basetools/textures/basetools_stonesword.png
+share/minetest/games/devtest/mods/basetools/textures/basetools_woodaxe.png
+share/minetest/games/devtest/mods/basetools/textures/basetools_woodpick.png
+share/minetest/games/devtest/mods/basetools/textures/basetools_woodshears.png
+share/minetest/games/devtest/mods/basetools/textures/basetools_woodshovel.png
+share/minetest/games/devtest/mods/basetools/textures/basetools_woodsword.png
+share/minetest/games/devtest/mods/bucket/init.lua
+share/minetest/games/devtest/mods/bucket/mod.conf
+share/minetest/games/devtest/mods/bucket/textures/bucket.png
+share/minetest/games/devtest/mods/bucket/textures/bucket_lava.png
+share/minetest/games/devtest/mods/bucket/textures/bucket_water.png
+share/minetest/games/devtest/mods/chest/init.lua
+share/minetest/games/devtest/mods/chest/mod.conf
+share/minetest/games/devtest/mods/chest/textures/chest_chest.png
+share/minetest/games/devtest/mods/chest_of_everything/init.lua
+share/minetest/games/devtest/mods/chest_of_everything/mod.conf
+share/minetest/games/devtest/mods/chest_of_everything/textures/chest_of_everything_chest.png
+share/minetest/games/devtest/mods/dignodes/init.lua
+share/minetest/games/devtest/mods/dignodes/mod.conf
+share/minetest/games/devtest/mods/dignodes/textures/dignodes_choppy.png
+share/minetest/games/devtest/mods/dignodes/textures/dignodes_cracky.png
+share/minetest/games/devtest/mods/dignodes/textures/dignodes_crumbly.png
+share/minetest/games/devtest/mods/dignodes/textures/dignodes_dig_immediate.png
+share/minetest/games/devtest/mods/dignodes/textures/dignodes_none.png
+share/minetest/games/devtest/mods/dignodes/textures/dignodes_rating1.png
+share/minetest/games/devtest/mods/dignodes/textures/dignodes_rating2.png
+share/minetest/games/devtest/mods/dignodes/textures/dignodes_rating3.png
+share/minetest/games/devtest/mods/experimental/commands.lua
+share/minetest/games/devtest/mods/experimental/detached.lua
+share/minetest/games/devtest/mods/experimental/init.lua
+share/minetest/games/devtest/mods/experimental/items.lua
+share/minetest/games/devtest/mods/experimental/mod.conf
+share/minetest/games/devtest/mods/experimental/textures/experimental_callback_node.png
+share/minetest/games/devtest/mods/experimental/textures/experimental_particle_sheet.png
+share/minetest/games/devtest/mods/experimental/textures/experimental_particle_vertical.png
+share/minetest/games/devtest/mods/experimental/textures/experimental_tester_tool_1.png
+share/minetest/games/devtest/mods/give_initial_stuff/init.lua
+share/minetest/games/devtest/mods/give_initial_stuff/mod.conf
+share/minetest/games/devtest/mods/initial_message/init.lua
+share/minetest/games/devtest/mods/initial_message/mod.conf
+share/minetest/games/devtest/mods/mapgen/init.lua
+share/minetest/games/devtest/mods/mapgen/mod.conf
+share/minetest/games/devtest/mods/modchannels/init.lua
+share/minetest/games/devtest/mods/modchannels/mod.conf
+share/minetest/games/devtest/mods/soundstuff/init.lua
+share/minetest/games/devtest/mods/soundstuff/mod.conf
+share/minetest/games/devtest/mods/soundstuff/sounds/soundstuff_mono.ogg
+share/minetest/games/devtest/mods/soundstuff/textures/soundstuff_eat.png
+share/minetest/games/devtest/mods/soundstuff/textures/soundstuff_node_blank.png
+share/minetest/games/devtest/mods/soundstuff/textures/soundstuff_node_climbable.png
+share/minetest/games/devtest/mods/soundstuff/textures/soundstuff_node_dig.png
+share/minetest/games/devtest/mods/soundstuff/textures/soundstuff_node_dug.png
+share/minetest/games/devtest/mods/soundstuff/textures/soundstuff_node_fall.png
+share/minetest/games/devtest/mods/soundstuff/textures/soundstuff_node_footstep.png
+share/minetest/games/devtest/mods/soundstuff/textures/soundstuff_node_place.png
+share/minetest/games/devtest/mods/soundstuff/textures/soundstuff_node_place_failed.png
+share/minetest/games/devtest/mods/soundstuff/textures/soundstuff_node_sound.png
+share/minetest/games/devtest/mods/stairs/init.lua
+share/minetest/games/devtest/mods/stairs/mod.conf
+share/minetest/games/devtest/mods/testentities/armor.lua
+share/minetest/games/devtest/mods/testentities/callbacks.lua
+share/minetest/games/devtest/mods/testentities/init.lua
+share/minetest/games/devtest/mods/testentities/mod.conf
+share/minetest/games/devtest/mods/testentities/textures/testentities_armorball.png
+share/minetest/games/devtest/mods/testentities/textures/testentities_callback.png
+share/minetest/games/devtest/mods/testentities/textures/testentities_callback_step.png
+share/minetest/games/devtest/mods/testentities/textures/testentities_cube1.png
+share/minetest/games/devtest/mods/testentities/textures/testentities_cube2.png
+share/minetest/games/devtest/mods/testentities/textures/testentities_cube3.png
+share/minetest/games/devtest/mods/testentities/textures/testentities_cube4.png
+share/minetest/games/devtest/mods/testentities/textures/testentities_cube5.png
+share/minetest/games/devtest/mods/testentities/textures/testentities_cube6.png
+share/minetest/games/devtest/mods/testentities/textures/testentities_dungeon_master.png
+share/minetest/games/devtest/mods/testentities/textures/testentities_sprite.png
+share/minetest/games/devtest/mods/testentities/textures/testentities_upright_sprite1.png
+share/minetest/games/devtest/mods/testentities/textures/testentities_upright_sprite2.png
+share/minetest/games/devtest/mods/testentities/visuals.lua
+share/minetest/games/devtest/mods/testfood/init.lua
+share/minetest/games/devtest/mods/testfood/mod.conf
+share/minetest/games/devtest/mods/testfood/textures/testfood_bad.png
+share/minetest/games/devtest/mods/testfood/textures/testfood_bad2.png
+share/minetest/games/devtest/mods/testfood/textures/testfood_good.png
+share/minetest/games/devtest/mods/testfood/textures/testfood_good2.png
+share/minetest/games/devtest/mods/testformspec/callbacks.lua
+share/minetest/games/devtest/mods/testformspec/dummy_items.lua
+share/minetest/games/devtest/mods/testformspec/formspec.lua
+share/minetest/games/devtest/mods/testformspec/init.lua
+share/minetest/games/devtest/mods/testformspec/mod.conf
+share/minetest/games/devtest/mods/testformspec/textures/testformspec_animation.jpg
+share/minetest/games/devtest/mods/testformspec/textures/testformspec_animation.png
+share/minetest/games/devtest/mods/testformspec/textures/testformspec_bg.png
+share/minetest/games/devtest/mods/testformspec/textures/testformspec_bg_9slice.png
+share/minetest/games/devtest/mods/testformspec/textures/testformspec_bg_9slice_hovered.png
+share/minetest/games/devtest/mods/testformspec/textures/testformspec_bg_9slice_pressed.png
+share/minetest/games/devtest/mods/testformspec/textures/testformspec_bg_hovered.png
+share/minetest/games/devtest/mods/testformspec/textures/testformspec_bg_pressed.png
+share/minetest/games/devtest/mods/testformspec/textures/testformspec_button_image.png
+share/minetest/games/devtest/mods/testformspec/textures/testformspec_hovered.png
+share/minetest/games/devtest/mods/testformspec/textures/testformspec_item.png
+share/minetest/games/devtest/mods/testformspec/textures/testformspec_node.png
+share/minetest/games/devtest/mods/testformspec/textures/testformspec_pressed.png
+share/minetest/games/devtest/mods/testnodes/README.md
+share/minetest/games/devtest/mods/testnodes/drawtypes.lua
+share/minetest/games/devtest/mods/testnodes/init.lua
+share/minetest/games/devtest/mods/testnodes/light.lua
+share/minetest/games/devtest/mods/testnodes/liquids.lua
+share/minetest/games/devtest/mods/testnodes/meshes.lua
+share/minetest/games/devtest/mods/testnodes/mod.conf
+share/minetest/games/devtest/mods/testnodes/models/testnodes_ocorner.obj
+share/minetest/games/devtest/mods/testnodes/models/testnodes_pyramid.obj
+share/minetest/games/devtest/mods/testnodes/nodeboxes.lua
+share/minetest/games/devtest/mods/testnodes/param2.lua
+share/minetest/games/devtest/mods/testnodes/properties.lua
+share/minetest/games/devtest/mods/testnodes/settingtypes.txt
+share/minetest/games/devtest/mods/testnodes/textures.lua
+share/minetest/games/devtest/mods/testnodes/textures/testnodes_1.png
+share/minetest/games/devtest/mods/testnodes/textures/testnodes_1g.png
+share/minetest/games/devtest/mods/testnodes/textures/testnodes_1w.png
+share/minetest/games/devtest/mods/testnodes/textures/testnodes_1wg.png
+share/minetest/games/devtest/mods/testnodes/textures/testnodes_2.png
+share/minetest/games/devtest/mods/testnodes/textures/testnodes_2g.png
+share/minetest/games/devtest/mods/testnodes/textures/testnodes_2w.png
+share/minetest/games/devtest/mods/testnodes/textures/testnodes_2wg.png
+share/minetest/games/devtest/mods/testnodes/textures/testnodes_3.png
+share/minetest/games/devtest/mods/testnodes/textures/testnodes_3g.png
+share/minetest/games/devtest/mods/testnodes/textures/testnodes_3w.png
+share/minetest/games/devtest/mods/testnodes/textures/testnodes_3wg.png
+share/minetest/games/devtest/mods/testnodes/textures/testnodes_4.png
+share/minetest/games/devtest/mods/testnodes/textures/testnodes_4g.png
+share/minetest/games/devtest/mods/testnodes/textures/testnodes_4w.png
+share/minetest/games/devtest/mods/testnodes/textures/testnodes_4wg.png
+share/minetest/games/devtest/mods/testnodes/textures/testnodes_5.png
+share/minetest/games/devtest/mods/testnodes/textures/testnodes_5g.png
+share/minetest/games/devtest/mods/testnodes/textures/testnodes_5w.png
+share/minetest/games/devtest/mods/testnodes/textures/testnodes_5wg.png
+share/minetest/games/devtest/mods/testnodes/textures/testnodes_6.png
+share/minetest/games/devtest/mods/testnodes/textures/testnodes_6g.png
+share/minetest/games/devtest/mods/testnodes/textures/testnodes_6w.png
+share/minetest/games/devtest/mods/testnodes/textures/testnodes_6wg.png
+share/minetest/games/devtest/mods/testnodes/textures/testnodes_airlike.png
+share/minetest/games/devtest/mods/testnodes/textures/testnodes_allfaces.png
+share/minetest/games/devtest/mods/testnodes/textures/testnodes_allfaces_optional.png
+share/minetest/games/devtest/mods/testnodes/textures/testnodes_alpha.png
+share/minetest/games/devtest/mods/testnodes/textures/testnodes_alpha128.png
+share/minetest/games/devtest/mods/testnodes/textures/testnodes_alpha191.png
+share/minetest/games/devtest/mods/testnodes/textures/testnodes_alpha64.png
+share/minetest/games/devtest/mods/testnodes/textures/testnodes_anim.png
+share/minetest/games/devtest/mods/testnodes/textures/testnodes_attached_bottom.png
+share/minetest/games/devtest/mods/testnodes/textures/testnodes_attached_side.png
+share/minetest/games/devtest/mods/testnodes/textures/testnodes_attached_top.png
+share/minetest/games/devtest/mods/testnodes/textures/testnodes_attachedw_bottom.png
+share/minetest/games/devtest/mods/testnodes/textures/testnodes_attachedw_side.png
+share/minetest/games/devtest/mods/testnodes/textures/testnodes_attachedw_top.png
+share/minetest/games/devtest/mods/testnodes/textures/testnodes_bouncy.png
+share/minetest/games/devtest/mods/testnodes/textures/testnodes_buildable_to.png
+share/minetest/games/devtest/mods/testnodes/textures/testnodes_climbable_nojump_side.png
+share/minetest/games/devtest/mods/testnodes/textures/testnodes_climbable_side.png
+share/minetest/games/devtest/mods/testnodes/textures/testnodes_damage.png
+share/minetest/games/devtest/mods/testnodes/textures/testnodes_damage_neg.png
+share/minetest/games/devtest/mods/testnodes/textures/testnodes_drowning.png
+share/minetest/games/devtest/mods/testnodes/textures/testnodes_fall_damage_minus.png
+share/minetest/games/devtest/mods/testnodes/textures/testnodes_fall_damage_plus.png
+share/minetest/games/devtest/mods/testnodes/textures/testnodes_fencelike.png
+share/minetest/games/devtest/mods/testnodes/textures/testnodes_firelike.png
+share/minetest/games/devtest/mods/testnodes/textures/testnodes_glasslike.png
+share/minetest/games/devtest/mods/testnodes/textures/testnodes_glasslike_detail.png
+share/minetest/games/devtest/mods/testnodes/textures/testnodes_glasslike_framed.png
+share/minetest/games/devtest/mods/testnodes/textures/testnodes_glasslike_framed2.png
+share/minetest/games/devtest/mods/testnodes/textures/testnodes_glasslike_framed_optional.png
+share/minetest/games/devtest/mods/testnodes/textures/testnodes_glasslikeliquid.png
+share/minetest/games/devtest/mods/testnodes/textures/testnodes_light.png
+share/minetest/games/devtest/mods/testnodes/textures/testnodes_light_1.png
+share/minetest/games/devtest/mods/testnodes/textures/testnodes_light_10.png
+share/minetest/games/devtest/mods/testnodes/textures/testnodes_light_11.png
+share/minetest/games/devtest/mods/testnodes/textures/testnodes_light_12.png
+share/minetest/games/devtest/mods/testnodes/textures/testnodes_light_13.png
+share/minetest/games/devtest/mods/testnodes/textures/testnodes_light_14.png
+share/minetest/games/devtest/mods/testnodes/textures/testnodes_light_2.png
+share/minetest/games/devtest/mods/testnodes/textures/testnodes_light_3.png
+share/minetest/games/devtest/mods/testnodes/textures/testnodes_light_4.png
+share/minetest/games/devtest/mods/testnodes/textures/testnodes_light_5.png
+share/minetest/games/devtest/mods/testnodes/textures/testnodes_light_6.png
+share/minetest/games/devtest/mods/testnodes/textures/testnodes_light_7.png
+share/minetest/games/devtest/mods/testnodes/textures/testnodes_light_8.png
+share/minetest/games/devtest/mods/testnodes/textures/testnodes_light_9.png
+share/minetest/games/devtest/mods/testnodes/textures/testnodes_line_crossing.png
+share/minetest/games/devtest/mods/testnodes/textures/testnodes_line_curved.png
+share/minetest/games/devtest/mods/testnodes/textures/testnodes_line_straight.png
+share/minetest/games/devtest/mods/testnodes/textures/testnodes_line_t_junction.png
+share/minetest/games/devtest/mods/testnodes/textures/testnodes_liquid.png
+share/minetest/games/devtest/mods/testnodes/textures/testnodes_liquidflowing.png
+share/minetest/games/devtest/mods/testnodes/textures/testnodes_liquidflowing_r0.png
+share/minetest/games/devtest/mods/testnodes/textures/testnodes_liquidflowing_r1.png
+share/minetest/games/devtest/mods/testnodes/textures/testnodes_liquidflowing_r2.png
+share/minetest/games/devtest/mods/testnodes/textures/testnodes_liquidflowing_r3.png
+share/minetest/games/devtest/mods/testnodes/textures/testnodes_liquidflowing_r4.png
+share/minetest/games/devtest/mods/testnodes/textures/testnodes_liquidflowing_r5.png
+share/minetest/games/devtest/mods/testnodes/textures/testnodes_liquidflowing_r6.png
+share/minetest/games/devtest/mods/testnodes/textures/testnodes_liquidflowing_r7.png
+share/minetest/games/devtest/mods/testnodes/textures/testnodes_liquidflowing_r8.png
+share/minetest/games/devtest/mods/testnodes/textures/testnodes_liquidsource.png
+share/minetest/games/devtest/mods/testnodes/textures/testnodes_liquidsource_r0.png
+share/minetest/games/devtest/mods/testnodes/textures/testnodes_liquidsource_r1.png
+share/minetest/games/devtest/mods/testnodes/textures/testnodes_liquidsource_r2.png
+share/minetest/games/devtest/mods/testnodes/textures/testnodes_liquidsource_r3.png
+share/minetest/games/devtest/mods/testnodes/textures/testnodes_liquidsource_r4.png
+share/minetest/games/devtest/mods/testnodes/textures/testnodes_liquidsource_r5.png
+share/minetest/games/devtest/mods/testnodes/textures/testnodes_liquidsource_r6.png
+share/minetest/games/devtest/mods/testnodes/textures/testnodes_liquidsource_r7.png
+share/minetest/games/devtest/mods/testnodes/textures/testnodes_liquidsource_r8.png
+share/minetest/games/devtest/mods/testnodes/textures/testnodes_mesh_stripes.png
+share/minetest/games/devtest/mods/testnodes/textures/testnodes_mesh_stripes2.png
+share/minetest/games/devtest/mods/testnodes/textures/testnodes_mesh_stripes3.png
+share/minetest/games/devtest/mods/testnodes/textures/testnodes_mesh_stripes4.png
+share/minetest/games/devtest/mods/testnodes/textures/testnodes_node.png
+share/minetest/games/devtest/mods/testnodes/textures/testnodes_node_falling.png
+share/minetest/games/devtest/mods/testnodes/textures/testnodes_nodebox.png
+share/minetest/games/devtest/mods/testnodes/textures/testnodes_nojump_side.png
+share/minetest/games/devtest/mods/testnodes/textures/testnodes_nojump_top.png
+share/minetest/games/devtest/mods/testnodes/textures/testnodes_normal.png
+share/minetest/games/devtest/mods/testnodes/textures/testnodes_normal1.png
+share/minetest/games/devtest/mods/testnodes/textures/testnodes_normal2.png
+share/minetest/games/devtest/mods/testnodes/textures/testnodes_normal3.png
+share/minetest/games/devtest/mods/testnodes/textures/testnodes_normal4.png
+share/minetest/games/devtest/mods/testnodes/textures/testnodes_normal5.png
+share/minetest/games/devtest/mods/testnodes/textures/testnodes_normal6.png
+share/minetest/games/devtest/mods/testnodes/textures/testnodes_palette_facedir.png
+share/minetest/games/devtest/mods/testnodes/textures/testnodes_palette_full.png
+share/minetest/games/devtest/mods/testnodes/textures/testnodes_palette_wallmounted.png
+share/minetest/games/devtest/mods/testnodes/textures/testnodes_plantlike.png
+share/minetest/games/devtest/mods/testnodes/textures/testnodes_plantlike_degrotate.png
+share/minetest/games/devtest/mods/testnodes/textures/testnodes_plantlike_leveled.png
+share/minetest/games/devtest/mods/testnodes/textures/testnodes_plantlike_meshoptions.png
+share/minetest/games/devtest/mods/testnodes/textures/testnodes_plantlike_rooted.png
+share/minetest/games/devtest/mods/testnodes/textures/testnodes_plantlike_rooted_base.png
+share/minetest/games/devtest/mods/testnodes/textures/testnodes_plantlike_rooted_base_side_degrotate.png
+share/minetest/games/devtest/mods/testnodes/textures/testnodes_plantlike_rooted_base_side_leveled.png
+share/minetest/games/devtest/mods/testnodes/textures/testnodes_plantlike_rooted_base_side_meshoptions.png
+share/minetest/games/devtest/mods/testnodes/textures/testnodes_plantlike_rooted_base_side_waving.png
+share/minetest/games/devtest/mods/testnodes/textures/testnodes_plantlike_rooted_degrotate.png
+share/minetest/games/devtest/mods/testnodes/textures/testnodes_plantlike_rooted_leveled.png
+share/minetest/games/devtest/mods/testnodes/textures/testnodes_plantlike_rooted_meshoptions.png
+share/minetest/games/devtest/mods/testnodes/textures/testnodes_plantlike_rooted_waving.png
+share/minetest/games/devtest/mods/testnodes/textures/testnodes_plantlike_waving.png
+share/minetest/games/devtest/mods/testnodes/textures/testnodes_rail2_crossing.png
+share/minetest/games/devtest/mods/testnodes/textures/testnodes_rail2_curved.png
+share/minetest/games/devtest/mods/testnodes/textures/testnodes_rail2_straight.png
+share/minetest/games/devtest/mods/testnodes/textures/testnodes_rail2_t_junction.png
+share/minetest/games/devtest/mods/testnodes/textures/testnodes_rail_crossing.png
+share/minetest/games/devtest/mods/testnodes/textures/testnodes_rail_curved.png
+share/minetest/games/devtest/mods/testnodes/textures/testnodes_rail_straight.png
+share/minetest/games/devtest/mods/testnodes/textures/testnodes_rail_t_junction.png
+share/minetest/games/devtest/mods/testnodes/textures/testnodes_signlike.png
+share/minetest/games/devtest/mods/testnodes/textures/testnodes_slippery.png
+share/minetest/games/devtest/mods/testnodes/textures/testnodes_street_crossing.png
+share/minetest/games/devtest/mods/testnodes/textures/testnodes_street_curved.png
+share/minetest/games/devtest/mods/testnodes/textures/testnodes_street_straight.png
+share/minetest/games/devtest/mods/testnodes/textures/testnodes_street_t_junction.png
+share/minetest/games/devtest/mods/testnodes/textures/testnodes_sunlight_filter.png
+share/minetest/games/devtest/mods/testnodes/textures/testnodes_torchlike_ceiling.png
+share/minetest/games/devtest/mods/testnodes/textures/testnodes_torchlike_floor.png
+share/minetest/games/devtest/mods/testnodes/textures/testnodes_torchlike_wall.png
+share/minetest/games/devtest/mods/testpathfinder/README.md
+share/minetest/games/devtest/mods/testpathfinder/init.lua
+share/minetest/games/devtest/mods/testpathfinder/mod.conf
+share/minetest/games/devtest/mods/testpathfinder/textures/testpathfinder_testpathfinder.png
+share/minetest/games/devtest/mods/testpathfinder/textures/testpathfinder_waypoint.png
+share/minetest/games/devtest/mods/testpathfinder/textures/testpathfinder_waypoint_end.png
+share/minetest/games/devtest/mods/testpathfinder/textures/testpathfinder_waypoint_start.png
+share/minetest/games/devtest/mods/testtools/README.md
+share/minetest/games/devtest/mods/testtools/init.lua
+share/minetest/games/devtest/mods/testtools/mod.conf
+share/minetest/games/devtest/mods/testtools/textures/testtools_entity_rotator.png
+share/minetest/games/devtest/mods/testtools/textures/testtools_entity_scaler.png
+share/minetest/games/devtest/mods/testtools/textures/testtools_entity_spawner.png
+share/minetest/games/devtest/mods/testtools/textures/testtools_falling_node_tool.png
+share/minetest/games/devtest/mods/testtools/textures/testtools_node_setter.png
+share/minetest/games/devtest/mods/testtools/textures/testtools_object_attacher.png
+share/minetest/games/devtest/mods/testtools/textures/testtools_object_editor.png
+share/minetest/games/devtest/mods/testtools/textures/testtools_object_mover.png
+share/minetest/games/devtest/mods/testtools/textures/testtools_param2tool.png
+share/minetest/games/devtest/mods/testtools/textures/testtools_remover.png
+share/minetest/games/devtest/mods/tiled/init.lua
+share/minetest/games/devtest/mods/tiled/mod.conf
+share/minetest/games/devtest/mods/tiled/textures/tiled_tiled.png
+share/minetest/games/devtest/mods/unittests/crafting.lua
+share/minetest/games/devtest/mods/unittests/crafting_prepare.lua
+share/minetest/games/devtest/mods/unittests/init.lua
+share/minetest/games/devtest/mods/unittests/mod.conf
+share/minetest/games/devtest/mods/unittests/player.lua
+share/minetest/games/devtest/mods/unittests/random.lua
+share/minetest/games/devtest/mods/unittests/textures/unittests_coal_lump.png
+share/minetest/games/devtest/mods/unittests/textures/unittests_iron_lump.png
+share/minetest/games/devtest/mods/unittests/textures/unittests_repairable_tool.png
+share/minetest/games/devtest/mods/unittests/textures/unittests_steel_ingot.png
+share/minetest/games/devtest/mods/unittests/textures/unittests_stick.png
+share/minetest/games/devtest/mods/unittests/textures/unittests_torch.png
+share/minetest/games/devtest/mods/unittests/textures/unittests_unrepairable_tool.png
+share/minetest/games/devtest/mods/util_commands/init.lua
+share/minetest/games/devtest/mods/util_commands/mod.conf
+share/minetest/games/devtest/screenshot.png
+share/minetest/games/devtest/settingtypes.txt
 share/minetest/games/minetest_game/.luacheckrc
 share/minetest/games/minetest_game/.travis.yml
 share/minetest/games/minetest_game/LICENSE.txt
@@ -140,7 +561,13 @@ share/minetest/games/minetest_game/mods/
 share/minetest/games/minetest_game/mods/beds/locale/beds.de.tr
 share/minetest/games/minetest_game/mods/beds/locale/beds.es.tr
 share/minetest/games/minetest_game/mods/beds/locale/beds.fr.tr
+share/minetest/games/minetest_game/mods/beds/locale/beds.id.tr
 share/minetest/games/minetest_game/mods/beds/locale/beds.it.tr
+share/minetest/games/minetest_game/mods/beds/locale/beds.ms.tr
+share/minetest/games/minetest_game/mods/beds/locale/beds.ru.tr
+share/minetest/games/minetest_game/mods/beds/locale/beds.se.tr
+share/minetest/games/minetest_game/mods/beds/locale/beds.zh_CN.tr
+share/minetest/games/minetest_game/mods/beds/locale/beds.zh_TW.tr
 share/minetest/games/minetest_game/mods/beds/locale/template.txt
 share/minetest/games/minetest_game/mods/beds/mod.conf
 share/minetest/games/minetest_game/mods/beds/spawns.lua
@@ -166,7 +593,13 @@ share/minetest/games/minetest_game/mods/
 share/minetest/games/minetest_game/mods/binoculars/locale/binoculars.de.tr
 share/minetest/games/minetest_game/mods/binoculars/locale/binoculars.es.tr
 share/minetest/games/minetest_game/mods/binoculars/locale/binoculars.fr.tr
+share/minetest/games/minetest_game/mods/binoculars/locale/binoculars.id.tr
 share/minetest/games/minetest_game/mods/binoculars/locale/binoculars.it.tr
+share/minetest/games/minetest_game/mods/binoculars/locale/binoculars.ms.tr
+share/minetest/games/minetest_game/mods/binoculars/locale/binoculars.ru.tr
+share/minetest/games/minetest_game/mods/binoculars/locale/binoculars.se.tr
+share/minetest/games/minetest_game/mods/binoculars/locale/binoculars.zh_CN.tr
+share/minetest/games/minetest_game/mods/binoculars/locale/binoculars.zh_TW.tr
 share/minetest/games/minetest_game/mods/binoculars/locale/template.txt
 share/minetest/games/minetest_game/mods/binoculars/mod.conf
 share/minetest/games/minetest_game/mods/binoculars/textures/binoculars_binoculars.png
@@ -176,7 +609,13 @@ share/minetest/games/minetest_game/mods/
 share/minetest/games/minetest_game/mods/boats/locale/boats.de.tr
 share/minetest/games/minetest_game/mods/boats/locale/boats.es.tr
 share/minetest/games/minetest_game/mods/boats/locale/boats.fr.tr
+share/minetest/games/minetest_game/mods/boats/locale/boats.id.tr
 share/minetest/games/minetest_game/mods/boats/locale/boats.it.tr
+share/minetest/games/minetest_game/mods/boats/locale/boats.ms.tr
+share/minetest/games/minetest_game/mods/boats/locale/boats.ru.tr
+share/minetest/games/minetest_game/mods/boats/locale/boats.se.tr
+share/minetest/games/minetest_game/mods/boats/locale/boats.zh_CN.tr
+share/minetest/games/minetest_game/mods/boats/locale/boats.zh_TW.tr
 share/minetest/games/minetest_game/mods/boats/locale/template.txt
 share/minetest/games/minetest_game/mods/boats/mod.conf
 share/minetest/games/minetest_game/mods/boats/models/boats_boat.obj
@@ -188,7 +627,13 @@ share/minetest/games/minetest_game/mods/
 share/minetest/games/minetest_game/mods/bones/locale/bones.de.tr
 share/minetest/games/minetest_game/mods/bones/locale/bones.es.tr
 share/minetest/games/minetest_game/mods/bones/locale/bones.fr.tr
+share/minetest/games/minetest_game/mods/bones/locale/bones.id.tr
 share/minetest/games/minetest_game/mods/bones/locale/bones.it.tr
+share/minetest/games/minetest_game/mods/bones/locale/bones.ms.tr
+share/minetest/games/minetest_game/mods/bones/locale/bones.ru.tr
+share/minetest/games/minetest_game/mods/bones/locale/bones.se.tr
+share/minetest/games/minetest_game/mods/bones/locale/bones.zh_CN.tr
+share/minetest/games/minetest_game/mods/bones/locale/bones.zh_TW.tr
 share/minetest/games/minetest_game/mods/bones/locale/template.txt
 share/minetest/games/minetest_game/mods/bones/mod.conf
 share/minetest/games/minetest_game/mods/bones/textures/bones_bottom.png
@@ -202,7 +647,13 @@ share/minetest/games/minetest_game/mods/
 share/minetest/games/minetest_game/mods/bucket/locale/bucket.de.tr
 share/minetest/games/minetest_game/mods/bucket/locale/bucket.es.tr
 share/minetest/games/minetest_game/mods/bucket/locale/bucket.fr.tr
+share/minetest/games/minetest_game/mods/bucket/locale/bucket.id.tr
 share/minetest/games/minetest_game/mods/bucket/locale/bucket.it.tr
+share/minetest/games/minetest_game/mods/bucket/locale/bucket.ms.tr
+share/minetest/games/minetest_game/mods/bucket/locale/bucket.ru.tr
+share/minetest/games/minetest_game/mods/bucket/locale/bucket.se.tr
+share/minetest/games/minetest_game/mods/bucket/locale/bucket.zh_CN.tr
+share/minetest/games/minetest_game/mods/bucket/locale/bucket.zh_TW.tr
 share/minetest/games/minetest_game/mods/bucket/locale/template.txt
 share/minetest/games/minetest_game/mods/bucket/mod.conf
 share/minetest/games/minetest_game/mods/bucket/textures/bucket.png
@@ -215,7 +666,13 @@ share/minetest/games/minetest_game/mods/
 share/minetest/games/minetest_game/mods/butterflies/locale/butterflies.de.tr
 share/minetest/games/minetest_game/mods/butterflies/locale/butterflies.es.tr
 share/minetest/games/minetest_game/mods/butterflies/locale/butterflies.fr.tr
+share/minetest/games/minetest_game/mods/butterflies/locale/butterflies.id.tr
 share/minetest/games/minetest_game/mods/butterflies/locale/butterflies.it.tr
+share/minetest/games/minetest_game/mods/butterflies/locale/butterflies.ms.tr
+share/minetest/games/minetest_game/mods/butterflies/locale/butterflies.ru.tr
+share/minetest/games/minetest_game/mods/butterflies/locale/butterflies.se.tr
+share/minetest/games/minetest_game/mods/butterflies/locale/butterflies.zh_CN.tr
+share/minetest/games/minetest_game/mods/butterflies/locale/butterflies.zh_TW.tr
 share/minetest/games/minetest_game/mods/butterflies/locale/template.txt
 share/minetest/games/minetest_game/mods/butterflies/mod.conf
 share/minetest/games/minetest_game/mods/butterflies/textures/butterflies_butterfly_red.png
@@ -232,7 +689,13 @@ share/minetest/games/minetest_game/mods/
 share/minetest/games/minetest_game/mods/carts/locale/carts.de.tr
 share/minetest/games/minetest_game/mods/carts/locale/carts.es.tr
 share/minetest/games/minetest_game/mods/carts/locale/carts.fr.tr
+share/minetest/games/minetest_game/mods/carts/locale/carts.id.tr
 share/minetest/games/minetest_game/mods/carts/locale/carts.it.tr
+share/minetest/games/minetest_game/mods/carts/locale/carts.ms.tr
+share/minetest/games/minetest_game/mods/carts/locale/carts.ru.tr
+share/minetest/games/minetest_game/mods/carts/locale/carts.se.tr
+share/minetest/games/minetest_game/mods/carts/locale/carts.zh_CN.tr
+share/minetest/games/minetest_game/mods/carts/locale/carts.zh_TW.tr
 share/minetest/games/minetest_game/mods/carts/locale/template.txt
 share/minetest/games/minetest_game/mods/carts/mod.conf
 share/minetest/games/minetest_game/mods/carts/models/carts_cart.b3d
@@ -264,7 +727,13 @@ share/minetest/games/minetest_game/mods/
 share/minetest/games/minetest_game/mods/creative/locale/creative.de.tr
 share/minetest/games/minetest_game/mods/creative/locale/creative.es.tr
 share/minetest/games/minetest_game/mods/creative/locale/creative.fr.tr
+share/minetest/games/minetest_game/mods/creative/locale/creative.id.tr
 share/minetest/games/minetest_game/mods/creative/locale/creative.it.tr
+share/minetest/games/minetest_game/mods/creative/locale/creative.ms.tr
+share/minetest/games/minetest_game/mods/creative/locale/creative.ru.tr
+share/minetest/games/minetest_game/mods/creative/locale/creative.se.tr
+share/minetest/games/minetest_game/mods/creative/locale/creative.zh_CN.tr
+share/minetest/games/minetest_game/mods/creative/locale/creative.zh_TW.tr
 share/minetest/games/minetest_game/mods/creative/locale/template.txt
 share/minetest/games/minetest_game/mods/creative/mod.conf
 share/minetest/games/minetest_game/mods/creative/textures/creative_clear_icon.png
@@ -286,7 +755,13 @@ share/minetest/games/minetest_game/mods/
 share/minetest/games/minetest_game/mods/default/locale/default.de.tr
 share/minetest/games/minetest_game/mods/default/locale/default.es.tr
 share/minetest/games/minetest_game/mods/default/locale/default.fr.tr
+share/minetest/games/minetest_game/mods/default/locale/default.id.tr
 share/minetest/games/minetest_game/mods/default/locale/default.it.tr
+share/minetest/games/minetest_game/mods/default/locale/default.ms.tr
+share/minetest/games/minetest_game/mods/default/locale/default.ru.tr
+share/minetest/games/minetest_game/mods/default/locale/default.se.tr
+share/minetest/games/minetest_game/mods/default/locale/default.zh_CN.tr
+share/minetest/games/minetest_game/mods/default/locale/default.zh_TW.tr
 share/minetest/games/minetest_game/mods/default/locale/template.txt
 share/minetest/games/minetest_game/mods/default/mapgen.lua
 share/minetest/games/minetest_game/mods/default/mod.conf
@@ -313,7 +788,8 @@ share/minetest/games/minetest_game/mods/
 share/minetest/games/minetest_game/mods/default/schematics/jungle_tree.mts
 share/minetest/games/minetest_game/mods/default/schematics/jungle_tree_from_sapling.mts
 share/minetest/games/minetest_game/mods/default/schematics/large_cactus.mts
-share/minetest/games/minetest_game/mods/default/schematics/papyrus.mts
+share/minetest/games/minetest_game/mods/default/schematics/papyrus_on_dirt.mts
+share/minetest/games/minetest_game/mods/default/schematics/papyrus_on_dry_dirt.mts
 share/minetest/games/minetest_game/mods/default/schematics/pine_bush.mts
 share/minetest/games/minetest_game/mods/default/schematics/pine_log.mts
 share/minetest/games/minetest_game/mods/default/schematics/pine_tree.mts
@@ -381,6 +857,7 @@ share/minetest/games/minetest_game/mods/
 share/minetest/games/minetest_game/mods/default/sounds/default_water_footstep.4.ogg
 share/minetest/games/minetest_game/mods/default/sounds/default_wood_footstep.1.ogg
 share/minetest/games/minetest_game/mods/default/sounds/default_wood_footstep.2.ogg
+share/minetest/games/minetest_game/mods/default/sounds/player_damage.ogg
 share/minetest/games/minetest_game/mods/default/textures/bubble.png
 share/minetest/games/minetest_game/mods/default/textures/crack_anylength.png
 share/minetest/games/minetest_game/mods/default/textures/default_acacia_bush_sapling.png
@@ -620,6 +1097,8 @@ share/minetest/games/minetest_game/mods/
 share/minetest/games/minetest_game/mods/default/textures/gui_furnace_arrow_bg.png
 share/minetest/games/minetest_game/mods/default/textures/gui_furnace_arrow_fg.png
 share/minetest/games/minetest_game/mods/default/textures/gui_hb_bg.png
+share/minetest/games/minetest_game/mods/default/textures/gui_hotbar.png
+share/minetest/games/minetest_game/mods/default/textures/gui_hotbar_selected.png
 share/minetest/games/minetest_game/mods/default/textures/heart.png
 share/minetest/games/minetest_game/mods/default/textures/wieldhand.png
 share/minetest/games/minetest_game/mods/default/tools.lua
@@ -631,11 +1110,19 @@ share/minetest/games/minetest_game/mods/
 share/minetest/games/minetest_game/mods/doors/locale/doors.de.tr
 share/minetest/games/minetest_game/mods/doors/locale/doors.es.tr
 share/minetest/games/minetest_game/mods/doors/locale/doors.fr.tr
+share/minetest/games/minetest_game/mods/doors/locale/doors.id.tr
 share/minetest/games/minetest_game/mods/doors/locale/doors.it.tr
+share/minetest/games/minetest_game/mods/doors/locale/doors.ms.tr
+share/minetest/games/minetest_game/mods/doors/locale/doors.ru.tr
+share/minetest/games/minetest_game/mods/doors/locale/doors.se.tr
+share/minetest/games/minetest_game/mods/doors/locale/doors.zh_CN.tr
+share/minetest/games/minetest_game/mods/doors/locale/doors.zh_TW.tr
 share/minetest/games/minetest_game/mods/doors/locale/template.txt
 share/minetest/games/minetest_game/mods/doors/mod.conf
 share/minetest/games/minetest_game/mods/doors/models/door_a.obj
+share/minetest/games/minetest_game/mods/doors/models/door_a2.obj
 share/minetest/games/minetest_game/mods/doors/models/door_b.obj
+share/minetest/games/minetest_game/mods/doors/models/door_b2.obj
 share/minetest/games/minetest_game/mods/doors/models/doors_fencegate_closed.obj
 share/minetest/games/minetest_game/mods/doors/models/doors_fencegate_open.obj
 share/minetest/games/minetest_game/mods/doors/sounds/doors_door_close.ogg
@@ -646,7 +1133,6 @@ share/minetest/games/minetest_game/mods/
 share/minetest/games/minetest_game/mods/doors/sounds/doors_glass_door_open.ogg
 share/minetest/games/minetest_game/mods/doors/sounds/doors_steel_door_close.ogg
 share/minetest/games/minetest_game/mods/doors/sounds/doors_steel_door_open.ogg
-share/minetest/games/minetest_game/mods/doors/textures/doors_blank.png
 share/minetest/games/minetest_game/mods/doors/textures/doors_door_glass.png
 share/minetest/games/minetest_game/mods/doors/textures/doors_door_obsidian_glass.png
 share/minetest/games/minetest_game/mods/doors/textures/doors_door_steel.png
@@ -671,7 +1157,13 @@ share/minetest/games/minetest_game/mods/
 share/minetest/games/minetest_game/mods/dye/locale/dye.de.tr
 share/minetest/games/minetest_game/mods/dye/locale/dye.es.tr
 share/minetest/games/minetest_game/mods/dye/locale/dye.fr.tr
+share/minetest/games/minetest_game/mods/dye/locale/dye.id.tr
 share/minetest/games/minetest_game/mods/dye/locale/dye.it.tr
+share/minetest/games/minetest_game/mods/dye/locale/dye.ms.tr
+share/minetest/games/minetest_game/mods/dye/locale/dye.ru.tr
+share/minetest/games/minetest_game/mods/dye/locale/dye.se.tr
+share/minetest/games/minetest_game/mods/dye/locale/dye.zh_CN.tr
+share/minetest/games/minetest_game/mods/dye/locale/dye.zh_TW.tr
 share/minetest/games/minetest_game/mods/dye/locale/template.txt
 share/minetest/games/minetest_game/mods/dye/mod.conf
 share/minetest/games/minetest_game/mods/dye/textures/dye_black.png
@@ -705,7 +1197,13 @@ share/minetest/games/minetest_game/mods/
 share/minetest/games/minetest_game/mods/farming/locale/farming.de.tr
 share/minetest/games/minetest_game/mods/farming/locale/farming.es.tr
 share/minetest/games/minetest_game/mods/farming/locale/farming.fr.tr
+share/minetest/games/minetest_game/mods/farming/locale/farming.id.tr
 share/minetest/games/minetest_game/mods/farming/locale/farming.it.tr
+share/minetest/games/minetest_game/mods/farming/locale/farming.ms.tr
+share/minetest/games/minetest_game/mods/farming/locale/farming.ru.tr
+share/minetest/games/minetest_game/mods/farming/locale/farming.se.tr
+share/minetest/games/minetest_game/mods/farming/locale/farming.zh_CN.tr
+share/minetest/games/minetest_game/mods/farming/locale/farming.zh_TW.tr
 share/minetest/games/minetest_game/mods/farming/locale/template.txt
 share/minetest/games/minetest_game/mods/farming/mod.conf
 share/minetest/games/minetest_game/mods/farming/nodes.lua
@@ -720,6 +1218,7 @@ share/minetest/games/minetest_game/mods/
 share/minetest/games/minetest_game/mods/farming/textures/farming_cotton_7.png
 share/minetest/games/minetest_game/mods/farming/textures/farming_cotton_8.png
 share/minetest/games/minetest_game/mods/farming/textures/farming_cotton_seed.png
+share/minetest/games/minetest_game/mods/farming/textures/farming_cotton_wild.png
 share/minetest/games/minetest_game/mods/farming/textures/farming_desert_sand_soil.png
 share/minetest/games/minetest_game/mods/farming/textures/farming_desert_sand_soil_wet.png
 share/minetest/games/minetest_game/mods/farming/textures/farming_desert_sand_soil_wet_side.png
@@ -751,7 +1250,13 @@ share/minetest/games/minetest_game/mods/
 share/minetest/games/minetest_game/mods/fire/locale/fire.de.tr
 share/minetest/games/minetest_game/mods/fire/locale/fire.es.tr
 share/minetest/games/minetest_game/mods/fire/locale/fire.fr.tr
+share/minetest/games/minetest_game/mods/fire/locale/fire.id.tr
 share/minetest/games/minetest_game/mods/fire/locale/fire.it.tr
+share/minetest/games/minetest_game/mods/fire/locale/fire.ms.tr
+share/minetest/games/minetest_game/mods/fire/locale/fire.ru.tr
+share/minetest/games/minetest_game/mods/fire/locale/fire.se.tr
+share/minetest/games/minetest_game/mods/fire/locale/fire.zh_CN.tr
+share/minetest/games/minetest_game/mods/fire/locale/fire.zh_TW.tr
 share/minetest/games/minetest_game/mods/fire/locale/template.txt
 share/minetest/games/minetest_game/mods/fire/mod.conf
 share/minetest/games/minetest_game/mods/fire/sounds/fire_extinguish_flame.1.ogg
@@ -772,7 +1277,13 @@ share/minetest/games/minetest_game/mods/
 share/minetest/games/minetest_game/mods/fireflies/locale/fireflies.de.tr
 share/minetest/games/minetest_game/mods/fireflies/locale/fireflies.es.tr
 share/minetest/games/minetest_game/mods/fireflies/locale/fireflies.fr.tr
+share/minetest/games/minetest_game/mods/fireflies/locale/fireflies.id.tr
 share/minetest/games/minetest_game/mods/fireflies/locale/fireflies.it.tr
+share/minetest/games/minetest_game/mods/fireflies/locale/fireflies.ms.tr
+share/minetest/games/minetest_game/mods/fireflies/locale/fireflies.ru.tr
+share/minetest/games/minetest_game/mods/fireflies/locale/fireflies.se.tr
+share/minetest/games/minetest_game/mods/fireflies/locale/fireflies.zh_CN.tr
+share/minetest/games/minetest_game/mods/fireflies/locale/fireflies.zh_TW.tr
 share/minetest/games/minetest_game/mods/fireflies/locale/template.txt
 share/minetest/games/minetest_game/mods/fireflies/mod.conf
 share/minetest/games/minetest_game/mods/fireflies/textures/fireflies_bottle.png
@@ -786,7 +1297,13 @@ share/minetest/games/minetest_game/mods/
 share/minetest/games/minetest_game/mods/flowers/locale/flowers.de.tr
 share/minetest/games/minetest_game/mods/flowers/locale/flowers.es.tr
 share/minetest/games/minetest_game/mods/flowers/locale/flowers.fr.tr
+share/minetest/games/minetest_game/mods/flowers/locale/flowers.id.tr
 share/minetest/games/minetest_game/mods/flowers/locale/flowers.it.tr
+share/minetest/games/minetest_game/mods/flowers/locale/flowers.ms.tr
+share/minetest/games/minetest_game/mods/flowers/locale/flowers.ru.tr
+share/minetest/games/minetest_game/mods/flowers/locale/flowers.se.tr
+share/minetest/games/minetest_game/mods/flowers/locale/flowers.zh_CN.tr
+share/minetest/games/minetest_game/mods/flowers/locale/flowers.zh_TW.tr
 share/minetest/games/minetest_game/mods/flowers/locale/template.txt
 share/minetest/games/minetest_game/mods/flowers/mapgen.lua
 share/minetest/games/minetest_game/mods/flowers/mod.conf
@@ -808,7 +1325,13 @@ share/minetest/games/minetest_game/mods/
 share/minetest/games/minetest_game/mods/game_commands/locale/game_commands.de.tr
 share/minetest/games/minetest_game/mods/game_commands/locale/game_commands.es.tr
 share/minetest/games/minetest_game/mods/game_commands/locale/game_commands.fr.tr
+share/minetest/games/minetest_game/mods/game_commands/locale/game_commands.id.tr
 share/minetest/games/minetest_game/mods/game_commands/locale/game_commands.it.tr
+share/minetest/games/minetest_game/mods/game_commands/locale/game_commands.ms.tr
+share/minetest/games/minetest_game/mods/game_commands/locale/game_commands.ru.tr
+share/minetest/games/minetest_game/mods/game_commands/locale/game_commands.se.tr
+share/minetest/games/minetest_game/mods/game_commands/locale/game_commands.zh_CN.tr
+share/minetest/games/minetest_game/mods/game_commands/locale/game_commands.zh_TW.tr
 share/minetest/games/minetest_game/mods/game_commands/locale/template.txt
 share/minetest/games/minetest_game/mods/game_commands/mod.conf
 share/minetest/games/minetest_game/mods/give_initial_stuff/README.txt
@@ -821,7 +1344,13 @@ share/minetest/games/minetest_game/mods/
 share/minetest/games/minetest_game/mods/map/locale/map.de.tr
 share/minetest/games/minetest_game/mods/map/locale/map.es.tr
 share/minetest/games/minetest_game/mods/map/locale/map.fr.tr
+share/minetest/games/minetest_game/mods/map/locale/map.id.tr
 share/minetest/games/minetest_game/mods/map/locale/map.it.tr
+share/minetest/games/minetest_game/mods/map/locale/map.ms.tr
+share/minetest/games/minetest_game/mods/map/locale/map.ru.tr
+share/minetest/games/minetest_game/mods/map/locale/map.se.tr
+share/minetest/games/minetest_game/mods/map/locale/map.zh_CN.tr
+share/minetest/games/minetest_game/mods/map/locale/map.zh_TW.tr
 share/minetest/games/minetest_game/mods/map/locale/template.txt
 share/minetest/games/minetest_game/mods/map/mod.conf
 share/minetest/games/minetest_game/mods/map/textures/map_mapping_kit.png
@@ -833,9 +1362,6 @@ share/minetest/games/minetest_game/mods/
 share/minetest/games/minetest_game/mods/player_api/models/character.b3d
 share/minetest/games/minetest_game/mods/player_api/models/character.blend
 share/minetest/games/minetest_game/mods/player_api/models/character.png
-share/minetest/games/minetest_game/mods/player_api/sounds/player_damage.ogg
-share/minetest/games/minetest_game/mods/player_api/textures/gui_hotbar.png
-share/minetest/games/minetest_game/mods/player_api/textures/gui_hotbar_selected.png
 share/minetest/games/minetest_game/mods/player_api/textures/player.png
 share/minetest/games/minetest_game/mods/player_api/textures/player_back.png
 share/minetest/games/minetest_game/mods/screwdriver/README.txt
@@ -844,7 +1370,13 @@ share/minetest/games/minetest_game/mods/
 share/minetest/games/minetest_game/mods/screwdriver/locale/screwdriver.de.tr
 share/minetest/games/minetest_game/mods/screwdriver/locale/screwdriver.es.tr
 share/minetest/games/minetest_game/mods/screwdriver/locale/screwdriver.fr.tr
+share/minetest/games/minetest_game/mods/screwdriver/locale/screwdriver.id.tr
 share/minetest/games/minetest_game/mods/screwdriver/locale/screwdriver.it.tr
+share/minetest/games/minetest_game/mods/screwdriver/locale/screwdriver.ms.tr
+share/minetest/games/minetest_game/mods/screwdriver/locale/screwdriver.ru.tr
+share/minetest/games/minetest_game/mods/screwdriver/locale/screwdriver.se.tr
+share/minetest/games/minetest_game/mods/screwdriver/locale/screwdriver.zh_CN.tr
+share/minetest/games/minetest_game/mods/screwdriver/locale/screwdriver.zh_TW.tr
 share/minetest/games/minetest_game/mods/screwdriver/locale/template.txt
 share/minetest/games/minetest_game/mods/screwdriver/mod.conf
 share/minetest/games/minetest_game/mods/screwdriver/textures/screwdriver.png
@@ -854,7 +1386,13 @@ share/minetest/games/minetest_game/mods/
 share/minetest/games/minetest_game/mods/sethome/locale/sethome.de.tr
 share/minetest/games/minetest_game/mods/sethome/locale/sethome.es.tr
 share/minetest/games/minetest_game/mods/sethome/locale/sethome.fr.tr
+share/minetest/games/minetest_game/mods/sethome/locale/sethome.id.tr
 share/minetest/games/minetest_game/mods/sethome/locale/sethome.it.tr
+share/minetest/games/minetest_game/mods/sethome/locale/sethome.ms.tr
+share/minetest/games/minetest_game/mods/sethome/locale/sethome.ru.tr
+share/minetest/games/minetest_game/mods/sethome/locale/sethome.se.tr
+share/minetest/games/minetest_game/mods/sethome/locale/sethome.zh_CN.tr
+share/minetest/games/minetest_game/mods/sethome/locale/sethome.zh_TW.tr
 share/minetest/games/minetest_game/mods/sethome/locale/template.txt
 share/minetest/games/minetest_game/mods/sethome/mod.conf
 share/minetest/games/minetest_game/mods/sfinv/README.txt
@@ -864,7 +1402,13 @@ share/minetest/games/minetest_game/mods/
 share/minetest/games/minetest_game/mods/sfinv/locale/sfinv.de.tr
 share/minetest/games/minetest_game/mods/sfinv/locale/sfinv.es.tr
 share/minetest/games/minetest_game/mods/sfinv/locale/sfinv.fr.tr
+share/minetest/games/minetest_game/mods/sfinv/locale/sfinv.id.tr
 share/minetest/games/minetest_game/mods/sfinv/locale/sfinv.it.tr
+share/minetest/games/minetest_game/mods/sfinv/locale/sfinv.ms.tr
+share/minetest/games/minetest_game/mods/sfinv/locale/sfinv.ru.tr
+share/minetest/games/minetest_game/mods/sfinv/locale/sfinv.se.tr
+share/minetest/games/minetest_game/mods/sfinv/locale/sfinv.zh_CN.tr
+share/minetest/games/minetest_game/mods/sfinv/locale/sfinv.zh_TW.tr
 share/minetest/games/minetest_game/mods/sfinv/locale/template.txt
 share/minetest/games/minetest_game/mods/sfinv/mod.conf
 share/minetest/games/minetest_game/mods/sfinv/textures/sfinv_crafting_arrow.png
@@ -878,7 +1422,13 @@ share/minetest/games/minetest_game/mods/
 share/minetest/games/minetest_game/mods/stairs/locale/stairs.de.tr
 share/minetest/games/minetest_game/mods/stairs/locale/stairs.es.tr
 share/minetest/games/minetest_game/mods/stairs/locale/stairs.fr.tr
+share/minetest/games/minetest_game/mods/stairs/locale/stairs.id.tr
 share/minetest/games/minetest_game/mods/stairs/locale/stairs.it.tr
+share/minetest/games/minetest_game/mods/stairs/locale/stairs.ms.tr
+share/minetest/games/minetest_game/mods/stairs/locale/stairs.ru.tr
+share/minetest/games/minetest_game/mods/stairs/locale/stairs.se.tr
+share/minetest/games/minetest_game/mods/stairs/locale/stairs.zh_CN.tr
+share/minetest/games/minetest_game/mods/stairs/locale/stairs.zh_TW.tr
 share/minetest/games/minetest_game/mods/stairs/locale/template.txt
 share/minetest/games/minetest_game/mods/stairs/mod.conf
 share/minetest/games/minetest_game/mods/stairs/textures/stairs_glass_outer_stairside.png
@@ -894,7 +1444,13 @@ share/minetest/games/minetest_game/mods/
 share/minetest/games/minetest_game/mods/tnt/locale/tnt.de.tr
 share/minetest/games/minetest_game/mods/tnt/locale/tnt.es.tr
 share/minetest/games/minetest_game/mods/tnt/locale/tnt.fr.tr
+share/minetest/games/minetest_game/mods/tnt/locale/tnt.id.tr
 share/minetest/games/minetest_game/mods/tnt/locale/tnt.it.tr
+share/minetest/games/minetest_game/mods/tnt/locale/tnt.ms.tr
+share/minetest/games/minetest_game/mods/tnt/locale/tnt.ru.tr
+share/minetest/games/minetest_game/mods/tnt/locale/tnt.se.tr
+share/minetest/games/minetest_game/mods/tnt/locale/tnt.zh_CN.tr
+share/minetest/games/minetest_game/mods/tnt/locale/tnt.zh_TW.tr
 share/minetest/games/minetest_game/mods/tnt/mod.conf
 share/minetest/games/minetest_game/mods/tnt/sounds/tnt_explode.ogg
 share/minetest/games/minetest_game/mods/tnt/sounds/tnt_gunpowder_burning.ogg
@@ -924,7 +1480,13 @@ share/minetest/games/minetest_game/mods/
 share/minetest/games/minetest_game/mods/vessels/locale/vessels.de.tr
 share/minetest/games/minetest_game/mods/vessels/locale/vessels.es.tr
 share/minetest/games/minetest_game/mods/vessels/locale/vessels.fr.tr
+share/minetest/games/minetest_game/mods/vessels/locale/vessels.id.tr
 share/minetest/games/minetest_game/mods/vessels/locale/vessels.it.tr
+share/minetest/games/minetest_game/mods/vessels/locale/vessels.ms.tr
+share/minetest/games/minetest_game/mods/vessels/locale/vessels.ru.tr
+share/minetest/games/minetest_game/mods/vessels/locale/vessels.se.tr
+share/minetest/games/minetest_game/mods/vessels/locale/vessels.zh_CN.tr
+share/minetest/games/minetest_game/mods/vessels/locale/vessels.zh_TW.tr
 share/minetest/games/minetest_game/mods/vessels/mod.conf
 share/minetest/games/minetest_game/mods/vessels/textures/vessels_drinking_glass.png
 share/minetest/games/minetest_game/mods/vessels/textures/vessels_drinking_glass_inv.png
@@ -940,8 +1502,18 @@ share/minetest/games/minetest_game/mods/
 share/minetest/games/minetest_game/mods/walls/locale/walls.de.tr
 share/minetest/games/minetest_game/mods/walls/locale/walls.es.tr
 share/minetest/games/minetest_game/mods/walls/locale/walls.fr.tr
+share/minetest/games/minetest_game/mods/walls/locale/walls.id.tr
 share/minetest/games/minetest_game/mods/walls/locale/walls.it.tr
+share/minetest/games/minetest_game/mods/walls/locale/walls.ms.tr
+share/minetest/games/minetest_game/mods/walls/locale/walls.ru.tr
+share/minetest/games/minetest_game/mods/walls/locale/walls.se.tr
+share/minetest/games/minetest_game/mods/walls/locale/walls.zh_CN.tr
+share/minetest/games/minetest_game/mods/walls/locale/walls.zh_TW.tr
 share/minetest/games/minetest_game/mods/walls/mod.conf
+share/minetest/games/minetest_game/mods/weather/README.txt
+share/minetest/games/minetest_game/mods/weather/init.lua
+share/minetest/games/minetest_game/mods/weather/license.txt
+share/minetest/games/minetest_game/mods/weather/mod.conf
 share/minetest/games/minetest_game/mods/wool/README.txt
 share/minetest/games/minetest_game/mods/wool/init.lua
 share/minetest/games/minetest_game/mods/wool/license.txt
@@ -949,7 +1521,13 @@ share/minetest/games/minetest_game/mods/
 share/minetest/games/minetest_game/mods/wool/locale/wool.de.tr
 share/minetest/games/minetest_game/mods/wool/locale/wool.es.tr
 share/minetest/games/minetest_game/mods/wool/locale/wool.fr.tr
+share/minetest/games/minetest_game/mods/wool/locale/wool.id.tr
 share/minetest/games/minetest_game/mods/wool/locale/wool.it.tr
+share/minetest/games/minetest_game/mods/wool/locale/wool.ms.tr
+share/minetest/games/minetest_game/mods/wool/locale/wool.ru.tr
+share/minetest/games/minetest_game/mods/wool/locale/wool.se.tr
+share/minetest/games/minetest_game/mods/wool/locale/wool.zh_CN.tr
+share/minetest/games/minetest_game/mods/wool/locale/wool.zh_TW.tr
 share/minetest/games/minetest_game/mods/wool/mod.conf
 share/minetest/games/minetest_game/mods/wool/textures/wool_black.png
 share/minetest/games/minetest_game/mods/wool/textures/wool_blue.png
@@ -973,7 +1551,13 @@ share/minetest/games/minetest_game/mods/
 share/minetest/games/minetest_game/mods/xpanes/locale/xpanes.de.tr
 share/minetest/games/minetest_game/mods/xpanes/locale/xpanes.es.tr
 share/minetest/games/minetest_game/mods/xpanes/locale/xpanes.fr.tr
+share/minetest/games/minetest_game/mods/xpanes/locale/xpanes.id.tr
 share/minetest/games/minetest_game/mods/xpanes/locale/xpanes.it.tr
+share/minetest/games/minetest_game/mods/xpanes/locale/xpanes.ms.tr
+share/minetest/games/minetest_game/mods/xpanes/locale/xpanes.ru.tr
+share/minetest/games/minetest_game/mods/xpanes/locale/xpanes.se.tr
+share/minetest/games/minetest_game/mods/xpanes/locale/xpanes.zh_CN.tr
+share/minetest/games/minetest_game/mods/xpanes/locale/xpanes.zh_TW.tr
 share/minetest/games/minetest_game/mods/xpanes/mod.conf
 share/minetest/games/minetest_game/mods/xpanes/sounds/xpanes_steel_bar_door_close.ogg
 share/minetest/games/minetest_game/mods/xpanes/sounds/xpanes_steel_bar_door_open.ogg
@@ -983,180 +1567,16 @@ share/minetest/games/minetest_game/mods/
 share/minetest/games/minetest_game/mods/xpanes/textures/xpanes_edge.png
 share/minetest/games/minetest_game/mods/xpanes/textures/xpanes_edge_obsidian.png
 share/minetest/games/minetest_game/mods/xpanes/textures/xpanes_item_steel_bar.png
-share/minetest/games/minetest_game/mods/xpanes/textures/xpanes_pane_half.png
-share/minetest/games/minetest_game/mods/xpanes/textures/xpanes_space.png
 share/minetest/games/minetest_game/mods/xpanes/textures/xpanes_trapdoor_steel_bar.png
 share/minetest/games/minetest_game/mods/xpanes/textures/xpanes_trapdoor_steel_bar_side.png
 share/minetest/games/minetest_game/schematic_tables.txt
 share/minetest/games/minetest_game/screenshot.png
 share/minetest/games/minetest_game/settingtypes.txt
-share/minetest/games/minimal/game.conf
-share/minetest/games/minimal/menu/background.png
-share/minetest/games/minimal/menu/icon.png
-share/minetest/games/minimal/mods/bucket/init.lua
-share/minetest/games/minimal/mods/bucket/mod.conf
-share/minetest/games/minimal/mods/bucket/textures/bucket.png
-share/minetest/games/minimal/mods/bucket/textures/bucket_lava.png
-share/minetest/games/minimal/mods/bucket/textures/bucket_water.png
-share/minetest/games/minimal/mods/default/init.lua
-share/minetest/games/minimal/mods/default/mapgen.lua
-share/minetest/games/minimal/mods/default/mod.conf
-share/minetest/games/minimal/mods/default/sounds/default_grass_footstep.1.ogg
-share/minetest/games/minimal/mods/default/textures/bubble.png
-share/minetest/games/minimal/mods/default/textures/crack_anylength.png
-share/minetest/games/minimal/mods/default/textures/default_apple.png
-share/minetest/games/minimal/mods/default/textures/default_book.png
-share/minetest/games/minimal/mods/default/textures/default_bookshelf.png
-share/minetest/games/minimal/mods/default/textures/default_brick.png
-share/minetest/games/minimal/mods/default/textures/default_cactus_side.png
-share/minetest/games/minimal/mods/default/textures/default_cactus_top.png
-share/minetest/games/minimal/mods/default/textures/default_chest.png
-share/minetest/games/minimal/mods/default/textures/default_clay.png
-share/minetest/games/minimal/mods/default/textures/default_clay_brick.png
-share/minetest/games/minimal/mods/default/textures/default_clay_lump.png
-share/minetest/games/minimal/mods/default/textures/default_cloud.png
-share/minetest/games/minimal/mods/default/textures/default_coal_lump.png
-share/minetest/games/minimal/mods/default/textures/default_cobble.png
-share/minetest/games/minimal/mods/default/textures/default_dirt.png
-share/minetest/games/minimal/mods/default/textures/default_fence.png
-share/minetest/games/minimal/mods/default/textures/default_furnace_fire_bg.png
-share/minetest/games/minimal/mods/default/textures/default_furnace_fire_fg.png
-share/minetest/games/minimal/mods/default/textures/default_furnace_front.png
-share/minetest/games/minimal/mods/default/textures/default_furnace_front_active.png
-share/minetest/games/minimal/mods/default/textures/default_furnace_side.png
-share/minetest/games/minimal/mods/default/textures/default_glass.png
-share/minetest/games/minimal/mods/default/textures/default_grass.png
-share/minetest/games/minimal/mods/default/textures/default_grass_footsteps.png
-share/minetest/games/minimal/mods/default/textures/default_grass_side.png
-share/minetest/games/minimal/mods/default/textures/default_gravel.png
-share/minetest/games/minimal/mods/default/textures/default_iron_lump.png
-share/minetest/games/minimal/mods/default/textures/default_junglegrass.png
-share/minetest/games/minimal/mods/default/textures/default_ladder.png
-share/minetest/games/minimal/mods/default/textures/default_lava.png
-share/minetest/games/minimal/mods/default/textures/default_lava_flowing_animated.png
-share/minetest/games/minimal/mods/default/textures/default_lava_source_animated.png
-share/minetest/games/minimal/mods/default/textures/default_leaves.png
-share/minetest/games/minimal/mods/default/textures/default_mese.png
-share/minetest/games/minimal/mods/default/textures/default_mineral_coal.png
-share/minetest/games/minimal/mods/default/textures/default_mineral_iron.png
-share/minetest/games/minimal/mods/default/textures/default_mossycobble.png
-share/minetest/games/minimal/mods/default/textures/default_nc_back.png
-share/minetest/games/minimal/mods/default/textures/default_nc_front.png
-share/minetest/games/minimal/mods/default/textures/default_nc_rb.png
-share/minetest/games/minimal/mods/default/textures/default_nc_side.png
-share/minetest/games/minimal/mods/default/textures/default_paper.png
-share/minetest/games/minimal/mods/default/textures/default_papyrus.png
-share/minetest/games/minimal/mods/default/textures/default_rail.png
-share/minetest/games/minimal/mods/default/textures/default_rail_crossing.png
-share/minetest/games/minimal/mods/default/textures/default_rail_curved.png
-share/minetest/games/minimal/mods/default/textures/default_rail_t_junction.png
-share/minetest/games/minimal/mods/default/textures/default_river_water.png
-share/minetest/games/minimal/mods/default/textures/default_sand.png
-share/minetest/games/minimal/mods/default/textures/default_sandstone.png
-share/minetest/games/minimal/mods/default/textures/default_sapling.png
-share/minetest/games/minimal/mods/default/textures/default_scorched_stuff.png
-share/minetest/games/minimal/mods/default/textures/default_sign_wall.png
-share/minetest/games/minimal/mods/default/textures/default_steel_block.png
-share/minetest/games/minimal/mods/default/textures/default_steel_ingot.png
-share/minetest/games/minimal/mods/default/textures/default_stick.png
-share/minetest/games/minimal/mods/default/textures/default_stone.png
-share/minetest/games/minimal/mods/default/textures/default_tnt_bottom.png
-share/minetest/games/minimal/mods/default/textures/default_tnt_side.png
-share/minetest/games/minimal/mods/default/textures/default_tnt_top.png
-share/minetest/games/minimal/mods/default/textures/default_tool_mesepick.png
-share/minetest/games/minimal/mods/default/textures/default_tool_steelaxe.png
-share/minetest/games/minimal/mods/default/textures/default_tool_steelpick.png
-share/minetest/games/minimal/mods/default/textures/default_tool_steelshovel.png
-share/minetest/games/minimal/mods/default/textures/default_tool_steelsword.png
-share/minetest/games/minimal/mods/default/textures/default_tool_stoneaxe.png
-share/minetest/games/minimal/mods/default/textures/default_tool_stonepick.png
-share/minetest/games/minimal/mods/default/textures/default_tool_stoneshovel.png
-share/minetest/games/minimal/mods/default/textures/default_tool_stonesword.png
-share/minetest/games/minimal/mods/default/textures/default_tool_woodaxe.png
-share/minetest/games/minimal/mods/default/textures/default_tool_woodpick.png
-share/minetest/games/minimal/mods/default/textures/default_tool_woodshovel.png
-share/minetest/games/minimal/mods/default/textures/default_tool_woodsword.png
-share/minetest/games/minimal/mods/default/textures/default_torch.png
-share/minetest/games/minimal/mods/default/textures/default_torch_on_ceiling.png
-share/minetest/games/minimal/mods/default/textures/default_torch_on_floor.png
-share/minetest/games/minimal/mods/default/textures/default_tree.png
-share/minetest/games/minimal/mods/default/textures/default_tree_top.png
-share/minetest/games/minimal/mods/default/textures/default_water.png
-share/minetest/games/minimal/mods/default/textures/default_wood.png
-share/minetest/games/minimal/mods/default/textures/heart.png
-share/minetest/games/minimal/mods/default/textures/player.png
-share/minetest/games/minimal/mods/default/textures/player_back.png
-share/minetest/games/minimal/mods/default/textures/treeprop.png
-share/minetest/games/minimal/mods/default/textures/wieldhand.png
-share/minetest/games/minimal/mods/experimental/init.lua
-share/minetest/games/minimal/mods/experimental/mod.conf
-share/minetest/games/minimal/mods/experimental/modchannels.lua
-share/minetest/games/minimal/mods/experimental/textures/experimental_dummyball.png
-share/minetest/games/minimal/mods/experimental/textures/experimental_tester_tool_1.png
-share/minetest/games/minimal/mods/experimental/textures/experimental_tiled.png
-share/minetest/games/minimal/mods/give_initial_stuff/init.lua
-share/minetest/games/minimal/mods/give_initial_stuff/mod.conf
-share/minetest/games/minimal/mods/legacy/init.lua
-share/minetest/games/minimal/mods/legacy/mod.conf
-share/minetest/games/minimal/mods/legacy/textures/apple_iron.png
-share/minetest/games/minimal/mods/legacy/textures/cooked_rat.png
-share/minetest/games/minimal/mods/legacy/textures/dungeon_master.png
-share/minetest/games/minimal/mods/legacy/textures/fireball.png
-share/minetest/games/minimal/mods/legacy/textures/firefly.png
-share/minetest/games/minimal/mods/legacy/textures/oerkki1.png
-share/minetest/games/minimal/mods/legacy/textures/oerkki1_damaged.png
-share/minetest/games/minimal/mods/legacy/textures/rat.png
-share/minetest/games/minimal/mods/stairs/init.lua
-share/minetest/games/minimal/mods/stairs/mod.conf
-share/minetest/games/minimal/mods/test/crafting.lua
-share/minetest/games/minimal/mods/test/formspec.lua
-share/minetest/games/minimal/mods/test/init.lua
-share/minetest/games/minimal/mods/test/mod.conf
-share/minetest/games/minimal/mods/test/player.lua
-share/minetest/locale/ar/LC_MESSAGES/minetest.mo
-share/minetest/locale/ca/LC_MESSAGES/minetest.mo
-share/minetest/locale/cs/LC_MESSAGES/minetest.mo
-share/minetest/locale/da/LC_MESSAGES/minetest.mo
-share/minetest/locale/de/LC_MESSAGES/minetest.mo
-share/minetest/locale/dv/LC_MESSAGES/minetest.mo
-share/minetest/locale/el/LC_MESSAGES/minetest.mo
-share/minetest/locale/eo/LC_MESSAGES/minetest.mo
-share/minetest/locale/es/LC_MESSAGES/minetest.mo
-share/minetest/locale/et/LC_MESSAGES/minetest.mo
-share/minetest/locale/eu/LC_MESSAGES/minetest.mo
-share/minetest/locale/fil/LC_MESSAGES/minetest.mo
-share/minetest/locale/fr/LC_MESSAGES/minetest.mo
-share/minetest/locale/hu/LC_MESSAGES/minetest.mo
-share/minetest/locale/id/LC_MESSAGES/minetest.mo
-share/minetest/locale/it/LC_MESSAGES/minetest.mo
-share/minetest/locale/ja/LC_MESSAGES/minetest.mo
-share/minetest/locale/ja_KS/LC_MESSAGES/minetest.mo
-share/minetest/locale/jbo/LC_MESSAGES/minetest.mo
-share/minetest/locale/kk/LC_MESSAGES/minetest.mo
-share/minetest/locale/kn/LC_MESSAGES/minetest.mo
-share/minetest/locale/lo/LC_MESSAGES/minetest.mo
-share/minetest/locale/lt/LC_MESSAGES/minetest.mo
-share/minetest/locale/ms/LC_MESSAGES/minetest.mo
-share/minetest/locale/my/LC_MESSAGES/minetest.mo
-share/minetest/locale/nb/LC_MESSAGES/minetest.mo
-share/minetest/locale/nl/LC_MESSAGES/minetest.mo
-share/minetest/locale/nn/LC_MESSAGES/minetest.mo
-share/minetest/locale/pl/LC_MESSAGES/minetest.mo
-share/minetest/locale/pt/LC_MESSAGES/minetest.mo
-share/minetest/locale/pt_BR/LC_MESSAGES/minetest.mo
-share/minetest/locale/ro/LC_MESSAGES/minetest.mo
-share/minetest/locale/ru/LC_MESSAGES/minetest.mo
-share/minetest/locale/sl/LC_MESSAGES/minetest.mo
-share/minetest/locale/sr_Cyrl/LC_MESSAGES/minetest.mo
-share/minetest/locale/sv/LC_MESSAGES/minetest.mo
-share/minetest/locale/sw/LC_MESSAGES/minetest.mo
-share/minetest/locale/th/LC_MESSAGES/minetest.mo
-share/minetest/locale/tr/LC_MESSAGES/minetest.mo
-share/minetest/locale/uk/LC_MESSAGES/minetest.mo
-share/minetest/locale/vi/LC_MESSAGES/minetest.mo
 share/minetest/textures/base/pack/air.png
 share/minetest/textures/base/pack/aux_btn.png
 share/minetest/textures/base/pack/blank.png
+share/minetest/textures/base/pack/bubble.png
+share/minetest/textures/base/pack/bubble_gone.png
 share/minetest/textures/base/pack/camera_btn.png
 share/minetest/textures/base/pack/chat_btn.png
 share/minetest/textures/base/pack/chat_hide_btn.png
@@ -1164,14 +1584,18 @@ share/minetest/textures/base/pack/chat_s
 share/minetest/textures/base/pack/checkbox_16.png
 share/minetest/textures/base/pack/checkbox_32.png
 share/minetest/textures/base/pack/checkbox_64.png
+share/minetest/textures/base/pack/crack_anylength.png
 share/minetest/textures/base/pack/debug_btn.png
 share/minetest/textures/base/pack/down.png
 share/minetest/textures/base/pack/drop_btn.png
+share/minetest/textures/base/pack/end_icon.png
 share/minetest/textures/base/pack/error_screenshot.png
 share/minetest/textures/base/pack/fast_btn.png
 share/minetest/textures/base/pack/fly_btn.png
 share/minetest/textures/base/pack/gear_icon.png
 share/minetest/textures/base/pack/halo.png
+share/minetest/textures/base/pack/heart.png
+share/minetest/textures/base/pack/heart_gone.png
 share/minetest/textures/base/pack/ignore.png
 share/minetest/textures/base/pack/inventory_btn.png
 share/minetest/textures/base/pack/joystick_bg.png
@@ -1187,12 +1611,15 @@ share/minetest/textures/base/pack/minima
 share/minetest/textures/base/pack/minimap_mask_square.png
 share/minetest/textures/base/pack/minimap_overlay_round.png
 share/minetest/textures/base/pack/minimap_overlay_square.png
+share/minetest/textures/base/pack/next_icon.png
 share/minetest/textures/base/pack/no_screenshot.png
 share/minetest/textures/base/pack/noclip_btn.png
 share/minetest/textures/base/pack/object_marker_red.png
 share/minetest/textures/base/pack/player.png
 share/minetest/textures/base/pack/player_back.png
 share/minetest/textures/base/pack/player_marker.png
+share/minetest/textures/base/pack/plus.png
+share/minetest/textures/base/pack/prev_icon.png
 share/minetest/textures/base/pack/progress_bar.png
 share/minetest/textures/base/pack/progress_bar_bg.png
 share/minetest/textures/base/pack/rangeview_btn.png
@@ -1207,8 +1634,10 @@ share/minetest/textures/base/pack/server
 share/minetest/textures/base/pack/server_ping_3.png
 share/minetest/textures/base/pack/server_ping_4.png
 share/minetest/textures/base/pack/smoke_puff.png
+share/minetest/textures/base/pack/start_icon.png
 share/minetest/textures/base/pack/sunrisebg.png
 share/minetest/textures/base/pack/unknown_item.png
 share/minetest/textures/base/pack/unknown_node.png
 share/minetest/textures/base/pack/unknown_object.png
+share/minetest/textures/base/pack/wieldhand.png
 share/minetest/textures/base/pack/zoom.png

Index: pkgsrc/games/minetest/distinfo
diff -u pkgsrc/games/minetest/distinfo:1.4 pkgsrc/games/minetest/distinfo:1.5
--- pkgsrc/games/minetest/distinfo:1.4  Fri Mar 20 17:06:20 2020
+++ pkgsrc/games/minetest/distinfo      Tue Dec  1 13:16:25 2020
@@ -1,14 +1,14 @@
-$NetBSD: distinfo,v 1.4 2020/03/20 17:06:20 nia Exp $
+$NetBSD: distinfo,v 1.5 2020/12/01 13:16:25 nia Exp $
 
-SHA1 (minetest-5.1.1/minetest-game.tar.gz) = ba19928812333b55128dceb0dcfe8434ef37c28e
-RMD160 (minetest-5.1.1/minetest-game.tar.gz) = 6e6e4dfbb68615a5eb9e62bccf1d073c087dcbcb
-SHA512 (minetest-5.1.1/minetest-game.tar.gz) = ad221be6b6a109d9cd4895f0c34f7fb9da88d9192de25dd56d1e8e4ecaee8704c9a052f8a0b2ee888fde9dbc25e34e3f01774d91c42c81c0a4d02305ce7cd834
-Size (minetest-5.1.1/minetest-game.tar.gz) = 1882016 bytes
-SHA1 (minetest-5.1.1/minetest.tar.gz) = 7e3142086b62c621ca04d8c81b14a9c3b48fdccd
-RMD160 (minetest-5.1.1/minetest.tar.gz) = 687020fad483e05f95d4a4544f42a310e965fdc9
-SHA512 (minetest-5.1.1/minetest.tar.gz) = 4a36a86a3e5f8f5246ff3410e9ab182631f38292bea077e7dbc25fdc1520e5a479ffbd5ec447000fb4999ab252a59bf976299e6fecda1f8cd47f40549885766b
-Size (minetest-5.1.1/minetest.tar.gz) = 9002025 bytes
+SHA1 (minetest-5.3.0/minetest-game.tar.gz) = f38130614b8571b2c422471185ff13b773dc2d08
+RMD160 (minetest-5.3.0/minetest-game.tar.gz) = 8042e143599c6066d9e14e4cff796768b0611c1f
+SHA512 (minetest-5.3.0/minetest-game.tar.gz) = 986e9ca436159b115a8d2a07c4d863e0f5b90343447864e737bfd93bdc75a6d4b9d97b9dc90486858dda69e9a76ffdf79186e163d55978196e8cb98091ff97e6
+Size (minetest-5.3.0/minetest-game.tar.gz) = 1904865 bytes
+SHA1 (minetest-5.3.0/minetest.tar.gz) = 8099bfa9122ef64d22c065f3bc5c7ea0eba23d28
+RMD160 (minetest-5.3.0/minetest.tar.gz) = a36cbe02f7bf511ecb47c6212846aa4a528a61dd
+SHA512 (minetest-5.3.0/minetest.tar.gz) = 7bb34a80107861539a9ac2417812625ef11d145bf9401afdb8e0a1b9f619adcce24e2becf5bf361b805f4610097cf9d44c76d497ab08d489a43655852ce44777
+Size (minetest-5.3.0/minetest.tar.gz) = 10828893 bytes
 SHA1 (patch-CMakeLists.txt) = 50ceef7b158a92900c8d5b6b178d1ab0570e16b1
 SHA1 (patch-src_noise.h) = 54e72bf65fb642542985b1eb5dcd45fb3da4a57f
 SHA1 (patch-src_threading_thread.cpp) = c5334a9fd1e5a65cfa0828b47ebd8e50ba1ed7d7
-SHA1 (patch-src_util_string.cpp) = 2004c4a9792586d477e8ee9c44c08b5a184a6cd3
+SHA1 (patch-src_util_string.cpp) = 30ec075a593c5af66da39fdc4e3b5a5a61e2d171

Index: pkgsrc/games/minetest/patches/patch-src_util_string.cpp
diff -u pkgsrc/games/minetest/patches/patch-src_util_string.cpp:1.2 pkgsrc/games/minetest/patches/patch-src_util_string.cpp:1.3
--- pkgsrc/games/minetest/patches/patch-src_util_string.cpp:1.2 Tue Feb 18 16:46:51 2020
+++ pkgsrc/games/minetest/patches/patch-src_util_string.cpp     Tue Dec  1 13:16:26 2020
@@ -1,8 +1,9 @@
-$NetBSD: patch-src_util_string.cpp,v 1.2 2020/02/18 16:46:51 joerg Exp $
+$NetBSD: patch-src_util_string.cpp,v 1.3 2020/12/01 13:16:26 nia Exp $
 
-Work around iconv("UTF-8", "WCHAR_T") failing on NetBSD.
+NetBSD does not support iconv("UTF-8", "WCHAR_T"), so use UTF-32, as
+on Android.
 
---- src/util/string.cpp.orig   2019-10-12 13:48:58.000000000 +0000
+--- src/util/string.cpp.orig   2020-07-09 20:04:20.000000000 +0000
 +++ src/util/string.cpp
 @@ -38,9 +38,11 @@ with this program; if not, write to the 
        #include <windows.h>
@@ -19,27 +20,44 @@ Work around iconv("UTF-8", "WCHAR_T") fa
  #endif
  
  static bool parseHexColorString(const std::string &value, video::SColor &color,
-@@ -79,6 +81,12 @@ bool convert(const char *to, const char 
-       return true;
- }
- 
-+#ifdef __NetBSD__
-+std::wstring utf8_to_wide(const std::string &input)
-+{
-+      return narrow_to_wide(input);
-+}
-+#else
- std::wstring utf8_to_wide(const std::string &input)
- {
-       size_t inbuf_size = input.length() + 1;
-@@ -104,8 +112,9 @@ std::wstring utf8_to_wide(const std::str
+@@ -82,6 +84,13 @@ bool convert(const char *to, const char 
+ #ifdef __ANDROID__
+ // Android need manual caring to support the full character set possible with wchar_t
+ const char *DEFAULT_ENCODING = "UTF-32LE";
++#elif defined(__NetBSD__)
++#include <sys/endian.h>
++#  if BYTE_ORDER == LITTLE_ENDIAN
++const char *DEFAULT_ENCODING = "UTF-32LE";
++#  else
++const char *DEFAULT_ENCODING = "UTF-32BE";
++#  endif
+ #else
+ const char *DEFAULT_ENCODING = "WCHAR_T";
+ #endif
+@@ -97,7 +106,7 @@ std::wstring utf8_to_wide(const std::str
+       char *outbuf = new char[outbuf_size];
+       memset(outbuf, 0, outbuf_size);
  
-       return out;
+-#ifdef __ANDROID__
++#if defined(__ANDROID__) || defined(__NetBSD__)
+       // Android need manual caring to support the full character set possible with wchar_t
+       SANITY_CHECK(sizeof(wchar_t) == 4);
+ #endif
+@@ -209,7 +218,7 @@ wchar_t *narrow_to_wide_c(const char *st
  }
-+#endif
  
+ std::wstring narrow_to_wide(const std::string &mbs) {
 -#ifdef __ANDROID__
 +#if defined(__ANDROID__) || defined(__NetBSD__)
- // TODO: this is an ugly fix for wide_to_utf8 somehow not working on android
- std::string wide_to_utf8(const std::wstring &input)
+       return utf8_to_wide(mbs);
+ #else
+       size_t wcl = mbs.size();
+@@ -225,7 +234,7 @@ std::wstring narrow_to_wide(const std::s
+ 
+ std::string wide_to_narrow(const std::wstring &wcs)
  {
+-#ifdef __ANDROID__
++#if defined(__ANDROID__) || defined(__NetBSD__)
+       return wide_to_utf8(wcs);
+ #else
+       size_t mbl = wcs.size() * 4;



Home | Main Index | Thread Index | Old Index