Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
ffs. TODO: prompt automatic copy if it detects an existing install
|
|
|
|
|
|
|
|
until the installer can locate the user's original Starbound assets
|
|
|
|
|
|
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.
|
|
|
|
Helps a little with the lag from recipes when having crafting interfaces open, but it's still noticeable.
Also micro-optimized Root maintenance by unlocking the Root mutexes for their respective shared_ptrs earlier once we have our own shared_ptr.
|
|
|
|
Turns out increasing the root load thread count is detrimental. The databases are always stepping on eachother's toes
|
|
|
|
also update xxhash and tinyformat
|
|
Using proper SDL Audio APIs now
Fixed borderless
Create game window before asset load
Bump up root loading worker thread count to 8
Fix not hearing other player songs on load-in
Fix issues with shipworlds missing ship.level property
Fix rare thread race with received chat packets on the server-side
|
|
all at once
|