.. |
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
|
Made unknown nodes stop falling nodes properly and shorten lines
|
2022-05-21 16:11:10 +02:00 |
features.lua
|
Move the sapling growing and grass adding/removing ABMs to Lua
|
2022-05-21 16:11:13 +02:00 |
filterlist.lua
|
Add sanity check to sort function
|
2022-05-21 16:11:05 +02:00 |
gamemgr.lua
|
Change mainmenu texture handling + small misc changes
|
2022-05-21 16:11:07 +02:00 |
item.lua
|
Add basic protection support to builtin
|
2022-05-21 16:11:13 +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
|
Fix crash updating gametype without game
|
2022-05-21 16:11:16 +02:00 |
misc.lua
|
Add basic protection support to builtin
|
2022-05-21 16:11:13 +02:00 |
misc_helpers.lua
|
Add wrapper for minetest.rotate_and_place.
|
2022-05-21 16:11:15 +02:00 |
misc_register.lua
|
Add basic protection support to builtin
|
2022-05-21 16:11:13 +02:00 |
mm_menubar.lua
|
Fix game buttons not beeing 48x48
|
2022-05-21 16:11:16 +02:00 |
mm_textures.lua
|
Fix bug: texture pack not overriding default menu textures
|
2022-05-21 16:11:06 +02:00 |
modmgr.lua
|
Use engine.is_yes() in mainmenu
|
2022-05-21 16:11:06 +02:00 |
modstore.lua
|
Reworked formspecs and kahrl's hexcolor parser
|
2022-05-21 16:11:13 +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
|
Don't assert scalars must be vectors.
|
2022-05-21 16:11:15 +02:00 |
voxelarea.lua
|
Add VoxelArea:position, VoxelArea:iter and VoxelArea:iterp
|
2022-05-21 16:10:44 +02:00 |