aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt (unfollow)
Commit message (Expand)AuthorFilesLines
2012-07-21Handle nil placer as it might occur when using minetest.env:place_node. (Uberi)darkrose1-1/+1
2012-07-19Remove util/old/genmap.py, because it is uselessly oldPerttu Ahola2-373/+0
2012-07-19Allow defining player's inventory form in LuaPerttu Ahola10-10/+129
2012-06-19Fix /builtin/misc.lua:47: attempt to call method 'is_player' (a nil value)Perttu Ahola1-0/+1
2012-06-18Fix random glitches in transparent animationsPerttu Ahola1-0/+3
2012-06-17Add pointed_thing to lua_api.txtPerttu Ahola1-0/+7
2012-06-17Hopefully fix includes on mingwPerttu Ahola3-6/+6
2012-06-17Increment protocol versionPerttu Ahola2-18/+10
2012-06-17Explain node boxes in lua_api.txtPerttu Ahola1-1/+37
2012-06-17Custom boxy nodes (stairs, slabs) and collision changesKahrl19-645/+1104
2012-06-17Optimize headersPerttu Ahola81-92/+221
2012-06-17Properly and efficiently use split utility headersPerttu Ahola73-159/+130
2012-06-17Initially split utility.h to multiple files in util/Perttu Ahola30-2326/+2684
2012-06-16Mention node drawtypes in lua_api.txtPerttu Ahola1-1/+21
2012-06-16Fix /setpassword and /clearpasswordPerttu Ahola1-6/+26
2012-06-16Fix "Node placement prediction failed for (places __default) - Name not known"Perttu Ahola1-2/+5
2012-06-16Add desynchronize_mapblock_texture_animation setting and improve minetest.con...Perttu Ahola3-7/+18
2012-06-16Fix build error due to DEBUGFILEPerttu Ahola1-1/+2
2012-06-16Revert back proper crack texturePerttu Ahola1-0/+0
2012-06-16Clean up constants.h a bitPerttu Ahola2-43/+47
2012-06-16Allow node cracking animations of any lengthPerttu Ahola4-7/+49
2012-06-16Remove tiles and special_tiles from node definition prototype because otherwi...Perttu Ahola1-5/+7
2012-06-16Update field names to non-deprecated ones in node definition prototypePerttu Ahola2-5/+4
2012-06-16Use new field names and reorder fields a bit in minimal gamePerttu Ahola1-67/+67
2012-06-16Node texture animationPerttu Ahola16-82/+421
2012-06-11Add comment about ItemSAO being deprecatedPerttu Ahola1-0/+3
2012-06-10Add some missing object properties to doc/lua_api.txtPerttu Ahola1-0/+3
2012-06-10Node placement client-side predictionPerttu Ahola8-8/+99
2012-06-09Remove a random old comment and a #define from game.cppPerttu Ahola1-11/+0