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
/
data
/
builtin.lua
Age
Commit message (
Expand
)
Author
2012-03-10
Initial directory structure rework
Perttu Ahola
2012-03-10
Fix and tune things, add tool "recharge" animation, add dummyball
Perttu Ahola
2012-03-10
remove material from minetest.nodedef_default
Perttu Ahola
2012-03-10
Digging time groups WIP
Perttu Ahola
2012-02-28
Fix pointed.thing.ref -> pointed_thing.ref in builtin.lua
Perttu Ahola
2012-02-04
Add groups = {} to item definition
Perttu Ahola
2012-01-25
Fix craftresult_is_preview flood in log and remove unnecessary debug output
Kahrl
2012-01-22
Node placement / mineral / serialization / iron freq / node_dig callback
Kahrl
2012-01-12
The huge item definition and item namespace unification patch (itemdef), see ...
Kahrl
2012-01-06
Implement minetest.register_on_dieplayer()
Perttu Ahola
2012-01-02
Working implementation of experimental:luafurnace
Perttu Ahola
2011-12-04
Determine light_propagates from paramtype
Perttu Ahola
2011-12-03
Make global names in default mod use good naming convention and move backward...
Perttu Ahola
2011-12-03
inventorycube: use all three specified textures; also moved mesh creation / m...
Kahrl
2011-12-02
Script-defined creative inventory
Perttu Ahola
2011-12-02
Rename "NodeItem"/"ToolItem"/"CraftItem" to "node"/"tool"/"craft"
Perttu Ahola
2011-11-30
Move craftitem_place_item as minetest.craftitem_place_item in builtin.lua
Perttu Ahola
2011-11-29
Create the necessary API for /giveme and /give and implement those commands; ...
Perttu Ahola
2011-11-29
Comment fix in builtin.lua
Perttu Ahola
2011-11-29
For consistency, implement calling of on_chat_message callbacks in C
Perttu Ahola
2011-11-29
Implement callback registration in Lua instead of C
Perttu Ahola
2011-11-29
Add chat message callback and send functions
Perttu Ahola
2011-11-29
liquid_type -> liquidtype
Perttu Ahola
2011-11-29
Make node definitions available to Lua
Perttu Ahola
2011-11-29
Fix random node definition stuff
Perttu Ahola
2011-11-29
Add builtin.lua
Perttu Ahola