Andrew

Results 3 issues of Andrew

When using the Android NDK toolchain on Windows, `cc-rs` currently attempts to pass `--target` twice: ``` running: "C:\\Users\\arcdev\\AppData\\Local\\Android\\Sdk\\ndk\\25.0.8775105\\toolchains\\llvm\\prebuilt\\windows-x86_64\\bin\\clang.exe" "--target=armv7a-linux-androideabi21" "-O0" "-DANDROID" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "--target=armv7-linux-androideabi" "-Wall" "-Wextra" "-E"...

On Android targets, `backtrace-rs` uses the buildscript to detect if the Android API level, which is needed to enable backtrace symbolication on targets with Android API >= 21. This PR...

S-waiting-on-review
T-libs

Currently, dedicated servers will deadlock when generating a new simplex world for the first time. While commit [68e91f ](https://github.com/SuperCoder7979/simplexterrain/commit/68e91f76c7c4e5dc5dba74c0b3ced0f0150916c7) displays a walkaround for this, restarting the server does not seem...