Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-05-25 | Move scriptapi to separate folder (by sapier) | sapier | |
On the lua side, notably minetest.env:<function>(<args>) should now be replaced by minetest.<function>(<args>). The old way is and will stay supported for a long time. Also: Update and clean up lua_api.txt (by celeron55) Move EnvRef to lua and remove add_rat and add_firefly (by kahrl) Add separate src/util/CMakeLists.txt, other minor fixes (by kahrl) | |||
2013-03-19 | Prevent passing nil to unpack() in minetest.after | PilzAdam | |
2013-03-17 | Allow minetest.after to take a variable number of arguments | Jeija | |
2013-03-05 | Allow any character in formspec strings with escape char | kwolekr | |
2012-06-03 | Add ObjRef:is_player() and modify ObjRef:get_player_name() to always return ↵ | Perttu Ahola | |
a string to aid better inter-object compatibility of code that assumes objects to be players | |||
2012-04-09 | Support static_spawnpoint setting | Perttu Ahola | |
2012-04-09 | Improve doc/lua_api.txt and add minetest.get_item_group(name, group) | Perttu Ahola | |
2012-04-08 | minetest.get_node_group(name, group) | Perttu Ahola | |
2012-04-01 | Split builtin.lua to multiple files | Perttu Ahola | |