New map generator added (and SQLite, messed up the commits at that time...) (import...
authorPerttu Ahola <celeron55@gmail.com>
Sat, 25 Jun 2011 01:25:14 +0000 (04:25 +0300)
committerPerttu Ahola <celeron55@gmail.com>
Sat, 25 Jun 2011 01:25:14 +0000 (04:25 +0300)
commit7538b4c6201675c566c98b21c8ecddb798a14943
treee61cbdb7c2d9fedd41e2793860aa26553c545f56
parent47e4eda4bb87cd9dc20dddf81ca473b523eeb150
New map generator added (and SQLite, messed up the commits at that time...) (import from temporary git repo)
29 files changed:
.gitignore
data/gravel.png [new file with mode: 0644]
data/mossycobble.png [new file with mode: 0644]
src/CMakeLists.txt
src/client.cpp
src/content_mapblock.cpp
src/content_mapnode.cpp
src/content_mapnode.h
src/defaultsettings.cpp
src/environment.cpp
src/environment.h
src/farmesh.cpp
src/main.cpp
src/map.cpp
src/map.h
src/mapblock.cpp
src/mapblock.h
src/mapsector.cpp
src/mapsector.h
src/noise.cpp
src/noise.h
src/serialization.h
src/server.cpp
src/sqlite/CMakeLists.txt [new file with mode: 0644]
src/sqlite/sqlite3.c [new file with mode: 0644]
src/sqlite/sqlite3.h [new file with mode: 0644]
src/test.cpp
src/tile.cpp
src/voxel.h