utility.h: Change Buffer's interface to be more compatible with SharedBuffer's interf...
[oweals/minetest.git] / src / content_mapblock.cpp
2011-11-03 Perttu AholaFix flowing liquid spacing; water and lava next to...
2011-10-18 Perttu Aholaset backface culling off again for torches, ladders...
2011-10-18 Perttu AholaImprove rendering and fix tiling in mesh generation
2011-10-12 Perttu AholaHeader file tweaking; mainly for speed
2011-09-26 Perttu AholaMerge remote-tracking branch 'marktraceur/master'
2011-09-26 Perttu AholaMerge branch 'view_bobbing_and_vielded_tool'
2011-09-24 Mark HolmquistAdding (most) of the sapling functionality. It has...
2011-09-16 Perttu AholaMerge remote-tracking branch 'sfan5/apple-trees'
2011-09-11 sfan5Removed Spaces
2011-09-11 sfan5Added Apple Trees
2011-08-23 Perttu AholaLava is now better visible inside water. (a crappy...
2011-08-22 Perttu AholaFixed water mesh generation acting weird next to sand
2011-08-22 Perttu AholaMerge remote-tracking branch 'oblomov/me_cmd'
2011-08-22 Perttu AholaMerge remote-tracking branch 'oblomov/new_input'
2011-08-22 Perttu AholaMerge branch 'lava'
2011-08-15 Perttu AholaFixed liquid mesh generation
2011-08-14 Perttu Aholalava!
2011-08-05 Perttu Aholamerged delta and c55
2011-08-01 Nils Dagsson MoskoppMerge pull request #47 from MarkTraceur/master
2011-08-01 Mark HolmquistFixed a few problems in the ladder update, and changed...
2011-08-01 Mark HolmquistAdded ladders--they don't have any use yet, though
2011-07-30 Nils Dagsson MoskoppMerge remote-tracking branch 'origin/upstream'
2011-07-24 Perttu Aholamerged fix to decapitated trees; other bugs now exists
2011-07-23 Perttu Aholamerged jungle and bluish shadows
2011-07-23 Perttu Aholamerged the content type extension and delta
2011-07-23 Perttu Aholaextended content-type range
2011-07-23 Perttu Aholamerged some stuff from upstream while merging delta
2011-07-23 Perttu AholaMade dark places tint slightly in blue
2011-07-22 Perttu AholaJungle biome/whatever thing
2011-07-22 Nils Dagsson MoskoppMerge branch 'upstream/master'
2011-07-22 Nils Dagsson MoskoppMerge branch 'upstream/master'
2011-07-21 Perttu AholaMerged minetest-delta a624fe549bc75855a170
2011-07-20 Nils Dagsson MoskoppMerge branch 'upstream/master'
2011-07-20 Nils Dagsson MoskoppMerge branch 'upstream/master'
2011-07-18 Felix Krause* refactored liquid transformation code (has some flaws)
2011-07-18 Felix Krause* refactored liquid transformation code (has some flaws)
2011-07-16 Nils Dagsson MoskoppMerge remote-tracking branch 'origin/upstream'
2011-07-16 Nils Dagsson MoskoppMerge remote-tracking branch 'origin/upstream'
2011-07-14 Nils Dagsson MoskoppMerge branch 'upstream/master'
2011-07-14 Nils Dagsson MoskoppMerge branch 'upstream/master'
2011-06-27 Nils Dagsson MoskoppMerge pull request #13 from Bahamada/upstream_merge
2011-06-27 Nils Dagsson MoskoppMerge pull request #13 from Bahamada/upstream_merge
2011-06-26 Perttu Aholachanged one "if" to "else if" in content_mapblock.cpp
2011-06-26 Sebastian RühlMerge branch 'master' of https://github.com/erlehmann...
2011-06-26 Sebastian RühlMerge branch 'master' of https://github.com/erlehmann...
2011-06-25 Perttu AholaNew map generator added (and SQLite, messed up the...
2011-06-17 Perttu AholaMoved stuff from mapblock{h,cpp} to mapblock_mesh....