pkgsrc-Changes archive

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

CVS commit: pkgsrc/games/luanti



Module Name:    pkgsrc
Committed By:   ktnb
Date:           Mon May 11 13:55:42 UTC 2026

Modified Files:
        pkgsrc/games/luanti: Makefile PLIST distinfo

Log Message:
luanti: update to 5.16.1

5.16.1:
Fixed bug introduced in 5.16.0 with water rendering

5.16.0:

Deprecations and compatibility notes
- Writing to mod directories is now disallowed
Client / Audiovisuals
- Texture pack override.txt now supports overriding overlay tiles
- Restore inventory cube (item mesh) shading
-  Fixed incorrect animation state when placing nodes quickly
- Fixed a graphical issue where the fog incorrectly changed the
  color of semi-transparent particles
- Support more mouse buttons (beyond X2)
- Add keybinds for camera movement
- Formspec: Bug fixes related to inventory list interactions
- Formspec: Focus behavior improvements
- Show status text for screenshots in the main menu
- Text fields now Ctrl+Del/Backspace text manipulation shortcuts
- Improved nametag_scale_z scaling code
- Fix formspec-related crash/issue discovered on MacOS
- Fix incorrect rendering of visually nested node boxes with use_texture_alpha = "blend"
- Optimization in rotation manipulation functions
- Optimization: Hardware skinning support for animated meshes
- Formspec: Make scrollbars scroll while holding down arrow buttons
- Add setting to disable damage flash
- Main menu: Add server list sort filter
- Improved GPU feature detection for the shadow shader
- Add support for JPEG mod screenshots
- Add curl_proxy setting (j-r)

World / Server / Environment
- Network improvements and fixes
- Re-show death screen when a formspec is closed while player is dead
- Add gameid aliases
- This makes name changes of games possible.
- Add support for LUANTI_GAME_PATH and LUANTI_WORLD_PATH
- Improved mapblock loading priorities

Script API / Modding
- New object property step_up_mode to control the stair walking behavior
- New functions to retrieve mapblocks: core.get_[active|loaded|loadable]_blocks
- Option to disable wielded item animation in ObjectRef:set_wielded_item
- Client Mods: Fixed incomplete string metatable
- Many Lua API documentation improvements
- ObjectRef:set_camer
- Add per-player shadow direction override via ObjectRef:set_lighting
- New vector2 API to manipulate 2D vectors
- HUD: support float values for text size property
- Improved core.write_json output size
- New sky parameter auto_dim_skybox to disable skybox dimming e.g. in caves
- core.write_json now distinguishes between integers and floats
- SSCSM (Server Sent Client Side Modding) skeleton code
- New math.isfinite() function
- Extend core.get_modnames to return the mod load order

Misc / Maintenance
- Several bugfixes, including memory leak fixes
- Code maintenance, improvements, cleanups
- Build system maintenance
- Improved hints for translators


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/games/luanti/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/games/luanti/PLIST
cvs rdiff -u -r1.7 -r1.8 pkgsrc/games/luanti/distinfo

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

Modified files:

Index: pkgsrc/games/luanti/Makefile
diff -u pkgsrc/games/luanti/Makefile:1.17 pkgsrc/games/luanti/Makefile:1.18
--- pkgsrc/games/luanti/Makefile:1.17   Wed Apr 15 01:48:45 2026
+++ pkgsrc/games/luanti/Makefile        Mon May 11 13:55:42 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.17 2026/04/15 01:48:45 ktnb Exp $
+# $NetBSD: Makefile,v 1.18 2026/05/11 13:55:42 ktnb Exp $
 
-DISTNAME=      luanti-5.15.2
+DISTNAME=      luanti-5.16.1
 CATEGORIES=    games
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=luanti-org/}
 GITHUB_TAG=    ${PKGVERSION_NOREV}

Index: pkgsrc/games/luanti/PLIST
diff -u pkgsrc/games/luanti/PLIST:1.6 pkgsrc/games/luanti/PLIST:1.7
--- pkgsrc/games/luanti/PLIST:1.6       Tue Feb 10 02:06:36 2026
+++ pkgsrc/games/luanti/PLIST   Mon May 11 13:55:42 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2026/02/10 02:06:36 ktnb Exp $
+@comment $NetBSD: PLIST,v 1.7 2026/05/11 13:55:42 ktnb Exp $
 bin/luanti
 bin/luantiserver
 bin/minetest
