Melanie
ab29c73ff5
Hide the export check boxes when on SL.
2013-04-16 12:35:02 +02:00
Melanie
f960a79118
Kill some compiler warnings by removing three unused locals that were in there for debugging
2013-04-16 07:41:12 +02:00
Melanie
158a434899
Set focus in all necessary ways, not just the keyboard alone, when tabs are changed by alt-arrows
2013-04-16 05:45:27 +02:00
Melanie
0b70e32f15
Remove spammy debug - that part works now
2013-04-13 20:03:16 +02:00
Lirusaito
6f027c5535
commitCallbacks have the new value built in, let's not bother with childGetValue for the export check =^*^=
2013-04-13 20:03:05 +02:00
Lirusaito
2bc966ad24
Condensed export mask checks into boolean functions
...
Thins out that overly thick block of checks in the middle of LLPanelPermissions::refresh
Also corrected incorrect log output, after First stage comes contents not textures, Melanie.
2013-04-13 20:02:51 +02:00
Lirusaito
09e7017f06
Added handleVisibilityChange to LLPanelPermissions
...
TODO: Find out if this change is worthwhile by checking for log spam
2013-04-13 20:02:40 +02:00
Melanie
eacd1d7eb9
Fix export permission checks to look for face textures by asset ID
2013-04-13 20:01:57 +02:00
Melanie
469ef079b9
Fix export enable controls
2013-04-13 20:01:49 +02:00
Melanie
121de1fc12
Fix debug permissions display to show the transfer permission again.
2013-04-13 20:01:38 +02:00
Lirusaito
345c5c751c
Space changes
2013-04-13 20:00:38 +02:00
Lirusaito
fd76b7bf20
Added simSupportsExport function
...
Hide E and export checked from regions without export support
No longer allow PERM_EXPORT from being added to default everyone permission flags if it's not supported by the sim.
2013-04-13 20:00:17 +02:00
Lirusaito
7e7190ce6e
Such a silly mistake it's "checkbox allow export" not "checkbox export"
2013-04-13 19:59:47 +02:00
Lirusaito
5a8ab82257
Bit more cleanup in llpanelpermissions.cpp
2013-04-13 19:57:24 +02:00
Lirusaito
fec3b6c79f
Space changes
2013-04-13 19:57:17 +02:00
Lirusaito
dd711d51c0
Clean up in llpanelpermissions.cpp
2013-04-13 19:57:08 +02:00
Lirusaito
d5e6f9950d
Add Allow exportation checkbox to Default Upload Permissions floater.
...
Setting is per account and defaults to false.
2013-04-13 19:55:50 +02:00
Lirusaito
e7cf0b716d
Permissions corrections.
2013-04-13 19:55:37 +02:00
Lirusaito
d269b66623
Space changes.
2013-04-13 19:54:41 +02:00
Lirusaito
9e6e801d49
Check if objects textures prevent it from being exportable.
2013-04-13 19:54:11 +02:00
Lirusaito
c67563dfe4
Bits and pieces
...
Disable next owner perms boxes when PERM_EXPORT
Added checks disabling the export toggle conditionally.
All cases covered except textures, couldn't figure that one out...
Mind the TODO's in the diff..
2013-04-13 19:53:58 +02:00
Lirusaito
11604ae5de
Compile fixes.. I thought I'd done this...
2013-04-13 19:53:20 +02:00
Lirusaito
45f3a171be
Enter PERM_EXPORT, stage right.
2013-04-13 19:53:02 +02:00
Lirusaito
15fea2ef54
Export perm added to UI!
...
Code added, Along with all the potential PERM_EXPORT bits...
Actual PERM_EXPORT bit still needs to be added.
SimulatorFeature comes next.
2013-04-13 19:52:44 +02:00
Latif Khalifa
3005b9dd2c
Merge remote-tracking branch 'melanie_t/master'
2013-04-13 05:03:50 +02:00
Melanie
273f57d5a2
Fix chat focus issues once and for all
2013-04-13 04:59:02 +02:00
Latif Khalifa
99bda78f37
Merge commit 'e9330f8a8752d6b6effce438204cd0d2e69a1d0f'
2013-04-09 19:56:55 +02:00
Latif Khalifa
9f897f0e2c
Merge remote-tracking branch 'upstream/release'
2013-04-09 19:52:13 +02:00
Drake Arconis
e9330f8a87
This should fix OSX blah blah
2013-04-09 08:12:13 -04:00
Latif Khalifa
59a7c1cd9c
Fixed windows build with the latest cmake
2013-04-06 17:59:42 +02:00
Latif Khalifa
fc4fcc9450
Merge remote-tracking branch 'shyotl/master'
2013-04-06 09:26:23 +02:00
Shyotl
b16bb264cc
Added an experimental new alphamask detection method(set SHUseRMSEAutoMask to TRUE to use. Adjust SHAlphaMaskMaxRMSE to tweak cutoff). Fixed per-frame sky updates hammering analyzeAlpha.
2013-04-06 02:04:46 -05:00
Latif Khalifa
5ad2e32712
Merge remote-tracking branch 'lirusaito/master'
2013-04-05 23:11:30 +02:00
Nyx Linden
987ab9c07f
SH-4059 FIX other's hover parameters affects your avatar's setting
...
Added an additional sanity check to make sure that other avatars don't
affect your wearables.
2013-04-05 23:10:17 +02:00
Nyx Linden
1a3e2ff18e
SH-4050 FIX camera goes below ground when avatar offset set to 0
...
Added a constraint to ensure that the avatar's height (with offset)
does not go below 0.1 meters. Camera was getting confused since the avatar's
effective height was negative.
Note the avatar is mostly underground/contorted even at 0.1 meters, but
most users setting values this low will be making ultra-tinies and would
be hiding the avatar mesh. Camera stays above ground when height is at 0.1.
Conflicts:
indra/llappearance/llavatarappearance.cpp
2013-04-05 23:10:16 +02:00
Nyx Linden
add9bb9945
SH-4044 FIX voice dot is offset vertically if using avatar height offset
...
Added the height offset in one too many places. fixing.
2013-04-05 23:10:16 +02:00
Lirusaito
da55a4a51c
Fix Issue 726
...
Instead of focusing the chat bar when the chat history floater is visible, focus it onFocusReceived
This avoids the floater grabbing focus when returning from mouselook.
2013-04-04 18:31:35 -04:00
Latif Khalifa
82ecdd1079
Merge remote-tracking branch 'lirusaito/master'
2013-04-01 17:14:56 +02:00
Latif Khalifa
1fe3bf8357
Align whitespace with upstream in hope of avoiding future merge conflicts
2013-04-01 15:19:48 +02:00
Latif Khalifa
7e11ab9e95
Merge remote-tracking branch 'shyotl/master'
2013-04-01 14:44:07 +02:00
Latif Khalifa
7c7722a049
Merge remote-tracking branch 'aleric/master'
2013-04-01 14:43:59 +02:00
Siana Gearz
6d0fee3de9
War on ugly icon in inventory
2013-04-01 10:08:03 +02:00
Siana Gearz
9ce24b7ec5
Someone forgot to compact the wolf remote
2013-04-01 07:09:19 +02:00
Shyotl
e2255f419d
Commented out a spammy llinfos message.
2013-03-30 01:26:30 -05:00
Shyotl
b07ab02f54
Added blendfunc checks when RenderDebugGL is TRUE.
2013-03-30 01:26:07 -05:00
Shyotl
03272c8875
Clamp LLMeshSkinInfo::mJointNames to a max of 64 entries. Also checking size in lldrawpoolavatar(Redundant checks added to just match similar logic LLRiggedVolume::update more closely.)
2013-03-30 01:01:53 -05:00
Shyotl
1965224912
Stabbed some blendfunc state issues. This fixes some ui flicker which popped up recently (perhaps after merging, or I just never noticed it before then)
2013-03-30 00:57:49 -05:00
Nyx Linden
2d6bc052ab
SUN-57 SH-4039 FIX bake fail on non-ssb regions
...
We were getting the texture ID from the type,index couple, but were not
passing in index, which defaulted to 0. texture ID is available from the
texture object itself, so using that and removing the index parameter
to prevent future confusion.
Conflicts:
indra/newview/llvoavatarself.cpp
2013-03-30 00:42:43 +01:00
Brad Payne (Vir Linden)
201647e1cf
SH-4001 FIX - made local texture loading universal.
...
Conflicts:
indra/newview/llvoavatarself.cpp
2013-03-30 00:37:21 +01:00
Latif Khalifa
20fe807271
First re-apply "SH-3941 SH-3954 FIX local appearance does not update properly"
2013-03-30 00:30:07 +01:00