Skip to content
This repository was archived by the owner on Jul 4, 2021. It is now read-only.
/ minetest Public archive
forked from luanti-org/luanti

Releases: neoascetic/minetest

2020-11-19

19 Nov 00:29

Choose a tag to compare

Increase limit for simultaneous blocks sent per client and the meshge…

2020-11-18

18 Nov 00:27

Choose a tag to compare

Increase limit for simultaneous blocks sent per client and the meshge…

2020-11-17

17 Nov 00:21

Choose a tag to compare

Increase limit for simultaneous blocks sent per client and the meshge…

2020-11-15

15 Nov 00:19

Choose a tag to compare

serverpackethandler: Minor log message fixes

closes #10434

2020-11-14

14 Nov 00:20

Choose a tag to compare

serverpackethandler: Minor log message fixes

closes #10434

2020-11-13

13 Nov 00:20

Choose a tag to compare

serverpackethandler: Minor log message fixes

closes #10434

2020-11-12

12 Nov 00:21
be3fe16

Choose a tag to compare

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

10 Nov 00:19

Choose a tag to compare

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

09 Nov 00:18

Choose a tag to compare

ContentCAO: Fix segfault when minimap is disabled

2020-11-08

08 Nov 00:17

Choose a tag to compare

Revert #10495 and simplify.