aboutsummaryrefslogtreecommitdiff
path: root/data/mods/experimental/init.lua
AgeCommit message (Expand)Author
2012-03-10Initial directory structure reworkPerttu Ahola
2012-03-10Immediate smoke puff when a normal entity is punched to deathPerttu Ahola
2012-03-10Fix and tune things, add tool "recharge" animation, add dummyballPerttu Ahola
2012-03-10Set proper armor group for experimental:tntPerttu Ahola
2012-03-10LuaEntity armor groupsPerttu Ahola
2012-02-28Add minetest.get_worldpath() for getting location for custom dataPerttu Ahola
2012-01-24Add EnvRef:set_timeofday(0...1) and EnvRef:get_timeofday()Perttu Ahola
2012-01-22Fix give_initial_stuff mod; experimental mod: dug_item -> drop; scriptapi.cpp...Kahrl
2012-01-12The huge item definition and item namespace unification patch (itemdef), see ...Kahrl
2012-01-02Working implementation of experimental:luafurnacePerttu Ahola
2012-01-02Random fixes to InvRef related stuff and a broken luafurnacePerttu Ahola
2011-12-28Add EnvRef:get_objects_inside_radius(pos, radius)Perttu Ahola
2011-12-28Add get_look_dir(), get_look_pitch() and get_look_yaw() for playersPerttu Ahola
2011-12-11Add minetest.get_modpath(modname)Perttu Ahola
2011-12-11add_luaentity->add_entity in mods/experimentalPerttu Ahola
2011-12-04Add experimental TNT's old name as an aliasPerttu Ahola
2011-12-03Rename lump_of_* to *_lumpPerttu Ahola
2011-12-03Fix the previous commitPerttu Ahola
2011-12-03Clean and fix mods/experimental/init.luaPerttu Ahola
2011-12-03Make global names in default mod use good naming convention and move backward...Perttu Ahola
2011-12-03inventorycube: use all three specified textures; also moved mesh creation / m...Kahrl
2011-12-03Change naming convention to be modname:* instead of modname_* (sorry modders!)Perttu Ahola
2011-12-03Enforced mod global naming convention and better error reportingPerttu Ahola
2011-12-02Rename "NodeItem"/"ToolItem"/"CraftItem" to "node"/"tool"/"craft"Perttu Ahola
2011-11-29Create the necessary API for /giveme and /give and implement those commands; ...Perttu Ahola
2011-11-29Reorganize modsPerttu Ahola