ShadowNinja
a75afb85ca
Move math.hypot() to misc_helpers.lua and fix zero-division error
2013-07-07 21:47:38 -04:00
ShadowNinja
ae8ff4b8e2
Add vector helpers
2013-07-07 01:49:11 -04:00
sapier
ab43377577
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
d6026a5fee
Prevent passing nil to unpack() in minetest.after
2013-03-19 00:15:41 +01:00
Jeija
fc5d2074b9
Allow minetest.after to take a variable number of arguments
2013-03-17 00:23:30 -04:00
kwolekr
ba78194636
Allow any character in formspec strings with escape char
2013-03-05 23:25:02 -05:00
Perttu Ahola
bf8cfce50e
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
93cdc9b9dc
Support static_spawnpoint setting
2012-04-09 23:32:13 +03:00
Perttu Ahola
251c0c8508
Improve doc/lua_api.txt and add minetest.get_item_group(name, group)
2012-04-09 12:36:25 +03:00
Perttu Ahola
2b4d21160f
minetest.get_node_group(name, group)
2012-04-08 18:39:55 +03:00
Perttu Ahola
67547f74fc
Split builtin.lua to multiple files
2012-04-01 12:38:19 +03:00