Oz Linden
9be58e915a
merge with 4.0.3-release
2016-04-04 15:53:09 -04:00
Rider Linden
b8c1976460
Merge
2016-03-17 13:14:21 -07:00
Oz Linden
31f3db0291
merge changes for DRTVWR-417
2016-03-16 13:08:06 -04:00
Ansariel
27fd7fdee6
More elegant solution to keep fix for MAINT-2879
2016-03-09 12:21:34 +01:00
Oz Linden
aa4d2891cd
move script permission bits to keep fix for MAINT-2879
2016-02-07 14:43:51 -08:00
Oz Linden
867ef882fd
merge changes for OPEN-292
2016-02-07 13:41:41 -08:00
Oz Linden
bc22e58743
merge changes for 4.0.1-release
2016-01-15 16:55:04 -05:00
Rider Linden
e7eaa94dfa
Merge VR
2016-01-15 13:36:38 -08:00
andreykproductengine
c9c6966364
MAINT-4488 [PUBLIC] llTakeControls(*,FALSE,TRUE) prevents left clicks from mouselook.
2016-01-06 20:28:44 +02:00
andreykproductengine
49fa9b5515
MAINT-335 FIXED Avatar hangs in space after cancelling teleport
2015-12-21 19:22:40 +02:00
Cinder Biscuits
cc235cdcc4
Merged lindenlab/viewer-tools-update into default
2015-11-29 20:14:22 -07:00
Rider Linden
40b085dfec
MAINT-5831: If there is a teleport request active and it has failed, teleport state will always return "None".
2015-11-20 10:24:16 -08:00
Rider Linden
4676db63b2
MAINT-5804: Additional logging in attempt to trap teleport disconnect.
...
MAINT-5831: Discard late teleport initiation for teleport sequence that has already failed.
2015-11-17 15:35:49 -08:00
Oz Linden
c8726aba30
remove execute permission from many files that should not have it
2015-11-10 09:48:56 -05:00
Rider Linden
53b947e039
Merge from viewer release.
2015-10-19 12:03:08 -07:00
andreykproductengine
7048679ac8
MAINT-5584 FIXED On voice disabled parcel or region, speak button remains disabled in ad-hoc and group voice calls - you can hear but not speak.
2015-09-10 16:16:50 +03:00
Rider Linden
96e343b49b
MAINT-5575: Convert the Experience cache into a coro based singleton.
...
--HG--
branch : MAINT-5575
2015-09-01 16:13:52 -07:00
Nat Goodspeed
62527e6f18
MAINT-5506: Fix ugly timing bug in llurlentry static initialization.
...
The problem was that class-static LLUrlEntryParcel::sRegionHost was being
initialized by copying class-static LLHost::invalid. Naturally, these two
statics are initialized in different source files. Since C++ makes no promises
about the relative order in which objects in different object files are
initialized, it seems we hit a case in which we were trying to initialize
sRegionHost by copying a completely uninitialized LLHost::invalid.
In general we might attempt to address such cross-translation-unit issues by
introducing an LLSingleton. But in this particular case, the punch line is
that LLHost::invalid is explicitly constructed identically to a
default-constructed LLHost! In other words, LLHost::invalid provides nothing
we couldn't get from LLHost(). All it gives us is an opportunity for glitches
such as the above.
Remove LLHost::invalid and all references, replacing with LLHost().
2015-08-18 17:05:29 -04:00
Rider Linden
9df2e7e4cb
Merge
2015-08-11 12:18:47 -07:00
andreykproductengine
f94a19e09e
Merge downstream code and become version 3.8.3
2015-08-04 16:45:49 +03:00
Mnikolenko ProductEngine
ad635e9f0e
MAINT-4900 FIXED Don't show group info for non-admins.
2015-06-12 12:02:28 +03:00
Rider Linden
be1fa962df
Removed dead code, llsdmessage, llcapabilitylistener and the associated tests.
2015-06-09 15:36:10 -07:00
Rider Linden
aba8d5e488
Removed homelocation responder (rolled into llagent)
...
Removed sdhandler from llagent.
Removed unused values from llacountingccostmgr
Fixed smart pontier creation in llfacebook
2015-06-09 13:06:09 -07:00
Rider Linden
cf4fec954c
Added a way to pass a policy Id to the coroadapter.
...
Changed language, appearance, and maturity to conform to use the adapter rather than the SDHandler
2015-06-08 17:29:01 -07:00
Rider Linden
109e2db131
Merge
2015-04-15 11:54:18 -07:00
Rider Linden
176d8cd268
Region caps and sim features converted to coroutine.
2015-04-15 11:51:48 -07:00
Merov Linden
d631f2fd4d
Pull merge from lindenlab/viewer-tools-update (includes viewer-release)
2015-04-14 13:46:01 -07:00
Rider Linden
82ae214f6a
Merged lindenlab/viewer-tools-update into default
2015-04-14 09:34:49 -07:00
Oz Linden
a8ef252571
merge changes for 3.7.27-release
2015-04-13 16:23:36 -04:00
Rider Linden
edc1439bd6
Added AvatarNameCache as coroutine, with LLCore::HttpHandler to respond correctly to Event Pumps.
...
Added get/setRequestURL() to LLCore::HttpResponse
Removed URI from the HttpSDHandler.
2015-04-01 16:37:00 -07:00
Rider Linden
7353640387
first set of chnages from code review from Nat
2015-03-27 17:00:02 -07:00
Rider Linden
97b9317969
Create trivial handler for SD Messages, method in LLAgent for posting HTTP requests.
2015-03-26 13:32:09 -07:00
Rider Linden
f6ba7514d2
Fix line endings on appearancemgr and added LLCore::Http to llAgent.
2015-03-26 10:34:19 -07:00
Merov Linden
9ba10bf1f2
Merge lindenlab/viewer-tools-update
2015-03-16 09:49:57 -07:00
Cinder
ca08bd5aba
OPEN-292 - Remove lscript from project,
...
Remove legacy udp script upload methods,
Refactor script runtime perms from three arrays to one struct array so we don't have to juggle array order anymore.
2015-02-08 12:53:39 -07:00
Oz Linden
6f3cf79a3a
merge changes for 3.7.24-release
2015-01-13 13:46:45 -05:00
Merov Linden
b0f590f6ab
Pull merge from lindenlab/viewer-release
2014-12-19 06:00:48 -08:00
Merov Linden
00f3850fe2
DD-299 : Suppress cap hardcoded fallback. Recheck cap after each teleport.
2014-12-14 15:48:46 -08:00
Mnikolenko ProductEngine
0a32de770d
MAINT-1871 FIXED Don't allow moving avatar while changing camera position.
2014-12-03 11:58:41 +02:00
callum_linden
91eab4a9ea
Update to build on Xcode 6.0: fix member initializer 'mAppearanceSerialNum' does not name a non-static data member or base class - already initialized in parent class llCharacter
2014-10-18 11:34:53 -07:00
callum_linden
327a99a8a8
Update to build on Xcode 6.0: more removal of unused variables and functions
2014-10-18 11:25:07 -07:00
Aura Linden
c25a786640
Pulled merge from viewer-tiger
2014-09-19 10:54:55 -07:00
Aura Linden
e44dfc0a4e
Fix position hiding on failed teleports on mac.
2014-09-08 13:55:23 -07:00
Mnikolenko ProductEngine
e8adc1d008
MAINT-4322 FIXED Re-assert DND tag animation if it was cancelled by script, when DND mode is still active
2014-08-26 11:53:57 +03:00
Aura Linden
370aa671c6
Allegedly hides voice position on teleport. Needs testing.
2014-08-15 18:49:54 -07:00
simon
3e6698073c
Merge viewer-release and become version 3.7.12
2014-07-07 14:49:45 -07:00
simon
bfa42c9e28
Merge downstream code and become 3.7.12
2014-07-07 16:17:53 -07:00
Mnikolenko ProductEngine
7932a77319
MAINT-3885 FIXED Don't set focus on avatar after double-click-teleport if camera was locked.
2014-07-01 11:01:43 +03:00
simon
d760a6889d
Merge downstream code
2014-06-18 19:02:25 -07:00
simon
592024b580
Merge viewer-release and become version 3.7.9
2014-06-17 10:40:42 -07:00