This repository was archived by the owner on Jul 4, 2021. It is now read-only.
Releases: neoascetic/minetest
Releases · neoascetic/minetest
2020-11-19
Increase limit for simultaneous blocks sent per client and the meshge…
2020-11-18
Increase limit for simultaneous blocks sent per client and the meshge…
2020-11-17
Increase limit for simultaneous blocks sent per client and the meshge…
2020-11-15
serverpackethandler: Minor log message fixes closes #10434
2020-11-14
serverpackethandler: Minor log message fixes closes #10434
2020-11-13
serverpackethandler: Minor log message fixes closes #10434
2020-11-12
Do not set a default for description in itemdef table (#10559) * Do not set a default for description in itemdef table * improve documentation
2020-11-10
Joystick: Remap joystick-specific KeyTypes to generic ones According to the following table: * MOUSE_L -> DIG * MOUSE_R -> PLACE * SCROLL_UP -> HOTBAR_NEXT * SCROLL_DOWN -> HOTBAR_PREV This commit entirely removes the special KeyTypes used for joysticks. Support for the MOUSE KeyTypes had already been removed in the main game code without adapting the joystick code, breaking joystick input. This commit restores joystick functionality.
2020-11-09
ContentCAO: Fix segfault when minimap is disabled
2020-11-08
Revert #10495 and simplify.