GameDef compiles
authorPerttu Ahola <celeron55@gmail.com>
Mon, 14 Nov 2011 19:41:30 +0000 (21:41 +0200)
committerPerttu Ahola <celeron55@gmail.com>
Tue, 29 Nov 2011 17:13:42 +0000 (19:13 +0200)
commitc6fd2986d4261cf742d3bc21e8c12be59ab89f95
treeef6ce8210f7f017bce42a024b75a44e73b5ab139
parentabceeee92f99b84ebb79968269835a4f509bfb90
GameDef compiles
52 files changed:
src/CMakeLists.txt
src/camera.cpp
src/camera.h
src/client.cpp
src/client.h
src/collision.cpp
src/collision.h
src/content_mapblock.cpp
src/content_mapblock.h
src/content_mapnode.cpp
src/content_mapnode.h
src/content_sao.cpp
src/content_tool.cpp
src/content_tool.h
src/environment.cpp
src/environment.h
src/game.cpp
src/gamedef.h
src/inventory.cpp
src/main.cpp
src/map.cpp
src/map.h
src/mapblock.cpp
src/mapblock.h
src/mapblock_mesh.cpp
src/mapblock_mesh.h
src/mapgen.cpp
src/mapgen.h
src/mapnode.cpp
src/mapnode.h
src/mapnode_contentfeatures.cpp [deleted file]
src/mapnode_contentfeatures.h [deleted file]
src/mapsector.cpp
src/mapsector.h
src/materials.cpp
src/materials.h
src/nodedef.cpp [new file with mode: 0644]
src/nodedef.h [new file with mode: 0644]
src/player.cpp
src/player.h
src/server.cpp
src/server.h
src/servermain.cpp
src/test.cpp
src/tile.cpp
src/tile.h
src/tool.cpp [deleted file]
src/tool.h [deleted file]
src/tooldef.cpp [new file with mode: 0644]
src/tooldef.h [new file with mode: 0644]
src/voxel.cpp
src/voxel.h