aboutsummaryrefslogtreecommitdiff
path: root/data/mods/default/init.lua (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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-031-85/+97
* Remove unnecessary debug output from mods/default/init.luaPerttu Ahola2011-12-021-3/+1
* Script-defined creative inventoryPerttu Ahola2011-12-021-0/+33
* Rename "NodeItem"/"ToolItem"/"CraftItem" to "node"/"tool"/"craft"Perttu Ahola2011-12-021-139/+139
* 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-301-35/+15
* 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-291-0/+61
* Reorganize modsPerttu Ahola2011-11-291-537/+6
* 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
* GenericNodeMetadata and an example furnacePerttu Ahola2011-11-291-2/+266
* Initial NodeMetaRef stuffPerttu Ahola2011-11-291-2/+23
* Lua interface for ActiveBlockModifierPerttu Ahola2011-11-291-30/+11
* Add chat message callback and send functionsPerttu Ahola2011-11-291-0/+18
* Improve luaentity sprite functionality (and add some random stuff)Perttu Ahola2011-11-291-2/+33
* Comment out print("on_generated: ...") in LuaPerttu Ahola2011-11-291-1/+1
* Make map generator as much threaded as possible (not much benefit with curren...Perttu Ahola2011-11-291-1/+1
* Add on_generated hookPerttu Ahola2011-11-291-0/+7
* Fix TNT scriptPerttu Ahola2011-11-291-2/+2
* Reshape LuaEntityCAO implementation a bit and make TNT to blinkPerttu Ahola2011-11-291-1/+15
* Exception handling in Lua setting getPerttu Ahola2011-11-291-1/+2
* Lua setting getterPerttu Ahola2011-11-291-0/+5
* on_newplayer and on_respawnplayer callbacksPerttu Ahola2011-11-291-62/+10
* Make node definitions available to LuaPerttu Ahola2011-11-291-0/+2
* Add node definitions in Lua and do not use content_mapnode_init anymore (exce...Kahrl2011-11-291-0/+432
* Fix random node definition stuffPerttu Ahola2011-11-291-3/+5
* builtin.luaPerttu Ahola2011-11-291-74/+4
* Add object reference to Lua on_place/dig/punchnode parametersPerttu Ahola2011-11-291-2/+3
* Some node definitions in LuaPerttu Ahola2011-11-291-0/+110
* Mode node definition loading from Lua (still not finished), fix metadata crea...Perttu Ahola2011-11-291-9/+41
* Random Lua tweaks/fixesPerttu Ahola2011-11-291-4/+4
* Relatively snappy object-ground collision detectionPerttu Ahola2011-11-291-9/+6
* Improve LuaEntity velocity/acceleration handling (by kahrl); implement static...Perttu Ahola2011-11-291-12/+38
* Falling sand and gravelPerttu Ahola2011-11-291-27/+142
* Node place/dig Lua callbacksPerttu Ahola2011-11-291-0/+23
* Fix crafted tools being a very tiny bit worn in default/init.luaPerttu Ahola2011-11-291-13/+13
* Add classic crafting recipes to default/init.luaPerttu Ahola2011-11-291-1/+260
* Crafting definition in scriptsPerttu Ahola2011-11-291-0/+23
* Initial node definition stuffPerttu Ahola2011-11-291-0/+5
* Modify mod and texture directory hierarchiesPerttu Ahola2011-11-291-0/+418