minetest/builtin
Novatux 8e1d78e9de Revert "Fix minetest.facedir_to_dir when param2 is 5 or 7."
This reverts commit 4e5760a541.
2013-12-30 18:45:34 +01:00
..
async_env.lua Fix modstore/favourites hang by adding asynchronous lua job support 2013-11-29 22:09:14 +01:00
async_event.lua Fix modstore/favourites hang by adding asynchronous lua job support 2013-11-29 22:09:14 +01:00
auth.lua Fix unable to join server first time with a password 2012-04-09 11:24:35 +03:00
builtin.lua Add backtrace to error function 2013-09-04 12:19:26 +02:00
chatcommands.lua Rollback fixes and get_node_actions 2013-11-27 18:13:06 -05:00
deprecated.lua Rollback fixes and get_node_actions 2013-11-27 18:13:06 -05:00
detached_inventory.lua Detached inventory callbacks and reworked node metadata callbacks 2012-07-25 02:36:54 +03:00
falling.lua Made unknown nodes stop falling nodes properly and shorten lines 2013-11-01 10:33:29 -04:00
features.lua Move the sapling growing and grass adding/removing ABMs to Lua 2013-11-02 10:50:11 +01:00
filterlist.lua Implement search tab and version picker 2013-12-11 23:07:38 +01:00
gamemgr.lua Change mainmenu texture handling + small misc changes 2013-09-11 00:08:56 +02:00
item.lua Revert "Fix minetest.facedir_to_dir when param2 is 5 or 7." 2013-12-30 18:45:34 +01:00
item_entity.lua Add an option to disable object <-> object collision for Lua entities 2013-07-20 20:43:11 +02:00
mainmenu.lua Implement search tab and version picker 2013-12-11 23:07:38 +01:00
misc.lua Fix issue #1009 (minetest.get_connected_players() returns non-existing players) 2013-11-17 15:15:59 -05:00
misc_helpers.lua Fix "TODO read modinfo" in modmanager to improve ui usability 2013-11-10 19:37:45 +01:00
misc_register.lua Add 'on_prejoinplayer' callback 2013-12-12 13:42:14 -05:00
mm_menubar.lua Fix game buttons not beeing 48x48 2013-11-09 13:58:57 +01:00
mm_textures.lua Fix bug: texture pack not overriding default menu textures 2013-09-10 22:51:27 +02:00
modmgr.lua Implement search tab and version picker 2013-12-11 23:07:38 +01:00
modstore.lua Implement search tab and version picker 2013-12-11 23:07:38 +01:00
privileges.lua Only fly through walls in noclip mode wich requires the noclip privilege 2012-12-11 16:44:13 +01:00
serialize.lua Replace print()s with minetest.log() in builtin 2013-11-17 12:11:44 +01:00
static_spawn.lua Support static_spawnpoint setting 2012-04-09 23:32:13 +03:00
vector.lua Don't assert scalars must be vectors. 2013-11-06 23:16:49 -05:00
voxelarea.lua Add VoxelArea:position, VoxelArea:iter and VoxelArea:iterp 2013-07-11 22:57:26 +02:00