-
### Problem
When games don't have enough RAM, Minetest crashes with OOM.
![1i4z5zyi7fya1](https://github.com/minetest/minetest/assets/566306/0350680c-aade-4996-836c-19ca6c1d5b32)
### Solutions
T…
-
### Minetest version
```true
Minetest 5.8.0 (Windows)
Using Irrlicht 1.9.0mt13
Using LuaJIT 2.1.0-beta3
BUILD_TYPE=Release
RUN_IN_PLACE=1
USE_CURL=1
USE_GETTEXT=1
USE_SOUND=1
STATIC_SHARED…
-
## Problem
Add virtual controls for easier operation
## Solutions
Custom Controls https://www.youtube.com/watch?v=pNUYuymoiuA
![image](https://user-images.githubusercontent.com/42504385/21932528…
-
When in Nether, the game regularly crashes with `39495 bus error`. It hasn't happened at all until I started going to Nether.
This is a typical scenario:
```
2017-12-15 17:05:01: ACTION[Server]: …
-
- Latest version of VoxeLibre + i3 as of this writing.
- Clicking the "awards" tab of inventory crashes the server with some lua error about trying to access "awards".
It's easy to reproduce: Just…
-
### Problem
ABM scheduling right now is a "worst of both worlds" situation:
- With a 20% (default) time budget in place, ABMs are prevented from accessing 80% of CPU time, even if that time is not…
-
Observed behaviour: Nodes digged with minetest.dig_node(pos) are properly digged - and then their drops are dropped as items.
NPCs and/or nodebreakers do need quite a lot of code to handle proper n…
-
## Problem
Games should be able to rebrand without side-effects like users not getting updates, or forcing them to manually updates files world.mt to the new gameid.
For instance, sharing links …
-
## Problem
`minetest.get_mapgen_object()` allows to get mapgen objects, but there is no way of setting them. Many mods don’t check correctly if they get `nil` returned and just don’t work even wors…
-
Pipeworks should support MineClone's container groups. This would make it compatible with any containers that support MineClone's hoppers (and therefore most mods that support MineClone).
Formspecs…