-
- Downloads
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.
Showing
- src/cavegen.cpp 2 additions, 2 deletionssrc/cavegen.cpp
- src/cavegen.h 3 additions, 3 deletionssrc/cavegen.h
- src/dungeongen.h 1 addition, 1 deletionsrc/dungeongen.h
- src/mapgen.cpp 17 additions, 3 deletionssrc/mapgen.cpp
- src/mapgen.h 3 additions, 3 deletionssrc/mapgen.h
- src/mg_biome.h 1 addition, 1 deletionsrc/mg_biome.h
- src/noise.cpp 13 additions, 13 deletionssrc/noise.cpp
- src/noise.h 16 additions, 16 deletionssrc/noise.h
- src/script/lua_api/l_env.cpp 1 addition, 1 deletionsrc/script/lua_api/l_env.cpp
- src/script/lua_api/l_noise.cpp 1 addition, 1 deletionsrc/script/lua_api/l_noise.cpp
- src/script/lua_api/l_noise.h 2 additions, 2 deletionssrc/script/lua_api/l_noise.h
- src/treegen.cpp 4 additions, 4 deletionssrc/treegen.cpp
- src/treegen.h 4 additions, 4 deletionssrc/treegen.h
Loading
Please register or sign in to comment