1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-09-15 18:57:08 +00:00

Merge branch 'upstream/master'

Conflicts:
	data/oerkki1.png
	src/client.cpp
This commit is contained in:
Nils Dagsson Moskopp 2011-07-14 22:43:22 +02:00
commit af05e4b2de
54 changed files with 3333 additions and 2841 deletions

View file

@ -61,6 +61,7 @@ configure_file(
)
set(common_SRCS
content_sao.cpp
mapgen.cpp
content_inventory.cpp
content_nodemeta.cpp
@ -102,6 +103,7 @@ set(common_SRCS
# Client sources
set(minetest_SRCS
${common_SRCS}
content_cao.cpp
mapblock_mesh.cpp
farmesh.cpp
keycode.cpp