minetest/builtin
ShadowNinja 6ab3b4c838 Remove dependency on marshal and many other async changes
This makes a number of changes:
  * Remove the dependency on marshal by using string.dump and loadstring.
  * Use lua_tolstring rather than having Lua functions pass string lengths to C++.
  * Move lua_api/l_async_events.* to cpp_api/s_async.*, where it belongs.
  * Make AsyncWorkerThread a child of ScriptApiBase, this removes some duplicate functionality.
  * Don't wait for async threads to shut down.  (Is this safe?  Might result in corruption if the thread is writing to a file.)
  * Pop more unused items from the stack
  * Code style fixes
  * Other misc changes
2014-04-27 16:15:53 -04:00
..
async_env.lua Remove dependency on marshal and many other async changes 2014-04-27 16:15:53 -04:00
async_event.lua Remove dependency on marshal and many other async changes 2014-04-27 16:15:53 -04:00
auth.lua Fix unable to join server first time with a password 2012-04-09 11:24:35 +03:00
builtin.lua Revert "Add backtrace to error function" 2014-04-24 18:27:25 -04:00
chatcommands.lua Fix crash when teleporting near unknown node 2014-04-11 21:38:16 +02: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
forceloading.lua Fix doc and forceloading crash. 2014-01-12 14:31:32 +01:00
gamemgr.lua Add formspec table 2014-01-13 18:11:08 -05:00
item.lua Fix error when calling minetest.node_punch without a pointed_thing 2014-03-11 13:00:16 -04:00
item_entity.lua Fix "ghost stacks" created when a player clicks an item on the ground: 2014-03-22 18:15:33 +01:00
mainmenu.lua Revert "Add backtrace to error function" 2014-04-24 18:27:25 -04:00
misc.lua Add checks for nil in minetest.after 2014-04-13 17:54:00 -04:00
misc_helpers.lua Fix minetest.rotate_and_place() calling on_rightclick() with nil/random param for node 2014-01-19 23:16:22 +01:00
misc_register.lua Fix spelling of "attempt" 2014-01-13 22:11:31 -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 Replace pause and message menu by formspec ones 2014-03-05 18:44:14 +01:00
modstore.lua Replace pause and message menu by formspec ones 2014-03-05 18:44:14 +01:00
privileges.lua Add minetest.kick_player(name, reason) 2014-02-03 17:33:59 -05: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