aboutsummaryrefslogtreecommitdiff
path: root/src/mapblock.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2011-11-29Modify mod and texture directory hierarchiesPerttu Ahola111-10/+28
2011-11-29Update TODO list in scriptapi.cppPerttu Ahola1-1/+2
2011-11-29Set traditional minetest durability values to toolsPerttu Ahola1-8/+8
2011-11-29Move tool definitions to scriptPerttu Ahola8-101/+307
2011-11-29Tool definition transfer to clientPerttu Ahola7-9/+92
2011-11-29ToolDefManager serializationPerttu Ahola2-1/+39
2011-11-29ToolDefinition serializationPerttu Ahola2-14/+67
2011-11-29Make fence post selection box smaller and create code to allow node placement...Perttu Ahola2-11/+58
2011-11-29Tune gravel and picksPerttu Ahola2-4/+4
2011-11-29Make possible and do update textures in node definitions after late texture a...Perttu Ahola4-1/+26
2011-11-29GameDef compilesPerttu Ahola49-1035/+1158
2011-11-29Create framework for getting rid of global definitions of node/tool/item/what...Perttu Ahola60-741/+1015
2011-11-29Move tool stuff to tool.{h,cpp}Perttu Ahola6-104/+171
2011-11-29Tune the tool speed thingPerttu Ahola2-8/+8
2011-11-29New kind of tool speed and wear calculation thingyPerttu Ahola4-159/+231
2011-11-29Set version to 0.4Perttu Ahola1-2/+2
2011-11-29Clean headers a bitPerttu Ahola2-2/+2
2011-11-29Allocate MapBlock::m_node_metadata on heap to allow less header bloatPerttu Ahola6-14/+19
2011-11-29Generic NodeMetadata text inputPerttu Ahola3-28/+20
2011-11-29Generalize selection boxesPerttu Ahola3-148/+80
2011-11-29Set the BS constant to be floating-point; this removes the need for floating ...Perttu Ahola1-1/+1
2011-11-29Clean code and modify comments in mapnode_contentfeatures.hPerttu Ahola1-5/+5
2011-11-29Move ContentFeatures to mapnode_contentfeatures.{h,cpp} and clean stuffPerttu Ahola24-618/+698
2011-11-29Scripting: Allow multiple global step callbacks and improve documentationPerttu Ahola2-15/+89
2011-11-29Handle undefined objects betterPerttu Ahola6-76/+23
2011-11-29Scripting WIP: Add global environment step function on_stepPerttu Ahola4-2/+35
2011-11-29Scripting WIP: dynamic object stuffPerttu Ahola11-92/+271
2011-11-29ServerRemotePlayer implements ServerActiveObjectPerttu Ahola5-34/+39
2011-11-29Scripting WIPPerttu Ahola1-0/+45
2011-11-29Scripting WIPPerttu Ahola14-15/+148
2011-11-29Scripting WIPPerttu Ahola9-29/+59
2011-11-29Scripting WIPPerttu Ahola4-10/+26
2011-11-29Scripting WIPPerttu Ahola3-3/+13
2011-11-29Scripting WIPPerttu Ahola8-100/+203
2011-11-29Scripting WIPPerttu Ahola12-104/+228
2011-11-29Scripting WIPPerttu Ahola7-76/+118
2011-11-29Scripting WIPPerttu Ahola7-112/+341
2011-11-29Scripting WIP; Lua entity step callback worksPerttu Ahola4-52/+121
2011-11-29Add textures in data/textures (appeared to not have been added)Perttu Ahola102-0/+0
2011-11-29random scripting work-in-progressPerttu Ahola7-24/+55