ShadowNinja
75cf0f1140
Move math.hypot() to misc_helpers.lua and fix zero-division error
2013-07-07 21:47:38 -04:00
ShadowNinja
de5f1f9b42
Add vector helpers
2013-07-07 01:49:11 -04:00
sapier
2dceda8890
Move scriptapi to separate folder (by 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-05-25 00:51:02 +02:00
PilzAdam
bcd3dbc25e
Prevent passing nil to unpack() in minetest.after
2013-03-19 00:15:41 +01:00
Jeija
8740fb8520
Allow minetest.after to take a variable number of arguments
2013-03-17 00:23:30 -04:00
kwolekr
950c0e60e2
Allow any character in formspec strings with escape char
2013-03-05 23:25:02 -05:00
Perttu Ahola
2b6e1d9378
Add ObjRef:is_player() and modify ObjRef:get_player_name() to always return a string to aid better inter-object compatibility of code that assumes objects to be players
2012-06-03 22:31:01 +03:00
Perttu Ahola
c8ac53f271
Support static_spawnpoint setting
2012-04-09 23:32:13 +03:00
Perttu Ahola
d1f338cb7e
Improve doc/lua_api.txt and add minetest.get_item_group(name, group)
2012-04-09 12:36:25 +03:00
Perttu Ahola
d070ceeda3
minetest.get_node_group(name, group)
2012-04-08 18:39:55 +03:00
Perttu Ahola
c258746b4e
Split builtin.lua to multiple files
2012-04-01 12:38:19 +03:00