Issue/1355 (#1424)

* Move glfw init after macOS window is ready
* MacOS fixes for BigSur
* Compile fixs
* Rename hirise.asset since linux filenames are case-sensitive
* Modified globals DataStorage method to make Linux and Mac happy
* Switched to unsecure http URLs for satellites due to httprequest problem
* Keep the QApplication around on Mac because of some reason otherwise the keyboard handler crashes
* Add comment explaining the madness
* Apply same techniques to the globalscallback file

Co-authored-by: Micah Acinapura <micahnyc@gmail.com>
Co-authored-by: Gene Payne <payne.gene@gmail.com>
This commit is contained in:
Alexander Bock
2020-12-07 23:41:20 +01:00
committed by GitHub
parent 3d1bd9122e
commit 51470c0a0d
22 changed files with 667 additions and 219 deletions

View File

@@ -73,7 +73,7 @@ ServerInterface* ServerModule::serverInterfaceByIdentifier(const std::string& id
}
void ServerModule::internalInitialize(const ghoul::Dictionary& configuration) {
global::callback::preSync.emplace_back([this]() {
global::callback::preSync->emplace_back([this]() {
ZoneScopedN("ServerModule")
preSync();