Kitty Barnett
b233db99fe
[FIXED] Edge case issues with @fartouch and other touch related restrictions
...
-> [FIXED] Can't select a face on a nearby object when both @fartouch and @touch* restricted
-> [FIXED] Object inspectors aren't shown on nearby objects when both @fartouch and @touch* restricted
-> [FIXED] Non-touch left-click actions on nearby objects are blocked when both @fartouch and @touch* restricted
--HG--
branch : RLVa
2016-11-20 15:10:42 +01:00
Kitty Barnett
d8a64bfa86
RLVa can now be toggled on/off at the login screen without requiring a viewer restart
...
--HG--
branch : RLVa
2016-11-20 12:44:36 +01:00
Kitty Barnett
351c4f7709
Refactoring carousel: prefer RlvActions over RlvHandler wherever possible
...
-> clean up some quick wins; no functionality changes
--HG--
branch : RLVa
2016-11-20 11:57:08 +01:00
Kitty Barnett
7dac084924
Refactoring carousel: prefer RlvActions over RlvHandler wherever possible
...
-> RlvHandler should only deal with the actual RLV API syntax
-> RlvActions should handle all interpretation of the stored behaviour
=> the end result will make it significantly easier to finally switch over to a new syntax with the option of remaining compatible
--HG--
branch : RLVa
2016-11-20 00:46:12 +01:00
Kitty Barnett
4e99177b14
Merged with Appearance-Misc tip
...
--HG--
branch : RLVa
2016-11-14 20:15:31 +01:00
Kitty Barnett
bac1de6c68
Reviewed Appearance-SyncAttach for Catznip-R11
...
-> none of the work on AIS fixes the original problem from 6 years ago (see VWR-18512 and previous changesets in Appearance-Misc patch branch)
-> Repro:
* folder with 1 attachment and 2 wearables
* double-click (in rapid succession) wearable 1, then attachment A and finally wearable 2
=> after double-clicking wearable 2 the attachment will end up detached
--HG--
branch : Appearance-Misc
2016-11-14 20:12:11 +01:00
Kitty Barnett
7b6add8ae9
[FIXED] Reverting an outfit after wearing new attachments doesn't detach the extr attachments
...
-> an AIS fix went missing in one of the recent merges cause inventory callbacks to once again not use the inventory item UUID
-> see changeset 60b16f58b01b for the original fix
--HG--
branch : Appearance-Misc
2016-11-14 19:08:54 +01:00
Kitty Barnett
cdf30118c5
Merged with RLVa bugfixes
...
--HG--
branch : RLVa
2016-11-12 17:46:10 +01:00
Kitty Barnett
5266981c86
@setgroup:<string>=force will now do a "starts with" rather than an exact match
...
-> see FIRE-20266 - problem when group name contains a comma (or colon?)
-> an exact match has precedence over a partial match; in case of multiple partial matches the last match wins (group ordering isn't guaranteed so essentially 'random')
-> @setgroup:<uuid>=force is still preferred
--HG--
branch : RLVa
2016-11-12 13:45:02 +01:00
Kitty Barnett
51c503af99
[FIXED] Force wear commands don't work from the console
...
-> force wear actions would execute but stay in the queue until a scripted RLV commands excuted (or as a result of change in the locks)
--HG--
branch : RLVa
2016-11-12 12:18:06 +01:00
Kitty Barnett
a1808b0c5f
[FIXED] Path separator ('/') cannot be used in shared folder names and shouldn't be returned by @getinv and @findfolder(s)
...
--HG--
branch : RLVa
2016-11-12 11:39:09 +01:00
Kitty Barnett
7e82891bce
[FIXED] Items can be moved out of locked folders by manipulating node vs subtree locks
...
-> see https://jira.phoenixviewer.com/browse/FIRE-15499
--HG--
branch : RLVa
2016-11-12 02:22:14 +01:00
Kitty Barnett
59500ff77f
[FIXED] Items can be pasted from locked folders into unlocked folders and vice versa
...
-> rather than blocking the context menu item we'll show a blocked notification toast to help the user identify why their paste is failing
--HG--
branch : RLVa
2016-11-12 00:28:09 +01:00
Kitty Barnett
e5beb88409
[FIXED] CATZ-251: Build button doesn't actually bring up the build floater
...
--HG--
branch : RLVa
2016-11-06 16:55:30 +01:00
Kitty Barnett
d0068b4a0c
Merged with default tip (Revision 458d5e56948b)
...
--HG--
branch : RLVa
2016-10-15 21:32:03 +02:00
Kitty Barnett
db14fee983
Merged with default tip (Revision 458d5e56948b)
...
--HG--
branch : Appearance-Misc
2016-10-15 15:37:39 +02:00
Kitty Barnett
8dd0226751
Merged with default tip (Revision 458d5e56948b)
...
--HG--
branch : Viewer-Build
2016-10-12 14:45:33 +02:00
Oz Linden
662cae23f6
Added tag 4.1.1-release for changeset b280a1c797a3
2016-10-10 15:33:44 -04:00
Callum Prentice
56953b146a
Fix MAINT-6730 Media audio does not play when Media volume slider is set to max
2016-10-05 13:15:25 -07:00
Kitty Barnett
0046a76489
Merged with default tip (Revision 353c4cb529e2)
...
--HG--
branch : RLVa
2016-10-03 22:39:14 +02:00
Kitty Barnett
c3c7e97eed
Merged with default tip (Revision 353c4cb529e2)
...
--HG--
branch : Appearance-Misc
2016-10-02 19:55:19 +02:00
Callum Prentice
1be15b3d3a
Log volume control values for debugging
2016-09-30 15:20:37 -07:00
Ansariel
359a93f125
Fix some comments
...
--HG--
branch : RLVa
2016-09-28 10:28:32 +02:00
Ansariel
a51c9b4e4f
Fix some RLVa strings (some of them don't want to work properly otherwise)
...
--HG--
branch : RLVa
2016-09-27 16:11:22 +02:00
Ansariel
aa74977b7c
Fix invalid XUI in RLVa console floater
...
--HG--
branch : RLVa
2016-09-27 16:08:08 +02:00
Kitty Barnett
de7e16ace8
Merged with default tip (Revision 353c4cb529e2)
...
--HG--
branch : Viewer-Build
2016-09-17 12:01:53 +02:00
Rider Linden
100aa4b79e
Merge
2016-09-16 14:59:52 -07:00
Rider Linden
884b03e877
Merge
2016-09-16 14:43:35 -07:00
Rider Linden
68b8d2658a
MAINT-6570: Fix bad merge.
2016-09-16 14:38:35 -07:00
Oz Linden
7d20fbdb66
Added tag 4.0.8-release for changeset 45eaee56883d
2016-09-15 15:31:31 -04:00
Oz Linden
51bb369a39
increment viewer version to 4.0.9
2016-09-15 15:31:31 -04:00
Rider Linden
51236b7c9c
Merge
2016-09-14 09:55:18 -07:00
callum@lindenlab.com
921cfa355c
MAINT-6462 Built-in browser plays video vertically flipped
2016-09-09 11:46:50 -07:00
Callum Prentice
4a95c4b36c
Restore version of CEF that has the correct Y flipping enabled - (2526/chrome47 version - soon to be replaced with 2704/chrome 51)
2016-09-07 16:13:09 -07:00
Nat Goodspeed
c7cb6636c4
MAINT-6584, MAINT-5011: Change new 'throw' to LLTHROW()
...
to be consistent with new exception conventions.
2016-09-07 10:57:07 -04:00
Nat Goodspeed
dd1a0218b1
Automated merge with ssh://bitbucket.org/lindenlab/viewer-vlc
2016-09-07 10:46:28 -04:00
Mnikolenko Productengine
1de6e0830c
MAINT-6699 FIXED [VOB] Crash in LLSnapshotLivePreview::getBigThumbnailImage()
2016-09-07 17:26:07 +03:00
AndreyL ProductEngine
464d70c546
Dummy commit to fix the teamcity builds
2016-09-07 08:08:19 +03:00
Nat Goodspeed
2d3c5fb060
Automated merge with ssh://bitbucket.org/lindenlab/viewer-vlc
2016-09-06 20:52:57 -04:00
Nat Goodspeed
67c401047a
MAINT-5011: Ensure BlockTimer::mStartTime is unconditionally set.
...
Previous logic could possibly leave mStartTime uninitialized, producing fatal
warnings with gcc 4.7.
2016-09-06 20:48:16 -04:00
Nat Goodspeed
fe49126d45
MAINT-5011: Commit backing out BlockTimer warning suppression.
2016-09-06 20:42:27 -04:00
Nat Goodspeed
bfb400ccd7
Backed out changeset c30d8774c404: remove warning suppression
...
for possibly-uninitialized data member in BlockTimer::BlockTimer.
NickyD suggested a real fix.
2016-09-06 20:41:23 -04:00
Oz Linden
dc5a805efd
undo changes to llvertexbuffer.cpp from c727ae93646e
2016-09-06 16:53:32 -04:00
Oz Linden
5edd4cecfc
merge changes for exception handling
2016-09-06 11:07:39 -04:00
Oz Linden
8c86c594be
paren fix
2016-09-06 11:01:02 -04:00
Oz Linden
72f4c72001
downgrade spammy LLCoros logging to DEBUG
2016-09-06 10:21:28 -04:00
Oz Linden
a5adabb4f6
add protections against failed memory allocations in VBO and aligned memory
2016-09-06 10:04:19 -04:00
Oz Linden
53f9fbcfb7
add run time error checking to LLImageRaw::scale
2016-09-06 09:11:10 -04:00
Mnikolenko Productengine
ec9b92d274
MAINT-6698 [VOB] "Save" button is always enabled for outfit with non-default image even if there were no changes
2016-09-06 14:07:20 +03:00
Mnikolenko Productengine
fc17f62335
MAINT-6685 [VOB] Outfit Image from an Outfit Gallery disappears after editing outfit
2016-09-05 17:32:50 +03:00