Aurora-Sim is now WhiteCore

Minor Alchemy merge in removing llvlmanager,
indra_constants no longer has *_LAYER_CODE
This commit is contained in:
Lirusaito
2019-01-25 21:19:51 -05:00
parent 0fca6ee425
commit 049c1e16b0
17 changed files with 133 additions and 326 deletions

View File

@@ -505,7 +505,7 @@ void LLEnvManagerNew::onRegionSettingsResponse(const LLSD& content)
mRegionSettingsChangeSignal();
// reset
if (!gHippoGridManager->getConnectedGrid()->isAurora()) // On Aurora, the region says when to refresh
if (!gHippoGridManager->getConnectedGrid()->isWhiteCore()) // On WhiteCore, the region says when to refresh
mInterpNextChangeMessage = false;
}
@@ -704,7 +704,7 @@ void LLEnvManagerNew::onRegionChange()
}
}
// Aurora-sim windlight refresh
// WhiteCore windlight refresh
class WindLightRefresh : public LLHTTPNode
{
/*virtual*/ void post(LLHTTPNode::ResponsePtr response, const LLSD& context, const LLSD& input) const