Fix and tune things, add tool "recharge" animation, add dummyball
[oweals/minetest.git] / data / mods / experimental / init.lua
2012-03-10 Perttu AholaFix and tune things, add tool "recharge" animation...
2012-03-10 Perttu AholaSet proper armor group for experimental:tnt
2012-03-10 Perttu AholaLuaEntity armor groups
2012-02-28 Perttu AholaMerge remote-tracking branch 'jn/random-fixes'
2012-02-28 celeron55Merge pull request #46 from garrosh/master
2012-02-28 Perttu AholaAdd minetest.get_worldpath() for getting location for...
2012-01-24 Perttu AholaAdd EnvRef:set_timeofday(0...1) and EnvRef:get_timeofday()
2012-01-22 KahrlFix give_initial_stuff mod; experimental mod: dug_item...
2012-01-12 KahrlThe huge item definition and item namespace unification...
2012-01-02 Perttu AholaWorking implementation of experimental:luafurnace
2012-01-02 Perttu AholaRandom fixes to InvRef related stuff and a broken luafu...
2011-12-28 Perttu AholaAdd EnvRef:get_objects_inside_radius(pos, radius)
2011-12-28 Perttu AholaAdd get_look_dir(), get_look_pitch() and get_look_yaw...
2011-12-11 Perttu AholaAdd minetest.get_modpath(modname)
2011-12-10 Perttu Aholaadd_luaentity->add_entity in mods/experimental
2011-12-04 Perttu AholaAdd experimental TNT's old name as an alias
2011-12-03 Perttu AholaRename lump_of_* to *_lump
2011-12-03 Perttu AholaFix the previous commit
2011-12-03 Perttu AholaClean and fix mods/experimental/init.lua
2011-12-03 Perttu AholaMake global names in default mod use good naming conven...
2011-12-03 Kahrlinventorycube: use all three specified textures; also...
2011-12-03 Perttu AholaChange naming convention to be modname:* instead of...
2011-12-03 Perttu AholaEnforced mod global naming convention and better error...
2011-12-02 Perttu AholaRename "NodeItem"/"ToolItem"/"CraftItem" to "node"...
2011-11-29 Perttu AholaCreate the necessary API for /giveme and /give and...
2011-11-29 Perttu AholaReorganize mods