aboutsummaryrefslogtreecommitdiff
path: root/data/mods/default (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Perttu Ahola2011-11-291-1/+1
| | | | current generator because of small generator chunk size (a single MapBlock))
* 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 ↵Kahrl2011-11-291-0/+432
| | | | (except in test.cpp)
* 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 ↵Perttu Ahola2011-11-291-9/+41
| | | | creation from name
* 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 ↵Perttu Ahola2011-11-291-12/+38
| | | | staticdata interface to Lua
* 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
|
* Improve glassPerttu Ahola2011-11-291-0/+0
|
* Modify mod and texture directory hierarchiesPerttu Ahola2011-11-29105-0/+418