.. |
async_env.lua
|
Fix modstore/favourites hang by adding asynchronous lua job support
|
2022-05-21 16:11:22 +02:00 |
async_event.lua
|
Fix modstore/favourites hang by adding asynchronous lua job support
|
2022-05-21 16:11:22 +02:00 |
auth.lua
|
Fix unable to join server first time with a password
|
2022-05-21 16:07:31 +02:00 |
builtin.lua
|
Add forceloading
|
2022-05-21 16:11:28 +02:00 |
chatcommands.lua
|
Rollback fixes and get_node_actions
|
2022-05-21 16:11:21 +02:00 |
deprecated.lua
|
Rollback fixes and get_node_actions
|
2022-05-21 16:11:21 +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
|
Implement search tab and version picker
|
2022-05-21 16:11:24 +02:00 |
forceloading.lua
|
Fix doc and forceloading crash.
|
2022-05-21 16:11:29 +02:00 |
gamemgr.lua
|
Add formspec table
|
2022-05-21 16:11:29 +02:00 |
item.lua
|
Deepcopy pointed_thing for after_place_node, give it to on_rightclick too.
|
2022-05-21 16:11:28 +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 formspec table
|
2022-05-21 16:11:29 +02:00 |
misc.lua
|
Add forceloading
|
2022-05-21 16:11:28 +02:00 |
misc_helpers.lua
|
Add formspec table
|
2022-05-21 16:11:29 +02:00 |
misc_register.lua
|
Fix spelling of "attempt"
|
2022-05-21 16:11:30 +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
|
Add formspec table
|
2022-05-21 16:11:29 +02:00 |
modstore.lua
|
Implement search tab and version picker
|
2022-05-21 16:11:24 +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
|
Replace print()s with minetest.log() in builtin
|
2022-05-21 16:11:18 +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 |