aboutsummaryrefslogtreecommitdiff
path: root/src/nodedef.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Add new drawtype GLASSLIKE_FRAMEDRealBadAngel2013-04-241-0/+4
* Add option to use texture alpha channelkwolekr2013-04-231-9/+5
* unkn own block -> unkn own nodekhonkhortisan2013-04-051-1/+1
* Fix MapgenV6::generateCaves possible division by 0 and misc. cosmetic fixeskwolekr2013-03-301-0/+1
* Optimize CNodeDefManager::getIdskwolekr2013-03-301-0/+36
* Move rightclickable to the proper placePilzAdam2013-03-231-2/+2
* Include backface_culling flag in serialization format for TileDefsJürgen Doser2013-03-231-8/+13
* Update Copyright YearsSfan52013-02-241-1/+1
* Change Minetest-c55 to MinetestPilzAdam2013-02-241-1/+1
* Disable placement prediction for nodes that use on_rightclickJeija2013-02-191-0/+3
* Disable backface culling for drawtype plantlike and only draw 2 faces instead...Jürgen Doser2013-02-101-1/+4
* The new mapgen, noise functions, et al.kwolekr2013-01-211-5/+5
* Fix tile MaterialType to make sense and make lava surface be shader'd lower l...Perttu Ahola2012-12-021-8/+17
* Support serialization of protocol 13 ContentFeaturesPerttu Ahola2012-11-291-112/+184
* Proper versioning of new network-serialized stuffPerttu Ahola2012-11-261-54/+109
* Update ContentFeatures serialization format now as PROTOCOL_VERSION was changedPerttu Ahola2012-11-251-4/+4
* Fix more things I forgot for attached players. Such players will now properly...MirceaKitsune2012-11-251-2/+0
* 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