diff options
author | Todd Stinson <stinson@lindenlab.com> | 2012-04-25 11:17:30 -0700 |
---|---|---|
committer | Todd Stinson <stinson@lindenlab.com> | 2012-04-25 11:17:30 -0700 |
commit | b8c63d8848dc73d3437a9452a44a04a45fffef7d (patch) | |
tree | 0fabf7c1d76c4bdf030658db3df71474fbcfb3fc /indra/newview/llfloaterpathfindingconsole.h | |
parent | a72034fa42ebaf7e2f56c4a8cb0f445f12d22fe4 (diff) |
Adding ability to change the RetrieveNeighboringRegion debug setting and have it automatically update the navmesh zones.
Diffstat (limited to 'indra/newview/llfloaterpathfindingconsole.h')
-rw-r--r-- | indra/newview/llfloaterpathfindingconsole.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/indra/newview/llfloaterpathfindingconsole.h b/indra/newview/llfloaterpathfindingconsole.h index 3fdadfafad..72acc8a749 100644 --- a/indra/newview/llfloaterpathfindingconsole.h +++ b/indra/newview/llfloaterpathfindingconsole.h @@ -151,8 +151,9 @@ private: void clearPath(); void updatePathTestStatus(); - void registerNavMeshColorListeners(); - void deregisterNavMeshColorListeners(); + void registerSavedSettingsListeners(); + void deregisterSavedSettingsListeners(); + void handleRetrieveNeighborChange(LLControlVariable *pControl, const LLSD &pNewValue); void handleNavMeshColorChange(LLControlVariable *pControl, const LLSD &pNewValue); void fillInColorsForNavMeshVisualization(); @@ -202,6 +203,7 @@ private: LLToolset *mPathfindingToolset; LLToolset *mSavedToolset; + boost::signals2::connection mSavedSettingRetrieveNeighborSlot; boost::signals2::connection mSavedSettingWalkableSlot; boost::signals2::connection mSavedSettingStaticObstacleSlot; boost::signals2::connection mSavedSettingMaterialVolumeSlot; |