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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
data
/
mods
/
experimental
/
init.lua
Age
Commit message (
Collapse
)
Author
2011-12-04
Add experimental TNT's old name as an alias
Perttu Ahola
2011-12-03
Rename lump_of_* to *_lump
Perttu Ahola
2011-12-03
Fix the previous commit
Perttu Ahola
2011-12-03
Clean and fix mods/experimental/init.lua
Perttu Ahola
2011-12-03
Make global names in default mod use good naming convention and move ↵
Perttu Ahola
backwards-compatibility definitions to mods/legacy
2011-12-03
inventorycube: use all three specified textures; also moved mesh creation / ↵
Kahrl
modification functions to mesh.cpp; in lua, inventorycube is now called minetest.inventorycube
2011-12-03
Change naming convention to be modname:* instead of modname_* (sorry modders!)
Perttu Ahola
2011-12-03
Enforced mod global naming convention and better error reporting
Perttu Ahola
2011-12-02
Rename "NodeItem"/"ToolItem"/"CraftItem" to "node"/"tool"/"craft"
Perttu Ahola
2011-11-29
Create the necessary API for /giveme and /give and implement those commands; ↵
Perttu Ahola
also sort out the scripts a bit
2011-11-29
Reorganize mods
Perttu Ahola