aboutsummaryrefslogtreecommitdiff
path: root/data/mods (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use plain IBillboardSceneNode instead of MyBillboardSceneNode (improvesKahrl2011-12-042-0/+22
* Determine light_propagates from paramtypePerttu Ahola2011-12-041-16/+0
* Add experimental TNT's old name as an aliasPerttu Ahola2011-12-041-0/+3
* Add furnace to legacy aliasesPerttu Ahola2011-12-041-0/+1
* Fix fence namePerttu Ahola2011-12-041-2/+2
* Fix wrong checked node names in bucketPerttu Ahola2011-12-041-10/+10
* Add some aliases to bucketPerttu Ahola2011-12-041-0/+7
* Move default_treeprop.png to treeprop.pngPerttu Ahola2011-12-041-0/+0
* Craftitem aliasesPerttu Ahola2011-12-042-989/+16
* Tool aliasesPerttu Ahola2011-12-042-0/+16
* Node definition aliasesPerttu Ahola2011-12-032-1/+50
* Even more texture fixingPerttu Ahola2011-12-032-0/+0
* Rename lump_of_* to *_lumpPerttu Ahola2011-12-036-18/+18
* Fix the previous commitPerttu Ahola2011-12-031-1/+1
* Clean and fix mods/experimental/init.luaPerttu Ahola2011-12-031-26/+25
* More texture naming fixesPerttu Ahola2011-12-035-9/+2
* Rename textures of default modPerttu Ahola2011-12-0391-266/+242
* Remove iron apple from defaultPerttu Ahola2011-12-033-24/+0
* Make global names in default mod use good naming convention and move backward...Perttu Ahola2011-12-034-345/+1332
* Add ABM required neighbor checkPerttu Ahola2011-12-031-0/+11
* Fix bucket texture namesPerttu Ahola2011-12-031-2/+2
* inventorycube: use all three specified textures; also moved mesh creation / m...Kahrl2011-12-032-41/+30
* Change naming convention to be modname:* instead of modname_* (sorry modders!)Perttu Ahola2011-12-033-25/+29
* Fix note about run-in-place mod search path in mods/default/init.luaPerttu Ahola2011-12-031-1/+1
* Add usermods/ to mod search paths and print out the paths at server startupPerttu Ahola2011-12-031-0/+17
* Remove accidental stupid naming in craftitem examplePerttu Ahola2011-12-031-1/+1
* Enforced mod global naming convention and better error reportingPerttu Ahola2011-12-033-101/+120
* Remove unnecessary debug output from mods/default/init.luaPerttu Ahola2011-12-021-3/+1
* Show bare hand when no item is selectedPerttu Ahola2011-12-021-0/+0
* Script-defined creative inventoryPerttu Ahola2011-12-021-0/+33
* Rename "NodeItem"/"ToolItem"/"CraftItem" to "node"/"tool"/"craft"Perttu Ahola2011-12-024-165/+165
* Add time_from_last_punch to Lua APIPerttu Ahola2011-12-021-1/+3
* Fix /give(me) commands a bit in default modPerttu Ahola2011-12-021-6/+10
* Players are more like objects + related stuffPerttu Ahola2011-12-011-21/+142
* Note in init.lua the methods specific to the "generic" node metadataPerttu Ahola2011-12-011-0/+1
* Fix sand to be cookable to glassPerttu Ahola2011-12-011-0/+1
* Move craftitem_place_item as minetest.craftitem_place_item in builtin.luaPerttu Ahola2011-11-302-43/+18
* ObjectRef:get_player_name, ObjectRef:inventory_set_list, ObjectRef:inventory_...Perttu Ahola2011-11-301-0/+4
* Add ObjectRef:punch and ObjectRef:right_click to Lua APIPerttu Ahola2011-11-301-3/+5
* List added functions in default/init.luaPerttu Ahola2011-11-301-0/+3
* Add get_wielded_itemstring, get_wielded_item, damage_wielded_item and make ge...Perttu Ahola2011-11-301-0/+4
* Create the necessary API for /giveme and /give and implement those commands; ...Perttu Ahola2011-11-292-144/+63
* Modify bucket namingsPerttu Ahola2011-11-291-4/+4
* Add bucket texturesPerttu Ahola2011-11-293-0/+0
* Reorganize modsPerttu Ahola2011-11-295-537/+628
* Add a note about the default mod not using the modname_ prefix in texturesPerttu Ahola2011-11-291-0/+1
* CraftItem rework and Lua interfaceKahrl2011-11-291-3/+200
* Rename menu background to menubg.png, move unknown_block.png and unknown_obje...Perttu Ahola2011-11-292-0/+0
* GenericNodeMetadata and an example furnacePerttu Ahola2011-11-291-2/+266
* Initial NodeMetaRef stuffPerttu Ahola2011-11-291-2/+23