diff options
author | RevolutionSmythe | 2010-10-20 16:31:09 -0500 |
---|---|---|
committer | McCabe Maxsted | 2010-11-01 16:58:02 -0700 |
commit | af6877fbfe94e80948c559cf77f008049f8168dc (patch) | |
tree | 4fe687aaec6a1b964a0e989d3c03c143b4ab07f6 /linden/indra/newview/llviewerregion.cpp | |
parent | Merge remote branch 'thickbrick/weekly' into weekly (diff) | |
download | meta-impy-af6877fbfe94e80948c559cf77f008049f8168dc.zip meta-impy-af6877fbfe94e80948c559cf77f008049f8168dc.tar.gz meta-impy-af6877fbfe94e80948c559cf77f008049f8168dc.tar.bz2 meta-impy-af6877fbfe94e80948c559cf77f008049f8168dc.tar.xz |
Finishes the OpenRegionSettings module, adds a new panel to Region/Estate for OpenRegionSettings, adds the new CAPS based WindLight Settings module, cleans up a few UI parts, and rebuilds the ToS window to support OpenSim regions better.
Diffstat (limited to 'linden/indra/newview/llviewerregion.cpp')
-rw-r--r-- | linden/indra/newview/llviewerregion.cpp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/linden/indra/newview/llviewerregion.cpp b/linden/indra/newview/llviewerregion.cpp index 4fd3bfb..b63914c 100644 --- a/linden/indra/newview/llviewerregion.cpp +++ b/linden/indra/newview/llviewerregion.cpp | |||
@@ -452,6 +452,12 @@ void LLViewerRegion::setWaterHeight(F32 water_level) | |||
452 | mLandp->setWaterHeight(water_level); | 452 | mLandp->setWaterHeight(water_level); |
453 | } | 453 | } |
454 | 454 | ||
455 | |||
456 | void LLViewerRegion::rebuildWater() | ||
457 | { | ||
458 | mLandp->rebuildWater(); | ||
459 | } | ||
460 | |||
455 | F32 LLViewerRegion::getWaterHeight() const | 461 | F32 LLViewerRegion::getWaterHeight() const |
456 | { | 462 | { |
457 | return mLandp->getWaterHeight(); | 463 | return mLandp->getWaterHeight(); |
@@ -1416,7 +1422,9 @@ void LLViewerRegion::setSeedCapability(const std::string& url) | |||
1416 | LLSD capabilityNames = LLSD::emptyArray(); | 1422 | LLSD capabilityNames = LLSD::emptyArray(); |
1417 | capabilityNames.append("ChatSessionRequest"); | 1423 | capabilityNames.append("ChatSessionRequest"); |
1418 | capabilityNames.append("CopyInventoryFromNotecard"); | 1424 | capabilityNames.append("CopyInventoryFromNotecard"); |
1425 | capabilityNames.append("DispatchOpenRegionSettings"); | ||
1419 | capabilityNames.append("DispatchRegionInfo"); | 1426 | capabilityNames.append("DispatchRegionInfo"); |
1427 | capabilityNames.append("DispatchWindLightSettings"); | ||
1420 | capabilityNames.append("EstateChangeInfo"); | 1428 | capabilityNames.append("EstateChangeInfo"); |
1421 | capabilityNames.append("EventQueueGet"); | 1429 | capabilityNames.append("EventQueueGet"); |
1422 | capabilityNames.append("FetchInventory"); | 1430 | capabilityNames.append("FetchInventory"); |
@@ -1434,6 +1442,7 @@ void LLViewerRegion::setSeedCapability(const std::string& url) | |||
1434 | capabilityNames.append("ProvisionVoiceAccountRequest"); | 1442 | capabilityNames.append("ProvisionVoiceAccountRequest"); |
1435 | capabilityNames.append("RemoteParcelRequest"); | 1443 | capabilityNames.append("RemoteParcelRequest"); |
1436 | capabilityNames.append("RequestTextureDownload"); | 1444 | capabilityNames.append("RequestTextureDownload"); |
1445 | capabilityNames.append("RetrieveWindLightSettings"); | ||
1437 | capabilityNames.append("SearchStatRequest"); | 1446 | capabilityNames.append("SearchStatRequest"); |
1438 | capabilityNames.append("SearchStatTracking"); | 1447 | capabilityNames.append("SearchStatTracking"); |
1439 | capabilityNames.append("SendPostcard"); | 1448 | capabilityNames.append("SendPostcard"); |