summaryrefslogtreecommitdiff
path: root/data/mods
Commit message (Collapse)AuthorAge
* Add EnvRef:get_node_light(pos, timeofday)Perttu Ahola2011-12-04
|
* Use plain IBillboardSceneNode instead of MyBillboardSceneNode (improvesKahrl2011-12-04
| | | | | Irrlicht 1.8 compat); also find dungeon master's fireball texture again; add /spawnentity command
* Determine light_propagates from paramtypePerttu Ahola2011-12-04
|
* Add experimental TNT's old name as an aliasPerttu Ahola2011-12-04
|
* Add furnace to legacy aliasesPerttu Ahola2011-12-04
|
* Fix fence namePerttu Ahola2011-12-04
|
* Fix wrong checked node names in bucketPerttu Ahola2011-12-04
|
* Add some aliases to bucketPerttu Ahola2011-12-04
|
* Move default_treeprop.png to treeprop.pngPerttu Ahola2011-12-04
|
* Craftitem aliasesPerttu Ahola2011-12-04
|
* Tool aliasesPerttu Ahola2011-12-04
|
* Node definition aliasesPerttu Ahola2011-12-03
|
* Even more texture fixingPerttu Ahola2011-12-03
|
* 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
|
* More texture naming fixesPerttu Ahola2011-12-03
|
* Rename textures of default modPerttu Ahola2011-12-03
|
* Remove iron apple from defaultPerttu 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
* Add ABM required neighbor checkPerttu Ahola2011-12-03
|
* Fix bucket texture namesPerttu Ahola2011-12-03
|
* 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
|
* Fix note about run-in-place mod search path in mods/default/init.luaPerttu Ahola2011-12-03
|
* Add usermods/ to mod search paths and print out the paths at server startupPerttu Ahola2011-12-03
|
* Remove accidental stupid naming in craftitem examplePerttu Ahola2011-12-03
|
* Enforced mod global naming convention and better error reportingPerttu Ahola2011-12-03
|
* Remove unnecessary debug output from mods/default/init.luaPerttu Ahola2011-12-02
|
* Show bare hand when no item is selectedPerttu Ahola2011-12-02
|
* Script-defined creative inventoryPerttu Ahola2011-12-02
|
* Rename "NodeItem"/"ToolItem"/"CraftItem" to "node"/"tool"/"craft"Perttu Ahola2011-12-02
|
* Add time_from_last_punch to Lua APIPerttu Ahola2011-12-02
|
* Fix /give(me) commands a bit in default modPerttu Ahola2011-12-02
|
* Players are more like objects + related stuffPerttu Ahola2011-12-01
|
* Note in init.lua the methods specific to the "generic" node metadataPerttu Ahola2011-12-01
|
* Fix sand to be cookable to glassPerttu Ahola2011-12-01
|
* Move craftitem_place_item as minetest.craftitem_place_item in builtin.luaPerttu Ahola2011-11-30
|
* ObjectRef:get_player_name, ObjectRef:inventory_set_list, ↵Perttu Ahola2011-11-30
| | | | ObjectRef:inventory_get_list
* Add ObjectRef:punch and ObjectRef:right_click to Lua APIPerttu Ahola2011-11-30
|
* List added functions in default/init.luaPerttu Ahola2011-11-30
|
* Add get_wielded_itemstring, get_wielded_item, damage_wielded_item and make ↵Perttu Ahola2011-11-30
| | | | getacceleration visible in API
* Create the necessary API for /giveme and /give and implement those commands; ↵Perttu Ahola2011-11-29
| | | | also sort out the scripts a bit
* Modify bucket namingsPerttu Ahola2011-11-29
|
* Add bucket texturesPerttu Ahola2011-11-29
|
* Reorganize modsPerttu Ahola2011-11-29
|
* Add a note about the default mod not using the modname_ prefix in texturesPerttu Ahola2011-11-29
|
* CraftItem rework and Lua interfaceKahrl2011-11-29
|
* Rename menu background to menubg.png, move unknown_block.png and ↵Perttu Ahola2011-11-29
| | | | unknown_object.png to client, make generating a placeholder image for the filename "" not cause an error
* GenericNodeMetadata and an example furnacePerttu Ahola2011-11-29
|