Port Hover Height from Alchemy, it's in quicksettings~

Lots and lots of other sync~
Also has a command /hover
Added /resync command from Alchemy.
This commit is contained in:
Inusaito Sayori
2015-03-25 08:04:24 -04:00
parent a54937b4b8
commit 398014b118
35 changed files with 534 additions and 111 deletions

View File

@@ -79,14 +79,20 @@ protected:
// void populateDayCyclePresetsList();
void updateTimeSlider();
void onRegionChanged();
void onSimulatorFeaturesReceived(const LLUUID& region_id);
void updateEditHoverEnabled();
LLComboBox* mWaterPresetCombo;
LLComboBox* mSkyPresetCombo;
// LLComboBox* mDayCyclePresetCombo;
LLSliderCtrl* mTimeSlider;
LLSliderCtrl* mHoverHeight;
bool mExpanded;
boost::ptr_list<boost::signals2::scoped_connection> mConnections;
boost::signals2::connection mRegionChangedSlot;
};
#endif // LL_wlfPanel_AdvSettings_H