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