.. |
auth.lua
|
Fix unable to join server first time with a password
|
2022-05-21 16:07:31 +02:00 |
builtin.lua
|
Add backtrace to error function
|
2022-05-21 16:11:04 +02:00 |
chatcommands.lua
|
Make sure that coordinates passed to /teleport are actual numbers
|
2022-05-21 16:10:41 +02:00 |
deprecated.lua
|
Fix trailing nils being dropped by deprecated minetest.env handler
|
2022-05-21 16:11:03 +02:00 |
detached_inventory.lua
|
Detached inventory callbacks and reworked node metadata callbacks
|
2022-05-21 16:07:47 +02:00 |
falling.lua
|
Better snow fall, finite liquid transform, leveled nodes api
|
2022-05-21 16:10:55 +02:00 |
features.lua
|
Fix minetest.features
|
2022-05-21 16:10:33 +02:00 |
filterlist.lua
|
Add sanity check to sort function
|
2022-05-21 16:11:05 +02:00 |
gamemgr.lua
|
World config dialog: Use engine determined path for game mods
|
2022-05-21 16:11:03 +02:00 |
item.lua
|
Add support for different drowning damage and allow drowning in other nodetypes
|
2022-05-21 16:10:58 +02:00 |
item_entity.lua
|
Add an option to disable object <-> object collision for Lua entities
|
2022-05-21 16:10:47 +02:00 |
mainmenu.lua
|
Add backtrace to error function
|
2022-05-21 16:11:04 +02:00 |
misc.lua
|
Fix formspec escaping, add escaping to info.txt for texture packs.
|
2022-05-21 16:11:00 +02:00 |
misc_helpers.lua
|
Add translation for main menu Add engine.gettext() and remove gettext() calls in guiFormspecMenu.cpp
|
2022-05-21 16:11:02 +02:00 |
misc_register.lua
|
Add minetest.registered_biomes
|
2022-05-21 16:10:57 +02:00 |
mm_menubar.lua
|
Fix background/overlay/footer/header handling Add missing file headers
|
2022-05-21 16:10:51 +02:00 |
mm_textures.lua
|
Use get_texturepath() instead of get_gamepath()/../textures
|
2022-05-21 16:11:01 +02:00 |
modmgr.lua
|
World config dialog: Use engine determined path for game mods
|
2022-05-21 16:11:03 +02:00 |
modstore.lua
|
Add translation for main menu Add engine.gettext() and remove gettext() calls in guiFormspecMenu.cpp
|
2022-05-21 16:11:02 +02:00 |
privileges.lua
|
Only fly through walls in noclip mode wich requires the noclip privilege
|
2022-05-21 16:10:22 +02:00 |
serialize.lua
|
Use system wide LuaJIT if aviable.
|
2022-05-21 16:10:32 +02:00 |
static_spawn.lua
|
Support static_spawnpoint setting
|
2022-05-21 16:07:32 +02:00 |
vector.lua
|
Handle 0 vectors in vector.normalize()
|
2022-05-21 16:10:39 +02:00 |
voxelarea.lua
|
Add VoxelArea:position, VoxelArea:iter and VoxelArea:iterp
|
2022-05-21 16:10:44 +02:00 |