On Thu, 30 May 2024 07:35:13 +0100 Fabien ROMANO <fabienrom...@gmail.com> wrote: > [sic] I would prefer to keep $*_V in the port, maybe just > bikesheding but looks cleaner to me. > > V = 5.8.0 > GAME_V = 5.8.0 > IRRLICHTMT_V = 1.9.0mt13 > DIST_TUPLE += github minetest minetest ${V} . > DIST_TUPLE += github minetest minetest_game ${GAME_V} > games/minetest_game DIST_TUPLE += github minetest irrlicht > ${IRRLICHTMT_V} lib/irrlichtmt >
There is a diff with this change added here. I agree. I hastily threw together this port update. This is much cleaner. Bikeshedding or not, its a good nit. > > ===> Building package for minetest-5.8.0 > > Create /usr/ports/packages/amd64/all/minetest-5.8.0.tgz > > Creating package minetest-5.8.0 > > /home/_pobj/minetest-5.8.0/fake-amd64/usr/local/man/man6/minetestserver.6: > > Cannot find NAME section > > /home/_pobj/minetest-5.8.0/fake-amd64/usr/local/man/man6/minetestserver.6: > > No one-line description, using filename "minetestserver" Link to > > /usr/ports/packages/amd64/ftp/minetest-5.8.0.tgz > > cat /usr/ports/pobj/minetest-5.8.0/minetest-5.8.0/doc/minetestserver.6 > > .so man6/minetest.6 > > I guess this is not the way to point 'man minetestserver' into > 'minetest.6' ? Except the complaint during make package, it works, > any advise ? > I believe this is from the generated build.ninja's doing. Should I patch CMakeLists.txt or is this fine as-is? Also might be worth asking if 5.6.0 had this issue as well. Perhaps an upstream PR is in my future? Thanks -- -iz (they/them) > i like to say mundane things, > there are too many uninteresting things > that go unnoticed. izder456 (dot) neocities (dot) org
diff --git Makefile Makefile index c359bb848..e4851c6cb 100644 --- Makefile +++ Makefile @@ -1,38 +1,36 @@ COMMENT = infinite-world block sandbox game -V = 5.6.0 -GAME_V = 5.6.0 -IRRLICHTMT_V = 1.9.0mt7 +PKGNAME = minetest-${V} -DISTNAME = minetest-${V} -CATEGORIES = games x11 -REVISION = 0 +V = 5.8.0 +GAME_V = 5.8.0 +IRRLCHTMT_V = 1.9.0mt13 -HOMEPAGE = https://www.minetest.net/ +DIST_TUPLE += github minetest minetest ${V} . +DIST_TUPLE += github minetest minetest_game ${GAME_V} games/minetest_game +DIST_TUPLE += github minetest irrlicht ${IRRLCHTMT_V} lib/irrlichtmt + +CATEGORIES = games x11 + +HOMEPAGE = https://www.minetest.net/ # source LGPLv2.1/ datas CC BY-SA 3.0 PERMIT_PACKAGE = Yes -WANTLIB += ${COMPILER_LIBCXX} GL GLU ICE SM X11 Xext Xi c curl -WANTLIB += curses form freetype gmp iconv intl jpeg jsoncpp lua5.1 -WANTLIB += m ogg openal png pq spatialindex sqlite3 vorbis vorbisfile -WANTLIB += z zstd +WANTLIB += ${COMPILER_LIBCXX} GL GLU X11 Xi c curl curses form freetype +WANTLIB += gmp iconv intl jpeg jsoncpp luajit-5.1 m ogg openal png pq +WANTLIB += spatialindex sqlite3 vorbis vorbisfile z zstd COMPILER = base-clang ports-gcc base-gcc -SITES = https://github.com/minetest/ - -DISTFILES = minetest-{minetest/archive/}${V}${EXTRACT_SUFX} \ - minetest-game-{minetest_game/archive/}${GAME_V}${EXTRACT_SUFX} \ - irrlichtmt-{irrlicht/archive/}${IRRLICHTMT_V}${EXTRACT_SUFX} - -MODULES = devel/cmake \ - lang/lua +MODULES = devel/cmake CONFIGURE_ARGS = -DENABLE_GETTEXT=ON -DCUSTOM_MANDIR=${PREFIX}/man CONFIGURE_ARGS+= -DENABLE_REDIS=FALSE -DENABLE_LEVELDB=FALSE -CONFIGURE_ARGS+= -DENABLE_SYSTEM_JSONCPP=TRUE -DENABLE_LUAJIT=FALSE -CONFIGURE_ARGS+= -DBUILD_SERVER=TRUE +CONFIGURE_ARGS+= -DENABLE_SYSTEM_JSONCPP=TRUE -DBUILD_SERVER=TRUE + +# luajit +USE_NOBTCFI = Yes CXXFLAGS += -I${X11BASE}/include MODCMAKE_LDFLAGS = -L${X11BASE}/lib -L${LOCALBASE}/lib @@ -42,8 +40,8 @@ BUILD_DEPENDS = devel/gettext,-tools RUN_DEPENDS = devel/desktop-file-utils \ x11/gtk+4,-guic -LIB_DEPENDS = ${MODLUA_LIB_DEPENDS} \ - audio/openal \ +LIB_DEPENDS = audio/openal \ + lang/luajit \ audio/libvorbis \ archivers/zstd \ devel/gettext,-runtime \ @@ -60,18 +58,11 @@ TEST_DEPENDS = ${FULLPKGNAME}:${BUILD_PKGPATH} TEST_ENV += HOME=${WRKBUILD}/test \ LC_CTYPE="en_US.UTF-8" -post-extract: - mv ${WRKDIR}/irrlicht-${IRRLICHTMT_V} \ - ${WRKSRC}/lib/irrlichtmt - -# Use system cmake modules -post-patch: - rm ${WRKSRC}/cmake/Modules/FindLua* - post-install: - mv ${WRKDIR}/minetest_game-${GAME_V}/ \ - ${PREFIX}/share/minetest/games/minetest_game - chown -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/share/minetest/games/minetest_game + mkdir -p ${PREFIX}/share/minetest/games + mv ${WRKDIST}/games \ + ${PREFIX}/share/minetest/ + chown -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/share/minetest/gamesm/* do-test: mkdir -p ${WRKBUILD}/test diff --git distinfo distinfo index 08f8f924f..1ac767a40 100644 --- distinfo +++ distinfo @@ -1,6 +1,6 @@ -SHA256 (irrlichtmt-1.9.0mt7.tar.gz) = wSzb1KhS4ebr97oieJqgV6Gn8tWF3YGiQSpi9XoOJhk= -SHA256 (minetest-5.6.0.tar.gz) = P9vAyNn2oYwSlUugyu21SKIvNnUg9Z0HmASiHeA0epE= -SHA256 (minetest-game-5.6.0.tar.gz) = /ZkdQsJT2zgFWcWTorA18i4HqB+Ge1OAovBF6aTQTIc= -SIZE (irrlichtmt-1.9.0mt7.tar.gz) = 909510 -SIZE (minetest-5.6.0.tar.gz) = 9922682 -SIZE (minetest-game-5.6.0.tar.gz) = 2590530 +SHA256 (minetest-irrlicht-1.9.0mt13.tar.gz) = L96OJxRJiCELnA/x4gKQWDTZ0lqqY85FJ2P9cXEJatw= +SHA256 (minetest-minetest-5.8.0.tar.gz) = YQyFok13rNwwQ6add3vtnmwAFpQGygnfIq1JD+DWjAw= +SHA256 (minetest-minetest_game-5.8.0.tar.gz) = M6O7Q7CEl6C9svSfFAooKeWC1cFsCtUr4VlcgD9waRI= +SIZE (minetest-irrlicht-1.9.0mt13.tar.gz) = 754056 +SIZE (minetest-minetest-5.8.0.tar.gz) = 10419348 +SIZE (minetest-minetest_game-5.8.0.tar.gz) = 2608281 diff --git pkg/PLIST pkg/PLIST index 0993431cc..a057c277a 100644 --- pkg/PLIST +++ pkg/PLIST @@ -5,18 +5,19 @@ share/applications/net.minetest.minetest.desktop share/doc/minetest/ 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/client_lua_api.md +share/doc/minetest/lua_api.md +share/doc/minetest/menu_lua_api.md share/doc/minetest/minetest.conf.example -share/doc/minetest/texture_packs.txt -share/doc/minetest/world_format.txt +share/doc/minetest/texture_packs.md +share/doc/minetest/world_format.md share/icons/hicolor/128x128/apps/minetest.png share/icons/hicolor/scalable/apps/minetest.svg share/locale/be/LC_MESSAGES/minetest.mo share/locale/bg/LC_MESSAGES/minetest.mo share/locale/ca/LC_MESSAGES/minetest.mo share/locale/cs/LC_MESSAGES/minetest.mo +share/locale/cy/LC_MESSAGES/minetest.mo share/locale/da/LC_MESSAGES/minetest.mo share/locale/de/LC_MESSAGES/minetest.mo share/locale/el/LC_MESSAGES/minetest.mo @@ -24,20 +25,26 @@ 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/fa/LC_MESSAGES/minetest.mo share/locale/fi/LC_MESSAGES/minetest.mo share/locale/fil/ share/locale/fil/LC_MESSAGES/ share/locale/fil/LC_MESSAGES/minetest.mo share/locale/fr/LC_MESSAGES/minetest.mo +share/locale/ga/LC_MESSAGES/minetest.mo share/locale/gd/LC_MESSAGES/minetest.mo share/locale/gl/LC_MESSAGES/minetest.mo share/locale/hu/LC_MESSAGES/minetest.mo +share/locale/ia/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/jbo/ share/locale/jbo/LC_MESSAGES/ share/locale/jbo/LC_MESSAGES/minetest.mo +share/locale/jv/ +share/locale/jv/LC_MESSAGES/ +share/locale/jv/LC_MESSAGES/minetest.mo share/locale/kk/LC_MESSAGES/minetest.mo share/locale/ko/LC_MESSAGES/minetest.mo share/locale/ky/LC_MESSAGES/minetest.mo @@ -46,6 +53,8 @@ share/locale/lv/LC_MESSAGES/minetest.mo share/locale/lzh/ share/locale/lzh/LC_MESSAGES/ share/locale/lzh/LC_MESSAGES/minetest.mo +share/locale/mi/LC_MESSAGES/minetest.mo +share/locale/mn/LC_MESSAGES/minetest.mo share/locale/mr/LC_MESSAGES/minetest.mo share/locale/ms/LC_MESSAGES/minetest.mo share/locale/nb/LC_MESSAGES/minetest.mo @@ -96,8 +105,10 @@ share/minetest/builtin/common/after.lua share/minetest/builtin/common/chatcommands.lua share/minetest/builtin/common/filterlist.lua share/minetest/builtin/common/information_formspecs.lua +share/minetest/builtin/common/item_s.lua share/minetest/builtin/common/misc_helpers.lua share/minetest/builtin/common/mod_storage.lua +share/minetest/builtin/common/register.lua share/minetest/builtin/common/serialize.lua share/minetest/builtin/common/strict.lua share/minetest/builtin/common/tests/ @@ -123,7 +134,6 @@ share/minetest/builtin/game/forceloading.lua share/minetest/builtin/game/init.lua share/minetest/builtin/game/item.lua share/minetest/builtin/game/item_entity.lua -share/minetest/builtin/game/item_s.lua share/minetest/builtin/game/knockback.lua share/minetest/builtin/game/misc.lua share/minetest/builtin/game/misc_s.lua @@ -135,30 +145,45 @@ share/minetest/builtin/game/voxelarea.lua share/minetest/builtin/init.lua share/minetest/builtin/locale/ share/minetest/builtin/locale/__builtin.de.tr +share/minetest/builtin/locale/__builtin.id.tr share/minetest/builtin/locale/__builtin.it.tr +share/minetest/builtin/locale/__builtin.ms.tr +share/minetest/builtin/locale/__builtin.ru.tr share/minetest/builtin/locale/template.txt share/minetest/builtin/mainmenu/ share/minetest/builtin/mainmenu/async_event.lua share/minetest/builtin/mainmenu/common.lua +share/minetest/builtin/mainmenu/content/ +share/minetest/builtin/mainmenu/content/dlg_contentstore.lua +share/minetest/builtin/mainmenu/content/init.lua +share/minetest/builtin/mainmenu/content/pkgmgr.lua +share/minetest/builtin/mainmenu/content/tests/ +share/minetest/builtin/mainmenu/content/tests/pkgmgr_spec.lua +share/minetest/builtin/mainmenu/content/update_detector.lua share/minetest/builtin/mainmenu/dlg_config_world.lua -share/minetest/builtin/mainmenu/dlg_contentstore.lua share/minetest/builtin/mainmenu/dlg_create_world.lua share/minetest/builtin/mainmenu/dlg_delete_content.lua share/minetest/builtin/mainmenu/dlg_delete_world.lua share/minetest/builtin/mainmenu/dlg_register.lua +share/minetest/builtin/mainmenu/dlg_reinstall_mtg.lua share/minetest/builtin/mainmenu/dlg_rename_modpack.lua -share/minetest/builtin/mainmenu/dlg_settings_advanced.lua share/minetest/builtin/mainmenu/dlg_version_info.lua share/minetest/builtin/mainmenu/game_theme.lua -share/minetest/builtin/mainmenu/generate_from_settingtypes.lua share/minetest/builtin/mainmenu/init.lua -share/minetest/builtin/mainmenu/pkgmgr.lua +share/minetest/builtin/mainmenu/misc.lua share/minetest/builtin/mainmenu/serverlistmgr.lua +share/minetest/builtin/mainmenu/settings/ +share/minetest/builtin/mainmenu/settings/components.lua +share/minetest/builtin/mainmenu/settings/dlg_change_mapgen_flags.lua +share/minetest/builtin/mainmenu/settings/dlg_settings.lua +share/minetest/builtin/mainmenu/settings/generate_from_settingtypes.lua +share/minetest/builtin/mainmenu/settings/init.lua +share/minetest/builtin/mainmenu/settings/settingtypes.lua +share/minetest/builtin/mainmenu/settings/shadows_component.lua share/minetest/builtin/mainmenu/tab_about.lua share/minetest/builtin/mainmenu/tab_content.lua share/minetest/builtin/mainmenu/tab_local.lua share/minetest/builtin/mainmenu/tab_online.lua -share/minetest/builtin/mainmenu/tab_settings.lua share/minetest/builtin/mainmenu/tests/ share/minetest/builtin/mainmenu/tests/favorites_wellformed.txt share/minetest/builtin/mainmenu/tests/serverlistmgr_spec.lua @@ -173,9 +198,27 @@ share/minetest/client/shaders/ share/minetest/client/shaders/3d_interlaced_merge/ share/minetest/client/shaders/3d_interlaced_merge/opengl_fragment.glsl share/minetest/client/shaders/3d_interlaced_merge/opengl_vertex.glsl +share/minetest/client/shaders/bloom_downsample/ +share/minetest/client/shaders/bloom_downsample/opengl_fragment.glsl +share/minetest/client/shaders/bloom_downsample/opengl_vertex.glsl +share/minetest/client/shaders/bloom_upsample/ +share/minetest/client/shaders/bloom_upsample/opengl_fragment.glsl +share/minetest/client/shaders/bloom_upsample/opengl_vertex.glsl +share/minetest/client/shaders/blur_h/ +share/minetest/client/shaders/blur_h/opengl_fragment.glsl +share/minetest/client/shaders/blur_h/opengl_vertex.glsl +share/minetest/client/shaders/blur_v/ +share/minetest/client/shaders/blur_v/opengl_fragment.glsl +share/minetest/client/shaders/blur_v/opengl_vertex.glsl share/minetest/client/shaders/default_shader/ share/minetest/client/shaders/default_shader/opengl_fragment.glsl share/minetest/client/shaders/default_shader/opengl_vertex.glsl +share/minetest/client/shaders/extract_bloom/ +share/minetest/client/shaders/extract_bloom/opengl_fragment.glsl +share/minetest/client/shaders/extract_bloom/opengl_vertex.glsl +share/minetest/client/shaders/fxaa/ +share/minetest/client/shaders/fxaa/opengl_fragment.glsl +share/minetest/client/shaders/fxaa/opengl_vertex.glsl share/minetest/client/shaders/minimap_shader/ share/minetest/client/shaders/minimap_shader/opengl_fragment.glsl share/minetest/client/shaders/minimap_shader/opengl_vertex.glsl @@ -185,6 +228,9 @@ share/minetest/client/shaders/nodes_shader/opengl_vertex.glsl share/minetest/client/shaders/object_shader/ share/minetest/client/shaders/object_shader/opengl_fragment.glsl share/minetest/client/shaders/object_shader/opengl_vertex.glsl +share/minetest/client/shaders/second_stage/ +share/minetest/client/shaders/second_stage/opengl_fragment.glsl +share/minetest/client/shaders/second_stage/opengl_vertex.glsl share/minetest/client/shaders/selection_shader/ share/minetest/client/shaders/selection_shader/opengl_fragment.glsl share/minetest/client/shaders/selection_shader/opengl_vertex.glsl @@ -198,6 +244,9 @@ share/minetest/client/shaders/shadow_shaders/pass2_vertex.glsl share/minetest/client/shaders/stars_shader/ share/minetest/client/shaders/stars_shader/opengl_fragment.glsl share/minetest/client/shaders/stars_shader/opengl_vertex.glsl +share/minetest/client/shaders/update_exposure/ +share/minetest/client/shaders/update_exposure/opengl_fragment.glsl +share/minetest/client/shaders/update_exposure/opengl_vertex.glsl share/minetest/fonts/ share/minetest/fonts/Arimo-Bold.ttf share/minetest/fonts/Arimo-BoldItalic.ttf @@ -298,6 +347,9 @@ 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/benchmarks/ +share/minetest/games/devtest/mods/benchmarks/init.lua +share/minetest/games/devtest/mods/benchmarks/mod.conf share/minetest/games/devtest/mods/broken/ share/minetest/games/devtest/mods/broken/init.lua share/minetest/games/devtest/mods/broken/mod.conf @@ -308,15 +360,31 @@ share/minetest/games/devtest/mods/bucket/textures/ 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/callbacks/ +share/minetest/games/devtest/mods/callbacks/entities.lua +share/minetest/games/devtest/mods/callbacks/init.lua +share/minetest/games/devtest/mods/callbacks/items.lua +share/minetest/games/devtest/mods/callbacks/mod.conf +share/minetest/games/devtest/mods/callbacks/nodes.lua +share/minetest/games/devtest/mods/callbacks/textures/ +share/minetest/games/devtest/mods/callbacks/textures/callbacks_callback_entity.png +share/minetest/games/devtest/mods/callbacks/textures/callbacks_callback_entity_step.png +share/minetest/games/devtest/mods/callbacks/textures/callbacks_callback_item_1.png +share/minetest/games/devtest/mods/callbacks/textures/callbacks_callback_item_2.png +share/minetest/games/devtest/mods/callbacks/textures/callbacks_callback_node.png share/minetest/games/devtest/mods/chest/ +share/minetest/games/devtest/mods/chest/chest.lua +share/minetest/games/devtest/mods/chest/detached.lua share/minetest/games/devtest/mods/chest/init.lua share/minetest/games/devtest/mods/chest/mod.conf share/minetest/games/devtest/mods/chest/textures/ share/minetest/games/devtest/mods/chest/textures/chest_chest.png +share/minetest/games/devtest/mods/chest/textures/chest_detached_chest.png share/minetest/games/devtest/mods/chest_of_everything/ 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/ +share/minetest/games/devtest/mods/chest_of_everything/textures/chest_of_everything_bag.png share/minetest/games/devtest/mods/chest_of_everything/textures/chest_of_everything_chest.png share/minetest/games/devtest/mods/dignodes/ share/minetest/games/devtest/mods/dignodes/init.lua @@ -330,23 +398,18 @@ 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/ -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/ -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/ 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/ share/minetest/games/devtest/mods/initial_message/init.lua share/minetest/games/devtest/mods/initial_message/mod.conf +share/minetest/games/devtest/mods/lighting/ +share/minetest/games/devtest/mods/lighting/init.lua +share/minetest/games/devtest/mods/lighting/mod.conf +share/minetest/games/devtest/mods/log/ +share/minetest/games/devtest/mods/log/init.lua +share/minetest/games/devtest/mods/log/mod.conf share/minetest/games/devtest/mods/mapgen/ share/minetest/games/devtest/mods/mapgen/init.lua share/minetest/games/devtest/mods/mapgen/mod.conf @@ -354,12 +417,21 @@ share/minetest/games/devtest/mods/modchannels/ share/minetest/games/devtest/mods/modchannels/init.lua share/minetest/games/devtest/mods/modchannels/mod.conf share/minetest/games/devtest/mods/soundstuff/ +share/minetest/games/devtest/mods/soundstuff/bigfoot.lua share/minetest/games/devtest/mods/soundstuff/init.lua +share/minetest/games/devtest/mods/soundstuff/jukebox.lua share/minetest/games/devtest/mods/soundstuff/mod.conf +share/minetest/games/devtest/mods/soundstuff/racecar.lua +share/minetest/games/devtest/mods/soundstuff/sound_event_items.lua share/minetest/games/devtest/mods/soundstuff/sounds/ +share/minetest/games/devtest/mods/soundstuff/sounds/gitignored_sounds/ +share/minetest/games/devtest/mods/soundstuff/sounds/gitignored_sounds/custom_sounds_here.txt share/minetest/games/devtest/mods/soundstuff/sounds/soundstuff_mono.ogg +share/minetest/games/devtest/mods/soundstuff/sounds/soundstuff_sinus.ogg share/minetest/games/devtest/mods/soundstuff/textures/ +share/minetest/games/devtest/mods/soundstuff/textures/soundstuff_bigfoot.png share/minetest/games/devtest/mods/soundstuff/textures/soundstuff_eat.png +share/minetest/games/devtest/mods/soundstuff/textures/soundstuff_jukebox.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 @@ -369,18 +441,17 @@ share/minetest/games/devtest/mods/soundstuff/textures/soundstuff_node_footstep.p 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/soundstuff/textures/soundstuff_racecar.png share/minetest/games/devtest/mods/stairs/ share/minetest/games/devtest/mods/stairs/init.lua share/minetest/games/devtest/mods/stairs/mod.conf share/minetest/games/devtest/mods/testentities/ 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/selectionbox.lua share/minetest/games/devtest/mods/testentities/textures/ 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 @@ -421,8 +492,10 @@ share/minetest/games/devtest/mods/testformspec/textures/testformspec_animation.j 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_focused.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_focused.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 @@ -431,17 +504,24 @@ 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/testfullscreenfs/ +share/minetest/games/devtest/mods/testfullscreenfs/init.lua +share/minetest/games/devtest/mods/testfullscreenfs/mod.conf share/minetest/games/devtest/mods/testhud/ share/minetest/games/devtest/mods/testhud/init.lua share/minetest/games/devtest/mods/testhud/mod.conf +share/minetest/games/devtest/mods/testhud/textures/ +share/minetest/games/devtest/mods/testhud/textures/testhud_waypoint.png share/minetest/games/devtest/mods/testitems/ share/minetest/games/devtest/mods/testitems/init.lua share/minetest/games/devtest/mods/testitems/mod.conf share/minetest/games/devtest/mods/testitems/textures/ share/minetest/games/devtest/mods/testitems/textures/testitems_overlay_base.png share/minetest/games/devtest/mods/testitems/textures/testitems_overlay_overlay.png +share/minetest/games/devtest/mods/testitems/textures/testitems_overridden.png share/minetest/games/devtest/mods/testnodes/ share/minetest/games/devtest/mods/testnodes/README.md +share/minetest/games/devtest/mods/testnodes/commands.lua share/minetest/games/devtest/mods/testnodes/drawtypes.lua share/minetest/games/devtest/mods/testnodes/init.lua share/minetest/games/devtest/mods/testnodes/light.lua @@ -449,35 +529,50 @@ 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/ +share/minetest/games/devtest/mods/testnodes/models/testnodes_marble_glass.obj +share/minetest/games/devtest/mods/testnodes/models/testnodes_marble_metal.obj 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/overlays.lua share/minetest/games/devtest/mods/testnodes/param2.lua +share/minetest/games/devtest/mods/testnodes/performance_test_nodes.lua share/minetest/games/devtest/mods/testnodes/properties.lua share/minetest/games/devtest/mods/testnodes/textures/ 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_1f.png +share/minetest/games/devtest/mods/testnodes/textures/testnodes_1fg.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_2f.png +share/minetest/games/devtest/mods/testnodes/textures/testnodes_2fg.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_3f.png +share/minetest/games/devtest/mods/testnodes/textures/testnodes_3fg.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_4f.png +share/minetest/games/devtest/mods/testnodes/textures/testnodes_4fg.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_5f.png +share/minetest/games/devtest/mods/testnodes/textures/testnodes_5fg.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_6f.png +share/minetest/games/devtest/mods/testnodes/textures/testnodes_6fg.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 @@ -489,17 +584,29 @@ 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_attached4_bottom.png +share/minetest/games/devtest/mods/testnodes/textures/testnodes_attached4_side.png +share/minetest/games/devtest/mods/testnodes/textures/testnodes_attached4_top.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_attachedf_bottom.png +share/minetest/games/devtest/mods/testnodes/textures/testnodes_attachedf_side.png +share/minetest/games/devtest/mods/testnodes/textures/testnodes_attachedf_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_noclimb_side.png +share/minetest/games/devtest/mods/testnodes/textures/testnodes_climbable_noclimb_top.png +share/minetest/games/devtest/mods/testnodes/textures/testnodes_climbable_nodescend_side.png +share/minetest/games/devtest/mods/testnodes/textures/testnodes_climbable_nodescend_top.png share/minetest/games/devtest/mods/testnodes/textures/testnodes_climbable_nojump_side.png +share/minetest/games/devtest/mods/testnodes/textures/testnodes_climbable_nojump_top.png share/minetest/games/devtest/mods/testnodes/textures/testnodes_climbable_resistance_side.png share/minetest/games/devtest/mods/testnodes/textures/testnodes_climbable_side.png +share/minetest/games/devtest/mods/testnodes/textures/testnodes_climbable_top.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 @@ -553,13 +660,28 @@ share/minetest/games/devtest/mods/testnodes/textures/testnodes_liquidsource_r5.p 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_marble_glass.png +share/minetest/games/devtest/mods/testnodes/textures/testnodes_marble_metal.png +share/minetest/games/devtest/mods/testnodes/textures/testnodes_marble_metal_overlay.png share/minetest/games/devtest/mods/testnodes/textures/testnodes_mesh_stripes.png +share/minetest/games/devtest/mods/testnodes/textures/testnodes_mesh_stripes10.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_mesh_stripes5.png +share/minetest/games/devtest/mods/testnodes/textures/testnodes_mesh_stripes6.png +share/minetest/games/devtest/mods/testnodes/textures/testnodes_mesh_stripes7.png +share/minetest/games/devtest/mods/testnodes/textures/testnodes_mesh_stripes8.png +share/minetest/games/devtest/mods/testnodes/textures/testnodes_mesh_stripes9.png share/minetest/games/devtest/mods/testnodes/textures/testnodes_move_resistance.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_node_falling_1.png +share/minetest/games/devtest/mods/testnodes/textures/testnodes_node_falling_2.png +share/minetest/games/devtest/mods/testnodes/textures/testnodes_node_falling_3.png +share/minetest/games/devtest/mods/testnodes/textures/testnodes_node_falling_4.png +share/minetest/games/devtest/mods/testnodes/textures/testnodes_node_falling_5.png +share/minetest/games/devtest/mods/testnodes/textures/testnodes_node_falling_6.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 @@ -572,8 +694,10 @@ 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_overlay.png share/minetest/games/devtest/mods/testnodes/textures/testnodes_overlayable.png +share/minetest/games/devtest/mods/testnodes/textures/testnodes_palette_4dir.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_metal.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 @@ -593,6 +717,8 @@ share/minetest/games/devtest/mods/testnodes/textures/testnodes_plantlike_rooted_ share/minetest/games/devtest/mods/testnodes/textures/testnodes_plantlike_rooted_waving.png share/minetest/games/devtest/mods/testnodes/textures/testnodes_plantlike_wallmounted.png share/minetest/games/devtest/mods/testnodes/textures/testnodes_plantlike_waving.png +share/minetest/games/devtest/mods/testnodes/textures/testnodes_post_effect_color_shaded_false.png +share/minetest/games/devtest/mods/testnodes/textures/testnodes_post_effect_color_shaded_true.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 @@ -635,7 +761,10 @@ share/minetest/games/devtest/mods/testtools/README.md share/minetest/games/devtest/mods/testtools/init.lua share/minetest/games/devtest/mods/testtools/light.lua share/minetest/games/devtest/mods/testtools/mod.conf +share/minetest/games/devtest/mods/testtools/particles.lua +share/minetest/games/devtest/mods/testtools/privatizer.lua share/minetest/games/devtest/mods/testtools/textures/ +share/minetest/games/devtest/mods/testtools/textures/testtools_branding_iron.png share/minetest/games/devtest/mods/testtools/textures/testtools_children_getter.png share/minetest/games/devtest/mods/testtools/textures/testtools_entity_rotator.png share/minetest/games/devtest/mods/testtools/textures/testtools_entity_scaler.png @@ -649,25 +778,35 @@ share/minetest/games/devtest/mods/testtools/textures/testtools_object_attacher.p 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_particle_sheet.png +share/minetest/games/devtest/mods/testtools/textures/testtools_particle_spawner.png +share/minetest/games/devtest/mods/testtools/textures/testtools_particle_vertical.png +share/minetest/games/devtest/mods/testtools/textures/testtools_privatizer.png share/minetest/games/devtest/mods/testtools/textures/testtools_remover.png share/minetest/games/devtest/mods/tiled/ share/minetest/games/devtest/mods/tiled/init.lua share/minetest/games/devtest/mods/tiled/mod.conf share/minetest/games/devtest/mods/tiled/textures/ share/minetest/games/devtest/mods/tiled/textures/tiled_tiled.png +share/minetest/games/devtest/mods/tiled/textures/tiled_tiled_node.png share/minetest/games/devtest/mods/unittests/ share/minetest/games/devtest/mods/unittests/async_env.lua +share/minetest/games/devtest/mods/unittests/content_ids.lua share/minetest/games/devtest/mods/unittests/crafting.lua share/minetest/games/devtest/mods/unittests/crafting_prepare.lua share/minetest/games/devtest/mods/unittests/entity.lua +share/minetest/games/devtest/mods/unittests/get_version.lua share/minetest/games/devtest/mods/unittests/init.lua share/minetest/games/devtest/mods/unittests/inside_async_env.lua share/minetest/games/devtest/mods/unittests/itemdescription.lua +share/minetest/games/devtest/mods/unittests/itemstack_equals.lua +share/minetest/games/devtest/mods/unittests/metadata.lua share/minetest/games/devtest/mods/unittests/misc.lua share/minetest/games/devtest/mods/unittests/mod.conf share/minetest/games/devtest/mods/unittests/player.lua share/minetest/games/devtest/mods/unittests/textures/ share/minetest/games/devtest/mods/unittests/textures/default_dirt.png +share/minetest/games/devtest/mods/unittests/textures/unittests_callback.png share/minetest/games/devtest/mods/unittests/textures/unittests_coal_lump.png share/minetest/games/devtest/mods/unittests/textures/unittests_description_test.png share/minetest/games/devtest/mods/unittests/textures/unittests_iron_lump.png @@ -1736,8 +1875,10 @@ share/minetest/games/minetest_game/mods/mtg_craftguide/locale/mtg_craftguide.de. share/minetest/games/minetest_game/mods/mtg_craftguide/locale/mtg_craftguide.eo.tr share/minetest/games/minetest_game/mods/mtg_craftguide/locale/mtg_craftguide.es.tr share/minetest/games/minetest_game/mods/mtg_craftguide/locale/mtg_craftguide.fr.tr +share/minetest/games/minetest_game/mods/mtg_craftguide/locale/mtg_craftguide.id.tr share/minetest/games/minetest_game/mods/mtg_craftguide/locale/mtg_craftguide.ja.tr share/minetest/games/minetest_game/mods/mtg_craftguide/locale/mtg_craftguide.jbo.tr +share/minetest/games/minetest_game/mods/mtg_craftguide/locale/mtg_craftguide.ms.tr share/minetest/games/minetest_game/mods/mtg_craftguide/locale/mtg_craftguide.pl.tr share/minetest/games/minetest_game/mods/mtg_craftguide/locale/mtg_craftguide.pt_BR.tr share/minetest/games/minetest_game/mods/mtg_craftguide/locale/mtg_craftguide.ru.tr @@ -2083,12 +2224,12 @@ share/minetest/textures/base/pack/cdb_clear.png share/minetest/textures/base/pack/cdb_downloading.png share/minetest/textures/base/pack/cdb_queued.png share/minetest/textures/base/pack/cdb_update.png +share/minetest/textures/base/pack/cdb_update_cropped.png share/minetest/textures/base/pack/cdb_viewonline.png share/minetest/textures/base/pack/chat_btn.png share/minetest/textures/base/pack/chat_hide_btn.png share/minetest/textures/base/pack/chat_show_btn.png share/minetest/textures/base/pack/checkbox_16.png -share/minetest/textures/base/pack/checkbox_16_white.png share/minetest/textures/base/pack/checkbox_32.png share/minetest/textures/base/pack/checkbox_64.png share/minetest/textures/base/pack/clear.png @@ -2100,6 +2241,7 @@ share/minetest/textures/base/pack/end_icon.png share/minetest/textures/base/pack/error_icon_orange.png share/minetest/textures/base/pack/error_icon_red.png share/minetest/textures/base/pack/error_screenshot.png +share/minetest/textures/base/pack/exit_btn.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 @@ -2149,6 +2291,9 @@ share/minetest/textures/base/pack/server_ping_2.png share/minetest/textures/base/pack/server_ping_3.png share/minetest/textures/base/pack/server_ping_4.png share/minetest/textures/base/pack/server_public.png +share/minetest/textures/base/pack/settings_btn.png +share/minetest/textures/base/pack/settings_info.png +share/minetest/textures/base/pack/settings_reset.png share/minetest/textures/base/pack/smoke_puff.png share/minetest/textures/base/pack/start_icon.png share/minetest/textures/base/pack/sunrisebg.png