- Added dirty flag that is set true when user changes checkbox or chooses one of radiobuttons connected to double-click action. No change of user settings happens on this commit, because user may press cancel or close floater. If user presses OK, and flag is true, user changes are applied to settings.
If user clicks cancel or closes floater, controls are reverted to the state they were before changes, using settings to determine it.
- Removed double-click action menu items and code that handled them to avoid functionality duplication and synchronization problems.
HUDtext updates may be broken, much testing needed.
I expect this merge to be improved and even fully replaced by up and coming RLVa work.
When we do get a clean merge of RLVa, it should stay clean.
It does compile ;)
- fixed : agent name should be anonimized on the "Freeze" and "Eject" notifications when @shownames=n restricted
- changed : land sit is allowed when @unsit=n restricted but not currently sitting (won't be able to stand up again though)
- fixed : "Create Landmark" should be (visually) disabled when @showloc=n restricted
- fixed : script options under the Build / Scripts submenu don't visually disable to indicate that they're blocked for non-detachable attachment selections
- fixed : inconsistency between enabling the "Home" button and the "World / Teleport Home" menu option
-> RLVa will allow teleporting home unless both @tplm=n *and* @tploc=n restricted
--HG--
branch : RLVa
- fixed : attachment points on the "Attach To" inventory context menu are disabled when (at least) one non-detachable attachment is attached
- fixed : attachment points on the "Attach To" object context menu are disabled when (at least) one non-detachable attachment is attached
-> with multi-attachments items/objects will "add attach" rather than "replace attach" so they should only disable if the attachment point is RLV_LOCK_ADD locked
--HG--
branch : RLVa
- fixed : "Pay" on the other avatar context menu isn't blocked when @shownames=n restricted
- fixed : "Call" on the other avatar context menu is blocked but not visibly disabled when @shownames=n restricted
--HG--
branch : RLVa