Path to this page:
NOTICE: This package has been removed from pkgsrc./
games/minetest,
Infinite-world block sandbox with survival and crafting
Branch: CURRENT,
Version: 5.9.1nb3,
Package name: minetest-5.9.1nb3,
Maintainer: pkgsrc-usersMinetest is an infinite-world block sandbox game engine with support
for survival and crafting.
Required to run:[
www/curl] [
graphics/MesaLib] [
graphics/hicolor-icon-theme] [
graphics/freetype2] [
graphics/png] [
graphics/jpeg] [
graphics/glu] [
audio/libvorbis] [
devel/gmp] [
devel/ncursesw] [
lang/gcc49-libs] [
audio/openal-soft] [
graphics/irrlicht]
Required to build:[
pkgtools/x11-links] [
x11/xcb-proto] [
x11/fixesproto4] [
lang/gcc49] [
pkgtools/cwrappers] [
x11/xorgproto]
Master sites:
Filesize: 11676.847 KB
Version history: (Expand)
- (2024-11-17) Package deleted from pkgsrc
- (2024-11-15) Updated to version: minetest-5.9.1nb3
- (2024-11-01) Updated to version: minetest-5.9.1nb2
- (2024-11-01) Updated to version: minetest-5.9.1nb1
- (2024-09-16) Updated to version: minetest-5.9.1
- (2024-08-12) Updated to version: minetest-5.9.0
CVS history: (Expand)
2024-05-29 18:35:19 by Adam Ciarcinski | Files touched by this commit (1929) | |
Log message:
revbump after icu and protobuf updates
|
2024-05-16 08:15:47 by Thomas Klausner | Files touched by this commit (692) |
Log message:
*: recursive bump for gnutls p11-kit option
(existing installations need the bl3.mk included, but it's now only
optionally included)
|
2024-05-06 10:40:34 by Jonathan Perkin | Files touched by this commit (113) |
Log message:
*: Revision bumps for ncurses 6.5 overhaul.
|
2024-01-02 15:18:08 by Greg Troxel | Files touched by this commit (5) | |
Log message:
games/minetest: update minetest to 5.8.0
Update prepared in wip by Kevin Bloom
Added buildlink3 for textproc/jsoncpp to avoid used of vendored copy.
Also prevents build error when building on a system that has jsoncpp
installed.
Deprecations and compatibility notes
- Minetest Game is no longer the default game and will no longer be
shipped by Minetest. If you want it back, install it by using the
"Content" tab
- C++17 support is now required
Client / Audiovisuals
- Redesign main menu and unify settings interface
- better main menu prompt to install a game when none is installed
- various main menu fixes
- Load package list asynchronously
- Option to invert direction or disable mouse wheel for hotbar item
selection
- Inventory mouse shortcut improvements
- Holding down Sneak+click while moving the mouse over item slots now
continously moves items to other inventory (if available)
- Press Sneak+click on the crafting output slot to craft and move
result to inventory
- While crafting:
- Left mouse button: Craft as many as possible
- Mouse wheel: Craft 10 times
- Right mouse button: Craft once
- Drag an item stack on the crafting grid to split stacks evenly
- Hold down Left mouse button while holding an item stack and move
the cursor over the slots to pick up items of the same type
- Implement check_offset for decorations
- Touchscreen input improvements
- Rendering-related performance improvements and fixes
- Add antialiasing filters
- Reverse eye-offset Z-coordinate in 3rd person front view
- DPI-aware crosshair
- Prevent early respawns caused by up/down button in the death screen
- Sounds and animations are now paused in pause menu in singleplayer
- X11: Add primary selection (copy & paste via select & middleclick)
support
World / Server / Environment
- Major speedup for crafting shapeless craft recipes
- Fix crash on handling wallmounted nodes with invalid param2
Fix biomes not repecting their Y limits
- Especially thin biomes will now be generated as intended.
- Saner (HTTP) timeout limits and log messages
Script API / Modding
- Add ability to override item images using ItemMetaData
- Add node pos to node damage HP change reason
- Add vector.in_area() utility function
- Add focused styling to buttons
- Add min/max protocol version to minetest.get_version()
- Add additional texture modifiers
- Add node group disable_descend to disable actively descending down
climbable nodes and nodes with liquid move physics
- Add VoxelArea::intersect()
- Allow nodes to have their post_effect_color affected by lighting
- Fix potential freeze in core.check_for_falling
- Send everlasting particle spawners to all players
- Allow place_param2 = 0 node placement predictions
- New player physics overrides for climb speed, sneak speed,
acceleration, liquid fluidity and liquid sink speed
- Allow to set custom third person front view camera offset
- Add script to update/generate mod translations:
util/mod_translation_updater.py
- Add start_time to sound parameter tables
Misc / Maintenance
- Entity/Object fixes and unittests
- Lua environment cleanups and improvements
- Various documentation improvements
- Inventory code fixes
- Many various code fixes
- Opt-out option for Doxygen generation on build
- Sound code cleanups and improvements
- Long sounds in sound packs, or sent via dynamic media, no longer
cause client freezes on load
- Positional sounds can be faded now
- Documentation
- Other improvements listed elsewhere
- Faster client load times (#12764 and irr#233)
|
2023-11-12 14:24:43 by Thomas Klausner | Files touched by this commit (2570) |
Log message:
*: revebump for new brotli option for freetype2
Addresses PR 57693
|
2023-11-08 14:21:43 by Thomas Klausner | Files touched by this commit (2377) |
Log message:
*: recursive bump for icu 74.1
|
2023-10-25 00:11:51 by Thomas Klausner | Files touched by this commit (2298) |
Log message:
*: bump for openssl 3
|
2023-08-28 09:01:29 by Nia Alarie | Files touched by this commit (2) |
Log message:
minetest: Fix build on NetBSD 9.
|