veloren/client
Joshua Yanovski b4ad76372b Allow canceling chunk generation.
Currently we only do this when no players are in range of the chunk.  We
also send the first client who posted the chunk a message indicating
that it's canceled, the hope being that this will be a performance win
in single player mode since you don't have to wait three seconds to
realize that the server won't generate the chunk for you.

We now check an atomic flag for every column sample in a chunk.  We
could probably do this less frequently, but since it's a relaxed load it
has essentially no performance impact on Intel architectures.
2019-09-16 03:41:33 +02:00
..
src Allow canceling chunk generation. 2019-09-16 03:41:33 +02:00
Cargo.lock Added lz4 compression to networking 2019-05-09 18:57:47 +01:00
Cargo.toml Update to github vek repo 2019-08-26 13:12:45 +02:00