Change internal type for seeds to s32
authorkwolekr <kwolekr@minetest.net>
Sat, 4 Jun 2016 05:35:37 +0000 (01:35 -0400)
committerkwolekr <kwolekr@minetest.net>
Sat, 4 Jun 2016 05:51:44 +0000 (01:51 -0400)
commitdfbdb5bcd7bc48efb21d585d5c22454a9d5f0f1e
tree20f2d5cbb64f1a6bf0ee2638f4396effb42d362b
parent2060fd9cbe587d7e8ffe0cecdd67925f13a56c05
Change internal type for seeds to s32

This fixes value truncation (and therefore incompatibility) on platforms
with an LP32 data model, such as VAX or MS-DOS.
13 files changed:
src/cavegen.cpp
src/cavegen.h
src/dungeongen.h
src/mapgen.cpp
src/mapgen.h
src/mg_biome.h
src/noise.cpp
src/noise.h
src/script/lua_api/l_env.cpp
src/script/lua_api/l_noise.cpp
src/script/lua_api/l_noise.h
src/treegen.cpp
src/treegen.h