index
:
minetest.git
clamp
dual_wielding
find_nodes_in_area
handswap_keybind
hud_font_style
itemmeta_restrictions
mirror_hands
physics
serversoundpack
stencil_shadows
wield_animation
lizzy's patches for luanti
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
builtin
/
misc.lua
Age
Commit message (
Expand
)
Author
2014-05-07
Organize builtin into subdirectories
ShadowNinja
2014-04-29
Add proper lua api deprecated handling
sapier
2014-04-13
Add checks for nil in minetest.after
ShadowNinja
2014-01-11
Add forceloading
Novatux
2013-11-17
Fix issue #1009 (minetest.get_connected_players() returns non-existing players)
kwolekr
2013-11-02
Add basic protection support to builtin
ShadowNinja
2013-10-01
Optimized minetest.get_connected_players()
fairiestoy
2013-08-15
Fix formspec escaping, add escaping to info.txt for texture packs.
Novatux
2013-07-07
Move math.hypot() to misc_helpers.lua and fix zero-division error
ShadowNinja
2013-07-07
Add vector helpers
ShadowNinja
2013-05-25
Move scriptapi to separate folder (by sapier)
sapier
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 a...
Perttu Ahola
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