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
/
mods
/
experimental
/
init.lua
Age
Commit message (
Expand
)
Author
2012-03-10
Initial directory structure rework
Perttu Ahola
2012-03-10
Immediate smoke puff when a normal entity is punched to death
Perttu Ahola
2012-03-10
Fix and tune things, add tool "recharge" animation, add dummyball
Perttu Ahola
2012-03-10
Set proper armor group for experimental:tnt
Perttu Ahola
2012-03-10
LuaEntity armor groups
Perttu Ahola
2012-02-28
Add minetest.get_worldpath() for getting location for custom data
Perttu Ahola
2012-01-24
Add EnvRef:set_timeofday(0...1) and EnvRef:get_timeofday()
Perttu Ahola
2012-01-22
Fix give_initial_stuff mod; experimental mod: dug_item -> drop; scriptapi.cpp...
Kahrl
2012-01-12
The huge item definition and item namespace unification patch (itemdef), see ...
Kahrl
2012-01-02
Working implementation of experimental:luafurnace
Perttu Ahola
2012-01-02
Random fixes to InvRef related stuff and a broken luafurnace
Perttu Ahola
2011-12-28
Add EnvRef:get_objects_inside_radius(pos, radius)
Perttu Ahola
2011-12-28
Add get_look_dir(), get_look_pitch() and get_look_yaw() for players
Perttu Ahola
2011-12-11
Add minetest.get_modpath(modname)
Perttu Ahola
2011-12-11
add_luaentity->add_entity in mods/experimental
Perttu Ahola
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 backward...
Perttu Ahola
2011-12-03
inventorycube: use all three specified textures; also moved mesh creation / m...
Kahrl
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
2011-11-29
Reorganize mods
Perttu Ahola