Commit Graph

535 Commits (8a13530ce4eeb481ee467fd3ec54f1ed7e9f632a)

Author SHA1 Message Date
maxim_productengine 4c37033157 MAINT-8316 FIXED Crash in LLAgent::teleportRequest(..) 2018-02-21 18:03:08 +02:00
Rider Linden dde727aa0f MAINT-7254, MAINT-7255: Use cap to get and set UserInfo on simhost. Check new is_verified flag and disable IM2Email if value is false. 2017-06-06 10:21:34 -07:00
Rider Linden 746848bee9 MAINT-7255: Change viewer to use UserInfo cap if available. 2017-04-06 14:46:48 -07:00
andreykproductengine b4c6510d05 MAINT-7162 Forced sit on a physical object triggers a bogus "Cancelled Sit" message 2017-04-03 20:25:51 +03:00
Mnikolenko Productengine 078f5d3c2a MAINT-275 Allow showing Beacons floater in mouse look 2017-01-17 14:47:00 +02:00
AndreyL ProductEngine 2abd0eef41 Merged in lindenlab/viewer-release
DRTVWR-412 Bento (avatar skeleton extensions)
2016-12-05 21:51:29 +02:00
AndreyL ProductEngine 84c546182c Backed out changeset: ffffbe002ff2
Finally reverting the MAINT-4488 (see BUG-37693 for details)
2016-12-05 19:21:11 +02:00
Brad Payne (Vir Linden) d31596db6a merge 2016-11-16 08:39:41 -05:00
andreykproductengine 881fe0a117 Restored MAINT-4488 (perviosly reverted in MAINT-6242) 2016-10-18 01:29:27 +03:00
andreykproductengine f69e82b584 Backed out changeset: 6d631b9d02a0 for maint-6242 2016-08-22 20:57:22 +03:00
Rider Linden 0a9f25bcfb MAINT-6385: Ensure that VMM initialization only happens once after login and that it will only happen after the region caps have been received. 2016-06-22 13:35:13 -07:00
Brad Payne (Vir Linden) f47ceb47bb merged jelly-doll viewer-release into bento 2016-05-21 08:15:28 -04:00
Oz Linden 9be58e915a merge with 4.0.3-release 2016-04-04 15:53:09 -04:00
Brad Payne (Vir Linden) caf4f49437 merge 2016-04-01 08:35:38 -04:00
Brad Payne (Vir Linden) 2afde26d93 merge 2016-03-21 11:00:22 -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
Brad Payne (Vir Linden) 88cb6814f0 SL-315 WIP - more call stack tracing, initial hooks for avatar reset skeleton option. 2016-03-07 11:24:48 -05: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