aboutsummaryrefslogtreecommitdiff
path: root/src/nodedef.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix some remaining issues with attachments, now they work. Tested with object...MirceaKitsune2012-11-251-0/+2
* Fix unnecessary network protocol incompatibility in ContentFeaturesPerttu Ahola2012-11-081-2/+6
* Add liquid_renewable property.Ilya Zhuravlev2012-09-071-0/+3
* Fix black display inside opaque waterMatthew I2012-08-311-2/+0
* Fix map deserialization and remove old serialization codePerttu Ahola2012-07-231-20/+3
* Increment protocol versionPerttu Ahola2012-06-171-16/+6
* Custom boxy nodes (stairs, slabs) and collision changesKahrl2012-06-171-18/+62
* Properly and efficiently use split utility headersPerttu Ahola2012-06-171-0/+1
* Node texture animationPerttu Ahola2012-06-161-32/+115
* Node placement client-side predictionPerttu Ahola2012-06-101-0/+1
* Add after_destruct and cache the existence of on_construct, on_destruct and a...Perttu Ahola2012-06-051-0/+3
* Switch the license to be LGPLv2/later, with small parts still remaining as GP...Perttu Ahola2012-06-051-4/+4
* WIP node metadata, node timersKahrl2012-06-031-3/+2
* Allow group:groupname in ABM definition and implement minetest.hash_node_posi...Perttu Ahola2012-03-311-0/+19
* Some serialization version stuffPerttu Ahola2012-03-251-9/+22
* Add sound.digPerttu Ahola2012-03-241-0/+3
* Add sounds, tune thingsPerttu Ahola2012-03-241-0/+3
* Add event manager and use it to trigger soundsPerttu Ahola2012-03-241-0/+21
* Unknown nodes can be dugPerttu Ahola2012-03-191-0/+2
* MapBlockMesh, mesh animation system, urgent mesh updates, athmospheric light,...Kahrl2012-03-151-38/+11
* Clean up log messages everywherePerttu Ahola2012-03-111-1/+1
* itemgroup.h and ItemGroupList typedefPerttu Ahola2012-03-101-1/+1
* Digging time groups WIPPerttu Ahola2012-03-101-11/+16
* Cleanup (some stuff went wrong when reverting 4-byte mapnodes); fix legacy_wa...Kahrl2012-01-221-0/+2
* Node placement / mineral / serialization / iron freq / node_dig callbackKahrl2012-01-221-20/+13
* The huge item definition and item namespace unification patch (itemdef), see ...Kahrl2012-01-121-139/+60
* Make ToolItem and MaterialItem to convert names by aliases at creation time t...Perttu Ahola2011-12-041-8/+9
* Modify a commit in tooldef.cpp and nodedef.cppPerttu Ahola2011-12-041-1/+1
* Add serialization for node aliases to let client show inventory images correctlyPerttu Ahola2011-12-041-0/+20
* Node definition aliasesPerttu Ahola2011-12-031-1/+34
* Allow digging unknown nodesPerttu Ahola2011-12-031-0/+2
* Fix non-fancy leaves not making faces with waterPerttu Ahola2011-12-011-1/+1
* Make non-fancy leaf texture to go in texture atlas tooPerttu Ahola2011-12-011-2/+2
* Remove +"^[forcesingle" from ContentFeatures::setInventoryTexture, because 1)...Perttu Ahola2011-12-011-1/+1
* Fix texture atlas not being created correctlyPerttu Ahola2011-12-011-1/+2
* Fix liquid source backface culling (was not turned off)Perttu Ahola2011-11-291-0/+1
* Make node definitions available to LuaPerttu Ahola2011-11-291-0/+3
* Add node definitions in Lua and do not use content_mapnode_init anymore (exce...Kahrl2011-11-291-5/+0
* Modify CONTENT_AIR and CONTENT_IGNORE handling in nodedef.cppPerttu Ahola2011-11-291-2/+14
* Make liquid_alternative_* to be stringsPerttu Ahola2011-11-291-10/+11
* Store metadata as metadata name in node definitionPerttu Ahola2011-11-291-13/+3
* Add texture modifier [brighten and modify [toalpha to modify existing texture...Perttu Ahola2011-11-291-2/+2
* Mess up with node definitions to make CONTENT_IGNORE be correctly interpreted...Perttu Ahola2011-11-291-3/+15
* Optimize map generator for the dynamic content ids a bitPerttu Ahola2011-11-291-0/+6
* Fix another silly mistake making CONTENT_IGNORE definition not being what it ...Perttu Ahola2011-11-291-1/+1
* Improved MaterialItem (stores nodename)Perttu Ahola2011-11-291-0/+6
* Node definition namesPerttu Ahola2011-11-291-14/+99
* Add name field to ContentFeaturesPerttu Ahola2011-11-291-7/+6
* Remove burn time definitions from FurnaceNodeMetadataPerttu Ahola2011-11-291-1/+7
* Move cook result properly to ContentFeaturesPerttu Ahola2011-11-291-0/+5