./games/luanti, Open source voxel game-creation platform

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 5.11.0, Package name: luanti-5.11.0, Maintainer: ktnb

Luanti is a free open-source voxel game engine with easy modding and
game creation.


Master sites:

Filesize: 12061.325 KB

Version history: (Expand)


CVS history: (Expand)


   2025-02-16 20:59:08 by Kevin Bloom | Files touched by this commit (1)
Log message:
luanti: fixed old Github project name
   2025-02-15 21:43:03 by Kevin Bloom | Files touched by this commit (3) | Package updated
Log message:
luanti: update to 5.11.0

- require opengl 2.0
- BMP image support dropped
- can open settings menu in-game
- default font overrides for mods
- chat now has scroll bar
- many rendering bugs fixed
- many other bug fixes
   2025-01-24 15:56:56 by Taylor R Campbell | Files touched by this commit (1)
Log message:
games/luanti: Needs libXi.

Resolves:

[ 11%] Building CXX object irr/src/CMakeFiles/IRROTHEROBJ.dir/CIrrDeviceLinux.cpp.o
In file included from \ 
/tmp/pkgbuild/2024Q4/games/luanti/work/minetest-5.10.0/irr/src/CIrrDeviceLinux.c \ 
pp:5:0:
/tmp/pkgbuild/2024Q4/games/luanti/work/minetest-5.10.0/irr/src/CIrrDeviceLinux.h:22:10: \ 
fatal error: X11/extensions/XInput2.h: No such file or directory
 #include <X11/extensions/XInput2.h>
          ^~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
*** [irr/src/CMakeFiles/IRROTHEROBJ.dir/CIrrDeviceLinux.cpp.o] Error code 1
   2024-11-16 02:57:07 by Kevin Bloom | Files touched by this commit (14) | Package updated
Log message:
luanti: update to 5.10.0

Packaging changes:
- games/minetest -> games/luanti
- made myself (ktnb) maintainer

Upstream changes:
- name change
- many updates to the client and scripting parts

https://dev.minetest.net/Changelog#5.9.1_.E2.86.92_5.10.0