.. |
auth.lua
|
Fix unable to join server first time with a password
|
2022-05-21 16:07:31 +02:00 |
builtin.lua
|
Add vector helpers
|
2022-05-21 16:10:38 +02:00 |
chatcommands.lua
|
Make sure that coordinates passed to /teleport are actual numbers
|
2022-05-21 16:10:41 +02:00 |
deprecated.lua
|
Move scriptapi to separate folder (by sapier)
|
2022-05-21 16:10:34 +02:00 |
detached_inventory.lua
|
Detached inventory callbacks and reworked node metadata callbacks
|
2022-05-21 16:07:47 +02:00 |
falling.lua
|
Add an option to disable object <-> object collision for Lua entities
|
2022-05-21 16:10:47 +02:00 |
features.lua
|
Fix minetest.features
|
2022-05-21 16:10:33 +02:00 |
gamemgr.lua
|
Replace C++ mainmenu by formspec powered one
|
2022-05-21 16:10:37 +02:00 |
item.lua
|
Remove unnecessary debug output in node_dig()
|
2022-05-21 16:10:36 +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
|
Revert "Fix serverdescription and name not beeing saved to local serverlist"
|
2022-05-21 16:10:48 +02:00 |
mainmenu_helper.lua
|
Fix serverlist
|
2022-05-21 16:10:44 +02:00 |
mainmenu_worldlist.lua
|
Worldlist fixes Add alphabeticaly sorted worldlists Select world after creation Move worldlist handling to separate file Merge world selection of singleplayer/server tab Remove some useless code
|
2022-05-21 16:10:44 +02:00 |
misc.lua
|
Move math.hypot() to misc_helpers.lua and fix zero-division error
|
2022-05-21 16:10:41 +02:00 |
misc_helpers.lua
|
Move math.hypot() to misc_helpers.lua and fix zero-division error
|
2022-05-21 16:10:41 +02:00 |
misc_register.lua
|
Add Lua on_mapgen_init callback, and minetest.set_mapgen_params API
|
2022-05-21 16:10:35 +02:00 |
modmgr.lua
|
Remove unused required by list in worldconfig
|
2022-05-21 16:10:47 +02:00 |
modstore.lua
|
Fix many formspec menu bugs
|
2022-05-21 16:10:39 +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 |