Age | Commit message (Collapse) | Author |
|
read/write
|
|
can now disable zstd stream compression via config, peer-to-peer uses stream compression now, also made the server commands script a bit nicer
|
|
oops
|
|
|
|
|
|
would only cause an issue when using sendAll, resulted in rarely not connecting
|
|
|
|
|
|
currently a bit buggy
|
|
On Linux and macOS, using Clang to compile OpenStarbound produces about 400 MB worth of warnings during the build, making the compiler output unreadable and slowing the build down considerably.
99% of the warnings were unqualified uses of std::move and std::forward, which are now all properly qualified.
Fixed a few other minor warnings about non-virtual destructors and some uses of std::move preventing copy elision on temporary objects.
Most remaining warnings are now unused parameters.
|
|
|
|
|
|
all at once
|