aboutsummaryrefslogtreecommitdiff
path: root/data/mods/default/init.lua (follow)
Commit message (Expand)AuthorAgeFilesLines
* Initial directory structure reworkPerttu Ahola2012-03-101-1830/+0
* Replace dig_immediate=1 with dig_immediate=3 in mods/default/init.luaPerttu Ahola2012-03-101-3/+3
* Add a small bunch of notes about groups in mods/default/init.luaPerttu Ahola2012-03-101-0/+12
* Update mini documentation in mods/default/init.lua a bitPerttu Ahola2012-03-101-11/+8
* Fix and tune things, add tool "recharge" animation, add dummyballPerttu Ahola2012-03-101-3/+19
* LuaEntity armor groupsPerttu Ahola2012-03-101-0/+1
* Entity damage system WIP; Remove C++ mobsPerttu Ahola2012-03-101-10/+10
* Digging time groups WIPPerttu Ahola2012-03-101-189/+121
* Merge remote-tracking branch 'jn/random-fixes'Perttu Ahola2012-02-281-1/+4
|\
| * server: /give: show the actual stackstringJonathan Neuschäfer2012-02-241-0/+3
| * creative inventory: update to use default:fence_woodJonathan Neuschäfer2012-02-241-1/+1
* | Add minetest.get_worldpath() for getting location for custom dataPerttu Ahola2012-02-281-0/+3
|/
* Add groups = {} to item definitionPerttu Ahola2012-02-041-0/+6
* Add EnvRef:set_timeofday(0...1) and EnvRef:get_timeofday()Perttu Ahola2012-01-241-2/+4
* Node placement / mineral / serialization / iron freq / node_dig callbackKahrl2012-01-221-38/+61
* Inventory menu changes: Tooltips; dragging; drop from menu. Lag is a bit anno...Kahrl2012-01-131-1/+1
* The huge item definition and item namespace unification patch (itemdef), see ...Kahrl2012-01-121-483/+768
* Implement minetest.register_on_dieplayer()Perttu Ahola2012-01-061-0/+2
* Mark ObjectRef::get_entity_name() deprecatedPerttu Ahola2012-01-021-1/+1
* Add name field to registered entitiesPerttu Ahola2012-01-021-0/+1
* Add ObjectRef:getvelocity(), ObjectRef:setyaw() and ObjectRef:getyaw()Perttu Ahola2012-01-021-0/+3
* Add ObjectRef:get_luaentity()Perttu Ahola2012-01-021-0/+1
* ObjectRef:get_entity_name() and fixing of comments in default/init.luaPerttu Ahola2012-01-021-5/+11
* Make add_entity return a reference to added entity (or nil)Perttu Ahola2012-01-021-1/+1
* Clean up InvRef documentation in default/init.lua a bitPerttu Ahola2012-01-021-3/+3
* Improve mini Lua referencePerttu Ahola2012-01-021-2/+4
* Add ObjectRef:get_inventory() and add stuff to documentation commentsPerttu Ahola2012-01-021-0/+19
* Add default: to everything in default/init.lua (...hopefully doesn't break an...Perttu Ahola2012-01-011-37/+37
* Add wooden planks to creative inventoryPerttu Ahola2011-12-281-0/+1
* Add EnvRef:get_objects_inside_radius(pos, radius)Perttu Ahola2011-12-281-0/+1
* Add get_look_dir(), get_look_pitch() and get_look_yaw() for playersPerttu Ahola2011-12-281-2/+5
* Add minetest.get_modpath(modname)Perttu Ahola2011-12-111-0/+1
* Improve /spawnentity a bitPerttu Ahola2011-12-041-1/+3
* Rename EnvRef:add_luaentity to EnvRef:add_entityPerttu Ahola2011-12-041-3/+3
* Add EnvRef:get_node_light(pos, timeofday)Perttu Ahola2011-12-041-0/+2
* Use plain IBillboardSceneNode instead of MyBillboardSceneNode (improvesKahrl2011-12-041-0/+22
* Determine light_propagates from paramtypePerttu Ahola2011-12-041-16/+0
* Fix fence namePerttu Ahola2011-12-041-2/+2
* Craftitem aliasesPerttu Ahola2011-12-041-0/+1
* Tool aliasesPerttu Ahola2011-12-041-0/+2
* Node definition aliasesPerttu Ahola2011-12-031-0/+9
* Rename lump_of_* to *_lumpPerttu Ahola2011-12-031-12/+12
* More texture naming fixesPerttu Ahola2011-12-031-7/+0
* Rename textures of default modPerttu Ahola2011-12-031-145/+121
* Remove iron apple from defaultPerttu Ahola2011-12-031-15/+0
* Make global names in default mod use good naming convention and move backward...Perttu Ahola2011-12-031-344/+300
* Add ABM required neighbor checkPerttu Ahola2011-12-031-0/+11
* inventorycube: use all three specified textures; also moved mesh creation / m...Kahrl2011-12-031-39/+27
* Change naming convention to be modname:* instead of modname_* (sorry modders!)Perttu Ahola2011-12-031-4/+8
* Fix note about run-in-place mod search path in mods/default/init.luaPerttu Ahola2011-12-031-1/+1