basic world setup, multi-world support, and possibly-working basic mapgen
commit5f4933537fa86e74639b5fce29ac26511293024a
authordarkrose <lisa@ltmnet.com>
Thu, 31 Mar 2016 06:56:50 +0000 (31 16:56 +1000)
committerdarkrose <lisa@ltmnet.com>
Thu, 31 Mar 2016 06:56:50 +0000 (31 16:56 +1000)
tree1ef8e034a575b828511cea0658c0a3cd68a2e282
parent587a3564d7d87c132454d23fad2f169cdca9b866
basic world setup, multi-world support, and possibly-working basic mapgen
19 files changed:
Makefile.sources
inc/common.h
inc/map.h
src/client/events.c
src/client/kmap.c
src/client/main.c
src/core/config.c
src/core/config_default.c
src/core/path.c
src/core/world.c [new file with mode: 0644]
src/lib/array.c
src/lib/string.c
src/map/map.c
src/map/mapgen.c [new file with mode: 0644]
src/map/mapgen_basic.c [new file with mode: 0644]
src/map/mapgen_noise.c
src/map/mapgen_terrain.c [new file with mode: 0644]
src/map/mapgen_util.c [copied from src/server/servermain.c with 50% similarity]
src/server/servermain.c