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/llagent.h | |
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 '')
-rw-r--r-- | linden/indra/newview/llagent.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/linden/indra/newview/llagent.h b/linden/indra/newview/llagent.h index 6bc4dac..fe50bf5 100644 --- a/linden/indra/newview/llagent.h +++ b/linden/indra/newview/llagent.h | |||
@@ -584,6 +584,7 @@ public: | |||
584 | EPointAtType getPointAtType(); | 584 | EPointAtType getPointAtType(); |
585 | 585 | ||
586 | void setHomePosRegion( const U64& region_handle, const LLVector3& pos_region ); | 586 | void setHomePosRegion( const U64& region_handle, const LLVector3& pos_region ); |
587 | void takeHomeScreenshot(); | ||
587 | BOOL getHomePosGlobal( LLVector3d* pos_global ); | 588 | BOOL getHomePosGlobal( LLVector3d* pos_global ); |
588 | void setCameraAnimating( BOOL b ) { mCameraAnimating = b; } | 589 | void setCameraAnimating( BOOL b ) { mCameraAnimating = b; } |
589 | BOOL getCameraAnimating( ) { return mCameraAnimating; } | 590 | BOOL getCameraAnimating( ) { return mCameraAnimating; } |
@@ -742,6 +743,7 @@ public: | |||
742 | LLUUID mSecureSessionID; // secure token for this login session | 743 | LLUUID mSecureSessionID; // secure token for this login session |
743 | 744 | ||
744 | F32 mDrawDistance; | 745 | F32 mDrawDistance; |
746 | BOOL mLockedDrawDistance; | ||
745 | 747 | ||
746 | U64 mGroupPowers; | 748 | U64 mGroupPowers; |
747 | BOOL mHideGroupTitle; | 749 | BOOL mHideGroupTitle; |