Add Mouselook IFF from Alchemy!

Also Assorted Code Cleanup and sync with Alchemy
Debug Settings are AlchemyMouselookIFF and AlchemyMouselookIFFRange
Look to see if an avatar is in a nearby region always when checking if they're an estate owner.
This commit is contained in:
Lirusaito
2015-03-13 22:16:07 -04:00
parent f168d6b60a
commit be6ad2a919
14 changed files with 282 additions and 199 deletions

View File

@@ -54,6 +54,9 @@ public:
virtual BOOL clipMouseWhenDown() { return FALSE; }
private:
BOOL mIsSelected;
// <alchemy> - UI Caching
LLUIImagePtr mCrosshairp;
};
#endif