minetest/src/script
Tomas c013c73f33 Lua->C getintfield() use lua_tointeger (#4408)
previously function used tonumber which returned float
this caused errors in large numbers and resulted in
obj-def-handlers being invalid when retrived from lua tables in c
2016-08-10 12:17:48 +02:00
..
common Lua->C getintfield() use lua_tointeger (#4408) 2016-08-10 12:17:48 +02:00
cpp_api Server: Add reason for leave to `on_leaveplayer` callbacks 2016-06-11 04:17:04 +01:00
lua_api Fixes for compiling with a newer (system) jsoncpp (#4429) 2016-08-10 12:10:00 +02:00
CMakeLists.txt Clean up and tweak build system 2015-03-27 15:00:48 -04:00
scripting_game.cpp Add Lua interface to HTTPFetchRequest 2016-02-22 15:39:41 +01:00
scripting_game.h Improve Script CPP API diagnostics 2015-08-05 21:13:03 -04:00
scripting_mainmenu.cpp Push error handler afresh each time lua_pcall is used 2015-08-27 01:56:06 +02:00
scripting_mainmenu.h Fix code style of async API 2014-04-27 16:15:53 -04:00