aboutsummaryrefslogtreecommitdiff
path: root/src/content_mapblock.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * Merge branch 'upstream/master'Nils Dagsson Moskopp2011-07-141-1/+1
| |\ | | | | | | | | | | | | | | | Conflicts: data/oerkki1.png src/client.cpp
| * | Merge branch 'master' of https://github.com/erlehmann/minetest-delta.git ↵Sebastian Rühl2011-06-261-7/+160
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into upstream_merge Conflicts: .gitignore CMakeLists.txt data/heart.png src/CMakeLists.txt src/game.cpp src/guiMainMenu.cpp src/inventory.cpp src/map.cpp src/mapblock.cpp src/mapnode.cpp src/mapnode.h src/materials.cpp src/server.cpp Signed-off-by: Sebastian Rühl <bahamada_basti@yahoo.de>
* | | extended content-type rangePerttu Ahola2011-07-231-23/+23
| |/ |/|
* | changed one "if" to "else if" in content_mapblock.cppPerttu Ahola2011-06-261-1/+1
|/
* New map generator added (and SQLite, messed up the commits at that time...) ↵Perttu Ahola2011-06-251-0/+92
| | | | (import from temporary git repo)
* Moved stuff from mapblock{h,cpp} to mapblock_mesh.{h,cpp} and ↵Perttu Ahola2011-06-171-0/+831
content_mapblock.{h,cpp}