@@ -47,11 +47,13 @@ share/locale/it/LC_MESSAGES/luanti.mo
 share/locale/ja/LC_MESSAGES/luanti.mo
 share/locale/jbo/LC_MESSAGES/luanti.mo
 share/locale/jv/LC_MESSAGES/luanti.mo
+share/locale/ka/LC_MESSAGES/luanti.mo
 share/locale/kab/LC_MESSAGES/luanti.mo
 share/locale/kk/LC_MESSAGES/luanti.mo
 share/locale/kmr/LC_MESSAGES/luanti.mo
 share/locale/ko/LC_MESSAGES/luanti.mo
 share/locale/kv/LC_MESSAGES/luanti.mo
+share/locale/kw/LC_MESSAGES/luanti.mo
 share/locale/ky/LC_MESSAGES/luanti.mo
 share/locale/lt/LC_MESSAGES/luanti.mo
 share/locale/lv/LC_MESSAGES/luanti.mo
@@ -115,8 +117,10 @@ share/luanti/builtin/common/tests/after_
 share/luanti/builtin/common/tests/math_spec.lua
 share/luanti/builtin/common/tests/misc_helpers_spec.lua
 share/luanti/builtin/common/tests/serialize_spec.lua
+share/luanti/builtin/common/tests/vector2_spec.lua
 share/luanti/builtin/common/tests/vector_spec.lua
 share/luanti/builtin/common/vector.lua
+share/luanti/builtin/common/vector2.lua
 share/luanti/builtin/emerge/env.lua
 share/luanti/builtin/emerge/init.lua
 share/luanti/builtin/emerge/register.lua
@@ -243,6 +247,9 @@ share/luanti/builtin/profiler/instrument
 share/luanti/builtin/profiler/reporter.lua
 share/luanti/builtin/profiler/sampling.lua
 share/luanti/builtin/settingtypes.txt
+share/luanti/builtin/sscsm_client/init.lua
+share/luanti/builtin/sscsm_client/register.lua
+share/luanti/builtin/sscsm_server/init.lua
 share/luanti/client/shaders/3d_interlaced_merge/opengl_fragment.glsl
 share/luanti/client/shaders/3d_interlaced_merge/opengl_vertex.glsl
 share/luanti/client/shaders/Irrlicht/OneTextureBlend.fsh

Index: pkgsrc/games/luanti/distinfo
diff -u pkgsrc/games/luanti/distinfo:1.7 pkgsrc/games/luanti/distinfo:1.8
--- pkgsrc/games/luanti/distinfo:1.7    Wed Apr 15 01:48:45 2026
+++ pkgsrc/games/luanti/distinfo        Mon May 11 13:55:42 2026
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.7 2026/04/15 01:48:45 ktnb Exp $
+$NetBSD: distinfo,v 1.8 2026/05/11 13:55:42 ktnb Exp $
 
-BLAKE2s (luanti-5.15.2.tar.gz) = ecafa2553712f31f86d99474694ac49c018e57ec19e1ee3067e7121b0c1bf1b5
-SHA512 (luanti-5.15.2.tar.gz) = c18305dd76490cd1fffc5c30896e861dde8fee6a5319905a287a1641c9fd65e02c25c5559abc4b3c74ef8399d358de992a67740eebd0692d5f598e3558578bff
-Size (luanti-5.15.2.tar.gz) = 12332073 bytes
+BLAKE2s (luanti-5.16.1.tar.gz) = 482fe5bf3c5e689ad64865fa4d3724d3fd592b94e74130a389117476b04cba23
+SHA512 (luanti-5.16.1.tar.gz) = e0fa83ec5d893a3da702b1ea82ad434ac030a6af3d987149b22e7f11c9c8ea4d70fe02120c8ab2341203294f8b55d8adaf912c206187e9978893d92c15e376e7
+Size (luanti-5.16.1.tar.gz) = 12566638 bytes
 SHA1 (patch-irr_src_os.cpp) = fe5cf12adf6b4574e97e8cfee46a07401b87ab90
 SHA1 (patch-src_client_game.cpp) = 1348a2bbcab6859629d0a8b1fad93246b71fb01a
 SHA1 (patch-src_util_string.cpp) = c736bb886ec087ac2fcaf36da4d78dbe0d45e616



Home | Main Index | Thread Index | Old Index