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
/
doc
/
lua_api.txt
Age
Commit message (
Collapse
)
Author
2012-03-31
initial_properties field in entity definition
Perttu Ahola
2012-03-31
More documentation in doc/lua_api.txt
Perttu Ahola
2012-03-31
Allow group:groupname in ABM definition and implement ↵
Perttu Ahola
minetest.hash_node_position()
2012-03-30
Improved teleport command
Perttu Ahola
2012-03-30
Reimplement authentication handler in Lua; now we have 1) infinite privilege ↵
Perttu Ahola
names, 2) minetest.register_authentication_handler()
2012-03-30
ObjectRef:set_armor_groups() and ObjectRef:set_properties() - works on ↵
Perttu Ahola
players too!
2012-03-30
minetest.register_chatcommand(cmd, def)
Perttu Ahola
2012-03-29
Use GenericCAO in place of LuaEntityCAO and PlayerCAO
Perttu Ahola
2012-03-29
Rework tool_capabilities a bit (maxwear->uses, scale dig time according to ↵
Perttu Ahola
leveldiff)
2012-03-28
Add EnvRef:set_node()
Perttu Ahola
2012-03-28
Add range option to PseudoRandom:next()
Perttu Ahola
2012-03-28
Add blockseed to on_generated
Perttu Ahola
2012-03-28
Add minetest.is_singleplayer()
Perttu Ahola
2012-03-28
doc/lua_api.txt: minetest.get_worldpath(modname) -> minetest.get_worldpath()
Perttu Ahola
2012-03-28
Add PseudoRandom in Lua API
Perttu Ahola
2012-03-27
Fix and extend minetest.after(time, func, param)
Perttu Ahola
2012-03-27
Add minetest.after(time, func)
Perttu Ahola
2012-03-25
Update doc/lua_api.txt
Perttu Ahola
2012-03-24
Lua API for playing sounds
Perttu Ahola
2012-03-24
Update doc/lua_api.txt
Perttu Ahola
2012-03-22
Update doc/lua_api.txt and doc/mapformat.txt even more
Perttu Ahola
2012-03-22
Add more information to lua_api.txt
Perttu Ahola
2012-03-22
Update Lua API documentation and move it into doc/lua_api.txt
Perttu Ahola
[prev]